- django-debug-toolbar: inspect the complete request/response cycle of any given page.
- django-extensions: comes with a number of command extensions, including
shell_plus
, which automatically loads all app models in the shell. - django-compressor: minimize front-end assets.
- easy-thumbnails: shrink down image size. A fantastic free e-book on the topic is Essential Image Optimization by Addy Osmani that goes into depth on image optimization and automations.
- nplusone, django-zen-queries, django-auto-prefetch: identify SQL N+1 issues.
Prev Next