WordPress Image Optimization: Size, Format and Delivery
Images are often the largest visible resources on WordPress pages. Optimize dimensions and compression before relying on lazy loading.
Resize to the rendered need
Uploading a 4000-pixel image for a 900-pixel content column wastes bytes even when the browser displays it correctly.
Choose efficient formats
Modern formats can reduce transfer size, but image complexity matters. Compare visual quality rather than converting everything mechanically.
Protect the LCP image
The main above-the-fold image should generally be discoverable early and should not be treated like a below-the-fold lazy-loaded asset.
Use responsive images
WordPress can generate multiple sizes. Confirm the theme emits responsive markup so smaller screens do not download desktop-sized assets unnecessarily.
CDN and caching
Long-lived caching and geographically distributed delivery complement compression; they do not remove the need to optimize the source asset.