WSWhat Scene?

Learn · Performance & optimization

Core Web Vitals, caching, CDNs, and why a faster site earns more.

  1. Core Web Vitals are Google's three metrics for real-world page experience: LCP (loading speed), INP (responsiveness), and CLS (visual stability). As of July 2026 the "good" targets are LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1, measured on real visitors at the 75th percentile.

    Read the full answer →
  2. LCP measures how long it takes for the largest visible element (usually the main image or heading) to load and appear. It's the closest single number to "how fast does this page feel to load." The target is under 2.5 seconds for the good rating, measured on real visitors.

    Read the full answer →
  3. INP measures responsiveness: how quickly the page reacts visually after you tap, click, or type. It replaced the older FID metric in March 2024 and looks at interactions across the whole visit, not just the first. The target is under 200 milliseconds. It's the most commonly failed vital in 2026.

    Read the full answer →
  4. CLS measures visual stability: how much the page unexpectedly jumps around as it loads. The target is under 0.1. You've felt bad CLS when you go to tap a button and an image or ad loads above it, pushing everything down so you tap the wrong thing.

    Read the full answer →
  5. Speed affects money directly. Faster sites keep more visitors, convert more of them into customers, and rank better in search. Study after study shows that as load time rises, people leave and sales drop. A slow site quietly loses revenue before anyone reads a word of your content.

    Read the full answer →
  6. A CDN (content delivery network) is a network of servers around the world that store copies of your site's files and serve them from the location nearest each visitor. That shorter distance means faster loading. Most sites with a global or growing audience benefit, and many hosts now include one.

    Read the full answer →
  7. Caching stores a ready-made copy of something so it doesn't have to be built or fetched again. Instead of regenerating a page or re-downloading a file on every request, the system serves the saved copy, which is far faster. It's one of the most effective ways to speed up a site.

    Read the full answer →
  8. Compress images, use modern formats like WebP or AVIF, size them to how they'll actually be displayed, and load offscreen ones lazily. Images are usually the heaviest part of a page, so optimizing them is the single biggest speed win on most sites.

    Read the full answer →
  9. Lazy loading means loading content only when it's needed, usually as the user scrolls toward it, rather than all at once up front. Images and sections below the fold wait until they're about to be seen. This makes the initial page load faster and saves data.

    Read the full answer →
  10. Page weight is the total size of everything a page downloads: images, scripts, styles, fonts, and video. Heavier pages take longer to load and cost visitors more data, especially on mobile. Keeping page weight down is a direct lever on speed and on how many people stick around.

    Read the full answer →
  11. The highest-impact steps: optimize and properly size images, reduce and defer JavaScript, enable caching, use a CDN, and choose fast hosting. These few changes address most speed problems on most sites and directly improve Core Web Vitals.

    Read the full answer →
  12. Use both lab and field tools. Lab tools like Google Lighthouse and PageSpeed Insights test a page under controlled conditions and suggest fixes. Field data, from the Chrome User Experience Report and Google Search Console, shows how real visitors actually experience your site, which is what Google ranks on.

    Read the full answer →
  13. Yes, and the effect is well documented. As pages get slower, more visitors abandon them and fewer complete a purchase or sign-up. Even a delay of a second or two measurably reduces conversions, because people are impatient and alternatives are one tap away.

    Read the full answer →

Back to the Learning Center

Explore more topics.