aurora33_
Learn·Abraham Almazan·May 8, 2026·7 min

Why Image Compression Makes or Breaks Your Website (and How to Tell Which Side You're On)

Abraham Almazan · Director, Aurora33
Web image optimization — Aurora33
A 4 MB image isn't an aesthetic problem. It's a customer who left before reaching the quote button.

A single poorly optimized image can add 3 seconds to your site's load time. In those 3 seconds you lose half your mobile traffic.

This isn't theory. Google measures it, penalizes it in ranking, and the user feels it without knowing why they're leaving. The good news: it's one of the cheapest problems to fix and one of the most expensive to ignore.

This post explains what exactly happens, how to audit your site in 5 minutes, and what to do today if you find out you have the problem.

Why Google and Your Customer Penalize the Same Thing

Google measures your site's speed with concrete metrics — the Core Web Vitals. The one that matters most for the image problem is LCP (Largest Contentful Paint): how long it takes the largest visual element on your page to load. On most sites, that element is a hero image.

If your LCP goes over 2.5 seconds, Google ranks you lower in search results. If it goes over 4 seconds, it explicitly flags you as "poor" and you compete worse even against sites with less content than yours.

The customer, knowing none of this, does the same thing: they leave. Consistent studies show that every extra second of mobile load time drops conversion between 7% and 20%. If your site takes 6 seconds instead of 2, you're not losing 5% of your customers — you're losing more than half.

The Real Math: 4 MB vs 400 KB

A photo taken on a phone and uploaded straight to the CMS weighs between 3 and 5 MB. The same image, with visual quality practically identical to the human eye, can weigh between 200 and 400 KB in a well-compressed modern format.

The difference in speed isn't marginal:

  • 4 MB on real 4G (not office wifi): between 4 and 8 seconds to load that single image.
  • 400 KB on real 4G: between 0.4 and 0.8 seconds.

If your homepage has 6 images like that (one hero, three services, two testimonials with photos), the difference between being well optimized and not is 30+ seconds of accumulated load time on mobile. Your visitor doesn't read that as seconds — they read it as "this site doesn't work" and close the tab.

Six poorly optimized images add 30 seconds of accumulated load time on mobile. Your visitor doesn't read it as seconds — they read it as "this site doesn't work" and close the tab.

Formats That Actually Work in 2026 (and When to Use Each)

This is the part where most business owners get lost, because their CMS uploads whatever you give it. Three formats matter:

WebP is the default format for the web today. It's supported by every modern browser (Chrome, Safari, Firefox, Edge) and has been for years. It compresses better than JPEG with no visible quality loss. If you have to pick one, this is it.

AVIF is the next generation. It compresses even better than WebP — between 30% and 50% smaller at the same quality. Compatibility is already good (Chrome, Firefox, modern Safari). We use it when the extra weight really matters: hero images on high-traffic pages, e-commerce with large catalogs.

JPEG and PNG still serve specific cases. JPEG for photographs when an old system doesn't support WebP. PNG only when you need transparency (logos, icons over variable backgrounds). Using PNG for a photo is one of the most common and most expensive mistakes — a PNG of a photo can weigh 10 times more than the equivalent WebP.

Simple rule: WebP by default. PNG only for transparency. JPEG only when there's a technical constraint.

How to Audit Your Site in 5 Minutes

You don't need to pay for anything or install tools. Two steps:

Step 1: PageSpeed Insights

Go to pagespeed.web.dev, paste your homepage URL, hit "Analyze". In under a minute it gives you:

  • Mobile and desktop score (0 to 100).
  • LCP in seconds.
  • A list of opportunities, where "Properly size images" and "Serve images in next-gen formats" show up first if you have the problem.

Step 2: The browser's Network tab

Open your site in Chrome, right-click → "Inspect" → "Network" tab → reload. Sort by "Size". The heavy images rise to the top. If you see a single image over 500 KB, you already have evidence there's work to do.

If the sum of all your homepage images goes over 1.5 MB, your site loads slow — no matter how fast your hosting is.

What to Do Today: A 4-Step Checklist

If you find out you have the problem, this is what you do, in order:

  1. Identify the 5 heaviest images on the site (the Network tab gives them to you). That's 80% of the problem.
  2. Compress them to WebP at quality 80–85. The visual loss is invisible. The weight reduction is 60–80%.
  3. Resize before compressing. If your hero is 1920 px wide and your CMS serves a 4000 px image, you're loading twice the necessary weight. The image should be served at the actual size it will display.
  4. Upload and replace. On most modern CMS platforms (WordPress, Webflow, Wix) you can upload the WebP directly. On custom sites it may require a code change — if you don't handle that yourself, send your developer this list.
If you have 50 images and don't want to touch the command line

We built croma.aurora33.live for exactly this: you upload images in batches (up to 15 at a time on the free plan), pick the format and quality, and download the optimized versions in seconds. No install, no account. We built it for ourselves when we had to optimize client catalogs.

When the Problem Is Not the Images

Necessary honesty: if your site loads slow and your images are already WebP at 200 KB, that's not the problem. It's probably:

  • Slow shared hosting (check "Time to First Byte" in PageSpeed; if it goes over 600 ms, it's the server).
  • Third-party plugins or scripts (chatbots, trackers, embedded video).
  • Badly built code that loads entire libraries to use 5% of them (common on sites made with heavy templates).

Optimizing images is the first step because it has the most impact for the least effort. But it isn't the only one. If your LCP stays above 2.5 seconds after optimizing images, something else is going on.


Binary Diagnosis

Run PageSpeed Insights right now. Look at the mobile LCP:

  • Under 2.5 s: you're fine. Keep it that way every time you upload new content.
  • Between 2.5 s and 4 s: you have real room to improve. Start with the 5 heaviest images.
  • Over 4 s: you're losing customers right now. It's not optional. It's the priority.
Before you move on

Compressing images isn't the glamorous fix, but it's the one that moves the needle on real sites. If you want to see how heavy your site is today and how much you could cut, run PageSpeed or go to croma.aurora33.live and try it with 3 images from your homepage. In 5 minutes you'll know if the problem is there.

performanceimágenescore web vitalsseo técnicopymes
May 8, 2026

Also in Learn