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

Plugin: lazyload-preload-and-more (Used by 14 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
v*n*e*s*o*v*e*-*o*r*.dk (WP 6.9.4) F 2026-06-08 07:32:20
v*n*e*j*k*e*h*r*e.dk (WP 7.0) F 2026-06-08 07:32:20
v*n*e*j*k*e*d*m*.dk (WP 7.0) F 2026-06-08 07:32:20
t*-*a*n*.dk (WP 6.9.4) F 2026-06-07 16:55:00
t*e*d*m*e*.dk (WP 6.9.4) F 2026-06-07 16:55:00
u*e*d*e*s*t*e*p*.dk (WP 6.9.4) F 2026-06-07 16:55:00
t*e*l*b*e*k.dk (WP 7.0) F 2026-06-07 16:55:00
d*e*m*h*r*.com (WP 7.0) F 2026-06-01 22:42:19
l*l*e*s*f*b*r*.dk (WP 6.9.4) F 2026-05-31 03:02:56
t*o*j*r.dk (WP 6.9.4) F 2026-05-31 03:02:56
v*r*e*a*p*e.dk (WP 6.9.4) F 2026-05-31 03:02:55
h*v*s*e*.dk (WP 6.9.4) F 2026-05-31 03:02:55
l*e*e*j*l*b*e*n.dk (WP 6.9.4) F 2026-05-31 03:02:55
e*t*e*o*b*l.dk (WP 6.9.4) F 2026-05-31 03:02:55
t*r*e*w*b*e*i*n.com F 2026-05-29 18:38:12
c*s.f*u.edu F 2026-05-26 18:29:33
l*e*s*g*r.dk (WP 6.9.4) F 2026-05-21 08:29:37
k*e*e*a*.dk (WP 6.9.4) F 2026-05-21 08:29:37
l*n*s*o*d*t*o*j*.dk (WP 6.9.4) F 2026-05-11 00:53:42
t*a*b*x*h*l*e.de (WP 6.9) F 2026-05-03 06:35:56
w*h*b*e*i*a*.com (WP 6.9.4) F 2026-05-03 01:17:37

Top 50 Plugins

Plugin Count
elementor 1,800,450
contact-form-7 1,770,416
elementor-pro 1,049,481
woocommerce 816,578
revslider 617,763
jetpack 467,002
js_composer 432,362
wp-rocket 334,096
essential-addons-for-elementor-lite 293,692
gravityforms 267,060
complianz-gdpr 256,646
cookie-law-info 231,313
instagram-feed 228,088
google-site-kit 222,053
sitepress-multilingual-cms 221,190
google-analytics-for-wordpress 214,049
header-footer-elementor 210,208
elementskit-lite 206,911
bluehost-wordpress-plugin 190,775
gutenberg 162,337
gutenberg-core 159,507
cookie-notice 151,371
the-events-calendar 131,527
litespeed-cache 130,994
wpforms-lite 129,550
gtranslate 127,925
astra-sites 119,573
popup-maker 116,091
woocommerce-payments 112,960
tablepress 109,187
coblocks 99,539
honeypot 97,392
astra-addon 95,313
duracelltomi-google-tag-manager 93,533
wp-smushit 93,516
all-in-one-seo-pack 93,320
LayerSlider 91,657
bb-plugin 90,822
premium-addons-for-elementor 86,880
megamenu 86,508
akismet 86,074
cleantalk-spam-protect 83,880
mailchimp-for-wp 83,756
woocommerce-gateway-stripe 83,116
ml-slider 81,034
fusion-builder 79,664
borlabs-cookie 79,520
ewww-image-optimizer 79,050
wp-pagenavi 78,797
formidable 78,063

Top 50 Themes

Theme Count
hello-elementor 615,573
Divi 510,726
astra 423,626
flatsome 133,744
Avada 124,341
generatepress 119,948
pub 109,942
oceanwp 83,460
kadence 78,474
enfold 71,844
salient 66,714
twentytwentyfour 58,958
h4 56,410
twentyseventeen 56,190
bb-theme 55,281
cocoon-master 52,095
betheme 51,820
blocksy 50,688
dt-the7 46,160
twentytwentyfive 43,814
neve 39,351
Avada-Child-Theme 37,622
gox 33,449
woodmart 33,292
bridge 32,878
twentytwentyone 32,115
lightning 31,449
twentytwenty 30,045
swell 28,597
Impreza 26,441
bricks 26,019
sydney 25,643
twentytwentythree 24,026
Newspaper 23,472
voxel 22,440
twentytwentytwo 19,980
epik-redesign 19,270
kubio 19,178
uncode 19,113
sinatra 18,819
twentysixteen 18,221
storefront 17,869
pro 17,861
Total 14,730
extendable 14,595
yith-wonder 14,041
hello-theme-child-master 13,356
themify-ultra 12,983
yootheme 12,936
factory-templates-4 12,927