LazyLoad Plugin – Lazy Load Images, Videos, and Iframes
The best free lazy load plugin for WordPress. Lazy load images, videos, and iframes to improve performance and Core Web Vitals scores.
Next Milestone 200K
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 5 of 5| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| defer offscreen images | 6 | — | Tag | 12 hours ago |
| lazy load images | 69 | — | Tag | 12 hours ago |
| lazy load plugin | 72 | — | Tag | 12 hours ago |
| lazy load | 83 | — | Tag | 12 hours ago |
| Lazy Loading | 91 | — | Tag | 12 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.4.0
- Last Updated
- Oct 17, 2025
- Requires WP
- 4.9+
- Tested Up To
- 6.8
- PHP Version
- 7.3 or higher
- Author
- WP Rocket
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.2
- Reviews
- 139
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about LazyLoad Plugin – Lazy Load Images, Videos, and Iframes
Browsers that do not support native lazyload will use the JS-based solution as before.
How can I deactivate Lazy Load on some pages?
You can use the do_rocket_lazyload filter.
Here is an example to put in functions.php files that disable lazyload on posts:
add_action( 'wp', 'deactivate_rocket_lazyload_on_single' );
function deactivate_rocket_lazyload_on_single() {
if ( is_single() ) {
add_filter( 'do_rocket_lazyload', '__return_false' );
}
}
For iframes, the filter is rocket_lazyload_iframe_excluded_patterns.
How can I change the threshold to trigger the load?
You can use the rocket_lazyload_threshold filter.
Code sample:
function rocket_lazyload_custom_threshold( $threshold ) {
return 100;
}
add_filter( 'rocket_lazyload_threshold', 'rocket_lazyload_custom_threshold' );
I use plugin X and my images don't show anymore
Some plugins are not compatible without lazy loading. Please open a support thread, and we will see how we can solve the issue by excluding lazy loading for this plugin.
How can I lazy load a background-image?
The plugin will automatically lazy load background-images set with a style attribute to a div element:
<div style="background-image: url(image.jpg);">
You can also apply it manually. The element you want to apply lazy load on must have this specific markup:
<div class="rocket-lazyload" data-bg="url(../img/image.jpg)"></div>
The element must have the class rocket-lazyload, and a data-bg attribute, which value is the CSS url for the image.
Where do I report security bugs found in this plugin?
You can report any security bugs found in the source code of the site-reviews plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin.
Related Plugins
Imagify: The Best image optimizer to speed up your website with lighter images.
WP Rocket: Best performance plugin to speed up your WordPress website.
Heartbeat Control by WP Rocket: Heartbeat Control by WP Rocket: The best plugin to control the WordPress Heartbeat API and reduce CPU usage.
RocketCDN: The best CDN plugin for WordPress to propel your content at the speed of light – no matter where your users are located in the world.
Increase Max upload file size is the best plugin to increase the upload file size limit to any value with one click.