Blog

“Serve images in next-gen formats”: what it means now

Lighthouse renamed this image audit. Here is what it measures, what it estimates, and how to check the image bytes on your own page.

By 3 min read

Last reviewed:

The NimboCDN mascot delivering a smaller version of an image
The warning changed names. The job did not: send the same image in a format that weighs less.
On this page
  1. What the Lighthouse warning measures
  2. What “next-gen” formats are
  3. What to do in WordPress
  4. Check the image bytes on your page
  5. Questions

“Serve images in next-gen formats” used to be a red line in Lighthouse. Since Lighthouse 13, it is called “Serve images in modern formats” inside the Improve image delivery insight.

The name changed. The job did not. Lighthouse finds older image formats and estimates what could be removed by converting them.

Google says it directly: “This audit has moved into the Improve image delivery insight as of Lighthouse 13.”

What the Lighthouse warning measures

The audit checks BMP, JPEG, and PNG images on the page. It then models the possible reduction from WebP and AVIF.

Lighthouse collects each BMP, JPEG, and PNG image on the page, converts each to WebP, and estimates the AVIF file size, reporting the potential savings based on the conversion figures.

developer.chrome.com, the audit documentation.

The important word is estimates. The bytes your page sent are measured. The possible WebP or AVIF weight is not. Lighthouse also leaves an image out when the potential reduction is below 8 KiB, so the list focuses on larger opportunities.

What “next-gen” formats are

In this audit, they are WebP and AVIF instead of JPEG or PNG. The comparison only means something at the same perceived quality.

We tested that part ourselves: 14 images from two real stores, 336 encodes, with perceived quality equalized at SSIMULACRA2 70.

FormatAgainst JPEG, medianWon on
WebP — the free plan's format21.8% lighter11 of 14 images
AVIF — the Pro plan's format32.1% lighter14 of 14
AVIF against WebPabout 21% lighter still16 real derivatives, same width and quality
The same images, in the three formats, at equal perceived quality Three bars: JPEG as the reference at one hundred percent, WebP at seventy-eight point two percent, AVIF at sixty-seven point nine percent. The median of fourteen real images from two real stores, equalized to the same perceived quality. THE SAME IMAGES, AT THE SAME PERCEIVED QUALITY JPEG 100% WebP 78.2% · won on 11 of 14 AVIF 67.9% · won on 14 of 14
Median weight at the same perceived quality, across 14 images from two real stores. We encoded them 336 ways.

Those are file-weight measurements, not page-load times. We did not measure how long a site took to open. Hosting, scripts, caching, and the rest of the page still matter.

Browser support matters too. Google's audit notes that WebP, AVIF, and WebM do not work on iPhones below iOS 16. Delivery has to check what each browser accepts and keep the original as the fallback.

What to do in WordPress

Google's WordPress advice is to use a plugin or service that converts uploads automatically. Automatic is the useful part. Doing a catalogue by hand never ends.

Tools take different routes. Some rewrite files in the media library and keep backups. NimboCDN changes the image address at delivery time. The originals stay untouched, and deactivating the connector restores the old delivery at once. The ShortPixel and Imagify comparison shows how two library-based tools differ.

If a product category is the slow page, start with what images can and cannot fix in WooCommerce. For the whole site, rule out the other causes of a slow WordPress site.

Check the image bytes on your page

Paste a public page below. The checker weighs every image that travels and encodes the heaviest ones for real. Today's number is measured. The possible after is estimated.

That estimate has a median error of 6.2 percentage points for AVIF and 10.2 for WebP, measured on eight stores the model had not seen. The full method is on the website image size checker.

If the site uses WordPress, the report offers the connector. For a single file, the free compress image tool works without leaving your browser. Two minutes. No account. No credit card. The home page starts shipping lighter right away.

Read-only analysis. Nothing on your site changes.

Today is measured: those bytes traveled. With NimboCDN is estimated, and the label stays beside the number.

Questions

Is “Serve images in modern formats” the same audit?

Yes. Lighthouse 13 moved the old “Serve images in next-gen formats” audit into Improve image delivery and renamed it. Both names refer to sending WebP or AVIF instead of older formats such as JPEG and PNG.

Is changing format the same as compressing an image?

No. A format is the encoding used for the image. Compression controls how that encoding spends bytes. The comparison above holds perceived quality constant so the weight difference comes from the format, not from making one image look worse.

Does every browser accept AVIF?

No. Support is narrower than WebP. Delivery should check the formats a browser accepts and fall back to the original when needed. NimboCDN does both, without changing the original file.

Will fixing this make the whole site fast?

We cannot claim that from these measurements. Lighter images remove bytes, and images are often the heaviest part of a page. We did not measure page-load time, which also depends on hosting, scripts, plugins, caching, and the rest of the page.

Sources

Official sources cited on this page. Our own measurements state their sample and method in the text.

  1. Serve images in next-gen formatsgithub.com/GoogleChrome/lighthouse/tree/v12.4.0/shared/localization/locales, accessed September 4, 2026.
  2. Publica imágenes con formatos de próxima generacióngithub.com/GoogleChrome/lighthouse/tree/v12.4.0/shared/localization/locales, accessed September 4, 2026.
  3. Disponibilize imagens em formatos de última geraçãogithub.com/GoogleChrome/lighthouse/tree/v12.4.0/shared/localization/locales, accessed September 4, 2026.
  4. This audit has moved into the Improve image delivery insight as of Lighthouse 13.developer.chrome.com/docs/lighthouse/performance/uses-webp-images, accessed September 4, 2026.
  5. Lighthouse collects each BMP, JPEG, and PNG image on the page, converts each to WebP, and estimates the AVIF file size, reporting the potential savings based on the conversion figures.developer.chrome.com/docs/lighthouse/performance/uses-webp-images, accessed September 4, 2026.
  6. Lighthouse omits the image from its report if the potential savings are less than 8KiB.developer.chrome.com/docs/lighthouse/performance/uses-webp-images, accessed September 4, 2026.
  7. Consider using a plugin or service that will automatically convert your uploaded images to the optimal formats.developer.chrome.com/docs/lighthouse/performance/uses-webp-images, accessed September 4, 2026.
  8. Note that webp, avif images and webm videos will not work on iPhones below ios 16.developer.chrome.com/docs/lighthouse/performance/uses-webp-images, accessed September 4, 2026.

NimboCDN is not affiliated with, endorsed by, or sponsored by any of the products compared here. Product names and trademarks belong to their respective owners and are used only to identify the products being compared.