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
ReportsReview storage savings, recent activity, top savings, format distribution, and CSV exports.Frontend DeliveryServe generated WebP or AVIF files on the frontend while preserving original fallback behavior.Queue SystemReview scan, enqueue, process, retry, state, batch size, and failure handling in the queue.