From all-commands
Audits application performance across code, database, frontend, network, and build. Produces prioritized optimization recommendations with specific file paths and metrics.
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.
3plugins reuse this command
First indexed Jan 8, 2026
npx claudepluginhub davepoon/buildwithclaude --plugin all-commands/performance-auditAudits application performance across code, database, frontend, network, and build. Produces prioritized optimization recommendations with specific file paths and metrics.
/optimizeAnalyzes application architecture, code, and infrastructure to generate prioritized performance optimization recommendations with an implementation roadmap.
/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.
/optimize-performanceProfiles application performance, identifies bottlenecks, implements optimizations (caching, indexing, code improvements), and validates improvements with benchmarks.
/profileProfiles application performance by analyzing CPU, memory, execution time, and bottlenecks, then generates a markdown report with optimization recommendations.
/audit-performanceAudits PHP project performance — detects N+1 queries, memory issues, caching gaps, inefficient loops, and algorithm complexity. Supports quick, standard, and deep levels with custom focus areas.