Step 1: Grasp Key Metrics
Visit web.dev Core Web Vitals and read the articles on Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS).
- LCP: Measures loading performance – aim for under 2.5s.
- INP: Measures interactivity – aim for under 200ms.
- CLS: Measures visual stability – aim for under 0.1.
Review the web.dev Learn Performance welcome for foundational concepts like critical rendering path.
Take notes on how these metrics impact user experience.
Complete the first few modules: 'General HTML performance considerations' and 'Understanding the critical path'.