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 AllHigh-Performance Database Query Optimizer
Identifies bottlenecks, suggests indexes, and rewrites slow-running SQL queries for optimal performance.
sqldatabasequery-optimization
View Prompt
Performance Bottleneck & Profiler Analyst
Pinpoints execution hotspots, memory leaks, and inefficient algorithms in complex code snippets.
performanceoptimizationbig-o
View Prompt
High-Performance SQL Query Tuner
Analyzes sluggish database queries and returns optimized versions, detailing execution plan improvements.
sqldatabaseperformance
View Prompt