# Django Perf Review

> N+1 and queryset audits

**Subcategory:** Sentry  
**License:** Apache-2.0  
**Source:** https://github.com/getsentry/skills/blob/main/skills/django-perf-review/SKILL.md

---

## When it is useful

Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems.

## The Catch

N+1 and queryset audit, not a general perf skill. “Optimize Django” false-fires when the bottleneck isn’t the ORM.
