← All writing

Category

Web

1 post

Why did my seven-page blog take 12 minutes to deploy?

My static Astro blog took 12 minutes to build and deploy. The culprits: satori-html parsing 320 KB data URIs quadratically, AVIF encodings thrown away with every CI runner, and an upload that re-sent unchanged files. Three fixes, a few lines each.

5 min read