{% extends "_base.html" %} {% block accent %}#b45309{% endblock %} {% block subtitle %}Ranked findings from DB-offender analysis, slow-request inspection and scale-recommendation bands. Detection is automatic; resolution status is curated.{% endblock %} {% block body %} {% set max_share = (findings|map(attribute='share_pct')|max) or 1 %}
| ID | Endpoint | Sev | Est DB time | DB-time share | Qry/req | DB-bound | {% if status_curated %}Status | {% endif %}
|---|---|---|---|---|---|---|---|
{{ f.id }} |
{{ f.endpoint }} |
{{ f.level }} | {{ f.est_db_ms|format_number }} ms | {{ f.share_pct }}% |
{{ f.avg_db_queries }} | {{ f.db_pct }}% | {% if status_curated %}{{ f.status or '—' }} | {% endif %}
PERFORMANCE_REPORTS["BOTTLENECK_STATUS"] keyed by finding ID
(e.g. {"{{ findings[0].id if findings else 'PTR-BNK-F01' }}": "In progress — @owner"}).| Endpoint | Response | Queries | DB time | DB % | Concurrent |
|---|---|---|---|---|---|
{{ s.endpoint }} |
{{ s.response_time_ms }} ms | {{ s.db_query_count }} | {{ s.db_time_ms }} ms | {{ s.db_pct }}% | {{ s.concurrent_requests }} |
| No slow requests in this window. | |||||