javascript - Slow queuing ajax request only in Chrome? -


i have never had issue before, loading page ajax request on takes ages in chrome, blazing fast in firefox, edge, , ie.

below screenshot of network timing in chrome: enter image description here

if above, see 5 major stalls cdn'd scripts, stalled ~1.15s each, resources above took ~100ms get. why there huge gap in between loading resources?

other resources stylesheets , scripts loaded locally , via cdn.

this timing screenshot in edge:

enter image description here

at point have no idea do. go here "optimise" page google chrome?


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -