{"categories":[{"label":"Debuggers","url":"https://skillfed.io/packages/category/software-development-debuggers"}],"enrichment":{"capability":"A Django Debug Toolbar panel that measures and displays the time spent rendering each template, including nested templates loaded via extends and include tags.","skillfed_tags":["django-debug-toolbar","legacy-only","abandoned"],"use_cases":["Identify which templates are slowest to render in a legacy Django 1.8 project during development","Distinguish between queries executed during template rendering versus queries executed elsewhere in the request","Profile nested template hierarchies to find performance bottlenecks in template inheritance chains","Debug template rendering performance in development without adding instrumentation code to templates"],"what_it_does":"This is a panel extension for Django Debug Toolbar that breaks down template rendering time in development. It hooks into Django's template system to measure how long each template takes to render, including templates pulled in via {% extends %} and {% include %} tags, and displays the results in the debug toolbar interface.\n\nThe package is designed for Django 1.8 and earlier only\u2014it explicitly does not work with Django 1.9 and above. It has no runtime dependencies beyond Django Debug Toolbar itself. The panel adds approximately 10% overhead during development and can be configured to ignore specific template patterns. It is no longer maintained; the last release was in February 2018.","worth_installing":"No, unless you are actively maintaining a Django 1.8 project and need to profile template performance. The package is abandoned (last updated 2018), explicitly incompatible with Django 1.9+, and will not work with modern Django versions. If you are on a current Django version, seek an actively maintained alternative or use Django's built-in template profiling tools."},"id":"django-debug-toolbar-template-timings","links":{"html":"https://skillfed.io/packages/django-debug-toolbar-template-timings","md":"https://skillfed.io/packages/django-debug-toolbar-template-timings.md","pypi":"https://pypi.org/project/django-debug-toolbar-template-timings/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-02-24","license_spdx":null,"license_treatment":"unclear","name":"django-debug-toolbar-template-timings","python_support":"unspecified","summary":"A django-debug-toolbar panel that shows you template rendering times for Django"},"popularity":{"monthly_downloads":76152,"position":14652,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.9"}
