404: Not Found
Django ORM Query Optimization
@MaciWP/CV_Astro1
0
Enforces Django ORM best practices for optimal database performance: select_related for ForeignKey, prefetch_related for ManyToMany, always order_by(), database indexes on filtered fields. Auto-activates on: ORM, query, select_related, prefetch_related, N+1, index, database, optimization, queryset. Prevents N+1 queries, missing order_by(), unindexed filters, inefficient queries. Ensures select_related for joins, prefetch_related for collections, order_by() on all queries, db_index=True on filtered fields. Targets: 0 N+1 queries, <100ms query time, proper indexing.
Install Skill
1Download skill
2Enable skills in Claude
Open claude.ai/settings/capabilities and find the "Skills" section
3Upload to Claude
Click "Upload skill" and select the downloaded ZIP file
Note: Please verify skill by going through its instructions before using it.