Title: Vacuum Image Optimizer
Author: mcorucu
Published: <strong>2026 年 6 月 28 日</strong>
Last modified: 2026 年 6 月 28 日

---

搜尋外掛

![](https://ps.w.org/vacuum-image-optimizer/assets/banner-772x250.png?rev=3588409)

![](https://ps.w.org/vacuum-image-optimizer/assets/icon-256x256.png?rev=3588409)

# Vacuum Image Optimizer

 由 [mcorucu](https://profiles.wordpress.org/mcorucu/) 開發

[下載](https://downloads.wordpress.org/plugin/vacuum-image-optimizer.0.9.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/vacuum-image-optimizer/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/vacuum-image-optimizer/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/vacuum-image-optimizer/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/vacuum-image-optimizer/#developers)

 [技術支援](https://wordpress.org/support/plugin/vacuum-image-optimizer/)

## 外掛說明

Vacuum Image Optimizer is a modern, lightweight image optimization toolkit for WordPress.
It shrinks your image footprint by generating next-generation WebP and optional 
AVIF files locally, while always keeping your original files safe and untouched.

Everything happens inside a clean, friendly admin interface — no command line, no
external services, and no account required.

Unlike optimizers that rewrite originals or depend on a remote API, Vacuum writes
generated formats alongside the source image, can keep restorable backups, and serves
WebP/AVIF on the frontend without changing stored media URLs.

**What it does**

 * **WebP generation** — Create optimized WebP copies of your JPEG and PNG images
   using Imagick or GD.
 * **AVIF generation** — Optionally generate AVIF, a newer format that is often 
   even smaller than WebP, as a parallel format.
 * **Bulk optimization** — Scan your media library and process eligible images in
   safe, batched background steps.
 * **Queue processing** — A reliable queue runs work in small WordPress AJAX batches
   you can start, pause, and resume.
 * **Upload automation** — Automatically optimize new JPEG and PNG uploads, either
   by queueing them or processing them immediately.
 * **Frontend delivery** — Serve generated WebP/AVIF on the frontend with automatic,
   safe fallback to the original image — your media URLs in the database are never
   changed.
 * **Reports** — See storage savings, recent activity, top savings, format distribution,
   and automation stats, with one-click CSV export.
 * **Localization** — Fully translatable, shipping with 9 bundled languages plus
   an in-plugin interface-language selector.
 * **Local processing** — No external API dependency; optimization runs on your 
   WordPress server.

**Safe by design**

Vacuum never modifies or deletes your original images. Optimized formats are written
alongside the originals, optional backups can be kept, and a one-click restore brings
originals back at any time.

### Features

 * WebP image generation (Imagick or GD)
 * AVIF image generation as a parallel format
 * Bulk optimization with a start/pause/resume queue
 * Automatic optimization of new uploads (queue or immediate mode)
 * Non-destructive frontend delivery with original fallback
 * Native browser lazy loading (no JavaScript)
 * Per-image WebP/AVIF actions in the Media Library
 * Generated derivatives registered as Media Library items
 * Original backups and one-click restore
 * Local processing with no external API dependency
 * Compression profiles and adjustable quality
 * GIF and SVG eligibility exclusions
 * Reports dashboard with CSV export
 * System status and production-readiness checks
 * Interface language selector with 9 bundled translations
 * Clean, accessible, mobile-responsive admin UI

## 螢幕擷圖

[⌊Dashboard — savings, key metrics, and feature status at a glance.⌉⌊Dashboard —
savings, key metrics, and feature status at a glance.⌉[

Dashboard — savings, key metrics, and feature status at a glance.

[⌊Media Library — per-image WebP/AVIF status and one-click actions.⌉⌊Media Library—
per-image WebP/AVIF status and one-click actions.⌉[

Media Library — per-image WebP/AVIF status and one-click actions.

[⌊Bulk Optimize — queue with start, pause, and resume controls.⌉⌊Bulk Optimize —
queue with start, pause, and resume controls.⌉[

Bulk Optimize — queue with start, pause, and resume controls.

[⌊Compression — profiles, quality, and WebP/AVIF options.⌉⌊Compression — profiles,
quality, and WebP/AVIF options.⌉[

Compression — profiles, quality, and WebP/AVIF options.

[⌊Reports — storage savings, recent activity, and top savings.⌉⌊Reports — storage
savings, recent activity, and top savings.⌉[

Reports — storage savings, recent activity, and top savings.

[⌊System Status — engine support and production-readiness checks.⌉⌊System Status—
engine support and production-readiness checks.⌉[

System Status — engine support and production-readiness checks.

[⌊Localization — built-in interface-language selector.⌉⌊Localization — built-in 
interface-language selector.⌉[

Localization — built-in interface-language selector.

## 安裝方式

 1. Upload the `vacuum-image-optimizer` folder to the `/wp-content/plugins/` directory,
    or install the plugin through the **Plugins  Add New** screen in WordPress.
 2. Activate the plugin through the **Plugins** screen.
 3. Go to **Media  Vacuum Image Optimizer** to open the dashboard.
 4. Open the **Compression** tab to choose a compression profile and quality, and to
    optionally enable AVIF, upload automation, and frontend delivery.
 5. Open the **Bulk Optimize** tab, click **Scan Library**, then **Start Queue** to
    optimize existing images.

## 常見問題集

### Does Vacuum replace my original images?

No. Your original files are never modified or deleted. Optimized WebP/AVIF copies
are created alongside the originals, and the frontend always falls back to the original
when needed.

### Does it support AVIF?

Yes. AVIF generation is available as a parallel format when your server supports
it (via Imagick or a GD build with AVIF). If AVIF is unavailable, WebP and originals
continue to work normally.

### Can I restore my originals?

Yes. When backups are enabled, each original is copied before optimization, and 
you can restore it at any time from the per-image **Restore** action in the Media
Library.

### Does it support bulk optimization?

Yes. The Bulk Optimize tab scans eligible JPEG and PNG images and processes them
in safe, batched steps that you can start, pause, and resume.

### Does it work with WooCommerce?

Yes. Frontend delivery hooks into the standard WordPress image functions used by
WooCommerce product and gallery images, so generated formats are served automatically
with fallback to originals.

### Does it support multilingual sites?

The admin interface is fully translatable and ships with 9 languages. You can also
pick a specific interface language in the Compression settings, independent of the
site language.

### Will it change my image URLs in the database?

No. Frontend delivery swaps URLs only at render time based on browser support and
file availability. Your stored attachment URLs are never altered, so the feature
is fully reversible.

### What are the requirements?

WordPress 6.2+ and PHP 8.1+. WebP/AVIF generation requires the Imagick or GD extension
with the relevant format support, which you can verify on the System Status tab.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Vacuum Image Optimizer〉的開發相關工作。

參與者

 *   [ mcorucu ](https://profiles.wordpress.org/mcorucu/)

[將〈Vacuum Image Optimizer〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/vacuum-image-optimizer)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/vacuum-image-optimizer/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/vacuum-image-optimizer/)，或
透過 [RSS](https://plugins.trac.wordpress.org/log/vacuum-image-optimizer/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/vacuum-image-optimizer/)。

## 變更記錄

#### 0.9.0

 * Initial public release candidate.
 * WebP generation engine (Imagick/GD).
 * AVIF generation engine as a parallel format.
 * Bulk optimization with a start/pause/resume queue and batched AJAX processing.
 * Upload automation with queue and immediate modes.
 * Non-destructive frontend delivery with original fallback and native lazy loading.
 * Media Library integration: per-image actions, status column, and registered derivative
   attachments.
 * Original backups and one-click restore.
 * Compression profiles, adjustable quality, and GIF/SVG exclusions.
 * Reports dashboard with storage savings, recent activity, top savings, format 
   distribution, and CSV export.
 * System status and production-readiness checks.
 * Full internationalization with 9 bundled languages and an interface-language 
   selector.

## 中繼資料

 *  版本 **0.9.0**
 *  最後更新 **4 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 8.1 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/vacuum-image-optimizer/)
 * 標籤:
 * [AVIF](https://tw.wordpress.org/plugins/tags/avif/)[compression](https://tw.wordpress.org/plugins/tags/compression/)
   [image optimization](https://tw.wordpress.org/plugins/tags/image-optimization/)
   [lazy load](https://tw.wordpress.org/plugins/tags/lazy-load/)[webp](https://tw.wordpress.org/plugins/tags/webp/)
 *  [進階檢視](https://tw.wordpress.org/plugins/vacuum-image-optimizer/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/vacuum-image-optimizer/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/vacuum-image-optimizer/reviews/)

## 參與者

 *   [ mcorucu ](https://profiles.wordpress.org/mcorucu/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/vacuum-image-optimizer/)