Files
hugo/tpl
Bjørn Erik Pedersen 5800a20a25 metrics: Detect partialCached candidates
This commit adds a "cache potential" column when running `hugo --templateMetrics --templateMetricsHints`.

This is only calculated when `--templateMetricsHints` is set, as these calculations has an negative effect on the other timings.

This gives a value for partials only, and is a number between 0-100 that indicates if `partial` can be replaced with `partialCached`.

100 means that all execution of the same partial resulted in the same output.

You should do  some manual research before going "all cache".
2017-10-07 18:00:07 +02:00
..
2017-09-28 16:53:18 +02:00
2017-10-03 07:59:51 +02:00
2017-09-29 16:23:16 +02:00
2017-08-07 20:19:24 +02:00
2017-09-24 10:07:35 +02:00