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 -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

c++ - Redefined variable in the other module -