Signalr/hubs js high response time

倖福魔咒の 提交于 2019-12-12 02:16:08

问题


When i check network activity of my site in chrome developer tools i found that singalr/hubs script it taking long time to response. i have attached screenshot. is it normal or something wrong with implementation?


回答1:


This is very normal for Server Sent Events. Client opens one connection on server and they use this connection for communucation.

Check this article for detail.



来源:https://stackoverflow.com/questions/36872509/signalr-hubs-js-high-response-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!