What problem does it solve?
It prevents wasted effort and risky changes by teaching you how to measure performance, locate the real bottleneck, and validate improvements using objective data.
Core Features & Use Cases
- Core Web Vitals target setting: Understand LCP, INP, and CLS thresholds to judge user-visible performance.
- 4-step profiling workflow: Run baseline measurement, identify bottlenecks, apply targeted fixes, and validate with repeat testing.
- Bundle and runtime diagnostics: Analyze bundle size and runtime behavior to find issues like large dependencies, long tasks, rendering jank, and memory growth.
- Decision-ready optimization priorities: Apply quick wins (compression, lazy loading, code splitting, caching, image optimization) based on impact.
- Use case: Diagnose why a web page feels slow or janky by combining Lighthouse/bundle analysis with DevTools Performance and Memory findings, then fix the specific root cause rather than guessing.
Quick Start
Use the performance-profiling skill to measure current Core Web Vitals targets, run Lighthouse for load issues, and then use DevTools Performance and Memory tabs to confirm the bottleneck before applying optimizations.