/posts
Breaking Down Hugo Performance
Profiling build times and trimming static site bloat.
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.