django-profiling


Quick and dirty profiler app for django

add ?prof to any view in your django instance to see profiling data

for example, if you wanted to see profiling data for:

www.example.com/blog/

you would simply install django-profiler and go to

www.example.com/blog/?prof

All profiling data generated by adding the "prof" GET request is also saved into the database for later analysis

Django-logging

The Django logging project has a nicer, more feature-filled and most importantly: actively developed django profiling app

Project Information

Labels:
django profiling django-profiler middleware