The Performance Profiling skill provides a comprehensive framework for identifying and resolving performance bottlenecks in web applications. It guides Claude through a structured 'Baseline, Identify, Fix, Validate' workflow, incorporating Core Web Vitals targets, bundle analysis, and runtime profiling. By leveraging tools like Lighthouse and Chrome DevTools principles, it helps developers eliminate layout thrashing, reduce bundle sizes, and fix memory leaks to ensure high-speed, stable user experiences.
Key Features
01Runtime profiling for JavaScript execution and rendering bottlenecks
02Automated Lighthouse performance audits and Core Web Vitals tracking
03Systematic bundle analysis to identify large dependencies and unused code
04Memory leak detection and heap analysis patterns
05Structured optimization workflow with clear priority actions
061 GitHub stars