Files
ops-Gazelle/templates/debug/performance.twig
2025-02-24 14:37:56 +01:00

15 lines
428 B
Twig

<table class="layout" width="100%">
<tr>
<td><strong><a href="#" id="debug-view-perf" class="brackets">View</a>
Performance statistics</strong></td>
</tr>
</table>
<table id="debug_perf" class="debug_table hidden">
{% for stat, value in list %}
<tr valign="top">
<td class="debug_perf_stat">{{ stat }}</td>
<td class="debug_perf_data">{{ value }}</td>
</tr>
{% endfor %}
</table>