Skip to content

Commit

Permalink
Add Template Profiler Panel
Browse files Browse the repository at this point in the history
This one is similar to Template Timings, but uses
different visualisation approach and also works
correctly with servers which reuse threads for different
requests.

Does not include any SQL stats.
  • Loading branch information
node13h authored and tim-schilling committed Oct 17, 2014
1 parent 2ae3f8e commit d3cecbf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/panels.rst
Expand Up @@ -238,6 +238,16 @@ Useful to debug project when you use `django-dynamicsites
<https://bitbucket.org/uysrc/django-dynamicsites/src>`_ which sets SITE_ID
dynamically.

Template Profiler
~~~~~~~~~~~~~~~~~

URL: https://github.com/node13h/django-debug-toolbar-template-profiler

Path: ``template_profiler_panel.panels.template.TemplateProfilerPanel``

Shows template render call duration and distribution on the timeline. Lightweight.
Compatible with WSGI servers which reuse threads for multiple requests (Werkzeug).

Template Timings
~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit d3cecbf

Please sign in to comment.