Designing Front End Apps for Performance
Great high-level considerations for wringing more performance out of your front end code. This was by far my favourite line:
To speed things up, you either have to reduce the number of operations by making your code more efficient, or by removing some work completely.
It's funny how reading/seeing/hearing a fact stated clearly can trigger all kinds of revelations.