[ANN] Django-debug-toolbar-template-timings

Tom . tom at tomforb.es
Wed Jun 19 12:48:58 CEST 2013


Django-debug-toolbar-template-timings version 0.4.1 has been released and
can be found here:
https://pypi.python.org/pypi/django-debug-toolbar-template-timings

What is it?
------------------------------
Does what it says on the tin. It's a panel for Django-debug-toolbar that
breaks down the time it takes to render a template, showing detailed timing
information for each sub-template and block. This helps you pinpoint
exactly where the bottlekneck for your page is. More info and screenshots
can be found here:
https://github.com/orf/django-debug-toolbar-template-timings


What's new in 0.4.1?
------------------------------
 * The sum, average, min and max execution time for each template and block
is now recorded (thanks @twidi)
 * The total time spent rendering is displayed in the sidebar
 * Added options to ignore templates and print the timings to the console


More information about the Python-announce-list mailing list