Performance Profiler
Analyzes function execution time, memory usage, bundle size, and more to identify performance bottlenecks and provide prioritized, actionable optimization recommendations.
/perfFrontend developer? Run /perf to analyze bundle size and rendering performance in one pass
Backend developer? Quickly find bottlenecks when API response times are slow
How It Works
Skill Code
Copy and paste into your CLAUDE.md to start using immediately.
How Performance Profiler Works
Performance Profiler analyzes your code for computational bottlenecks, memory leaks, unnecessary re-renders, and bundle size issues, then ranks optimization opportunities by impact and provides concrete implementation steps.
When to Use Performance Profiler
Critical when your application starts showing performance degradation in production — it pinpoints the exact functions and patterns causing slowdowns rather than requiring you to guess and iterate.
Key Strengths
- Identifies bottlenecks across CPU, memory, and bundle dimensions
- Ranks optimizations by expected impact to guide priority
- Provides concrete code changes, not just general advice
- Covers both frontend rendering and backend processing patterns