What problem does it solve?
Websites and web applications that load slowly or suffer poor Core Web Vitals create bad user experiences, lower SEO rankings, and reduce conversions. This Skill helps teams measure baseline performance, identify root causes across assets and code, and apply targeted optimizations to reduce load times and runtime jank.
Core Features & Use Cases
- Performance Audits: Run and interpret Lighthouse, WebPageTest, and Chrome DevTools output to pinpoint LCP, FID/INP, CLS, and TTFB problems.
- Bundle & Runtime Optimization: Analyze and reduce JavaScript/CSS bundle size with code splitting, tree shaking, and dependency pruning.
- Asset Optimization: Convert and serve images in AVIF/WebP, produce responsive srcsets, add dimensions, and apply lazy loading and preload strategies.
- Caching & Delivery: Recommend cache headers, CDN use, service worker strategies, and server-side optimizations to lower TTFB and speed repeat visits.
- Verification & Monitoring: Re-run audits, compare before/after metrics, and set up RUM monitoring to validate real-user improvements.
Quick Start
Audit https://example.com for Core Web Vitals, list the top 5 issues by impact, and provide concrete fixes with estimated improvement for LCP, FID, and CLS.