A CLI tool to display intuitive Hugo build performance

I’m debugging and improving build performance for my themes these days, and I wrote a simple CLI to display more intuitive build speed of Hugo, it may be helpful to you too…

Preview (the red part is the CLI output):

Documentation: GitHub - hugomods/metrics-parser: A CLI tool that parses Hugo metrics, such as build speed.

3 Likes

Btw, I also wrote another CLI for creating dummy Markdown files to test building a large site.
See GitHub - hugomods/lorem-ipsum-generator: A CLI tool to generate Lorem ipsum Markdown content in bulk, to test your theme's build performance. for detail.

1 Like