|
|
|
|
|
by anatoli
5151 days ago
|
|
9 times out of 10 it's related to JS or some sort of external embedded resources. The other big culprit tends to be box-shadow which have pretty horrific performance in Chrome[1], but don't do that well in other browsers either. I find that selector performance is not a problem unless you're dealing with large-scale one-page apps. [1] http://nerds.airbnb.com/box-shadows-are-expensive-to-paint |
|