How to serve images in next-gen formats (WebP, AVIF)
WebP and AVIF are 25–50 % smaller than JPEG and PNG at the same quality. Converting the hero image alone often fixes LCP.
Step by step, with screenshots: How to fix Largest Contentful Paint (LCP), step by step →
Check your own site
Runs this check and the other 186, free, in about 45 seconds.
What a passing site looks like
- Images are served in modern formats (WebP or AVIF)warning · −4 ptseffort S
Modern image formats
Why it matters. WebP and AVIF are 25–50 % smaller than JPEG and PNG at the same quality. Smaller images load faster and cost visitors less data.
- Convert images to WebP or AVIF and serve them with <picture> or content negotiation.
- WordPress: enable WebP/AVIF in your image plugin or CDN (Imagify, ShortPixel, Cloudflare Polish); Shopify does this automatically for its CDN.