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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -