A comprehensive, actionable guide to web performance optimization. Covers all three Core Web Vitals (LCP, CLS, INP), code splitting, image optimization, caching strategies, bundle analysis, and real u
Browse the actual product documentation and code examples included in this toolkit.
Key features of Performance Optimization Guide
• Open Chrome DevTools → Lighthouse → Run Performance audit • Note your LCP, CLS, INP scores • Identify the LCP element and any layout shift sources • Check [PageSpeed Insights](https://pagespeed.web.dev/) for CrUX data (real user metrics from Chrome) • Set up RUM using `examples/measurement/rum-setup-guide.md`
Open Chrome DevTools → Lighthouse → Run Performance audit
Note your LCP, CLS, INP scores
Identify the LCP element and any layout shift sources
Check [PageSpeed Insights](https://pagespeed.web.dev/) for CrUX data (real user metrics from Chrome)
Set up RUM using `examples/measurement/rum-setup-guide.md`
Configure Performance Optimization Guide parameters to see how the product works.