chrome request pending for long time

流过昼夜 提交于 2019-12-06 01:41:19

问题


When testing my web app on Chrome, I notice one request take way too long time to load (sometimes 20 seconds).

According to heroku log

at=info method=GET path="/1/message_feeds?competition_id=xxx" host=xxx.xxxxxxx.com request_id=0e521307-ea37-41c8-9aaa-cebec40fe106 fwd="80.216.26.9" dyno=web.3 connect=0ms service=184ms status=200 bytes=11738

It indicates the the request is served by server for 184ms;

I also checked request timing from chrome dev tool, it shows the complete request time is less than 1 sec.

Note: the same request load in less than 1 sec in Safari and Firefox

Why it took such a long time to load in Chrome?

来源:https://stackoverflow.com/questions/30990737/chrome-request-pending-for-long-time

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