简体   繁体   中英

Long Running Script IE vs Chrome/Firefox

I have checked some of the other threads about script times in IE, but I am having issues with a page I am working on. I have checked the network timers for loading the jquery/jqueryui, as well as other network calls, and neither seems to be the issue, even though i am doing a series of loads. However, my page loads up on Chrome and Firefox in about 0.5 seconds. On IE10, however, it takes upwards of 10 seconds. The same items appear to be cached, and like I said my $(document).ready() ajax call on the page load is slightly slower on IE (about 100ms slower), but it is still less than a second. Is there a way to diagnose what is actually taking so darn long?

Thanks!

It is the issue of jQuery to run slowly under IE10 for $(document).ready() .
Instead of debugging the issue, I suggest checking if your page using only one $(document).ready() will help.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM