Skip to content
Vacuum Image Optimizer1.0.1
1.0.12 min read

Requirements & Compatibility

Understand compatibility checks, supported environments, and graceful fallback behavior.

Vacuum is built to degrade safely. Missing AVIF support does not block WebP, missing frontend delivery support does not modify stored URLs, and skipped files are reported rather than processed blindly.

Compatibility matrix

CapabilityRequired forFallback
Imagick WebP writeWebP generation and WebP source optimizationGD WebP when available
GD WebP writeWebP generationImagick WebP when available
AVIF read/writeOptional AVIF generationWebP and originals continue
Writable uploadsAll file outputOptimization is blocked
Writable backupsBackup-first restoreDisable backups only with care
WP-CronScheduled backup cleanupManual cleanup may be needed

Browser compatibility

Frontend delivery keeps original fallback markup available. Visitors whose browsers support AVIF or WebP can receive the modern format; others receive the original image.

Multisite notes

The plugin follows WordPress upload paths and table prefixes. Test each site in a multisite network separately before enabling upload automation broadly.

Vacuum integrates through WordPress image functions and media metadata. It works best with themes and plugins that use WordPress attachment APIs rather than hard-coded image URLs.

Related articles