15 May 2024
Read Breaking Down Hugo Performance
Breaking Down Hugo Performance
After iterating on this theme I captured build metrics to make sure the flashy bits don’t slow down deploys. Using hugo --templateMetrics
, I spotted where partials were recomputing resources and tuned the pipeline so the timeline view stays snappy.
This write-up covers the steps, what I found in the asset graph, and a short checklist to keep future enhancements quick to ship.