Image Optimisation — Example Report Run Your Own Audit →
📋 Example Report — Demo Data

Image Optimisation Example: 4.2MB Wasted, 73% Legacy Formats

This example shows the AIWebPageSEO Image Optimisation Audit for a SaaS marketing site. Image Score is 62 out of 100. The audit found 487 images, 142 oversized files above 200KB, 218 missing alt attributes, 94 without srcset, and an average page wasting 4.2MB that could be saved by format conversion and proper sizing.

Image Audit — saas.example.com via Lighthouse + ImageMagick · Demo Report
62
Image Score
Out of 100
487
Images Crawled
142
Oversized
> 200KB
218
Missing Alt
A11y issue
94
No srcset
4.2 MB
Wasted Bytes
Avg page
Largest Offenders by Wasted Bytes
ImageCurrentFormatOptimalSavings
/hero/landing-banner.jpg1.8 MBJPEGWebP 180KB90%
/products/dashboard-screenshot.png1.2 MBPNGAVIF 95KB92%
/about/team-photo.jpg980 KBJPEGWebP 120KB88%
/blog/cover-q3.png720 KBPNGAVIF 65KB91%
/icons/feature-cloud.png340 KBPNGSVG 4KB99%
/testimonials/customer-1.jpg620 KBJPEGWebP 85KB86%
Format Distribution — 73% on legacy formats
FormatCount%Status
JPEG21844.8%⚠ Convert to WebP/AVIF
PNG13728.1%⚠ Convert non-transparent to WebP
WebP8918.3%✅ Modern
AVIF183.7%✅ Best compression
GIF153.1%⚠ Replace with video or WebP
SVG102.1%✅ Vector
Lazy-Loading Status
PositionCountloading="lazy"Status
Above the fold273⚠ Remove lazy from LCP image
Below the fold460134⚠ Only 29% lazy — opportunity
LCP image11🔴 Critical — Preload + remove lazy
Recommended LCP fix Add to <head>
<link rel="preload" as="image"
      href="/hero/landing-banner.webp"
      fetchpriority="high">

<!-- And update the <img> tag -->
<img src="/hero/landing-banner.webp"
     width="1600" height="900"
     alt="Project management dashboard"
     fetchpriority="high">
<!-- Remove loading="lazy" -->

Related Demo Reports

🔍
Site Audit
Full technical SEO audit
Page Speed
LCP, TTFB, render blocking
📊
Core Web Vitals
LCP, INP, CLS field data
Accessibility
WCAG audit

Run Image Optimisation on Your Own Site

Get your real image audit with per-file wasted-byte calculations, optimal format recommendations and lazy-loading priorities.

⚡ Run Free Audit View Plans