PromptsHub
Back to Developers
Developersperformance

Performance Issue Debugger

Identify and fix performance issues in applications.

Use Case

When apps feel slow or unresponsive.
AI Prompt
Help debug a performance issue. Context: - Application type: [SPA / API / DASHBOARD] - Slow area: [PAGE / FUNCTION / API] - Observed impact: [SLOW LOAD / UI FREEZE / TIMEOUT] - Metrics available: [TTFB / CPU / MEMORY / NONE] Analyze: 1. Performance bottlenecks 2. Root causes 3. Optimization options 4. Trade-offs 5. Validation steps

Example Output

Repeated API calls on render caused slowdown. Fix with memoization and caching.