Are CSS selectors a big performance hit?
Posted
by Kai Sellgren
on Stack Overflow
See other posts from Stack Overflow
or by Kai Sellgren
Published on 2010-03-27T18:35:35Z
Indexed on
2010/03/27
18:43 UTC
Read the original article
Hit count: 640
Hi,
I have a web application with bunch of HTML code. There are some style-attributes that I can't get rid of, but I was wondering if it's worth the cleanness to get rid of class-names and use CSS selectors instead. Do CSS selectors perform slowly?
© Stack Overflow or respective owner