Wondering for benchmarking purposes if there is a DOM event or other way to determine when the browser has finished parsing/rendering the CSS. I'm trying to optimize CSS selectors and need a way to measure the drawing/rendering/reflowing times.

Thanks.

link|improve this question

73% accept rate
feedback

1 Answer

up vote 2 down vote accepted

If you are using Chrome/Chromium there is a built in profiler which includes rendering. This is what it looks like when run on this page: http://i.imgur.com/rQoWC.png

Press Ctrl-Shift-J to access the developer tools in Chrome.

I'm sure that Firebug has something similar for Firefox.

link|improve this answer
Although, if this is in firebug, I've never seen it. – Ben May 26 '10 at 15:17
Paint info in Firebug: addons.mozilla.org/en-US/firefox/addon/firebug-paint-events – Dean Burge Jan 18 '11 at 10:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.