{% extends "sitepulse/base.html" %} {% block content %}
All routes {% for label, url, active in route_links %} {{ label }} {% endfor %}
{{ trend }} {{ histogram }}

Slowest routes

Sorted by p95 weighted by traffic, so a slow route nobody visits does not crowd out a slightly-slow route everybody does. A high query count is usually an N+1.
{{ table }}
{% endblock %}