A Django middleware that uses cProfile to profile views, triggered by a query parameter. Version 1.0.5 is the latest, with infrequent releases.
pip install django-cprofile-middlewareVerified import paths — ran on the pinned version, not inferred.
Add the middleware to MIDDLEWARE and add ?prof to any URL to trigger profiling output.
Use the full dotted path as shown in quickstart, not a shorter alias.
Remove or guard the middleware in production if profiling should be disabled.
No dependency data recorded yet.