{% import "macros.htm" as macros %} {% set title = "Statistics" %} {{ title }} {{ macros.shared_style() }} {{ macros.body_header() }}

{{ title }}

{% for s in stats %} {% endfor %}
Query DB Count Cache Count Min Time Max Time Avg Time Sum Time
{{ s.sql }}
{{ s.db_count }} {{ s.cache_count }} {{ s.min_time | round(precision=3) }} s {{ s.max_time | round(precision=3) }} s {{ s.avg_time | round(precision=3) }} s {{ s.sum_time | round(precision=3) }} s