๐—›๐—ผ๐˜„ ๐˜๐—ผ ๐—–๐—ต๐—ฒ๐—ฐ๐—ธ ๐—–๐—ผ๐—ฟ๐—ฒ ๐—ช๐—ฒ๐—ฏ ๐—ฉ๐—ถ๐˜๐—ฎ๐—น๐˜€ ๐—ถ๐—ป ๐Ÿญ๐Ÿฌ ๐— ๐—ถ๐—ป๐˜‚๐˜๐—ฒ๐˜€

Google uses Core Web Vitals to rank your site. Sites that pass these tests see an average 11% increase in organic traffic within 60 days. You do not need expensive tools to audit your performance.

The three metrics you must track:

โ€ข LCP (Largest Contentful Paint): Measures loading speed. Goal is under 2.5 seconds. โ€ข INP (Interaction to Next Paint): Measures responsiveness. Goal is under 200ms. โ€ข CLS (Cumulative Layout Shift): Measures visual stability. Goal is under 0.1.

How to audit using Chrome DevTools:

  1. Open your site in Chrome.
  2. Press F12 to open DevTools.
  3. Go to the Performance tab.
  4. Check the Web Vitals checkbox.
  5. Perform a hard reload with Ctrl+Shift+R.

How to fix LCP:

How to fix INP:

How to fix CLS:

Lab data from Lighthouse shows one test. Real user data is more accurate. Use pagespeed.web.dev to see how actual Chrome users experience your site.

Start with your top 10 landing pages. Fixing these pages improves your overall domain score by 40% to 60%. Most fixes require only HTML and CSS changes. You do not need a large budget or new server tools.

Monitor your progress:

Source: https://dev.to/kui_luo/how-to-check-core-web-vitals-in-10-minutes-5d00