PromptsHub
Back to Developers
Developersperformance

Performance Bottleneck Finder

Find slow areas causing performance issues.

Use Case

When performance metrics degrade.
AI Prompt
Identify performance bottlenecks. Area: [FRONTEND / BACKEND] Symptoms: [SLOW RESPONSE / HIGH CPU / MEMORY] Metrics: [IF AVAILABLE] Identify: 1. Bottleneck 2. Root cause 3. Fix 4. Expected improvement

Example Output

Repeated DB queries inside loops causing slowdown. Batch queries to fix.