
django-profiling
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
- License: GNU GPL v3
- 4 stars
- svn-based source control
Labels:
django
profiling
django-profiler
middleware