orf / django-debug-toolbar-template-timings

A django-debug-toolbar panel that displays template rendering times for your Django application
https://pypi.python.org/pypi/django-debug-toolbar-template-timings
MIT License
297 stars 28 forks source link

Display multiple blocks being executed #7

Closed orf closed 11 years ago

orf commented 11 years ago

Stolen from @twidi

twidi commented 11 years ago

Hey ! :) I did have in mind to make this pull request, not the time, though ;)

orf commented 11 years ago

Thanks for your work on this, it seems to work very well and greatly improves the functionality <3

twidi commented 11 years ago

Yes it's really useful when you have include or blocks in loops, i used it on my current project to find bottlenecks... ("include" are really terrible in django templates :( )