[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fnO6zgPzaAKZ8XgUq_ALtvCSxNX-OPyGOToi8e704-4k":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":40,"analysis":142,"fingerprints":181},"lazyload-preload-and-more","Lazyload, Preload, and More!","1.0.4","Arya Dhiratara","https:\u002F\u002Fprofiles.wordpress.org\u002Faryadhiratara\u002F","\u003Cp>A drop dead simple and lightweight image, iframe, and video optimization plugin to satisfy Google PageSpeed Insights, Lighthouse, and overall user experience.\u003C\u002Fp>\n\u003Cp>This tiny little plugin (around \u003Cstrong>14kb\u003C\u002Fstrong> zipped) will automatically\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>lazyload\u003C\u002Fstrong> your below the fold images\u002Fiframes\u002Fvideos,\u003C\u002Fli>\n\u003Cli>\u003Cstrong>preload\u003C\u002Fstrong> your featured images (should also works well with WooCommerce product featured image),\u003C\u002Fli>\n\u003Cli>\u003Cstrong>add loading=”eager”\u003C\u002Fstrong> to your featured image and all images that have \u003Ccode>no-lazy\u003C\u002Fcode> or \u003Ccode>skip-lazy\u003C\u002Fcode> class.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>add missing image dimension\u003C\u002Fstrong> to images that doesn’t have width and height attribute\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Lazy Load\u003C\u002Fstrong>:\n\u003Cul>\n\u003Cli>Images, iframes, and videos.\u003C\u002Fli>\n\u003Cli>Inline background images.\u003C\u002Fli>\n\u003Cli>CSS background image (simply put \u003Ccode>lazyload\u003C\u002Fcode> class to the background image container)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Preload Featured Images\u003C\u002Fstrong>\u003Cbr \u002F>\nAutomatically preloading featured image from common page\u002Fpost (homepage, pages except homepage, single post, and WooCommerce single product pages)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Add loading=”eager” attribute\u003C\u002Fstrong> to to your featured image and all images that have \u003Ccode>no-lazy\u003C\u002Fcode> or \u003Ccode>skip-lazy\u003C\u002Fcode> class.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Add missing image dimension\u003C\u002Fstrong> to images that doesn’t have width and height attribute [since 1.0.3]\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>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.\u003C\u002Fp>\n\u003Ch3>Disclaimer\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Lazy load feature are using \u003Cstrong>Lazysizes\u003C\u002Fstrong> library (around \u003Cstrong>3kb\u003C\u002Fstrong>, gzipped and minified).\u003C\u002Fli>\n\u003Cli>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.\u003C\u002Fli>\n\u003Cli>You can change some default settings using filter.\u003C\u002Fli>\n\u003Cli>This plugin is the simplified version of \u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Foptimize-more-images\u002F\" rel=\"ugc\">Optimize More! – Images\u003C\u002Fa>\u003C\u002Fstrong>, 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.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>About Lazysizes\u003C\u002Fh3>\n\u003Cp>Lazysizes is highly performant lazy load library, written by Alexander Farkas in pure JS with no dependencies.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Taken from lazysize’s github description\u003C\u002Fstrong>:\u003Cbr \u002F>\n\u003Cem>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.\u003C\u002Fem>\u003C\u002Fp>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Cp>Example filter to add extra lazyload exclude list:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'lpam_extra_exclude_list', function($lpam_extra_exclude_list) {\n    return array( \n        'my-logo', 'my-hero-img', 'exclude-lazy'\n    );\n} );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example filter to change lazysizes config (Read the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FaFarkas\u002Flazysizes\u002F#js-api---options\" rel=\"nofollow ugc\">docs\u003C\u002Fa>):\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'lpam_lazysizes_js_before', function($lpam_lazysizes_js_before) {\n    return 'window.lazySizesConfig = {\n        expand: 500,\n        threshold: 500\n    };'\n} );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example filter to change the image sizes for preload featured image:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'lpam_preload_featured_images_image_size', function($image_size, $post) {\n    if ( is_singular( 'post' ) ) { return 'large'; }\n    elseif ( is_singular( 'product' ) ) { return 'full'; }\n    else { return $image_size; }\n}, 10, 2 );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>[\u003Cem>new\u003C\u002Fem> since \u003Cstrong>1.0.2\u003C\u002Fstrong>] Example to disable the preload featured image feature in certain page-type:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('disable_featured_image_preload', function ($disable) {\n    if ( is_singular( 'post' ) ) {\n        return true;\n    }\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>[\u003Cem>new\u003C\u002Fem> since \u003Cstrong>1.0.3\u003C\u002Fstrong>] Example to disable adding image dimension in certain page-type:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('disable_img_dimension', function ($disable) {\n    if ( is_singular( 'post' ) ) {\n        return true;\n    }\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>[\u003Cem>new\u003C\u002Fem> since \u003Cstrong>1.0.3\u003C\u002Fstrong>] Example to disable this plugin completely in certain page using url:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lazy_load_excluded_pages', function ($excludedPages) {\n    $excludedPages[] = '\u002Fpage-1';\n    $excludedPages[] = '\u002Fpage-2';\n    return $excludedPages;\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>[\u003Cem>new\u003C\u002Fem> since \u003Cstrong>1.0.3\u003C\u002Fstrong>] Example to disable this plugin completely in certain page using page ID:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('lazy_load_excluded_page_ids', function ($excludedPageIDs) {\n    $excludedPageIDs[] = 3678; \u002F\u002F Exclude page with ID 1\n    $excludedPageIDs[] = 3615; \u002F\u002F Exclude page with ID 2\n    return $excludedPageIDs;\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>[\u003Cem>new\u003C\u002Fem> since \u003Cstrong>1.0.4\u003C\u002Fstrong>] To disable the  tag:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter('disable_noscript', '__return_true');\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>&nbsp;\u003C\u002Fp>\n\u003Ch3>USEFUL PLUGINS TO OPTIMIZE YOUR SITE’S SPEED:\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Foptimize-more\u002F\" rel=\"ugc\">Optimize More!\u003C\u002Fa>\u003C\u002Fstrong>: A Do It Yourself WordPress Optimization Plugin that give you the ability to:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Load CSS Asynchronously\u003C\u002Fstrong> – selectively load CSS file(s) asynchronously on selected post\u002Fpage types.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Delay CSS and JS until User Interaction\u003C\u002Fstrong> – selectively delay CSS\u002FJS load until user interaction on selected post\u002Fpage types.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Preload Critical CSS, JS, and Font Files\u003C\u002Fstrong> – selectively preload critical CSS\u002FJS\u002FFont file(s) on selected post\u002Fpage types.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Remove Unused CSS and JS Files\u003C\u002Fstrong> – selectively remove unused CSS\u002FJS file(s) on selected post\u002Fpage types.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Defer JS\u003C\u002Fstrong> – selectively defer loading JavaScript file(s) on selected post\u002Fpage types.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Advance Defer JS\u003C\u002Fstrong> – hold JavaScripts load until everything else has been loaded. Adapted from the legendary \u003Cstrong>varvy’s defer js\u003C\u002Fstrong> method \u003Cem>*recommended for defer loading 3rd party scripts like ads, pixels, and trackers\u003C\u002Fem>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Load Gutenberg CSS conditionally\u003C\u002Fstrong>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Remove Passive Listener Warnings\u003C\u002Fstrong>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>and many more\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Other USEFUL PLUGIN:\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fshop-extra\u002F\" rel=\"ugc\">Shop Extra\u003C\u002Fa>\u003C\u002Fstrong> – A lightweight plugin to optimize your WooCommerce & Business site that makes you able to:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>add Floating WhatsApp Chat Widget (can be use without WooCommerce),\u003C\u002Fli>\n\u003Cli>add WhatsApp Order Button for WooCommrece,\u003C\u002Fli>\n\u003Cli>Hide\u002FDisable WooCommerce Elements,\u003C\u002Fli>\n\u003Cli>WooCommerce Strings Translations,\u003C\u002Fli>\n\u003Cli>and many more.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fanimate-on-scroll\u002F\" rel=\"ugc\">Animate on Scroll\u003C\u002Fa>\u003C\u002Fstrong> – 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.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Optimize More!\u003C\u002Fh3>\n\u003Cp>Need to optimize more? Try my \u003Cstrong>\u003Ca href=\"https:\u002F\u002Fthinkdigital.co.id\u002Fservices\u002Fspeed-optimization\u002F\" rel=\"nofollow ugc\">WordPress Page Speed Optimization’s Service\u003C\u002Fa>\u003C\u002Fstrong>.\u003C\u002Fp>\n","A drop dead simple and lightweight image, iframe, and video optimization plugin to satisfy Google PageSpeed Insights and Core Web Vitals.",90,1780,100,1,"2023-10-09T02:34:00.000Z","6.3.8","5.8","7.4",[20,21,22,23,24],"core-web-vitals","lazy-load","lazyload","loading-eager","pagespeed","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flazyload-preload-and-more.1.0.4.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":34,"total_installs":35,"avg_security_score":36,"avg_patch_time_days":37,"trust_score":38,"computed_at":39},"aryadhiratara",6,4410,83,30,82,"2026-04-05T16:51:30.422Z",[41,57,80,101,123],{"slug":42,"name":43,"version":44,"author":7,"author_profile":8,"description":45,"short_description":46,"active_installs":47,"downloaded":48,"rating":13,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":17,"requires_php":18,"tags":52,"homepage":25,"download_link":54,"security_score":55,"vuln_count":14,"unpatched_count":14,"last_vuln_date":56,"fetched_at":30},"optimize-more-images","Optimize More! – Images","1.1.3","\u003Cp>A lightweight yet powerful image, iframe, and video optimization plugin. Lazy load, preload, and more. No jquery dependency.\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Lazy Load\u003C\u002Fstrong> – Lazy loading images, iframes, and videos, using the high performant \u003Ccode>lazysizes.js\u003C\u002Fcode>. No jquery dependency.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Preload Featured Images\u003C\u002Fstrong> – Automatically preloading featured image from common page\u002Fpost (homepage, pages except homepage, single post, and woocommerce single product pages).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Use CDN for Images\u003C\u002Fstrong> – HTML rewrite if you want to serve images from your favorite CDN.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Add Missing Image Dimensions\u003C\u002Fstrong> – Add missing width and height attributes from your images.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>New\u003C\u002Fstrong> (since 1.1.1)\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Add \u003Ccode>no-lazy\u003C\u002Fcode> and \u003Ccode>skip-lazy\u003C\u002Fcode> class as default exclude class for lazyloading images.\u003C\u002Fli>\n\u003Cli>Enable \u003Ccode>loading eager\u003C\u002Fcode> to also target \u003Ccode>no-lazy\u003C\u002Fcode> and \u003Ccode>skip-lazy\u003C\u002Fcode> class.\u003C\u002Fli>\n\u003Cli>Automatically exclude featured image (add \u003Ccode>no-lazy\u003C\u002Fcode> class) from lazyloading if \u003Ccode>Preload Featured Images\u003C\u002Fcode> feature is enabled (useful to avoid \u003Ccode>Largest Contentful Paint image was lazily loaded\u003C\u002Fcode> warning in Google Pagespeed Insights ).\u003C\u002Fli>\n\u003Cli>Add \u003Ccode>webp\u003C\u002Fcode> extension to CDN HTML rewrite regex.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>New\u003C\u002Fstrong> (since 1.0.7)\u003C\u002Fp>\n\u003Cul>\n\u003Cli>We changed the lazy load library from lozad.js to \u003Cstrong>lazysizes.js\u003C\u002Fstrong>.\u003C\u002Fli>\n\u003Cli>Add field to modify lazysize default configuration. Read the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FaFarkas\u002Flazysizes\u002F#js-api---options\" rel=\"nofollow ugc\">docs\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Add fields to specify width and height fallback value if the Add Missing Image Dimensions feature failed to get the actual image dimension.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>New\u003C\u002Fstrong> (since 1.0.3)\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Lazy load CSS Background Images\u003C\u002Fstrong> – Load faster by lazy loading background images from the CSS \u003Ccode>background-image\u003C\u002Fcode> property.  Tested and works well on CSS background image from \u003Ccode>GenerateBlocks\u003C\u002Fcode>, \u003Ccode>Elementor\u003C\u002Fcode>, and \u003Ccode>Oxygen Builder\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Noscript Fallback\u003C\u002Fstrong> – Extra option to use \u003Cnoscript> fallback for lazy images and iframes.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Add Loading Eager\u003C\u002Fstrong> – Extra option to Automatically add \u003Ccode>loading=eager\u003C\u002Fcode> to the lazy load excluded list.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin only adds 1 extra row in your database. And it will self delete upon uninstalation.\u003C\u002Fp>\n\u003Ch3>About Lazysizes\u003C\u002Fh3>\n\u003Cp>Lazysizes is highly performant lazy load library, written by Alexander Farkas in pure JS with no dependencies.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Taken from lazysize’s github description\u003C\u002Fstrong>:\u003Cbr \u002F>\n\u003Cem>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.\u003C\u002Fem>\u003C\u002Fp>\n\u003Ch3>Optimize More!\u003C\u002Fh3>\n\u003Cp>Need to optimize more? Try our \u003Ca href=\"https:\u002F\u002Fthinkweb.dev\u002Fservice\u002Fspeed-optimization\u002F\" rel=\"nofollow ugc\">WordPress Speed Optimization’s Service\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Other USEFUL PLUGINS TO OPTIMIZE YOUR SITE’S SPEED:\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Foptimize-more\u002F\" rel=\"ugc\">Optimize More!\u003C\u002Fa>\u003C\u002Fstrong> – Selectively Optimize your CSS\u002FJS Delivery: Load CSS Asynchronously, Delay CSS and JavaScripts until User Interaction, Preload Critical CSS and JavaScripts, and Remove Unused CSS and JavaScripts Files.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Flazyload-preload-and-more\u002F\" rel=\"ugc\">Lazyload, Preload, and more!\u003C\u002Fa>\u003C\u002Fstrong> – A simplified version of this plugin. The plugin size is only around 14kb zipped. Without UI for settings, but you can customize the settings using filters.\u003Cbr \u002F>\nThe default configuration is the best for optimizing images and other media files to speed up your site (just install and activate it and you’re good to go):\u003C\u002Fp>\n\u003Cul>\n\u003Cli>lazyload your below the fold images\u002Fiframes\u002Fvideos,\u003C\u002Fli>\n\u003Cli>preload your featured images,\u003C\u002Fli>\n\u003Cli>and add loading=”eager” to your featured image and all images that have \u003Ccode>no-lazy\u003C\u002Fcode> or \u003Ccode>skip-lazy\u003C\u002Fcode> class.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Other USEFUL PLUGIN:\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fshop-extra\u002F\" rel=\"ugc\">Shop Extra\u003C\u002Fa>\u003C\u002Fstrong> – A lightweight plugin to optimize your WooCommerce & Business site: Floating WhatsApp Chat Widget (can be use without WooCommerce), WhatsApp Order Button for WooCommrece, Hide\u002FDisable WooCommerce Elements, WooCommerce Strings Translations, and many more.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fanimate-on-scroll\u002F\" rel=\"ugc\">Animate on Scroll\u003C\u002Fa>\u003C\u002Fstrong> – 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.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n","A lightweight yet powerful image, iframe, and video optimization plugin. Lazy load, preload, and more. No jquery dependency.",80,8904,4,"2023-05-21T15:24:00.000Z","6.2.9",[20,21,22,24,53],"performance","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Foptimize-more-images.1.1.3.zip",63,"2026-02-03 00:00:00",{"slug":58,"name":59,"version":60,"author":61,"author_profile":62,"description":63,"short_description":64,"active_installs":65,"downloaded":66,"rating":67,"num_ratings":68,"last_updated":69,"tested_up_to":70,"requires_at_least":71,"requires_php":25,"tags":72,"homepage":75,"download_link":76,"security_score":77,"vuln_count":78,"unpatched_count":28,"last_vuln_date":79,"fetched_at":30},"wp-fastest-cache","WP Fastest Cache – WordPress Cache Plugin","1.4.6","Emre Vona","https:\u002F\u002Fprofiles.wordpress.org\u002Femrevona\u002F","\u003Ch4>Official Website\u003C\u002Fh4>\n\u003Cp>You can find more information on our website (\u003Ca href=\"https:\u002F\u002Fwww.wpfastestcache.com\u002F\" rel=\"nofollow ugc\">wpfastestcache.com\u003C\u002Fa>)\u003C\u002Fp>\n\u003Cp>Welcome to the page of the WP Fastest Cache plugin, a WordPress cache plugin developed to speed up WordPress sites.\u003C\u002Fp>\n\u003Cp>In today’s world where every second counts, optimizing your website’s performance is very important. Meet WP Fastest Cache, your caching plugin that you can use to speed up WordPress websites. \u003C\u002Fp>\n\u003Cp>Optimize the performance of your website with WP Fastest Cache. Improve Google PageSpeed, Core Web Vitals, GTmetrix and Pingdom score with our wp cache plugin.\u003C\u002Fp>\n\u003Cp>In addition, page speed is a ranking factor in Google’s search algorithm. Therefore, using cache plugins helps improve your SEO ranking. Our WordPress optimization plugin not only accelerates your site but also boosts SEO rankings.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Mod_Rewrite which is the fastest method is used in this plugin\u003C\u002Fli>\n\u003Cli>All cache files are deleted when a post or page is published\u003C\u002Fli>\n\u003Cli>Admin can delete all cached files from the options page\u003C\u002Fli>\n\u003Cli>Admin can delete minified css and js files from the options page\u003C\u002Fli>\n\u003Cli>Block cache for specific page or post with Short Code\u003C\u002Fli>\n\u003Cli>Cache Timeout – All cached files are deleted at the determinated time\u003C\u002Fli>\n\u003Cli>Cache Timeout for specific pages\u003C\u002Fli>\n\u003Cli>Enable\u002FDisable cache option for mobile devices\u003C\u002Fli>\n\u003Cli>Enable\u002FDisable cache option for logged-in users\u003C\u002Fli>\n\u003Cli>SSL support\u003C\u002Fli>\n\u003Cli>CDN support – Effortlessly enhance website speed and performance with seamless CDN integration, supporting Bunny CDN, Cloudflare, and various other leading CDN providers. CDN integration modifies the URLs of static resources, enabling these assets to be served from your CDN service provider\u003C\u002Fli>\n\u003Cli>Cloudflare support – Cloudflare integration triggers the clearing of the cache on Cloudflare through API when a cache purge is initiated. As a result, WP Fastest Cache and Cloudflare operate seamlessly in tandem\u003C\u002Fli>\n\u003Cli>Preload Cache – Create the cache of all the site automatically\u003C\u002Fli>\n\u003Cli>Exclude pages and user-agents\u003C\u002Fli>\n\u003Cli>WP-CLI cache clearing\u003C\u002Fli>\n\u003Cli>Proxy Cache – Varnish Cache Integration to clear proxy cached content automatically when the cache created by WP Fastest Cache is cleared\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Performance Optimization\u003C\u002Fh4>\n\u003Cp>WP Fastest Cache is not only a wp cache plugin but also a speed optimization wordpress cache plugin. There are many features such as Minify Html, Minify Css, Enable Gzip Compression, Leverage Browser Caching, Add Expires Headers, Combine CSS, Combine JS, Disable Emoji.\u003C\u002Fp>\n\u003Col>\n\u003Cli>Page Caching – Page caching feature generates and store static HTML files from your dynamic WordPress blog to reduce initial server response time, and improving page load time. Page cache and caching play a critical role in improving website speed and overall web performance. By storing frequently accessed data, effective caching reduces server workload and significantly improves cache performance, allowing pages to be delivered faster to users. This optimization directly lowers load time and enhances page speed, resulting in a smoother user experience and better SEO.\u003C\u002Fli>\n\u003Cli>Minify Html – Using an HTML minifier is an effective way to reduce HTML size and optimize HTML by removing unnecessary spaces, comments, and line breaks. A smaller HTML file helps reduce page size, which directly improves page speed and leads to a faster website experience for users. By focusing on web performance optimization, optimized HTML allows browsers to load and render pages more efficiently, helping to improve website speed, lower bandwidth usage, and deliver better overall performance across all devices\u003C\u002Fli>\n\u003Cli>Minify Css – CSS minify techniques play a crucial role in modern web development by reducing unnecessary characters through a reliable css minifier. With effective css compression, developers can compress CSS files and apply proper css minification to optimize CSS for production environments. This approach helps reduce CSS file size, which directly contributes to improve website speed and overall css performance optimization. As part of a broader page speed optimization strategy, these practices significantly enhance website performance optimization and lead to better website loading performance, especially on mobile and low-bandwidth connections\u003C\u002Fli>\n\u003Cli>Enable Gzip Compression – Reduce the size of files sent from your server to increase the speed to which they are transferred to the browser\u003C\u002Fli>\n\u003Cli>Leverage browser caching – Browser cache plays a critical role in how efficiently a web browser cache stores static resources like images, stylesheets, and scripts, directly impacting page load speed. By allowing returning visitors to load files from their local browser cache instead of downloading them again, websites can significantly reduce server requests and improve website speed. Properly configured browser caching not only creates a faster and smoother user experience but also helps lower bandwidth usage and enhance overall site performance\u003C\u002Fli>\n\u003Cli>Combine CSS – Reduce number of HTTP round-trips by combining multiple CSS resources into one\u003C\u002Fli>\n\u003Cli>Combine JS – Combining JavaScript files is a core technique in javascript optimization and js optimization, especially when the goal is to reduce requests and improve page load speed. By combine js assets or combine javascript files into a single bundle, developers can streamline how scripts are delivered to the browser. Whether you call it js combine or javascript combine, the idea is the same: fewer HTTP requests mean faster performance. Similarly, approaches that merge js or merge javascript—also known as js merge or javascript merge—help eliminate overhead caused by loading multiple separate files. When done correctly, combining and merging scripts leads to cleaner delivery, better caching, and noticeably faster websites\u003C\u002Fli>\n\u003Cli>Disable Emoji – You can remove the emoji inline css and wp-emoji-release.min.js\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Premium Performance Optimization\u003C\u002Fh4>\n\u003Cp>The free version is enough to speed up your site but in the premium version there are extra features such as Mobile Cache, Widget Cache, Minify HTML Plus, Minify CSS Plus, Minify JS, Combine JS Plus, Defer Javascript, Optimize Images, Convert WebP, Database Cleanup, Google Fonts Async, Lazy Load and Delay JS for super fast load times.\u003C\u002Fp>\n\u003Col>\n\u003Cli>Mobile Cache\u003C\u002Fli>\n\u003Cli>Widget Cache\u003C\u002Fli>\n\u003Cli>Minify HTML Plus\u003C\u002Fli>\n\u003Cli>Minify CSS Plus\u003C\u002Fli>\n\u003Cli>Minify Javascript – Minify JS is a core step in web performance optimization because js minify techniques remove unnecessary characters, comments, and whitespace, making files smaller and faster to load. Through proper javascript minification, developers can compress JavaScript assets and significantly reduce transfer size, which directly supports effective js optimization and overall javascript optimization strategies. When combined with caching and code splitting, minified scripts help improve website speed, lower bandwidth usage, and enhance user experience. As a result, page speed optimization becomes easier to achieve, leading to faster render times and better search engine rankings.\u003C\u002Fli>\n\u003Cli>Combine JS Plus\u003C\u002Fli>\n\u003Cli>Defer Javascript – Eliminate render-blocking JavaScript resources. Consider delivering critical JS inline and deferring all non-critical JS\u003C\u002Fli>\n\u003Cli>Optimize Images – Optimized images load faster and consume less cellular data. Looking for an easy image compressor? Our tool lets you compress images instantly, including Compress JPEG and Compress PNG options. Enjoy fast image compression to reduce image size without losing quality. Perfect for quick image optimization with a smart image optimizer designed for all your needs.\u003C\u002Fli>\n\u003Cli>Convert WebP – Serve images in next-gen formats. Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. A fast and reliable WebP converter helps you convert to WebP in seconds. Whether you need a WebP convert tool, a JPG to WEBP Converter, PNG to WEBP Converter, or a simple image to WebP option, you can easily optimize your images. Quickly handle JPG to WEBP, PNG to WEBP, jpg convert to webp, and png convert to webp tasks to reduce file size and improve web performance.\u003C\u002Fli>\n\u003Cli>Database Cleanup – To keep your system running smoothly, it’s important to clean database structures regularly and ensure you clean DB records that are no longer needed. A database cleaner is essential for effective database cleaning and long-term database optimization. By removing unused entries and organizing data efficiently, you can significantly improve database performance and speed up database operations. Modern db cleaner tools automate the entire db cleaning process, helping developers maintain fast, reliable, and scalable systems. The Database Cleanup feature clears out all of the garbage datas such as post revisions, trashed posts & pages, comments from trash & spam, trackbacks and pingbacks, transient options, orphaned post meta, comment meta, user meta, term meta, and term relationship etc.\u003C\u002Fli>\n\u003Cli>Google Fonts Async\u003C\u002Fli>\n\u003Cli>Lazy Load – Lazy loading technique improve page speed and overall website loading time by loading content only when it is needed. Using lazy load images, lazy loading images, lazy load videos, and lazy load iframe helps reduce initial load size, enhances web performance, and delivers a smoother user experience. When implemented correctly, these methods make it easier to optimize website performance, lower bandwidth usage, and ensure faster, more efficient page delivery for both users and search engines.\u003C\u002Fli>\n\u003Cli>Delay JS – The Delay JavaScript feature helps reduce the ‘Reduce unused JavaScript’ warning in the Google PageSpeed Insights tool\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Information\u003C\u002Fh4>\n\u003Cp>It is very inconvenient to use multiple caching plugins at the same time. That’s why you need to disable plugins such as LiteSpeed Cache, WP-Optimize, W3 Total Cache, WP Super Cache, SiteGround Optimizer, Breeze while using WP Fastest Cache.\u003C\u002Fp>\n\u003Cp>WP Fastest Cache is compatible with most popular plugins such as Contact Form 7, Yoast SEO, Elementor Website Builder, Classic Editor, Akismet Spam Protection, WooCommerce, Contact Form by WPForms, Really Simple SSL, All-in-One WP Migration, Yoast Duplicate Post, Wordfence Security – Firewall & Malware Scan, WordPress Importer, UpdraftPlus WordPress Backup Plugin, MonsterInsights, All in One SEO, WP Mail SMTP by WPForms.\u003C\u002Fp>\n\u003Ch4>Supported Languages\u003C\u002Fh4>\n\u003Cp>Although there are over 7000 languages spoken in the world today, we feel very lucky to support 30 languages for now.\u003C\u002Fp>\n\u003Cp>However, localizing or adapting a plugin to another language or culture is time consuming and a demanding task. That’s where the amazing Translation Contributors team of WordPress comes into play. These selfless people spent their precious time without expecting anything in return so that other people can use the add-ons more easily. We sincerely thank all of them.\u003C\u002Fp>\n\u003Cp>Chinese Simplified (China), Chinese Traditional (Taiwan), Czech, Dutch (Belgium), Dutch (Netherlands), English (South Africa), English (UK), Finnish, French (France), Galician, German (Germany), Hungarian, Indonesian, Italian, Japanese, Korean (Korea), Persian, Russian, Slovak (Slovakia), Slovenian, Spanish (Argentina), Spanish (Chile), Spanish (Colombia), Spanish (Ecuador), Spanish (Mexico), Spanish (Spain), Spanish (Venezuela), Swedish, Turkish, Ukrainian\u003C\u002Fp>\n","The simplest and fastest WP Cache system",1000000,63353783,98,4207,"2026-02-10T14:26:00.000Z","6.9.4","5.3",[73,20,74,24,53],"cache","optimize","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-fastest-cache\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-fastest-cache.1.4.6.zip",76,35,"2025-11-26 21:34:28",{"slug":81,"name":82,"version":83,"author":84,"author_profile":85,"description":86,"short_description":87,"active_installs":88,"downloaded":89,"rating":90,"num_ratings":91,"last_updated":92,"tested_up_to":70,"requires_at_least":71,"requires_php":93,"tags":94,"homepage":96,"download_link":97,"security_score":98,"vuln_count":99,"unpatched_count":28,"last_vuln_date":100,"fetched_at":30},"autoptimize","Autoptimize","3.1.15","Optimizing Matters","https:\u002F\u002Fprofiles.wordpress.org\u002Foptimizingmatters\u002F","\u003Cp>Autoptimize makes optimizing your site really easy. It can aggregate, minify and cache scripts and styles, injects CSS in the page head by default but can also inline critical CSS and defer the aggregated full CSS, moves and defers scripts to the footer and minifies HTML. You can optimize and lazy-load images (with support for WebP and AVIF formats), optimize Google Fonts, async non-aggregated JavaScript, remove WordPress core emoji cruft and more. As such it can improve your site’s performance even when already on HTTP\u002F2! There is extensive API available to enable you to tailor Autoptimize to each and every site’s specific needs.\u003Cbr \u002F>\nIf you think performance indeed is important, you should at least consider one of the many free page caching plugins (e.g. \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fspeed-booster-pack\u002F\" rel=\"ugc\">Speed Booster pack\u003C\u002Fa> or \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcache-enabler\" rel=\"ugc\">KeyCDN’s Cache Enabler\u003C\u002Fa>) to complement Autoptimize or even \u003Ca href=\"https:\u002F\u002Fmisc.optimizingmatters.com\u002Fpartners\u002F?from=partnertab&partner=aopro\" rel=\"nofollow ugc\">consider Autoptimize Pro\u003C\u002Fa> which not only has page caching but also image optimization, CDN, critical CSS and more!\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>Autoptimize Pro\u003C\u002Fstrong>\u003Cbr \u002F>\n  \u003Ca href=\"https:\u002F\u002Fmisc.optimizingmatters.com\u002Fpartners\u002F?from=partnertab&partner=aopro\" rel=\"nofollow ugc\">Autoptimize Pro is a premium Power-Up\u003C\u002Fa>, adding image optimization, CDN, page caching, automatic critical CSS rules and extra “booster” options, all in one handy subscription to \u003Ca href=\"https:\u002F\u002Fmisc.optimizingmatters.com\u002Fpartners\u002F?from=partnertab&partner=aopro\" rel=\"nofollow ugc\">make your site even faster!\u003C\u002Fa>!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Premium Support\u003C\u002Fstrong>\u003Cbr \u002F>\n  We provide great \u003Ca href=\"https:\u002F\u002Fmisc.optimizingmatters.com\u002Fpartners\u002F?from=partnertab&partner=autoptimizepro\" rel=\"nofollow ugc\">Premium Support and Web Performance Optimization services\u003C\u002Fa> with Accelera, check out our offering on \u003Ca href=\"https:\u002F\u002Fmisc.optimizingmatters.com\u002Fpartners\u002F?from=partnertab&partner=autoptimizepro\" rel=\"nofollow ugc\">https:\u002F\u002Faccelerawp.com\u002F\u003C\u002Fa>!\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>(Speed-surfing image under creative commons \u003Ca href=\"https:\u002F\u002Fwww.flickr.com\u002Fphotos\u002Ftwistiti\u002F818552808\u002F\" rel=\"nofollow ugc\">by LL Twistiti\u003C\u002Fa>)\u003C\u002Fp>\n","Autoptimize speeds up your website by optimizing JS, CSS, images (incl. lazy-load), HTML and Google Fonts, asyncing JS, removing emoji cruft and more.",900000,42990793,94,1422,"2026-03-14T12:44:00.000Z","7.1",[20,95,74,24,53],"images","https:\u002F\u002Fautoptimize.com\u002Fpro\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fautoptimize.3.1.15.zip",77,12,"2026-03-20 00:00:00",{"slug":102,"name":103,"version":104,"author":105,"author_profile":106,"description":107,"short_description":108,"active_installs":109,"downloaded":110,"rating":111,"num_ratings":112,"last_updated":113,"tested_up_to":114,"requires_at_least":115,"requires_php":25,"tags":116,"homepage":25,"download_link":119,"security_score":120,"vuln_count":121,"unpatched_count":28,"last_vuln_date":122,"fetched_at":30},"a3-lazy-load","a3 Lazy Load","2.7.6","Steve Truman","https:\u002F\u002Fprofiles.wordpress.org\u002Fa3rev\u002F","\u003Cp>a3 Lazy Load is a Mobile Oriented, very simple to use plugin that will speed up sites page load speed. The more content heavy your site the better the plugin will perform and the more you will see the improvements in performance. See \u003Ca href=\"http:\u002F\u002Fressio.github.io\u002Flazy-load-xt\u002Fdemo\u002Fstresstest1000img.htm\" rel=\"nofollow ugc\">this demo\u003C\u002Fa> of a page with 1,000 images (yes 1,000 images) to load.\u003C\u002Fp>\n\u003Cp>a3 Lazy Load is inspired by and powered by the ressio \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fressio\u002Flazy-load-xt\" rel=\"nofollow ugc\">Lazy-Load-xt JavaScript\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>100% COMPATABLE WITH WORDPRESS 6.0\u003C\u002Fh4>\n\u003Cp>WordPress 5.5 introduced lazy loading for all images uploaded to a sites media library and 5.7 introduces Core lazy load for iframes and 5.9 contained performance enhancements. a3 Lazy Load Image options work side-by-side with these, but then enhances it by lazy loading all the images loaded from outside of the media library, or on older browsers that do not support the new WP attribute and any iframes or videos that are not lazy loaded by WordPress.\u003C\u002Fp>\n\u003Ch4>DISABLE WORDPRESS LAZY LOAD\u003C\u002Fh4>\n\u003Cp>The plugin includes an option to completely disable WordPress Core Lazy Load if that is what you want to do.\u003C\u002Fp>\n\u003Ch4>IMAGE LAZY LOAD\u003C\u002Fh4>\n\u003Cp>For more flexibility when ON you can choose to ON | OFF lazy load all images that are not loaded from the WordPress media Library in:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Post, Pages and Custom Post Types (All Content areas)\u003C\u002Fli>\n\u003Cli>Widgets (Sidebar, header and footer)\u003C\u002Fli>\n\u003Cli>Apply to post thumbnails\u003C\u002Fli>\n\u003Cli>Apply to gravatars\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>HORIZONTAL SCROLL\u003C\u002Fh4>\n\u003Cp>Supports lazy loading of images in containers that use horizontal scroll. The admin Images options has a section where you enter the classname or ID of the container that uses horizontal scroll.\u003C\u002Fp>\n\u003Ch4>VIDEO LAZY LOAD\u003C\u002Fh4>\n\u003Cp>From the a3 lazy Load admin panel turn Video Support ON | OFF. When ON you can choose to ON | OFF lazy load for videos in\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Video embeded by URL in Post and Pages (All Content areas)\u003C\u002Fli>\n\u003Cli>Video in Widget types, Text Widget and HTML Widgets.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>iFRAME LAZY LOAD\u003C\u002Fh4>\n\u003Cp>a3 Lazy Load has built in support for content that is added by iframe from any source in content and widgets and will lazy load any iframe that WordPress core does not load. Examples\u003C\u002Fp>\n\u003Cul>\n\u003Cli>WordPress embedded media\u003C\u002Fli>\n\u003Cli>Facebook Like boxes with profiles, Like buttons, Recommend\u003C\u002Fli>\n\u003Cli>Google+ Profile\u003C\u002Fli>\n\u003Cli>Google Maps\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>POST EMBED\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fully compatible with WordPress embed post on any site feature introduced in version WP version 4.4\u003C\u002Fli>\n\u003Cli>Makes embed post load much faster\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>WORDPRESS AMP\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Built in auto support for WordPress AMP plugin\u003C\u002Fli>\n\u003Cli>Built in support for Better AMP plugin\u003C\u002Fli>\n\u003Cli>There are no setting options for exclude \u002Famp – Lazy Load is just never applied to the \u002Famp endpoint\u003C\u002Fli>\n\u003Cli>When the url is loaded in browser without \u002Famp Lazy Load is applied \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>JETPACK SITE ACCELERATOR (Photon)\u003C\u002Fh4>\n\u003Cp>This is an option that you turn on as the Jetpack Accelerator (Photon CDN images) has its own lazy load feature that needs to be OFF first to be able use a3 Lazy Load as your lazy Load engine. Some users prefer to use a3 Lazy Load as it applies Lazy Load to videos and iframes as well as images.\u003C\u002Fp>\n\u003Ch4>WebP IMAGES\u003C\u002Fh4>\n\u003Cp>a3 Lazy Load has built in automatic support for WebP images. There are no settings for this as a3 Lazy Load will automatically detect if an image has a WebP version and lazy load the WebP version. If no WebP image exists, the appropriate jpg or png version will be lazy loaded. Also fully support browser detection of WebP.\u003C\u002Fp>\n\u003Ch4>LAZY LOAD EFFECTS\u003C\u002Fh4>\n\u003Cp>a3 Lazy Load gives you the option to lazy load images with a FADE IN or SPINNER effect\u003C\u002Fp>\n\u003Cul>\n\u003Cli>FADEIN \u003Ca href=\"http:\u002F\u002Fressio.github.io\u002Flazy-load-xt\u002Fdemo\u002Ffadein.htm\" rel=\"nofollow ugc\">see demo\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>SPINNER \u003Ca href=\"http:\u002F\u002Fressio.github.io\u002Flazy-load-xt\u002Fdemo\u002Fspinner.htm\" rel=\"nofollow ugc\">see demo\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Option to create a custom Lazy Load pre-load background colour\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>PERFORMANCE TWEAKS\u003C\u002Fh4>\n\u003Cp>a3 Lazy Load gives you the option to load its script from your sites HEAD or from the FOOT.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Note that your theme must have the wp_footer() function if you select FOOTER load.\u003C\u002Fli>\n\u003Cli>Note the plugin CSS is always loaded from the HEAD.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>EXCLUDE IMAGES & VIDEO\u003C\u002Fh4>\n\u003Cp>a3 Lazy Load allows you to easily exclude any image or video by class name from having the Lazy Load effect applied. \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fa3-lazy-load\u002F#faq-header\" rel=\"ugc\">See FAQ’s\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>JAVASCIPT DISABLED FALLBACK\u003C\u002Fh4>\n\u003Cp>a3 Lazy Load has built in Noscript fallback if user has JavaScript turned off in their browser. Developers who use underscore.js in their applications can use the Noscript parameter to exclude their plugins content from Lazy Load.\u003C\u002Fp>\n\u003Ch4>THEME & PLUGIN COMPATIBILITY\u003C\u002Fh4>\n\u003Cp>a3 Lazy Load works with any WordPress theme that follows the WordPress Theme Codex. However, many Theme & Plugin developers will use a custom written function to add objects, example the theme has a home page with layout created by a custom function they have written. a3 Lazy Load cannot know what these functions are and so cannot apply to the objects loaded by that custom function.\u003C\u002Fp>\n\u003Cp>If your images or objects not being Lazy Loaded in a certain section of your site, but are Lazy Loaded everywhere else you will know this is the cause. Please if this happens raise a support ticket with the developer, explaining that they just need to add a simple tag to their custom functions so that a3 Lazy Load apply to their custom function and be fully compatible. \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fa3-lazy-load\u002F#faq-header\" rel=\"ugc\">Here is a list\u003C\u002Fa> of a3 lazy Load filter tags to include in your ticket to make it easy for the developer.\u003C\u002Fp>\n\u003Cp>Don’t forget when a developer does add full compatibility with a3 Lazy Load please let us know via a support ticket on this forum and we will add them to the list below.\u003C\u002Fp>\n\u003Cp>These are just some of the more popular plugins that are either tested 100% compatible with a3 Lazy Load or tags has been added for 100% compatibility.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Plugin – Advanced Custom Fields (Free and Premium)\u003C\u002Fli>\n\u003Cli>Plugin – WooCommerce\u003C\u002Fli>\n\u003Cli>Plugin – JetPack\u003C\u002Fli>\n\u003Cli>Plugin – Elementor (Free and Pro)\u003C\u002Fli>\n\u003Cli>Plugin – WP Offload\u003C\u002Fli>\n\u003Cli>Plugin – WP Super Cache, W3 Total Cache, Autoptimize\u003C\u002Fli>\n\u003Cli>Plugin – Youtube Embed\u003C\u002Fli>\n\u003Cli>Plugin – WordPress AMP\u003C\u002Fli>\n\u003Cli>Plugin – WPTouch. Note – Set to not apply on Mobiles if WPTouch is installed\u003C\u002Fli>\n\u003Cli>Plugin – MobilePress – Set to not apply on Mobiles if MobilePress is installed\u003C\u002Fli>\n\u003Cli>WebP Plugins – Smush, EWWW Image Optimizer, Imagify, WebP Express \u003C\u002Fli>\n\u003Cli>Plugins – Will not conflict with any plugin that has lazy load built in\u003C\u002Fli>\n\u003Cli>CDN’s – JetPack Accelerator, Cloudfront, Cloudflare and all other known CDN architecture.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>MORE FEATURES\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Full support of jQueryMobile framework\u003C\u002Fli>\n\u003Cli>WordPress Multi site ready.\u003C\u002Fli>\n\u003Cli>Backend support for RTL display.\u003C\u002Fli>\n\u003Cli>Translation ready\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>JOIN THE a3 LAZY LOAD COMMUNITY\u003C\u002Fh4>\n\u003Cp>When you download a3 lazy Load, you join our community. Regardless of if you are a WordPress newbie or experienced developer if you are interested in contributing to a3 Lazy Load development head over to the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fa3rev\u002Fa3-lazy-load\" rel=\"nofollow ugc\">a3 Lazy Load GitHub Repository\u003C\u002Fa> to find out how you can contribute.\u003Cbr \u002F>\nWant to add a new language to a3 Lazy Load? Great! You can contribute via \u003Ca href=\"https:\u002F\u002Ftranslate.wordpress.org\u002Fprojects\u002Fwp-plugins\u002Fa3-lazy-load\" rel=\"nofollow ugc\">translate.wordpress.org\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>USAGE\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Install and activate the plugin\u003C\u002Fli>\n\u003Cli>Open WordPress Settings menu\u003C\u002Fli>\n\u003Cli>Click on a3 Lazy Load menu\u003C\u002Fli>\n\u003Cli>Turn ON Lazy Load and all preferred settings\u003C\u002Fli>\n\u003Cli>Save Changes and enjoy the improved performance Lazy Load will give your site\u003C\u002Fli>\n\u003C\u002Fol>\n","Use a3 Lazy Load for images, videos, iframes that are not lazy loaded by WordPress core. Instantly improve your sites load time and dramatically impro &hellip;",100000,4144004,86,147,"2025-12-02T04:33:00.000Z","6.9.0","6.0",[102,117,118,22],"image-lazy-load","lazy-loading","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fa3-lazy-load.2.7.6.zip",93,3,"2025-12-12 15:42:39",{"slug":124,"name":125,"version":126,"author":127,"author_profile":128,"description":129,"short_description":130,"active_installs":131,"downloaded":132,"rating":11,"num_ratings":133,"last_updated":134,"tested_up_to":70,"requires_at_least":135,"requires_php":136,"tags":137,"homepage":140,"download_link":141,"security_score":13,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"disable-lazy-loading","Disable Lazy Load","2.5","Jeff Starr","https:\u002F\u002Fprofiles.wordpress.org\u002Fspecialk\u002F","\u003Cp>Does one thing: disables WP Lazy Load feature.\u003C\u002Fp>\n\u003Cp>Activate this plugin to disable the new WP Lazy Loading functionality (added in WP version 5.5). To re-enable lazy loading at any time, simply deactivate the plugin.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Lightweight – only one line of code\u003C\u002Fli>\n\u003Cli>Simple to use – activate and done\u003C\u002Fli>\n\u003Cli>No permanent changes are made\u003C\u002Fli>\n\u003Cli>No settings to worry about\u003C\u002Fli>\n\u003Cli>Easy peasy.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Why is this useful?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Because there are plugins that already implement lazy loading. So when upgrading to WP v5.5, there may be conflicting or redundant functionality. That’s not ideal. So with WordPress 5.5 and beyond, you can either remove your existing lazy-load solution, or more simply disable the WP-generated one. Or maybe you just don’t want lazy loading on some particular site. Whatever the reason, this plugin will do the job with a click.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>More infos\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>For more information about WP Lazy Load functionality:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fmake.wordpress.org\u002Fcore\u002F2020\u002F04\u002F08\u002Flazy-loading-of-images-is-in-core\u002F\" rel=\"nofollow ugc\">Lazy-loading of images is in core\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fperishablepress.com\u002Fwordpress-disable-lazy-loading\u002F\" rel=\"nofollow ugc\">WordPress Plugin: Disable Lazy Load\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Privacy\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>This plugin does not collect or store any user data. It does not set any cookies, and it does not connect to any third-party locations. Thus, this plugin does not affect user privacy in any way.\u003C\u002Fp>\n\u003Cp>Disable Lazy Load is developed and maintained by \u003Ca href=\"https:\u002F\u002Fx.com\u002Fperishable\" rel=\"nofollow ugc\">Jeff Starr\u003C\u002Fa>, 15-year \u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002F\" rel=\"nofollow ugc\">WordPress developer\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fbooks.perishablepress.com\u002F\" rel=\"nofollow ugc\">book author\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Support development\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>I develop and maintain this free plugin with love for the WordPress community. To show support, you can \u003Ca href=\"https:\u002F\u002Fmonzillamedia.com\u002Fdonate.html\" rel=\"nofollow ugc\">make a donation\u003C\u002Fa> or purchase one of my books:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwp-tao.com\u002F\" rel=\"nofollow ugc\">The Tao of WordPress\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdigwp.com\u002F\" rel=\"nofollow ugc\">Digging into WordPress\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fhtaccessbook.com\u002F\" rel=\"nofollow ugc\">.htaccess made easy\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwp-tao.com\u002Fwordpress-themes-book\u002F\" rel=\"nofollow ugc\">WordPress Themes In Depth\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fbooks.perishablepress.com\u002Fdownloads\u002Fwizards-collection-sql-recipes-wordpress\u002F\" rel=\"nofollow ugc\">Wizard’s SQL Recipes for WordPress\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>And\u002For purchase one of my premium WordPress plugins:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fbbq-pro\u002F\" rel=\"nofollow ugc\">BBQ Pro\u003C\u002Fa> – Blazing fast WordPress firewall\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fblackhole-pro\u002F\" rel=\"nofollow ugc\">Blackhole Pro\u003C\u002Fa> – Automatically block bad bots\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fbanhammer-pro\u002F\" rel=\"nofollow ugc\">Banhammer Pro\u003C\u002Fa> – Monitor traffic and ban the bad guys\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fga-google-analytics-pro\u002F\" rel=\"nofollow ugc\">GA Google Analytics Pro\u003C\u002Fa> – Connect WordPress to Google Analytics\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fhead-meta-pro\u002F\" rel=\"nofollow ugc\">Head Meta Pro\u003C\u002Fa> – Ultimate Meta Tags for WordPress\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fsimple-ajax-chat-pro\u002F\" rel=\"nofollow ugc\">Simple Ajax Chat Pro\u003C\u002Fa> – Unlimited chat rooms\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fplugin-planet.com\u002Fusp-pro\u002F\" rel=\"nofollow ugc\">USP Pro\u003C\u002Fa> – Unlimited front-end forms\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Links, tweets and likes also appreciated. Thank you! 🙂\u003C\u002Fp>\n","Activate this plugin to disable the Lazy Loading feature that was added in WP v5.5.",10000,148014,23,"2026-01-28T23:02:00.000Z","5.4","5.6.20",[95,138,21,22,139],"lazy","load","https:\u002F\u002Fperishablepress.com\u002Fwordpress-disable-lazy-loading\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdisable-lazy-loading.2.5.zip",{"attackSurface":143,"codeSignals":163,"taintFlows":171,"riskAssessment":172,"analyzedAt":180},{"hooks":144,"ajaxHandlers":159,"restRoutes":160,"shortcodes":161,"cronEvents":162,"entryPointCount":28,"unprotectedCount":28},[145,151,155],{"type":146,"name":147,"callback":148,"file":149,"line":150},"action","template_redirect","closure","includes\\init.php",54,{"type":146,"name":152,"callback":153,"priority":28,"file":149,"line":154},"wp_head","lpam_preload_featured_images",69,{"type":146,"name":156,"callback":157,"file":149,"line":158},"wp_enqueue_scripts","lpam_lazy_load_scripts",70,[],[],[],[],{"dangerousFunctions":164,"sqlUsage":165,"outputEscaping":167,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":170},[],{"prepared":28,"raw":28,"locations":166},[],{"escaped":168,"rawEcho":28,"locations":169},16,[],[],[],{"summary":173,"deductions":174},"The plugin \"lazyload-preload-and-more\" v1.0.4 exhibits an excellent security posture based on the provided static analysis. The absence of any dangerous functions, SQL injection vulnerabilities through prepared statements, and 100% properly escaped output are significant strengths. Furthermore, the lack of file operations and external HTTP requests minimizes potential attack vectors. The reported history of zero CVEs, both past and present, reinforces this positive assessment, suggesting a well-maintained and secure codebase.  However, the complete lack of nonce checks and capability checks across all entry points presents a theoretical risk. While the attack surface is currently zero, future additions to the plugin without these fundamental security measures could introduce vulnerabilities. The analysis indicates a strong foundation, but vigilance regarding authentication and authorization mechanisms for any new features is recommended.",[175,178],{"reason":176,"points":177},"No nonce checks detected",10,{"reason":179,"points":177},"No capability checks detected","2026-03-16T21:19:19.461Z",{"wat":182,"direct":191},{"assetPaths":183,"generatorPatterns":186,"scriptPaths":187,"versionParams":188},[184,185],"\u002Fwp-content\u002Fplugins\u002Flazyload-preload-and-more\u002Fassets\u002Fjs\u002Flazyload.min.js","\u002Fwp-content\u002Fplugins\u002Flazyload-preload-and-more\u002Fassets\u002Fcss\u002Flazyload.css",[],[184],[189,190],"lazyload-preload-and-more\u002Fassets\u002Fjs\u002Flazyload.min.js?ver=","lazyload-preload-and-more\u002Fassets\u002Fcss\u002Flazyload.css?ver=",{"cssClasses":192,"htmlComments":195,"htmlAttributes":196,"restEndpoints":201,"jsGlobals":202,"shortcodeOutput":203},[22,193,194],"lazyloaded","lazyloading",[],[197,198,199,200],"data-bg","data-poster","data-src","data-srcset",[],[],[]]