What problem does it solve? Slow page loads and poor runtime responsiveness hurt user experience, but teams often guess at causes instead of measuring them. This Skill provides an evidence-led workflow that prioritizes real-user Core Web Vitals data and uses browser performance traces to find and fix actual bottlenecks. ## Core Features & Use Cases - Measurement-first workflow: Establish field-plus-lab baselines with CrUX data, DevTools performance traces, and Lighthouse before changing any code, then verify fixes with before/after comparisons. - Optimization playbooks: Concrete patterns for critical rendering path, image formats (AVIF/WebP), font loading, caching headers, JavaScript code splitting, third-party script facades, and layout thrashing fixes. - Performance budgets: Starting guardrails for page weight, JavaScript, CSS, images, fonts, and third-party resources that can be calibrated to target devices and networks. - Use Case: A user reports their e-commerce site loads slowly on mobile. The Skill guides pulling CrUX field data, recording a DevTools trace to identify a render-blocking LCP image, applying preload and fetchpriority fixes, and re-measuring to confirm improvement. ## Quick Start Audit my site's page speed and tell me which performance bottlenecks to fix first.