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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

c# - Call function from DLL -