Skip to content

inglesp/django-debug-toolbar-template-flamegraph

Repository files navigation

django-debug-toolbar-template-flamegraph

This provides a Django Debug Toolbar panel which generates a Flame Graph for the rendering of a template.

It is probably worth using in conjunction with the Template Profiler and/or Template Timings panels.

It borrows a lot from 23andMe's DjDT Flame Graph.

Setup

  • Install django-debug-toolbar-template-flamegraph via pip
  • Add 'template_flamegraph' to INSTALLED_APPS
  • Add 'template_flamegraph.TemplateFlamegraphPanel' to DEBUG_TOOLBAR_PANELS

About

Generate a Flame Graph in Django Debug Toolbar for the rendering of a template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published