The Browser's Main Thread Is Expensive

26 points by freddyb


BenjaminRi

The browser’s main thread is expensive

The main thread is not expensive, it just comes with real-time constraints (if you target certain frame rates and maximum input lag). Saying it's "expensive" really doesn't capture the essence at all.

cpurdy

Interesting and useful article.

pickfire

Although I don't do frontend anymore, this applies to general backend optimizations, if anything profile first when possible helps a lot.