Skip navigation.

A Blog From Behind the Trenches

Attack of the Bugs

Posts tagged with "css"

JavaScript performance? What about layout performance?

, , , ...

Performance benchmarks are all the rage these days, but everyone seems to be focusing narrowly on artificial benchmarks that basically tell you how certain browsers perform at the particular JavaScript functions chosen for those particular benchmarks.

It's surprising that there is little or no focus on other, perhaps more relevant performance aspects of modern pages. For example, how do browsers perform when it comes to dynamically changing the style of a page (CSS)?

Read more...