What is the pink column in the waterfall tests ?
|
03-10-2012, 12:25 AM
Post: #1
|
|||
|
|||
What is the pink column in the waterfall tests ?
Hey guys,
First of all, I would appreciate any tips for optimization in our waterfall below ![]() But not only that, I'd like to understand what goes on in the pink column in the waterfall (it happens before "start render" starts). Also, any ideas why we get a gap from resource #12 to resource #13 ? Can parallell connections be increased any further ? http://www.webpagetest.org/result/120308...1/details/ Thanks in advance ! |
|||
03-13-2012, 03:54 AM
Post: #2
|
|||
|
|||
RE: What is the pink column in the waterfall tests ?
The pink section is the execution of the DomContentLoaded event. Generally this means you have a lot of expensive javascript attached to $(document).ready() (or some equivalent). The gaps are probably caused by the same javascript execution.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)