Did you know that by default your zippy static website created with #hugo and served via #caddy doesn't support HTTP content compression? And did you know that of the three common compression options (gzip, zstd, and brotli), brotli gets substantially better compression results for most content (better than zstd!) and is supported by basically everything?
I wrote up a few details here:
https://scottstuff.net/posts/2025/03/09/precompressing-content-with-hugo-and-caddy/
I also wrote a tool to make pre-compressing directories full of web pages much less complicated, see https://github.com/scottlaird/incremental-compress.