I tried out the new --templateMetricsHints
with version 0.30, like so:
$ HUGO_ENV=production hugo --templateMetrics --templateMetricsHints
The cache potential column comes back all zeros, even for partials that contain only static HTML. I haven’t used partialCached
at all yet, so it couldn’t be because they were already set to be cached.
Am I doing something wrong, or have I misunderstood what’s supposed to happen here? I was expecting at least a greater than 0 value for the static partials.