audit_system_performance
Identify performance bottlenecks, N+1 queries, IDOR vulnerabilities, and slow pagination in backend code, database queries, network, and frontend rendering to optimize system performance.
Instructions
Audits backend API code, database queries, network waterfalls, and frontend rendering for performance bottlenecks, N+1 queries, un-transactional mutations, IDOR security issues, and slow OFFSET pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Optional optimization scope | |
| codeOrQuery | Yes | Backend controller, database query, network call, or React component snippet to audit |