| 开发者 |
mitspl
wpaluchmits |
|---|---|
| 更新时间 | 2026年6月1日 19:54 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
imageavif(). The plugin detects support automatically and warns you if AVIF is unavailable on your server.
Apache .htaccess Configuration
One click adds mod_rewrite rules to your .htaccess so Apache automatically serves .webp files to browsers that support them, with no code changes required in your theme.
Image Dimensions Scanner
Detects images ≥ 1600 px wide that are used in posts or as featured images. Helps you find oversized images that slow down page loads, along with their file sizes, dimensions, and WebP/AVIF conversion status.
Site Audit
Scans your site for the most common technical issues: missing alt text, oversized images, missing SSL, outdated plugins, pages without Open Graph tags, and more. Results include actionable recommendations.
Dashboard Widget
A compact stats panel on the WordPress admin dashboard showing compression savings, WebP/AVIF conversion counts, and a link to the optimizer.
Requirements
mod_rewrite (for automatic WebP serving via .htaccess)mits-image-optimizer folder to /wp-content/plugins/.No. Original images are never deleted. WebP and AVIF files are saved alongside originals with a .webp or .avif extension (e.g. photo.jpg → photo.jpg.webp).
The AVIF tab will display a warning with the reason (e.g. Imagick version too old, or GD imageavif() not available). WebP conversion and compression still work independently of AVIF support.
Yes. The plugin only modifies image files in your uploads directory and your .htaccess. It is compatible with all major caching plugins.
It is not recommended. Run one batch job at a time to avoid server load spikes and to keep progress tracking accurate.
Yes. The plugin wraps its rules in clearly marked comment blocks (# BEGIN MITS WebP … # END MITS WebP). You can remove them manually or via the plugin button.
Auto-compression and bulk compression support JPG, JPEG, PNG, and GIF. WebP and AVIF conversion support the same formats. GIF files are converted to static WebP/AVIF (animation is not preserved).