{% extends 'silk/base/root_base.html' %} {% load static %} {% load silk_inclusion %} {% block pagetitle %}Silky - Profiling - {{ silk_request.path }}{% endblock %} {% block menu %} {% if silk_request %} {% request_menu request silk_request %} {% else %} {% root_menu request %} {% endif %} {% endblock %} {% block style %} {{ block.super }} {% endblock %} {% block filter %}
{{ block.super }} {% endblock %} {% block js %} {{ block.super }} {% endblock %} {% block filters %}

Profile

Took longer than
milliseconds, executed more than
queries, and spent longer than
milliseconds executing queries.

Date Range

Executed
seconds ago, before
, and after
.

Function

{% endblock %} {% block data %} {% if results %}

Silk Profiler

{% for profile in results %} {% profile_summary profile %} {% endfor %} {% else %}

Silk Profiler

No Silk profiling was performed for this request. Please check that:
{% endif %} {% endblock %}