by Joel James
4.7 (28 reviews)
Lazy Load for Comments
Lazy load default WordPress commenting system on scroll or click. Improve page speed.
Compatible with WP 6.9
v1.0.10
Current Version v1.0.10
Updated 1 month ago
Last Update on 09 Dec, 2025
Synced 15 hours ago
Last Synced on
Rank
#4,669
—
No change
Active Installs
2K+
—
No change
KW Avg Position
34
—
No change
Downloads
201K
+1 today
Support Resolved
0%
—
No change
Rating
94%
Review 4.7 out of 5
4.7
(28 reviews)
Next Milestone 3K
2K+
3K+
248
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
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
Need 258 more installs to reach 3K+
Rank Changes
Current
#4,669
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.7
28 reviews
Overall
94%
5
24
(86%)
4
1
(4%)
3
1
(4%)
2
2
(7%)
1
0
(0%)
Tracked Keywords
Showing 4 of 4| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| lazyload comments | 12 | — | Tag | 16 hours ago |
| lazyload wordpress comments | 13 | — | Tag | 16 hours ago |
| lazy comments | 52 | — | Tag | 16 hours ago |
| conditional comments | 59 | — | Tag | 16 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
- 1.0.10
- Last Updated
- Dec 09, 2025
- Requires WP
- 4.0+
- Tested Up To
- 6.9
- PHP Version
- N/A
- Author
- Joel James
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.7
- Reviews
- 28
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about Lazy Load for Comments
add_filter( 'llc_enable_loader_element', '__return_false' );
add_filter( 'llc_button_text', function () {
return 'My Custom Button Text';
});
return 'My Custom Button Text';
});
add_filter( 'llc_button_class', function () {
return 'custom-class-1 custom-class-2';
});
Can I use something else instead of loader image?
Yes! There is a filter for this too! Add following line to your theme's functions.php or in your custom plugin.
add_filter( 'llc_loader_element_content', function () {
// Use any html element.
return '<p class="custom-loader">Loading... Please wait.</p>';
});
How to lazy load only only when there specific (or more) no. of comments?
You can simply use below filter to set the minimum no. of comments to lazy load.
add_filter( 'llc_can_lazy_load_minimum_count', function () {
// Lazy load only if there are 10 or more comments.
return 10;
});
I need more details
Please open a support request.
return 'custom-class-1 custom-class-2';
});
Can I use something else instead of loader image?
Yes! There is a filter for this too! Add following line to your theme's functions.php or in your custom plugin.
add_filter( 'llc_loader_element_content', function () {
// Use any html element.
return '<p class="custom-loader">Loading... Please wait.</p>';
});
How to lazy load only only when there specific (or more) no. of comments?
You can simply use below filter to set the minimum no. of comments to lazy load.
add_filter( 'llc_can_lazy_load_minimum_count', function () {
// Lazy load only if there are 10 or more comments.
return 10;
});
I need more details
Please open a support request.