Linux 软件免费装
Banner图

IOO - Image Offload & Optimize

开发者 wpcrafters
更新时间 2026年8月11日 20:35
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

cdn webp image optimization avif media offload

下载

1.1.8

详情介绍:

Image Offload & Optimize is a complete media infrastructure layer for WordPress — handling storage, optimization, and delivery in one plugin. Most image plugins do one thing. You need three plugins to offload images, convert to WebP, and serve via CDN. Image Offload & Optimize does all three. Why Image Offload & Optimize? How It Works
  1. Enter your API key in Settings
  2. Connect your site to the hosted service
  3. Upload images as normal — the service converts them to WebP (and AVIF on paid plans) and stores the results
  4. Frontend images are delivered through the CDN using picture tags, with AVIF and WebP sources
Gutenberg Compatible Image Offload & Optimize rewrites image URLs inside all core Gutenberg blocks — core/image, core/gallery, core/media-text, core/cover. Images are delivered through the hosted CDN with no extra storage configuration needed. Links

安装:

  1. Upload the plugin files to /wp-content/plugins/ioo-image-offload-optimize/ or install via the WordPress plugin screen
  2. Activate the plugin through the Plugins screen in WordPress
  3. Go to Image Offload in the admin sidebar
  4. Enter your API key in Settings
  5. Connect your site to the hosted service
  6. Upload an image — it will be converted server-side, stored and delivered through the CDN
Requirements

屏幕截图:

  • Dashboard — image counts, storage used, and connection status
  • Settings — connect the hosted service with your API key
  • Bulk migration — offload existing media library images in the background
  • Image log — every processed image with its hosted CDN URL and format

升级注意事项:

1.1.8 Bulk migration now runs server-side and keeps going after you close your browser. 1.1.7 Adds server-side WebP and AVIF conversion, hosted storage and CDN delivery, bulk migration for existing images, and single endpoint resolution. 1.0.1 WordPress.org compliance release. 0.1.0 Initial release of Image Offload & Optimize.

常见问题:

Does this work on shared hosting?

Yes. Image conversion runs on hosted servers, so no image conversion software is required on your WordPress host.

Will my existing images be offloaded?

New uploads are offloaded automatically. Existing images can be offloaded using the bulk migration tool in the plugin admin.

Does the plugin delete my local image files?

No. Your local files are left in place. The plugin sends the image's URL to the hosted service, which fetches and converts it and stores the result; your image URLs are then rewritten to serve from the CDN. Nothing is removed from your server. On paid plans your original image is also backed up to the hosted service.

Does it work with Gutenberg?

Yes. All core image blocks are supported — core/image, core/gallery, core/media-text, and core/cover. URLs in blocks are rewritten for CDN delivery.

Does it work with WooCommerce?

WooCommerce product images use standard WordPress attachments and are handled by the same URL rewriting.

What happens if the hosted service is unavailable?

If an image has not been offloaded, or offloading failed, the original local URL is used. Once an image is offloaded, the picture markup serves AVIF where supported and WebP otherwise, both from the CDN. This does not guarantee delivery during a service or CDN outage.

How is my API key used?

Your API key is stored in the WordPress database and is sent to the hosted service to authenticate API requests. Protect access to your WordPress admin and database.

What happens if I edit or regenerate an image after it is offloaded?

The offloaded copy is not updated automatically. Editing an image in the WordPress image editor, or regenerating thumbnails, changes the local files only. To refresh the hosted copy, delete the attachment and upload it again.

更新日志:

1.1.8 1.1.7 1.0.1 0.1.0