Skip to content

Commit d3cecbf

Browse files
node13htim-schilling
authored andcommitted
Add Template Profiler Panel
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.
1 parent 2ae3f8e commit d3cecbf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/panels.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,16 @@ Useful to debug project when you use `django-dynamicsites
238238
<https://bitbucket.org/uysrc/django-dynamicsites/src>`_ which sets SITE_ID
239239
dynamically.
240240

241+
Template Profiler
242+
~~~~~~~~~~~~~~~~~
243+
244+
URL: https://github.com/node13h/django-debug-toolbar-template-profiler
245+
246+
Path: ``template_profiler_panel.panels.template.TemplateProfilerPanel``
247+
248+
Shows template render call duration and distribution on the timeline. Lightweight.
249+
Compatible with WSGI servers which reuse threads for multiple requests (Werkzeug).
250+
241251
Template Timings
242252
~~~~~~~~~~~~~~~~
243253

0 commit comments

Comments
 (0)