Comprehensive image optimization with WebP, AVIF, Lazy Load, and more. Optimize images automatically for Faste...
Generate WebP or AVIF.
Plus WebP or AVIF is a WordPress plugin that generates WebP or AVIF image files when you add images to the Media Library. It can also replace existing images with these formats and delete the original files, updating all URLs in the content accordingly.
This plugin includes WP-CLI support for users with a large number of files, allowing for more reliable processing through command line commands. It is suitable for those looking to optimise images on their WordPress sites by converting them to more efficient formats.
Best for: This plugin is best for WordPress site owners who want to optimise their images for better performance.
What it does well
Where it falls short
Plus WebP or AVIF provides a straightforward solution for image optimisation, particularly for those comfortable with using WP-CLI commands. However, users should consider the PHP requirement and the limited feature details.
Katsushi Kawamori's own description of Plus WebP or AVIF, lightly tidied.
WP-CLI commands are available. If you have a large number of files, WP-CLI commands is more reliable.
* wp pluswebpavif
* wp pluswebpavif webp -> Generated WebP.
* wp pluswebpavif avif -> Generated AVIF.
* wp pluswebpavif help -> Specification of this command.
* wp pluswebpavif webp mail -> Send results via email.
* wp pluswebpavif webp replace -> WebP or AVIF replacement of images and contents.
* wp pluswebpavif avif addext -> Append the webp or avif extension to the original filename.
* wp pluswebpavif webp --pid=12152 -> Process only specified Media ID(Conversion source ID).
* wp pluswebpavif avif --quality=90 -> Specifies the quality of WebP or AVIF.
* wp pluswebpavif webp --types=image/png,image/gif -> MIME type to convert.
/** ==================================================
* Filter for advanced change database.
* If you want to replace other databases besides content.
*/
add_filter(
'plus_webp_advanced_change_db',
function( $before_url, $after_url ) {
/* Your processing */
return array( $before_url, $after_url );
},
10,
2
);
Other plugins for optimising images.
Comprehensive image optimization with WebP, AVIF, Lazy Load, and more. Optimize images automatically for Faste...
Compress and optimize images, enable lazy load, serve WebP & AVIF, and speed up your site with a global im...
Speed up your website by using our WebP & AVIF Converter. Optimize images and serve WebP and AVIF images i...
Duplicate post, post order, image resize, email via SMTP, admin menu editor, custom css / code, disable gutenb...
Image optimization in 1‑click: compress, resize & convert to WebP/AVIF – free up to 20MB/month. Enjoy the...
SpeedyCache is a WordPress cache plugin that helps you improve performance of your WordPress site by caching,...