How to test CSS selector performance?

后端 未结 4 599
生来不讨喜
生来不讨喜 2020-12-30 23:30

How would I go about testing the performance benchmarks of different css selectors? I\'ve read articles like this. But I don\'t know if it is applicable to my website becaus

4条回答
  •  粉色の甜心
    2020-12-30 23:57

    From reading the article you listed it looks like the difference between the two type of selectors is not worth worrying about. Make certain the css is clear enough to understand it, and only worry about speed after that proves to be the bottleneck.

提交回复
热议问题