{% extends "base.html" %} {% set nav = 'requests' %} {% block title %}{{ profile.method }} {{ profile.path }} · Profiler{% endblock %} {% block content %} ← All requests
Route {{ profile.route }}
{{ g.sql }}
{% if g.error %}
{{ g.error }}{{ p }}{% if not loop.last %} {% endif %}{% endfor %}
{% if g.distinct_params > g.params|length %}and
{{ g.distinct_params - g.params|length }} more{% endif %}
{% for frame in g.stack %}{{ frame }}
{% endfor %}
Issued from {{ g.call_sites }} different call sites — the stack above is the first{% if g.failed %} failing{% endif %} one.
{% endif %}No SQL ran during this request.
{% endif %}| {{ k }} | {{ v }} |
|---|
Not captured.
{% endif %}| {{ k }} | {{ v }} |
|---|
Not captured.
{% endif %}Recorded {{ profile.recorded_at.strftime('%Y-%m-%d %H:%M:%S') }} UTC {% if profile.client %}from {{ profile.client }}{% endif %} · id {{ profile.id }}
{% endblock %}