August 2026 8 min readCase Studies

Real Case Studies – From 40 to 95+ PageSpeed

Real before-and-after results. How image optimization alone moved multiple sites from the 40s into the mid-90s.

PageSpeed performance improvement case studies and analytics

Theory is useful. Real numbers are better.

Over the last 12 months I’ve worked on quite a few sites that were stuck in the 40s and 50s on mobile PageSpeed. Almost every time the biggest single win came from fixing the images. Not from rewriting JavaScript, not from changing hosting, and not from removing half the plugins. Just the images.

In this post I’m sharing three real case studies (with the actual before-and-after scores) so you can see exactly what moved the needle.

Key takeaway: On image-heavy marketing and content sites, fixing the hero image + a handful of key images with AVIF, proper sizing, and correct markup regularly delivers 30–50+ point gains on mobile PageSpeed.

Case Study 1 – SaaS Landing Page

42 → 94
Mobile PageSpeed
4.1s → 1.7s
LCP Improvement

This was a classic SaaS landing page. Clean design, good copy, but the mobile score was stuck at 42. The Largest Contentful Paint was over 4 seconds.

The main problem was obvious once we looked at the Network tab: the hero image was a 1.8 MB JPEG being served at almost full resolution even on phones. There were also three product screenshots that were each over 400 KB.

What we changed:

That was basically it. No JavaScript changes. No font changes. No CDN switch. The score jumped from 42 to 94 on mobile and the LCP dropped from 4.1s to 1.7s.

The client was surprised it was “only” the images. That’s the point — images are still one of the highest-leverage things you can fix in 2026.

Case Study 2 – Content / Blog Site

51 → 96
Mobile PageSpeed
3.6s → 1.9s
LCP Improvement

This site publishes long-form articles with a lot of images. Every post had a large featured image plus several images inside the content. Most of them were high-resolution JPEGs straight from the camera or design tool.

We didn’t touch the content or the theme layout. We only worked on the images:

Total image weight on a typical article dropped by about 62%. The mobile score went from 51 to 96 and LCP improved from 3.6s to 1.9s.

One interesting detail: the biggest single improvement still came from the featured image at the top of each post. Even on content sites, that first image is usually the LCP element.

Case Study 3 – E-commerce Category Page

Category pages are often the hardest because they load a lot of product images at once. This particular page had a score of 47 on mobile.

The product thumbnails were being served at much larger sizes than they were displayed, and everything was still JPEG. Lazy loading was also implemented poorly (some images below the fold were loading immediately).

After switching to responsive AVIF/WebP versions and fixing the lazy-loading behaviour, the score moved from 47 to 91. Visual quality stayed the same — most people couldn’t tell the difference in a side-by-side comparison.

Common Patterns Across All Wins

After doing this on quite a few sites, the same patterns keep appearing:

What We Deliberately Didn’t Touch

In all three case studies we limited the work to images only. We didn’t:

This was intentional. We wanted to show how much pure image work is still worth in 2026. The results speak for themselves.

Practical Takeaways You Can Use Today

If your mobile PageSpeed is stuck in the 40s–60s and the site has large images, start here:

  1. Find the LCP image (usually the biggest one at the top of the page)
  2. Convert it to AVIF + WebP and serve the right size
  3. Add width, height and fetchpriority="high"
  4. Do the same for the next few important images
  5. Make sure images below the fold are properly lazy-loaded

You don’t need to optimise every single image on the site on day one. Fixing the top 5–8 images often delivers most of the gain.

Image optimisation is still one of the highest-ROI performance jobs you can do. The tools are free, the technique is straightforward, and the results are very visible.

Optimize Images →Compress Now

Was this article useful?

Your feedback helps us write better content