Requesting chrome for a long time

While testing my web app in Chrome, I noticed that a single request takes too long to load (sometimes 20 seconds).

According to heroku magazine

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

      

Indicates that the request is being serviced by the server for 184ms;

I also checked the request time from the chrome dev tool, it shows the total request time is less than 1 second.

timing

Note: Loading the same request in less than 1 second in Safari and Firefox

Why did it take so long to load in Chrome?

+3
http google-chrome google-chrome-devtools


source to share


No one has answered this question yet

See similar questions:

ten
Why are HTTP requests stuck in Chrome?

or similar:

1695
How to use java.net.URLConnection to trigger and process HTTP requests
1554
Disable Chrome cache for website development
1403
Disable Same Origin Policy in Chrome
1379
JavaScript submit request, how to submit a form
1373
How are parameters sent in an HTTP POST request?
1153
How do I get ASP.NET Web API to return JSON instead of XML using Chrome?
892
How to manually trigger HTTP POST requests using Firefox or Chrome?
697
See the Freeze State section in Chrome Developer Tools.
442
How to move chrome tools
410
Detect when the browser is downloading files



All Articles
Loading...
X
Show
Funny
Dev
Pics