We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ea3e9 commit 9e12facCopy full SHA for 9e12fac
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/cache.html.twig
@@ -57,14 +57,14 @@
57
<span class="value">{{ '%0.2f'|format(collector.totals.time * 1000) }} ms</span>
58
<span class="label">Total time</span>
59
</div>
60
- <div class="metric">
61
- <span class="value">{{ collector.totals.calls }}</span>
62
- <span class="label">Total hits</span>
63
- </div>
64
<div class="metric">
65
<span class="value">{{ collector.totals.reads }}</span>
66
<span class="label">Total reads</span>
67
+ <div class="metric">
+ <span class="value">{{ collector.totals.hits }}</span>
+ <span class="label">Total hits</span>
+ </div>
68
69
<span class="value">{{ collector.totals['hits/reads'] }}</span>
70
<span class="label">Hits/reads</span>
0 commit comments