Request
Performance
Memory
{% if profile.database %}
Database
{% endif %}
Route
{% if profile.user %}
User {% if profile.user.is_authenticated %}
✓
{% endif %}
{% endif %} {% if profile.exception %}
Exception {% if profile.exception.has_exception %}
!
{% endif %}
{% endif %} {% if profile.log %}
Logs {% if profile.log.error_count and profile.log.error_count > 0 %}
{{ profile.log.error_count }}
{% endif %}
{% endif %}