{% comment %}Lazy-loaded Stats section: cache performance.{% endcomment %} {% if error %}
Could not load cache metrics: {{ error }}
{% else %}

Cache Performance

{{ cache.hit_rate }}%
Hit Rate
{{ cache.hits }}
Hits
{{ cache.misses }}
Misses
{% endif %}