Skip to content
Vacuum Image Optimizer1.0.1
1.0.11 min read

Lazy Loading

Apply native lazy loading attributes through WordPress image output filters.

Lazy Loading helps reduce initial page weight by letting browsers defer off-screen images.

How it works

Vacuum uses WordPress image output filters to add or preserve native lazy loading attributes where appropriate.

Lazy loading is enabled by default. Keep it enabled unless your theme already applies custom image loading behavior that you need to preserve exactly.

Testing

Review hero images, sliders, product galleries, and above-the-fold layout. Critical first-viewport images may need theme-level handling outside the plugin.

Related articles