Comprehensive image optimization with WebP, AVIF, Lazy Load, and more. Optimize images automatically for Faste...
Convert PNG, JPG and GIF images to WebP and speed up your web
Images to WebP is a WordPress plugin that converts PNG, JPG, and GIF images to the WebP format, which can reduce page weight significantly without compromising image quality. It automates the conversion process on image upload and allows for bulk conversion of existing images, making it suitable for users looking to improve website performance and reduce bandwidth usage.
The plugin works with all types of WordPress installations, including multisite setups, and is compatible with both Apache and NGiNX servers. It does not alter original image files, ensuring that your existing content remains intact while providing options for developers to customise its functionality.
Best for: This plugin is best for website owners and developers looking to optimise image loading speeds.
What it does well
Where it falls short
Images to WebP offers a practical solution for image optimisation, particularly for those focused on enhancing site performance without altering original files.
kubiq's own description of Images to WebP, lightly tidied.
Statistics say that WebP format can save over a half of the page weight without losing images quality.
Convert PNG, JPG and GIF images to WebP and speed up your web, save visitors download data, make your Google ranking better.
Maybe you want to disable WebP for thumbnails
add_filter( 'itw_sizes', 'disable_itw_sizes', 10, 2 );
function disable_itw_sizes( $sizes, $attachmentId ){
unset( $sizes['thumbnail'] );
return $sizes;
}
Maybe you want to modify htaccess rules somehow
add_filter( 'itw_htaccess', 'modify_itw_htaccess', 10, 2 );
function modify_itw_htaccess( $rewrite_rules ){
// do some magic here
return $rewrite_rules;
}
Maybe you use roots.io/bedrock or other custom folder structure
add_filter( 'itw_abspath', 'modify_itw_abspath', 10, 2 );
function modify_itw_abspath( $abspath ){
return trailingslashit( WP_CONTENT_DIR );
}
Maybe you want to automatically generate WebP for other plugins
add_action( 'XXPLUGIN_image_created', 'XX_images_to_webp', 10, 2 );
function XX_images_to_webp( $image_path ){
global $images_to_webp;
$images_to_webp->convert_image( $image_path );
}
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,...