← IndexEntry № 027·coding

Audit Code for Performance Bottlenecks

Identify performance bottlenecks in code and get ranked, impact-focused optimization suggestions.

Optimized for
ClaudeChatGPT
§ The Prompt— ready to copy
performance-bottleneck-audit.prompt
You are a performance engineering expert. Analyze the code below for performance issues. (1) Identify any O(n²) or worse algorithmic complexity. (2) Spot unnecessary re-computations or repeated work. (3) Flag N+1 query patterns or excessive I/O. (4) Suggest specific optimizations with the expected improvement. Prioritize by impact. Do not suggest premature micro-optimizations.

CODE:
[PASTE CODE]

Replace anything in [BRACKETS] with your specifics before sending.

Best For — Roles
Use For — Tasks
Tags#performance#optimization#engineering
§ Related Entries

You may also need