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
Convert to WebP: Safe, recommended
Convert to WebP: Safe, recommended
.webp derivative for every JPG/PNG, and compresses originals already in WebP. Universally supported across every modern browser, this is the safe default format.Convert to AVIF: Safe, recommended where supported
Convert to AVIF: Safe, recommended where supported
Processing Rules
Auto-optimize new uploads: Safe, recommended
Auto-optimize new uploads: Safe, recommended
Auto-remove larger conversions: Safe, recommended
Auto-remove larger conversions: Safe, recommended
Strip EXIF metadata: Safe, recommended
Strip EXIF metadata: Safe, recommended
Resize oversized originals: Situational
Resize oversized originals: Situational
Flush Aero caches after optimization: Safe, recommended
Flush Aero caches after optimization: Safe, recommended
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..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.Rewrite backgrounds in stylesheet files: Safe, recommended in picture mode
Rewrite backgrounds in stylesheet files: Safe, recommended in picture mode
image-set(), keyed to the source file’s modification time so a rebuild by your page builder produces a fresh copy automatically.Handle lazy-loaded background attributes: Safe, recommended in picture mode
Handle lazy-loaded background attributes: Safe, recommended in picture mode
data-* attributes and apply them with their own JavaScript, out of reach of any server-side rewrite. Aero tags those elements with the derivatives that exist on disk, and a small injected script swaps in the right format once it knows what the browser can decode.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.Custom Folders
Point Aero at directories insidewp-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.