Skip to main content
The Images screen (Aero → Images) converts your media library to WebP and AVIF locally, on your own server, no external API, no per-image quota. It also handles delivery (getting browsers to actually receive the converted files), custom folders outside the media library, and swapping an image everywhere it’s referenced without breaking its URL.
On a fresh install, the Image Optimizer’s master switch defaults to off. Converting a whole media library and rewriting delivery is a large behavioral change, and Aero deliberately doesn’t flip that on without you choosing it, especially if another image plugin is already active on the site. If you’re upgrading from an older Aero version that already had this running, your existing state is preserved and nothing changes underneath you.

Master switch and conflicts

One toggle at the top of the screen controls everything: conversion, background processing, and delivery rewriting. Turning it off doesn’t delete anything already generated, files stay on disk, so switching back on later resumes exactly where you left off rather than starting over. Aero also actively checks for other image optimization plugins (around twenty common ones are recognized by name) and warns you in wp-admin if one is active alongside Aero’s own optimizer. Two plugins hooking the same upload pipeline and rewriting the same delivery layer will fight each other, and the symptoms usually look like “Aero is broken” rather than an obvious conflict. If you see this warning, pick one optimizer and deactivate the other rather than troubleshooting the symptoms.

Formats & Quality

Processing Rules

Downscales huge camera uploads before conversion, and this resizes the original file itself, not just a derivative. Turn this on if your team routinely uploads unedited camera or phone photos (often 4000px+ wide) that never need to display anywhere near that size. Leave it off if you deliberately keep full-resolution originals for other uses like print.

Format exceptions and skipping

Delivery

How converted files actually reach the browser. Aero detects your server automatically and picks a working default, but you can override it.
Nginx ignores .htaccess files entirely, so Aero switches to picture-tag delivery automatically on Nginx and disables the .htaccess options in the interface with an explanation. If you control your own Nginx config and want content-negotiated rewrites instead of picture tags, an advanced section on this screen provides a ready-made snippet (a map block plus a location block) to paste in yourself.
Two additional delivery toggles matter specifically for sites using page builders:
Use Test Delivery after changing modes to confirm the browser is actually receiving converted files rather than assuming it from the settings alone.

Media Replacement

Swaps the file behind an existing attachment without changing its URL or attachment ID, useful for correcting a wrong image without breaking every place it’s already linked or embedded. Available as a panel on the attachment edit screen.

Image URL Replace

A separate, heavier tool: point every reference to one image URL at a different image URL, across post content, custom fields, term meta, and options, including Elementor’s JSON layout data with its escaped-slash format. Serialized values are unpacked and rebuilt rather than string-replaced, which is what keeps them from corrupting when the new URL is a different length than the old one.
This rewrites data across your database. Run Check Usage first, it reports exactly how many rows would change before anything is written. Take a database backup before running Replace Everywhere on a production site if you’re at all unsure, this isn’t reversible from inside the plugin.

Custom Folders

Point Aero at directories inside wp-content but outside the media library, theme assets, page-builder output folders, and optimize those too. Paths are validated server-side so the scanner can never wander outside wp-content or into cache and plugin directories, so this is safe to use even with a typed-in path.

Logs and Restore

The Logs section shows per-run optimization logs you can inspect or clear. Restore deletes every generated WebP/AVIF file and all optimization data in one click.
Originals are never modified by conversion, only new derivative files are created alongside them. Restoring returns your site to its exact prior state, and uninstalling the plugin performs the same cleanup automatically, including removing any rewrite rules it added.

Why this matters for Core Web Vitals and image SEO

Image weight is very often the single largest contributor to a slow LCP, and WebP/AVIF conversion routinely cuts image payload by 60 to 80% with no visible quality loss at the Balanced preset. That’s a direct, durable improvement to both PageSpeed Insights and real-world Core Web Vitals field data (the CrUX numbers Google actually uses for page experience signals, as opposed to synthetic Lighthouse scores). Pair this with Aero’s LCP image preloading for the biggest combined win available in this plugin. For the SEO side of images specifically (alt text, file naming, structured data), see Google’s image SEO best practices, since format and compression are only half the picture.