Bulk image optimization
Convert the whole WordPress Media Library, selected uploads folders, or selected folders inside the active theme in bulk.
Free local image optimization for WordPress
Convert JPG and PNG images to WebP and AVIF directly on your WordPress server. No API key, external image CDN, subscription, or paid feature tier. Original files stay unchanged.
How it works
VeloIMG performs local WordPress image conversion on your own hosting, stores WebP and AVIF derivatives separately, validates the result, and keeps the original JPG or PNG as the final fallback.
Source images remain untouched.
Generated separately with progress, pause, and statistics.
Created as a separate process and not mixed with WebP.
PHP Safe or Apache/LiteSpeed delivers the suitable format.
Features
Optimize existing WordPress images locally without sending files to a third-party optimization platform. Generate modern formats in bulk, verify results, and enable frontend delivery when the site is ready.
Convert the whole WordPress Media Library, selected uploads folders, or selected folders inside the active theme in bulk.
Each format has its own section, progress, statistics, and reasons for skipped files.
Large media libraries can be processed in iterations without losing completed progress.
Check one site URL and see what a real visitor receives.
The plugin does not save a derivative when the result is larger than the original or when transparency could be lost.
Folder statistics, file lists, archive export, and safe removal of generated derivatives.
Frontend delivery
Adds picture/source markup in WordPress. It works on most hosting environments, but some themes may need CSS adjustments for picture.
<picture>
<source srcset="image.jpg.avif" type="image/avif">
<source srcset="image.jpg.webp" type="image/webp">
<img src="image.jpg" alt="">
</picture>
Uses rules in uploads/.htaccess and serves AVIF/WebP through browser Accept headers when the server supports it.
Interface
See real bulk WebP and AVIF conversion, Media Library statistics, frontend delivery diagnostics, and clear reasons for files that are skipped or not saved.
Delivery strategy
Check server readiness, choose the delivery mode, and define frontend format priority.
Media Library and theme folders
Start processing, pause generation, and review savings, queue state, and reasons for unsuccessful files.
Separate AVIF process
AVIF runs as a parallel branch with its own settings, results, and skipped-file reasons.
What the visitor receives
Check any site page and inspect AVIF/WebP coverage, file availability, and fallback behavior.
Result control
Open uploads folders, sort files by size, and review hints for skipped-file reasons.
Server checklist
Questions
Yes. All current VeloIMG features are available free, with no account, subscription, API key, or paid feature tier.
No. WebP and AVIF generation runs locally on your WordPress hosting through Imagick or GD, and frontend delivery does not require an external image CDN or third-party optimization platform.
Yes. Bulk generation can process the full Media Library, selected uploads folders, and selected active-theme folders. WebP and AVIF are handled as separate generation flows.
No. Source JPG and PNG files stay in place. The plugin creates WebP and AVIF derivatives in separate storage inside uploads and keeps the original image as a fallback.
The plugin intentionally does not save a result when the derivative is larger than the original, the source cannot be read, the generated file is invalid, or AVIF conversion would lose PNG transparency.
Yes. Bulk processing can be stopped and continued without re-processing files that were already completed unless the generated files are deleted or regenerated.
PHP Safe adds picture/source markup so the browser can choose a supported format. Apache/LiteSpeed keeps HTML unchanged and serves generated files through server rules according to the browser Accept header and the selected fallback strategy.
Clear the page cache and use the built-in frontend URL check to verify WebP and AVIF coverage, derivative availability, and fallback behavior for visitors.
Release
VeloIMG 0.9.3 is available free in the official WordPress plugin directory. Install it from WordPress.org or search for VeloIMG under Plugins -> Add New in WordPress.
Contact
For questions and feedback, use the form, email, or Telegram. If you describe a technical issue, include only details you are comfortable sharing.
Changelog