-
|
On this page: I want to remove class Which one of these two rules would have better performance or are they equal?
i.e. how will giving / not giving the css selector affect the performance? The site doesn't have other elements than that having that class. |
Beta Was this translation helpful? Give feedback.
Answered by
gorhill
Aug 2, 2022
Replies: 1 comment
-
|
I doubt it would be measurable but theoretically using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
peace2000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I doubt it would be measurable but theoretically using
htmlshould be better.