Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I enable CSS selector profiling in Chrome

I have read an interesting article about css selector profiling but I haven't found any way how to actually enable this feature. Is there something I am completely missing ?

like image 295
Tomas Vana Avatar asked Jan 17 '12 11:01

Tomas Vana


1 Answers

The CSS Selector Profiler was removed from Chrome 30:

CSS selector matching is now reasonably fast for the absolute majority of common selectors that used to be slow at the time of the profiler implementation. This time is also included into the Timeline "Recalculate Style" event.

As such, I believe the CSS selector profiler is not as useful as it [might have been] used to and can safely be dropped. This will also reduce the fraction of developers trying to micro-optimize already fast selectors.

like image 196
John Avatar answered Sep 28 '22 09:09

John