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.
npx claudepluginhub davepoon/buildwithclaude --plugin all-commands# 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...
/performance-auditConducts performance audit on code, database, frontend, network, async ops, memory, and builds; identifies bottlenecks and recommends optimizations. Supports --frontend, --backend, --full.
/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.
/performance-auditComprehensive mobile app performance audit covering startup, memory, scrolling, and rendering
/performance-auditConduct a full-stack performance analysis — quantifying bottlenecks, measuring against budgets, and producing prioritized optimization recommendations with estimated impact.
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.