WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: lazyload-preload-and-more (Used by 13 domains)

Lazyload, Preload, and More!

👤 Arya Dhiratara 📦 v1.0.4

A drop dead simple and lightweight image, iframe, and video optimization plugin to satisfy Google PageSpeed Insights, Lighthouse, and overall user experience.

This tiny little plugin (around 14kb zipped) will automatically

  • lazyload your below the fold images/iframes/videos,
  • preload your featured images (should also works well with WooCommerce product featured image),
  • add loading=”eager” to your featured image and all images that have no-lazy or skip-lazy class.
  • add missing image dimension to images that doesn’t have width and height attribute

Features

  • Lazy Load:
    • Images, iframes, and videos.
    • Inline background images.
    • CSS background image (simply put lazyload class to the background image container)
  • Preload Featured Images
    Automatically preloading featured image from common page/post (homepage, pages except homepage, single post, and WooCommerce single product pages)
  • Add loading=”eager” attribute to to your featured image and all images that have no-lazy or skip-lazy class.
  • Add missing image dimension to images that doesn’t have width and height attribute [since 1.0.3]

Should works well with all page builders and theme builders. This plugin also able to lazy loading WooCommerce images and preloading WooCommerce product featured images.

Disclaimer

  • Lazy load feature are using Lazysizes library (around 3kb, gzipped and minified).
  • This plugin doesn’t add anything to your database since there’s no settings and options. Everything will automatically activated after you activate the plugin.
  • You can change some default settings using filter.
  • This plugin is the simplified version of Optimize More! – Images, if you don’t want to use filters and need to control the settings with UI, you can try that plugin instead of this one.

About Lazysizes

Lazysizes is highly performant lazy load library, written by Alexander Farkas in pure JS with no dependencies.

Taken from lazysize’s github description:
High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration.

Filters

Example filter to add extra lazyload exclude list:

add_filter( 'lpam_extra_exclude_list', function($lpam_extra_exclude_list) {
    return array( 
        'my-logo', 'my-hero-img', 'exclude-lazy'
    );
} );

Example filter to change lazysizes config (Read the docs):

add_filter( 'lpam_lazysizes_js_before', function($lpam_lazysizes_js_before) {
    return 'window.lazySizesConfig = {
        expand: 500,
        threshold: 500
    };'
} );

Example filter to change the image sizes for preload featured image:

add_filter( 'lpam_preload_featured_images_image_size', function($image_size, $post) {
    if ( is_singular( 'post' ) ) { return 'large'; }
    elseif ( is_singular( 'product' ) ) { return 'full'; }
    else { return $image_size; }
}, 10, 2 );

[new since 1.0.2] Example to disable the preload featured image feature in certain page-type:

add_filter('disable_featured_image_preload', function ($disable) {
    if ( is_singular( 'post' ) ) {
        return true;
    }
});

[new since 1.0.3] Example to disable adding image dimension in certain page-type:

add_filter('disable_img_dimension', function ($disable) {
    if ( is_singular( 'post' ) ) {
        return true;
    }
});

[new since 1.0.3] Example to disable this plugin completely in certain page using url:

add_filter('lazy_load_excluded_pages', function ($excludedPages) {
    $excludedPages[] = '/page-1';
    $excludedPages[] = '/page-2';
    return $excludedPages;
});

[new since 1.0.3] Example to disable this plugin completely in certain page using page ID:

add_filter('lazy_load_excluded_page_ids', function ($excludedPageIDs) {
    $excludedPageIDs[] = 3678; // Exclude page with ID 1
    $excludedPageIDs[] = 3615; // Exclude page with ID 2
    return $excludedPageIDs;
});

[new since 1.0.4] To disable the tag:

add_filter('disable_noscript', '__return_true');

 

USEFUL PLUGINS TO OPTIMIZE YOUR SITE’S SPEED:

  • Optimize More!: A Do It Yourself WordPress Optimization Plugin that give you the ability to:

    • Load CSS Asynchronously – selectively load CSS file(s) asynchronously on selected post/page types.

    • Delay CSS and JS until User Interaction – selectively delay CSS/JS load until user interaction on selected post/page types.

    • Preload Critical CSS, JS, and Font Files – selectively preload critical CSS/JS/Font file(s) on selected post/page types.

    • Remove Unused CSS and JS Files – selectively remove unused CSS/JS file(s) on selected post/page types.

    • Defer JS – selectively defer loading JavaScript file(s) on selected post/page types.

    • Advance Defer JS – hold JavaScripts load until everything else has been loaded. Adapted from the legendary varvy’s defer js method *recommended for defer loading 3rd party scripts like ads, pixels, and trackers

    • Load Gutenberg CSS conditionally

    • Remove Passive Listener Warnings

    • and many more

Other USEFUL PLUGIN:

  • Shop Extra – A lightweight plugin to optimize your WooCommerce & Business site that makes you able to:

    • add Floating WhatsApp Chat Widget (can be use without WooCommerce),
    • add WhatsApp Order Button for WooCommrece,
    • Hide/Disable WooCommerce Elements,
    • WooCommerce Strings Translations,
    • and many more.
  • Animate on Scroll – Animate any Elements on scroll using the popular AOS JS library simply by adding class names. This plugin helps you integrate easily with AOS JS library to add any AOS animations to WordPress. Simply add the desired AOS animation to your element class name with “aos-” prefix and the plugin will add the corresponding aos attribute to the element tag.

Optimize More!

Need to optimize more? Try my WordPress Page Speed Optimization’s Service.

DomainExposuresHeadersLast Checked
w*h*b*e*i*a*p*a*t*c*.com 2025-11-11 09:51:20
w*h*b*e*i*a*.com 2025-11-11 09:51:20
t*r*e*w*b*e*i*n.com 2025-11-10 20:22:28
s*n*c*a*t*.com 2025-11-10 14:40:16
s*l*y*o*k*r*i*h*n*c*a*t*r*.com 2025-11-10 07:25:19
m*s*a*o*.com 2025-11-09 08:23:04
d*e*m*h*r*.com 2025-11-07 07:41:11
b*l*d*i*y*r*p.com 2025-11-06 08:40:36

Top 50 Plugins

Plugin Count
elementor 3,987,002
contact-form-7 3,380,007
elementor-pro 2,188,808
woocommerce 1,902,461
revslider 1,294,555
js_composer 810,247
essential-addons-for-elementor-lite 591,253
wp-rocket 573,010
jetpack 544,319
header-footer-elementor 541,569
elementskit-lite 517,670
gutenberg-core 467,268
google-analytics-for-wordpress 433,557
instagram-feed 427,027
google-site-kit 413,098
wpforms-lite 402,174
astra-sites 399,665
cookie-law-info 388,347
complianz-gdpr 378,552
gravityforms 359,717
litespeed-cache 347,748
sitepress-multilingual-cms 319,274
bluehost-wordpress-plugin 299,132
gtranslate 257,502
coblocks 235,082
cookie-notice 227,389
premium-addons-for-elementor 197,185
mailchimp-for-wp 191,665
sg-cachepress 188,426
astra-addon 186,443
bb-plugin 185,148
the-events-calendar 185,125
pro-elements 183,570
click-to-chat-for-whatsapp 180,354
creame-whatsapp-me 178,795
LayerSlider 173,557
custom-fonts 172,085
wp-smushit 172,076
popup-maker 170,060
gutenberg 168,554
royal-elementor-addons 159,719
tablepress 155,669
ultimate-addons-for-gutenberg 154,374
woocommerce-gateway-stripe 150,229
pixelyoursite 149,027
smart-slider-3 148,304
duracelltomi-google-tag-manager 143,944
cleantalk-spam-protect 138,770
metform 135,480
fusion-builder 134,730

Top 50 Themes

Theme Count
hello-elementor 1,226,355
astra 1,113,331
Divi 982,193
pub 305,778
generatepress 231,189
flatsome 226,965
h4 213,417
Avada 195,537
oceanwp 168,910
kadence 147,007
twentytwentyfive 126,311
bb-theme 122,529
blocksy 121,497
twentytwentyfour 119,034
enfold 117,890
cocoon-master 117,522
salient 115,187
woodmart 100,351
betheme 98,814
twentyseventeen 89,093
dt-the7 78,067
neve 69,983
swell 63,243
twentytwentyone 60,201
bridge 58,735
lightning 53,644
twentytwentythree 52,862
twentytwenty 49,875
Avada-Child-Theme 44,261
gox 42,052
Impreza 40,373
bricks 39,742
Newspaper 39,031
twentytwentytwo 38,847
yith-wonder 32,697
storefront 31,533
extendable 30,980
themify-ultra 30,875
pro 30,174
twentyfifteen 29,900
uncode 29,547
epik-redesign 29,351
sydney 28,871
twentysixteen 28,652
go 25,836
porto 25,493
Total 25,492
hestia 23,155
popularfx 22,128
thrive-theme 21,738