Identifies and resolves software performance bottlenecks through systematic profiling, measurement, and targeted code optimization across the full stack.
The Performance Optimizer skill equips Claude Code with a structured methodology for auditing and enhancing application speed. It moves beyond guesswork by enforcing a 'measure first' approach, providing specialized strategies for frontend Core Web Vitals, backend API latency, database query analysis, and memory leak detection. Whether you are debugging slow SQL queries, improving Lighthouse scores, or managing complex caching layers, this skill provides the implementation patterns and checklists needed to build high-performance, scalable software.
Características Principales
01Automated identification of common backend bottlenecks like N+1 queries and sync blocking.
02Full-stack profiling strategies covering Frontend, Backend, Database, and Memory layers.
03Targeted Core Web Vitals optimization for LCP, FID, and CLS metrics.
041 GitHub stars
05Comprehensive database indexing and query execution plan analysis patterns.
06Memory leak detection and cleanup strategies for both Node.js and browser environments.
Casos de Uso
01Optimizing database-heavy applications by identifying missing indexes and refactoring inefficient queries.
02Improving web application performance to meet Google Lighthouse and SEO benchmarks.
03Identifying and fixing memory leaks in long-running JavaScript or TypeScript processes.