{{ stats.request_count }}requests
{{ stats.with_issues }}with issues
{{ stats.avg_queries|floatformat:1 }}avg queries
{{ stats.avg_db_time_ms|floatformat:1 }}msavg db time
{% if records %} {% for record in records %} {% endfor %}
TimeRequest QueriesDB msReq msIssues
{{ record.report.grade }} {{ record.captured_at|time:"H:i:s" }} {{ record.report.method }} {{ record.report.path }} {{ record.report.total_queries }} {{ record.report.db_time_ms|floatformat:1 }} {{ record.report.request_time_ms|floatformat:1 }} {% if record.critical_count %}{{ record.critical_count }}{% endif %} {% if record.warning_count %}{{ record.warning_count }}{% endif %} {% if record.hint_count %}{{ record.hint_count }}{% endif %} {% if not record.total_issues %}{% endif %}
{% else %}
No requests recorded yet — browse your app and they'll appear here.
{% endif %}