Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Find the Django ORM code and request path responsible for slow SQL by using APM traces, slow query logs, Django Debug Toolbar, query logging, and local reproduction. Use when a Django database performance issue is suspected but the exact queryset, view, serializer, template, or job causing it is not yet proven.
.claude/skills/hashgraph-online-django-query-profiling/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 864% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 23% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -8% | 0% |
Use this skill to turn a vague slow-Django report into a specific queryset, SQL statement, and reproducible scenario.
get_queryset(), serializer fields, template loops, managers, model properties, and signal handlers.django-orm-query-optimization.django-query-plan-reading.django-queryset-batch-processing.See tooling-and-reproduction.md for concrete profiling snippets and pitfalls.
Do not finish profiling with only a hunch. Finish with a named queryset, code path, and command or request that another agent can re-run.
Other measured skills in the registry, with their headline benchmark lift.