From perf-profiler
Analyzes codebase for performance bottlenecks, resource inefficiencies, and scalability concerns across database, memory, concurrency, frontend, and network layers.
How this command is triggered — by the user, by Claude, or both
Slash command
/perf-profiler:profileThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /perf-profiler:profile Analyze the codebase for performance bottlenecks, resource inefficiencies, and scalability concerns. ## Process 1. Identify the project type and performance-critical areas: - Read the project structure to understand the architecture (monolith, microservices, SPA, CLI) - Identify hot paths: API request handlers, database queries, render cycles, data processing pipelines - Check for existing performance tooling (profiler configs, benchmark files, load test scripts) 2. Static analysis for common performance anti-patterns: ### Database & Data Access - Sear...
Analyze the codebase for performance bottlenecks, resource inefficiencies, and scalability concerns.
Identify the project type and performance-critical areas:
Static analysis for common performance anti-patterns:
Present findings organized by impact (highest first):
For each finding:
End with a summary table: total findings by category and a recommended order of remediation.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub samuelj90/awesome-claude-code-toolkit --plugin perf-profiler/profileAnalyzes codebase for performance bottlenecks, resource inefficiencies, and scalability concerns across database, memory, concurrency, frontend, and network layers.
/detect-bottlenecksDetects performance bottlenecks across the application stack — CPU, memory, I/O, database, lock contention, resource exhaustion — and generates a prioritized remediation plan with root cause analysis.
/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.
/profileRuns static analysis for backend performance anti-patterns (N+1 queries, sync I/O, memory leaks) and cross-references findings with LSP to confirm real-world impact before recommending fixes.
/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.