The Browser's Main Thread Is Expensive
26 points by freddyb
26 points by freddyb
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.
Interesting and useful article.
Although I don't do frontend anymore, this applies to general backend optimizations, if anything profile first when possible helps a lot.