Nolan Lawson, on how we might focus too much on JavaScript bundle size:
Performance is a multi-faceted thing. It would be great if we could reduce it down to a single metric such as bundle size, but if you really want to cover all the bases, there are a lot of different angles to consider.
He digs into other factors that have an influence:
- Parse/compile time
- Execution time
- Power usage
- Memory usage
- Disk usage