audit_system_performance
Audit backend code, database queries, network waterfalls, and frontend rendering to identify performance bottlenecks, N+1 queries, IDOR security risks, and slow pagination.
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 |