Catalog / Skills

Django DB Performance

Diagnose and improve slow Django database-backed endpoints with evidence-first profiling, query-plan review, index selection, ORM loading fixes, batching, database-side computation, materialized views, and pagination choices. Use when a Django view, API, job, report, queryset, or database query is slow and the right optimization path is not obvious.

Djangov0.1.0MITdjangodatabaseperformanceormprofiling

Install

npx skills add LVTD-LLC/skills --skill django-db-performance

From `SKILL.md`

Use this as the orchestration skill for Django database performance work. Start with measured evidence, reproduce the slow path, and route to the smallest optimization that changes the measured bottleneck.