Differences in JS Load order IE7 vs. IE8
|
04-20-2010, 11:06 PM
Post: #3
|
|||
|
|||
RE: Differences in JS Load order IE7 vs. IE8
(04-20-2010 09:20 PM)pmeenan Wrote: Try doing multiple runs to see if the timing is consistent or if it was a fluke (not the order of load). IE8 will pre-fetch the javascript files but it will not block on them or execute the code until the appropriate time and it shouldn't interfere with the critical path to start render. Actually I tested with HTTPWatch as well and saw the same pattern. Also, if you look here http://www.webpagetest.org/result/100420...1/details/ at the connection view, you can clearly see, that no Non-JS Files will be fetched, up until the last JS file has been fully received. Most of the connections are idling, not fetching anything, due to the big JS file still being downloaded. IE8 will load JS's in parallel, but no other asset. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Differences in JS Load order IE7 vs. IE8 - LeptienM - 04-20-2010, 08:47 PM
RE: Differences in JS Load order IE7 vs. IE8 - pmeenan - 04-20-2010, 09:20 PM
RE: Differences in JS Load order IE7 vs. IE8 - LeptienM - 04-20-2010 11:06 PM
|
User(s) browsing this thread: 1 Guest(s)