The website repo is here Personal Website. I was running my page through Google’s PageSpeed Insights and encountered the following suggestion.
This confused me since I thought that Hugo automatically cached resources via its asset pipeline. Looking at my imported theme’s repo (Search for “fingerprint” - Poison), it does seem to use this pipeline.
I’ve read the caching documentation listed here Configure file caches, but I would think that the default behavior of “maxAge = -1” is not relevant here (I did try changing it to “10h” just to test but didn’t seem to affect anything).
When I load the site and inspect the page, navigating to Application → Cache Storage displays the message “No cache Storage detected”.
I’m sure I’m just overlooking something simple or misunderstanding what caching is, but I’d appreciate any comments.
