| Time | Request | Queries | DB ms | Req ms | Issues | |
|---|---|---|---|---|---|---|
| {{ 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 %} |