From all-commands
Audits application performance across code efficiency, database queries, frontend rendering, network requests, memory usage, async ops, and builds. Provides prioritized optimization recommendations with metrics, benchmarks, and code examples.
How this command is triggered — by the user, by Claude, or both
Slash command
/all-commands:performance-auditThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Performance Audit Command Audit application performance metrics ## Instructions Conduct a comprehensive performance audit following these steps: 1. **Technology Stack Analysis** - Identify the primary language, framework, and runtime environment - Review build tools and optimization configurations - Check for performance monitoring tools already in place 2. **Code Performance Analysis** - Identify inefficient algorithms and data structures - Look for nested loops and O(n²) operations - Check for unnecessary computations and redundant operations - Review memory al...
Audit application performance metrics
Conduct a comprehensive performance audit following these steps:
Technology Stack Analysis
Code Performance Analysis
Database Performance
Frontend Performance (if applicable)
Network Performance
Asynchronous Operations
Memory Usage
Build & Deployment Performance
Performance Monitoring
Benchmarking & Profiling
Optimization Recommendations
Include specific file paths, line numbers, and measurable metrics where possible. Focus on high-impact, low-effort optimizations first.
npx claudepluginhub davepoon/buildwithclaude --plugin all-commands/performance-auditAudits application performance across code efficiency, database queries, frontend rendering, network requests, memory usage, async ops, and builds. Provides prioritized optimization recommendations with metrics, benchmarks, and code examples.
/optimize-performanceProfiles application performance, identifies bottlenecks, implements optimizations for backend, frontend, and infrastructure, then benchmarks improvements.
/optimizeAnalyzes codebase and infrastructure for performance issues across frontend, backend, infra, and architecture, delivering prioritized recommendations, quick wins, and implementation roadmap with code examples.
/analyze-performanceAnalyzes app performance from user experience view, calculates Core Web Vitals-based UX scores, quantifies perceived speed gains, and proposes prioritized optimizations.
/analyze-performanceAnalyzes application performance from UX perspective, computes Core Web Vitals-based UX score, quantifies speed gains and satisfaction impacts, and delivers prioritized optimizations with ROI matrix.
/audit-performanceAudits PHP project performance for N+1 queries, memory issues, caching gaps, inefficient loops, batch processing, algorithm complexity, connection pools, and serialization overhead. Supports quick/standard/deep levels.