← Back to tools

How Images Affect Core Web Vitals - and How to Fix It

Images are responsible for most LCP (Largest Contentful Paint) failures. If your Core Web Vitals are red, your images are probably the reason. Here's exactly how to fix it.

Try it now - free, no signup.

Smart Compress Images →

Images and LCP (Largest Contentful Paint)

LCP measures when the largest visible element finishes loading. For most pages, that's an image. Google wants LCP under 2.5 seconds.

How to fix LCP:

Images and CLS (Cumulative Layout Shift)

CLS measures unexpected layout movement. Images without dimensions cause the page to jump when they load.

How to fix CLS:

The Quick Fix Checklist

  1. Smart Compress all images (auto-optimal quality)
  2. Resize to actual display dimensions
  3. Add width/height attributes to all <img> tags
  4. Preload your LCP image
  5. Lazy load everything below the fold
  6. Re-test in PageSpeed Insights

FAQ

What's a good LCP score?

Under 2.5 seconds is "Good" (green). 2.5-4 seconds is "Needs Improvement" (yellow). Over 4 seconds is "Poor" (red). Image optimization alone can often move you from red to green.

Should I lazy load all images?

No! Don't lazy load above-the-fold images (especially your hero/LCP image). Only lazy load images that are initially off-screen. Over-lazy-loading actually hurts LCP.

Ready? 100% free, runs in your browser.

Smart Compress Images →

Related Guides

JPG to WebP Image Compression What is WebP? Image SEO AVIF vs WebP