Skip to content
Vacuum Image Optimizer1.0.1
1.0.11 min read

Performance

Tune batch size, automation mode, reports, delivery, and large-library workflows.

Image optimization is CPU, memory, and disk intensive. Vacuum uses conservative defaults to keep that load manageable.

Admin performance

  • Bulk work is batched through AJAX.
  • Report summaries can use transient caching.
  • Media Library status reads saved metadata.
  • System Status exposes memory and execution-time signals.

Site performance

Frontend delivery can reduce transferred bytes by serving generated formats. Native lazy loading can defer off-screen images.

Large libraries

Start with a small batch, watch server load, then process the rest in stages. Queue mode is safer than immediate upload optimization for large editorial teams.

Related articles