Images

Image file too large

Images are usually the heaviest part of a page. An oversized file slows everything and raises bandwidth and emissions.

What it is

This check flags images whose file size exceeds a sensible threshold, often uncompressed PNGs or full-resolution photos.

Why it matters for SEO

Heavy images inflate page weight and Largest Contentful Paint, hurting Core Web Vitals and mobile rankings.

Example

hero.png - 4.2 MB (uncompressed)

How to fix

  1. Compress images and export at the dimensions actually displayed.
  2. Serve modern formats (WebP/AVIF) with fallbacks.
  3. Use responsive srcset and loading='lazy' below the fold.
  4. Re-crawl to confirm image weights dropped.

Related checks

← Knowledge base