L1Beginner

Core Web Vitals Audit

30 minMonthly

Format: Use Google PageSpeed Insights to check your website.

Three key metrics:

  • LCP (Largest Contentful Paint): < 2.5s (main content load on first screen)
  • FID/INP (Interaction Delay): < 200ms (how fast it responds after a click)
  • CLS (Cumulative Layout Shift): < 0.1 (does the page "jump around"?)

Steps:

  1. Open PageSpeed Insights
  2. Enter your website URL
  3. Record the scores for all three metrics
  4. Review the improvement suggestions

My Notes