{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/4"}],"enrichment":{"capability":"Integrates flame graph visualization into Django Debug Toolbar to profile request execution and identify performance bottlenecks in a single-threaded development server.","skillfed_tags":["profiling","performance-debugging","django-extension"],"use_cases":["Identify which functions consume the most CPU time during a specific Django request","Visualize call stack depth and branching to spot unexpected recursion or inefficient code paths","Compare flame graphs across different request types to understand relative performance characteristics","Debug performance regressions by comparing flame graphs before and after code changes"],"what_it_does":"djdt-flamegraph is a Django Debug Toolbar panel that generates flame graphs of request execution in real time during development. It hooks into the debug toolbar UI and visualizes CPU time spent across the call stack, helping developers spot performance bottlenecks in their Django applications.\n\nThe package wraps the FlameGraph tool and requires a single-threaded development server to function\u2014it cannot generate graphs in multithreaded environments due to signal handling constraints. Flame graphs are disabled by default and must be explicitly enabled via a checkbox in the toolbar. The project has been archived and receives no active maintenance.","worth_installing":"No. The project is archived and abandoned, with the last commit on 2020-06-04. Compatibility with modern Django and Python versions is not guaranteed. For current development, consider actively maintained alternatives."},"id":"djdt-flamegraph","links":{"html":"https://skillfed.io/packages/djdt-flamegraph","md":"https://skillfed.io/packages/djdt-flamegraph.md","pypi":"https://pypi.org/project/djdt-flamegraph/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-01-17","license_spdx":null,"license_treatment":"permissive","name":"djdt-flamegraph","python_support":"unspecified","summary":"Flamegraphs for Django Debug Toolbar"},"popularity":{"monthly_downloads":111140,"position":12433,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.13"}
