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

Plugin: lazyload-preload-and-more (Used by 26 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
t*r*e*w*b*e*i*n.com 👤 F 2026-07-26 20:49:20
l*e*s*g*r.dk (WP 7.0) F 2026-07-17 19:34:52
k*e*e*a*.dk (WP 7.0) F 2026-07-17 19:34:52
l*n*s*o*d*t*o*j*.dk (WP 7.0) F 2026-07-08 01:58:55
m*s*a*o*.com (WP 7.0) F 2026-07-03 11:38:24
h*v*e*s*e*t.dk (WP 7.0) 👤 F 2026-07-02 15:38:47
t*a*b*x*h*l*e.de (WP 6.9) F 2026-06-30 21:22:59
w*h*b*e*i*a*.com (WP 7.0) 👤 F 2026-06-30 16:27:25
t*a*n*n*s*i*h*s.dk (WP 7.0) F 2026-06-29 23:01:13
t*a*n*n*s*h*r*s.dk (WP 7.0) F 2026-06-29 23:01:13
j*g*i*g*a*t.dk (WP 7.0) F 2026-06-29 21:40:33
r*n*t*g*l*t*e*p*.dk (WP 7.0) F 2026-06-14 20:54:56
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

Top 50 Plugins

Plugin Count
elementor 1,779,388
contact-form-7 1,761,088
elementor-pro 1,055,687
woocommerce 817,660
revslider 612,251
jetpack 458,895
js_composer 422,839
wp-rocket 341,544
essential-addons-for-elementor-lite 266,783
complianz-gdpr 259,818
gravityforms 257,768
google-site-kit 232,142
cookie-law-info 230,394
instagram-feed 226,099
sitepress-multilingual-cms 211,909
header-footer-elementor 208,549
google-analytics-for-wordpress 207,147
bluehost-wordpress-plugin 193,005
elementskit-lite 181,900
gutenberg 167,565
cookie-notice 150,381
litespeed-cache 143,078
gtranslate 126,061
wpforms-lite 125,379
the-events-calendar 123,077
gutenberg-core 122,519
astra-sites 114,573
popup-maker 110,596
woocommerce-payments 110,364
tablepress 102,292
honeypot 98,159
astra-addon 94,468
wp-smushit 91,509
duracelltomi-google-tag-manager 90,847
coblocks 90,281
layerslider 89,960
all-in-one-seo-pack 89,716
bb-plugin 86,712
akismet 85,457
premium-addons-for-elementor 85,000
cleantalk-spam-protect 83,269
ml-slider 82,930
mailchimp-for-wp 82,435
megamenu 80,780
woocommerce-gateway-stripe 80,066
jet-engine 77,767
fusion-builder 77,630
ewww-image-optimizer 76,815
smart-slider-3 76,682
wp-pagenavi 76,584

Top 50 Themes

Theme Count
hello-elementor 623,140
Divi 499,644
astra 417,537
flatsome 137,169
Avada 121,933
generatepress 115,455
pub 85,361
oceanwp 81,158
kadence 79,293
enfold 69,360
salient 65,583
twentyseventeen 54,581
bb-theme 52,905
betheme 52,583
twentytwentyfour 52,393
blocksy 51,239
cocoon-master 49,293
dt-the7 45,667
twentytwentyfive 44,879
h4 42,570
woodmart 41,447
neve 38,409
Avada-Child-Theme 37,034
gox 36,294
bridge 31,641
twentytwentyone 30,513
lightning 29,886
twentytwenty 28,872
swell 27,928
bricks 26,549
Impreza 26,210
Newspaper 24,349
twentytwentythree 22,239
epik-redesign 19,218
twentytwentytwo 18,921
uncode 18,690
twentysixteen 17,681
pro 17,583
sydney 16,662
storefront 16,428
Total 14,531
hello-theme-child-master 14,048
factory-templates-4 13,733
extendable 13,170
themify-ultra 12,997
hestia 12,665
yootheme 12,622
yith-wonder 12,423
porto 12,058
jupiter 11,700