mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Show hits over total calls in profiler menu
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<span class="label">
|
<span class="label">
|
||||||
<strong>Cache</strong>
|
<strong>Cache</strong>
|
||||||
<span class="count">
|
<span class="count">
|
||||||
<span>{{ collector.summary.hits }}</span>
|
<span>{{ collector.summary.hits }} / {{ collector.summary.calls }}</span>
|
||||||
<span>{{ '%0.0f'|format(collector.totalTime) }} ms</span>
|
<span>{{ '%0.0f'|format(collector.totalTime) }} ms</span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
Reference in New Issue
Block a user