Skip to content
Vacuum Image Optimizer1.0.1
1.0.11 min read

WordPress Requirements

Review the WordPress, PHP, media, and server requirements for version 1.0.1.

Version 1.0.1 is published for modern WordPress and PHP environments.

Declared requirements

RequirementValue
Requires at leastWordPress 6.2
Tested up toWordPress 7.0
Requires PHPPHP 8.1
LicenseGPLv2 or later
Text domainvacuum-image-optimizer

WordPress features used

  • Attachment metadata and post meta for optimization status.
  • Media Library list table columns and row actions.
  • Settings API for admin configuration.
  • Admin-post and AJAX endpoints for wizard, reports, and queue actions.
  • WP-Cron for backup cleanup.
  • Standard image functions and srcset filters for frontend delivery.

Hosting requirements

At least one local image engine is needed for generation:

  • Imagick with WebP support, or GD with WebP functions, for WebP.
  • Imagick or GD with AVIF support for optional AVIF.
  • Writable uploads directory.
  • Writable backup directory when backups are enabled.
  • Sufficient execution time and memory for larger source files.

Related articles