Skip to main content
https://img.shields.io/pypi/v/django-debug-toolbar-template-timings.svg

Template-timings is a panel for Django Debug Toolbar that gives an in-dept breakdown of the time it takes to render your Django templates (including templates included via {% extends %} and {% include %}).

Template-timings supports Django 1.8 and below, Django 1.9 and above do not work at the moment.

Install

Install via pip (pip install django-debug-toolbar-template-timings) then add 'template_timings_panel.panels.TemplateTimings.TemplateTimings' to your DEBUG_TOOLBAR_PANELS setting, and add 'template_timings_panel' to your INSTALLED_APPS:

# http://django-debug-toolbar.readthedocs.org/en/latest/configuration.html#debug-toolbar-panels
DEBUG_TOOLBAR_PANELS = [
    ...
    'template_timings_panel.panels.TemplateTimings.TemplateTimings',
]

INSTALLED_APPS = [
    ...
    'template_timings_panel'
]

Screenshot

http://i.imgur.com/H2D48Uy.png

Frequently asked questions

How much overhead does this add?

In my experience this panel adds about 10% overhead. The panel uses the standard SQLPanel that ships with debug-toolbar to handle the SQL timings, so if you disable that the overhead will decrease and you can still see the render times.

The SQL count is different from the SQLPanel?

SQLPanel counts all queries that are executed, wherease this panel only counts queries that are executed while rendering a template.

Configuration

Configuration is optional. There is currently only one setting you can configure (the values below are the default):

IGNORED_TEMPLATES = ["debug_toolbar/*"] # Ignore these templates from the output

Release files for django-debug-toolbar-template-timings 0.9

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-debug-toolbar-template-timings 0.9
File Size Uploaded
django-debug-toolbar-template-timings-0.9.tar.gz 6.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-debug-toolbar-template-timings 0.9
File Interpreter ABI Platform
django_debug_toolbar_template_timings-0.9-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 16.0 kB

Release files / django-debug-toolbar-template-timings-0.9.tar.gz

Download URL django-debug-toolbar-template-timings-0.9.tar.gz
Size 6.6 kB
Tags Source
SHA-256 checksum
How to use checksums
531c7dc71244fd74e4ef025cdfccb5748dbea552724762483c074056dc4bab75
BLAKE2b-256 checksum
How to use checksums
87b0cf544b1616e1f1179c83423b056299ed3cf5791be06e004d7d46a7280f44
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / django_debug_toolbar_template_timings-0.9-py2.py3-none-any.whl

Download URL django_debug_toolbar_template_timings-0.9-py2.py3-none-any.whl
Size 9.4 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
7d0984fa82349c0b3a79000e94ca4e02067c9fd7b42026fc28d64e271d2a1e38
BLAKE2b-256 checksum
How to use checksums
eb1c01875dd956c52c72c901e1fde25cd8e2bb0b81b485c12e58706e209ac7f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.9 This release

2 release files

0.8

2 release files

0.7

2 release files

0.6.6

1 release file

0.6.5

1 release file

0.6.4

1 release file

0.6.1

1 release file

0.6

1 release file

0.5.5

1 release file

0.5.4

1 release file

0.5.3

1 release file

0.5.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page