{% extends 'silk/base/root_base.html' %} {% load static %} {% load silk_inclusion %} {% block pagetitle %}Silky - Profiling{% endblock %} {% block menu %} {% if silk_request %} {% request_menu request silk_request %} {% else %} {% root_menu request %} {% endif %} {% endblock %} {% block style %} {{ block.super }} {% endblock %} {% block filter %} {# theme toggle injected by base.html #} {% endblock %} {% block js %} {{ block.super }} {% endblock %} {% block data %}
| Time | Name | Function | Duration | Queries | DB Time |
|---|---|---|---|---|---|
| {% load silk_filters %} {{ profile.start_time | silk_date_time }} | {{ profile.name }} | {{ profile.func_name }} | {{ profile.time_taken|floatformat:"0" }}ms | {{ profile.num_sql_queries }} | {{ profile.time_spent_on_sql_queries|floatformat:"0" }}ms |
No Silk profiling was performed. Please check that:
@silk_profile decorator or with silk_profile(): context manager"silk" in INSTALLED_APPS"silk.middleware.SilkyMiddleware" in MIDDLEWARE