Django Perf Review

Reviews Django and DRF code for validated ORM issues: N+1 queries, unbounded querysets, missing indexes, and write loops, reporting only proven hot-path findings. Use when asked to review Django performance, find N+1s, or audit queryset and database problems. Not for general Django feature work, test/admin/migration files, or speculative micro-optimizations. Do not use as a substitute for EXPLAIN ANALYZE on production.

Kayforkind 8828308 14.8 KB Updated

File contents

Kayforkind/skill-slice commit 8828308a38

Frequently asked questions

npx skillmds@latest add kayforkind/django-perf-review