{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/21"}],"enrichment":{"capability":"Adds a debug panel to django-debug-toolbar that measures and displays the time spent rendering each template, supporting both Django and Jinja2 templates.","skillfed_tags":["django-debug-toolbar","performance-profiling","development-tool"],"use_cases":["Identify which templates are slowest to render during development and optimization work.","Profile template rendering time across a Django application to find performance regressions.","Debug template rendering issues in projects using both Django templates and Jinja2.","Monitor template performance when refactoring complex template hierarchies.","Measure the impact of template tag or filter changes on render time."],"what_it_does":"django-debug-toolbar-template-profiler is an extension panel for django-debug-toolbar that adds template rendering profiling to Django's debug interface. It hooks into both Django and Jinja2 template render() calls to measure and display how much time each template takes to render, helping developers identify performance bottlenecks in their template layer.\n\nThe package requires django-debug-toolbar to be installed and configured first, then adds itself as an additional app and panel. Once enabled, it displays timing information in the debug toolbar's interface when you load a page. With no runtime dependencies beyond django-debug-toolbar itself and a simple pip install, it integrates cleanly into existing Django development setups.","worth_installing":"Yes, if you use django-debug-toolbar for Django development. The package is stable, has no known vulnerabilities, and adds a useful profiling capability with zero runtime dependencies. Dormant maintenance is acceptable here since template profiling is a narrow, well-defined feature unlikely to require frequent updates. Install it as part of your debug toolbar setup to gain visibility into template rendering performance."},"id":"django-debug-toolbar-template-profiler","links":{"html":"https://skillfed.io/packages/django-debug-toolbar-template-profiler","md":"https://skillfed.io/packages/django-debug-toolbar-template-profiler.md","pypi":"https://pypi.org/project/django-debug-toolbar-template-profiler/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2022-06-27","license_spdx":null,"license_treatment":"permissive","name":"django-debug-toolbar-template-profiler","python_support":"unspecified","summary":"Displays template rendering time on the timeline"},"popularity":{"monthly_downloads":85751,"position":13900,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.1.0"}
