Problem with start render time
|
05-30-2017, 10:55 PM
Post: #4
|
|||
|
|||
RE: Problem with start render time
The browser's parser stops for every non-async JS it encounters, waits for it to download, and then executes the script before it can proceed to the next bit of html. If any of those scripts use document.write() to inject other scripts then it needs to wait for those to download and execute before continuing.
This is by-spec and all browsers do it. If css is pending then browsers will also not paint anything until the css finishes loading because that is what defines the layout of the content to paint. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Problem with start render time - Andrew Roark - 05-19-2017, 02:11 AM
RE: Problem with start render time - bgportal - 05-21-2017, 07:15 PM
RE: Problem with start render time - Andrew Roark - 05-24-2017, 03:45 AM
RE: Problem with start render time - pmeenan - 05-30-2017 10:55 PM
RE: Problem with start render time - pmeenan - 05-30-2017, 10:59 PM
RE: Problem with start render time - Andrew Roark - 06-01-2017, 11:30 PM
|
User(s) browsing this thread: 1 Guest(s)