with one click
backend-api-performance-audit
// Use when Codex needs to audit Django backend/API performance, slow endpoints, pagination/filter/search gaps, sync heavy work, caching, rate limits, response size, or N+1 query risks.
// Use when Codex needs to audit Django backend/API performance, slow endpoints, pagination/filter/search gaps, sync heavy work, caching, rate limits, response size, or N+1 query risks.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | backend-api-performance-audit |
| description | Use when Codex needs to audit Django backend/API performance, slow endpoints, pagination/filter/search gaps, sync heavy work, caching, rate limits, response size, or N+1 query risks. |
Evaluate backend/API performance risks and identify endpoints, view logic, serializers, services, and request paths that may become slow or expensive.
Use this skill when the user asks for backend performance, API bottlenecks, slow endpoints, pagination, filtering/search, caching, rate limits, response sizes, synchronous heavy work, or N+1 query detection.
backend/web3d/api/urls.pybackend/web3d/urls.pyapi_views.py, admin_api_views.py, views.py, serializers/helpers/servicesbackend/web3d/tests.py and relevant app testsselect_related, prefetch_related, only, defer, aggregation strategydocs/audits/backend-api-performance-audit.md.Write a Vietnamese Markdown report with:
API inventory tom tatEndpoint co rui ro caoPagination/filter/search gapsN+1 va ORM query risksSync heavy work va response-size risksCache/rate-limit recommendationsPhat hien P0/P1/P2/P3Validation planEvery finding must cite route/API handler/file/model evidence and recommended verification.
docs/audits.