Glossary entry

Image Pipeline

An image pipeline is the automated workflow that processes uploaded images — converting formats, generating multiple responsive sizes, applying compression, and optionally distributing assets to a CDN — so that visitors always receive the smallest, correctly formatted image for their device and viewport. WordPress's default pipeline uses GD Library or ImageMagick to generate registered image sizes on upload. Modern image pipelines extend this with WebP and AVIF conversion (via plugins such as Imagify, EWWW Image Optimizer, or server-side tools like Cloudflare Images), responsive srcset attribute generation so browsers select the correct resolution, and lazy loading for below-the-fold images. An unoptimized image pipeline is typically the single largest contributor to excessive page weight on content-heavy sites — a single uncompressed 4 MB hero image served to a mobile user on a slow connection can single-handedly cause a failed LCP Core Web Vital score and a frustrating load experience.

1 article about Image Pipeline