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 AllProduction Debugging Assistant
Debug production issues with limited logs and incomplete information.
debuggingproductionincident
View Prompt
Intermittent Bug Root Cause Analyzer
Identify root causes of bugs that occur randomly.
bugsdebugging
View Prompt
Error Message Explainer
Explain complex error messages in simple terms.
errorslearning
View Prompt