Measuring Bundle Sizes with Next.js and GitHub Actions
February 26th, 2021Measuring your Javascript bundle size is an important way to keep client load times low. These days, load times matter for more than just user experience: load times can affect SEO. In this article, I’ll share my workflow for measuring this website’s bundle size with every change that I make!
Update 5/21: I wrote a Part 2 that details how to diff your bundle sizes against master
. Check it out!