audit_performance_bottlenecks
Identify and fix performance traps in code, including React re-render cascades, unindexed SQL queries, N+1 problems, heavy imports, and missing image optimization.
Instructions
Analyzes code for performance traps (React re-render cascades, unindexed SQL queries, N+1 query problems, heavy bundle imports, missing image optimization).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code_snippet | Yes | Code snippet or query to audit for performance bottlenecks |