Skip to main content

Bulk Offline Conversion

Offline conversion is the fastest way to optimize a large image library without burning server resources. It's ideal for migrations and for teams that want consistent quality settings before images ever reach WordPress.

When to Use Offline Conversion

  • You are migrating a large media library
  • Your host times out during bulk optimization
  • You want consistent compression settings across a project

Tooling Options

  • Desktop tools (batch export workflows)
  • CLI tools (ImageMagick, cwebp, etc.)
note

This docset references Eagle.cool in a few places, but the workflow applies to any batch conversion tool.

Workflow (Safe)

  1. Back up originals.
  2. Export a new optimized folder (do not overwrite originals).
  3. Spot-check quality on retina screens.
  4. Upload optimized images.
  5. Confirm WordPress emits responsive sizes and that the LCP image is optimized.

Common Mistakes

MistakeWhy It HurtsFix
Over-compressing product photosQuality loss is visibleUse a higher quality setting for products
Renaming files unnecessarilyBreaks referencesPreserve filenames where possible
Losing transparencyPNG -> lossy conversionUse a format that preserves transparency when needed

What's Next