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.
Related Prompts
View AllPerformance Bottleneck Finder
Find slow areas causing performance issues.
performance
View Prompt
Load Time Optimization Expert
Improve initial application load time.
performance
View Prompt
Production Debugging Assistant
Debug production issues with limited logs and incomplete information.
debuggingproductionincident
View Prompt