Skip to content
Vacuum Image Optimizer1.0.1
1.0.12 min read

Installation

Install Vacuum Image Optimizer from WordPress.org, GitHub, or a local ZIP package.

Vacuum Image Optimizer installs like a standard WordPress plugin. The recommended public installation path is WordPress.org.

Install from WordPress.org

  1. In WordPress admin, go to Plugins -> Add New.
  2. Search for "Vacuum Image Optimizer".
  3. Click Install Now.
  4. Click Activate.
  5. Open Media -> Vacuum Image Optimizer.

After activation, the plugin creates its required options, queue table, backup directory, and first-run setup state.

Install from a ZIP

Use this path for a GitHub release asset or a local QA package.

  1. Download the installable ZIP.
  2. In WordPress admin, go to Plugins -> Add New -> Upload Plugin.
  3. Select the ZIP and install it.
  4. Activate the plugin.
  5. Confirm that Media -> Vacuum Image Optimizer appears.

The ZIP root folder must be vacuum-image-optimizer/.

Install for local development

Clone the repository into:

Code
wp-content/plugins/vacuum-image-optimizer/

The runtime plugin includes a lightweight PSR-4 fallback autoloader. Composer is not required for normal WordPress installs.

After activation

  • Review System Status.
  • Complete or skip the Setup Wizard.
  • Keep backups enabled for the first bulk run.
  • Start with the Balanced compression profile unless you have a specific quality target.

Update installs

For public sites, update through WordPress.org when the update is offered. For local QA, upload a newer ZIP and choose Replace current with uploaded when WordPress prompts you.

Related articles