From performance-optimization-advisor
Analyzes application architecture, code, and infrastructure to produce a prioritized performance optimization roadmap with quick wins and long-term improvements.
How this command is triggered — by the user, by Claude, or both
Slash command
/performance-optimization-advisor:optimizeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Performance Optimization Advisor Receive comprehensive, prioritized performance optimization recommendations. ## Optimization Areas 1. **Frontend Optimization** - Bundle size reduction - Code splitting - Lazy loading - Image optimization - Caching strategies 2. **Backend Optimization** - Database query optimization - API response time improvement - Caching layers - Connection pooling - Async processing 3. **Infrastructure Optimization** - CDN implementation - Load balancing - Auto-scaling configuration - Resource right-sizing 4. **Architectu...
Receive comprehensive, prioritized performance optimization recommendations.
Frontend Optimization
Backend Optimization
Infrastructure Optimization
Architecture Optimization
Provide comprehensive report with:
15plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 15 plugins
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin performance-optimization-advisor/optimizeAnalyzes application architecture, code, and infrastructure to generate prioritized performance optimization recommendations with an implementation roadmap.
/optimize-performanceProfiles application performance, identifies bottlenecks, implements optimizations (caching, indexing, code improvements), and validates improvements with benchmarks.
/performance-optimizationOrchestrates end-to-end performance optimization for an application or service, running profiling, analysis, and monitoring. Supports --focus and --depth flags.
/performance-auditAudits application performance across code, database, frontend, network, and build. Produces prioritized optimization recommendations with specific file paths and metrics.
/performanceRuns a full performance analysis on the current project, covering frontend, backend, database, and infrastructure. Produces a structured report with metrics, issues, and prioritized fixes.
/profileProfiles application performance by analyzing CPU, memory, execution time, and bottlenecks, then generates a markdown report with optimization recommendations.