API jQuery AJAX load time double Browser load time -


I have been a page that loads some AJAX GET requests in parallel and in sequence. The source is a local server for testing.

I have opened the Chrome Inspector to review how long each request is taking. While one of them is consistently ~ 1.5 seconds, when I right-click on a URL in the inspector on UPS and I open the link in a new tab, it takes constant ~ 500 m.

There is some serious latency with the AJAX request here.

How can I diagnose and improve these AJAX requests?


Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -