Linux 软件免费装
Banner图

York IE - WebP on Upload

开发者 yorksupport
更新时间 2026年8月19日 21:27
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

webp webp converter image optimization jpg to webp png to webp

下载

1.4.2

详情介绍:

York IE - WebP on Upload plugin automatically converts JPEG, PNG, and static GIF images to WebP format while uploading them to the WordPress media library. The plugin replaces the original files on disk and converts every registered image size generated by WordPress. This helps reduce image file sizes and improve page load performance without requiring a third-party image optimization service. Features Requirements How it works
  1. A user uploads an image to the Media Library.
  2. The plugin checks whether the format is enabled in settings.
  3. GD converts the uploaded file and all generated sizes to WebP.
  4. Original files are replaced with .webp versions and attachment metadata is updated.
Developer filters

安装:

  1. Install the plugin through the Plugins screen in WordPress.
  2. Activate the plugin through the Plugins screen.
  3. Go to Settings → York IE - WebP on Upload to choose which formats are converted.
  4. Upload a new image or convert existing images from the Media Library.

屏幕截图:

  • Manual Convert to WebP button in the attachment details popup.
  • Bulk Convert to WebP action in the Media Library list view.

升级注意事项:

1.4.0 Unique prefix changed to yiewebpu. If you used the wou_webp_quality filter, update it to yiewebpu_webp_quality. 1.3.0 Adds bulk WebP conversion from the Media Library list view.

常见问题:

Does this plugin keep a copy of the original JPG or PNG file?

No. The original file is replaced with the WebP version to save disk space. Make a backup before converting existing media if you need to keep originals.

Are animated GIFs converted?

No. Animated GIF files are always skipped. Static GIF files can be converted when GIF conversion is enabled in settings.

Are SVG files converted?

No. SVG files are never converted.

What happens if my server does not support WebP in GD?

The plugin shows an admin notice and leaves uploads unchanged until imagewebp() is available in PHP GD.

Can I convert images that were uploaded before installing the plugin?

Yes. Use the Convert to WebP button in the attachment details popup, or select images in the Media Library list view and run the Convert to WebP bulk action.

Does this plugin send images to an external service?

No. All conversion happens locally on your server using PHP GD.

Does this plugin collect personal data?

No. The plugin does not collect, store, or transmit user data. It only stores your format preference settings in the WordPress options table.

更新日志:

1.4.0 1.3.0 1.2.1 1.2.0 1.1.0 1.0.0