Document complete before start render.
|
01-26-2011, 11:55 PM
Post: #1
|
|||
|
|||
Document complete before start render.
Please look at these test results:
http://www.webpagetest.org/result/110124...1/details/ Start Render time is: 0.465s Document complete time is: 0.396s How can a document being complete before rendering is started? |
|||
01-27-2011, 12:09 AM
Post: #2
|
|||
|
|||
RE: Document complete before start render.
The browser UI is painted on the main thread and almost in an idle loop. For a really fast page it's not uncommon for the onLoad to fire when the browser has finished processing the DOM and doing the layout internally but before the screen actually gets painted.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)