[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fIAOj6fM5vtGRIXJ0airEmkfrIHgl3gFPkZmTg5jmabw":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":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":36,"analysis":144,"fingerprints":188},"lazy-load-fix-for-divi","Lazy Load Fix for Divi","1.1.1","jerrystewart99","https:\u002F\u002Fprofiles.wordpress.org\u002Fjerrystewart99\u002F","\u003Cp>Offers Fine-grained control for manually setting the threshold which images on a Divi page are lazy-loaded.\u003C\u002Fp>\n\u003Cp>Includes a fix for a Divi bug that causes incorrect calculation of the lazy-load threshold.\u003C\u002Fp>\n\u003Ch4>Background\u003C\u002Fh4>\n\u003Cp>To improve page load performance, modern browsers allow for images and other media to be lazy loaded. Lazy loading defers media loading until after the first page render.\u003C\u002Fp>\n\u003Cp>For best page load performance, only \u003Cem>Below The Fold (btf)\u003C\u002Fem> media should be lazy loaded. \u003Cem>Below The Fold\u003C\u002Fem> means the part of the page that is not visible on first page load, prior to any scrolling.\u003C\u002Fp>\n\u003Cp>Google Page Speed Insights (PSI) will rightly complain if media \u003Cem>atf\u003C\u002Fem> are lazy loaded, and also if media \u003Cem>btf\u003C\u002Fem> are not lazy loaded.\u003C\u002Fp>\n\u003Cp>In version 5.7.0, WordPress added a feature that automatically adds the loading=”lazy” attribute to media it considers to be \u003Cem>btf\u003C\u002Fem>. What it considers \u003Cem>btf\u003C\u002Fem> basically means everything after the 3rd media component irrespective of page design.\u003C\u002Fp>\n\u003Cp>Divi’s Critical CSS feature attempts to do a better job of determining the fold by analysing the raw page modules’ shortcodes.\u003Cbr \u002F>\nDivi offers different threshold settings of where it considers \u003Cem>The Fold\u003C\u002Fem> to be. eg. ‘Low’, ‘Medium’ or ‘High’. (This setting is found in Divi Settings|Performance|Critical CSS Threshold.)\u003C\u002Fp>\n\u003Cp>The exact position of \u003Cem>The Fold\u003C\u002Fem> however, depends on a few factors, perhaps the most obvious is the screen width. Divi’s analysis is approximate and is easily confused by the use of additional custom css.\u003C\u002Fp>\n\u003Ch4>How the Lazy-Load-Fix-for-Divi plugin works\u003C\u002Fh4>\n\u003Cp>This plugin allows the developer to determine the exact position of \u003Cem>The Fold\u003C\u002Fem> by manually setting it’s location for each page. You can do this after making a simple observation in a browser at the screen widths you want to optimise for.\u003C\u002Fp>\n\u003Cp>For example, suppose you decide that you want to optimise for the following screen resolutions:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>1200 x 834 - desktop\n320 x 820 - mobile\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>(these are the approximate resolutions that Google PSI uses)\u003C\u002Fp>\n\u003Cp>Then, after completing your page design, inspect your page in a browser that is set to these dimensions\u003Ccode>(note 1)\u003C\u002Fcode> and identify the first Divi module that is \u003Cem>btf\u003C\u002Fem>.\u003C\u002Fp>\n\u003Cp>To manually set the threshold, add one or more of the custom classes to the first Divi module \u003Cem>btf\u003C\u002Fem>.\u003Ccode>(note 2)\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>Allowed values are:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>ww-btf-desktop\nww-btf-mobile\nww-btf-tablet (see note 3)\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>All media items \u003Cem>btf\u003C\u002Fem> will be lazy-loaded, those \u003Cem>atf\u003C\u002Fem> won’t be.\u003C\u002Fp>\n\u003Cp>Repeat in the same way to set up thresholds for each page you want to optimise for.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Note that \u003Ccode>ww-btf-tablet\u003C\u002Fcode> is not implemented in this version and will be treated as \u003Ccode>ww-btf-mobile\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Notes\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Note 1 — Set a browser to a specific resolution\u003C\u002Fstrong> I suggest using Chrome with Developer Tools enabled (right click, select \u003Cem>Inspect\u003C\u002Fem>). Resizing the window with a mouse shows the window size next to the cursor.\u003Cbr \u002F>\n\u003Cstrong>Note 2 — Add a custom class to a Divi module\u003C\u002Fstrong> Edit the module and select the \u003Cem>Advanced\u003C\u002Fem> tab and use \u003Cem>CSS ID & Classes\u003C\u002Fem>\u003Cbr \u002F>\n\u003Cstrong>Note 3 —\u003C\u002Fstrong> Tablet devices are not implemented in this plugin version and will be treated as if they were \u003Ccode>ww-btf-mobile\u003C\u002Fcode>\u003C\u002Fp>\n\u003Ch3>Divi BUG\u003C\u002Fh3>\n\u003Cp>In addition, this plugin fixes a code bug in Divi relating to the lazy loading of images. (introduced in 4.5.2 and still present in 4.27.4)\u003C\u002Fp>\n\u003Cp>The problem occurs in\u003C\u002Fp>\n\u003Cpre>\u003Ccode>Divi\\includes\\builder\\core.php @ line #63\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>– the remove_filter() call quietly fails because the priority is not specified. This bug results in the WordPress media counting logic to be run twice which defeats the lazy-load threshold when using Divi.\u003Cbr \u002F>\nThe WordPress function remove_filter() specifies parameter 3 as \u003Ccode>int $priority = 10\u003C\u002Fcode>. If the priority is not 10 (in this case it is actually 12), the remove_filter call fails.\u003C\u002Fp>\n\u003Cp>I guess Elegant Themes’s priority are now with version 5 so this bug may not ever get fixed. If the bug ever gets fixed, this bugfix part of this plugin will have no effect.\u003C\u002Fp>\n\u003Cp>This bugfix is distinct from and will work independently from the custom setting of the custom classes described above.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Note:\u003C\u002Fstrong> I contacted Elegant Themes about the bug and was advised to use the plugin: \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdisable-lazy-loading\u002F\" rel=\"ugc\">“Disable Lazy Loading”\u003C\u002Fa>\u003Cbr \u002F>\nwhich does an excellent job of disabling \u003Cstrong>ALL\u003C\u002Fstrong> lazy loading.\u003Cbr \u002F>\nIn this case though, this is not the behaviour I want.\u003C\u002Fp>\n\u003Cp>My motivation for writing this plugin is to improve the Google PSI score on Mobile and Desktop devices.\u003C\u002Fp>\n\u003Cp>I welcome helpful comments and suggestions 🙂\u003C\u002Fp>\n\u003Cp>This plugin will have no effect if used on Divi \u003C 4.5 or on WordPress \u003C 5.7.0\u003C\u002Fp>\n","Provides precise control of which media (images) are lazy-loaded for optimum page load performance.",40,626,0,"2025-12-20T21:03:00.000Z","6.9.4","5.7.0","7.0",[19,20,21,22,23],"above-the-fold","divi","image","lazy","lazy-load","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flazy-load-fix-for-divi.1.1.1.zip",100,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":32,"avg_security_score":26,"avg_patch_time_days":33,"trust_score":34,"computed_at":35},3,250,30,94,"2026-04-05T15:00:52.068Z",[37,57,79,100,121],{"slug":38,"name":39,"version":40,"author":41,"author_profile":42,"description":43,"short_description":44,"active_installs":26,"downloaded":45,"rating":26,"num_ratings":46,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":24,"tags":50,"homepage":54,"download_link":55,"security_score":56,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"smart-image-loader","Smart Image Loader","0.5.1","bypr.nils","https:\u002F\u002Fprofiles.wordpress.org\u002Fbyprnils\u002F","\u003Cp>Smart Image Loader loads images which are visible in the initial viewport of your website before any images whose position is “below the fold”, outside the current viewport. Those images can be loaded as soon as the visible images are finished loading or “lazy loaded” when they would become visible. This can be useful for bandwidth saving on mobile devices.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>There is no need to insert any additional code into your website, just install the plug-in.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The default settings are fine in most cases, but you may want to adjust them for optimization.\u003C\u002Fp>\n\u003Cp>Smart Image Loader is tested and works down to Internet Explorer 7, disabled below.\u003C\u002Fp>\n\u003Cp>Note: there is currently no support for (CSS) background images.\u003C\u002Fp>\n","Smart Image Loader is a fire-and-forget priority and lazy loader for image sources. Can be a huge performance boost especially for one pagers.",9267,2,"2018-08-09T11:21:00.000Z","4.9.29","3.8.3",[19,21,51,52,53],"lazy-loading","performance","speed","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsmart-image-loader","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsmart-image-loader.0.5.1.zip",85,{"slug":58,"name":59,"version":60,"author":61,"author_profile":62,"description":63,"short_description":64,"active_installs":65,"downloaded":66,"rating":34,"num_ratings":67,"last_updated":68,"tested_up_to":15,"requires_at_least":69,"requires_php":70,"tags":71,"homepage":24,"download_link":76,"security_score":77,"vuln_count":31,"unpatched_count":13,"last_vuln_date":78,"fetched_at":28},"optimole-wp","Optimole – Optimize Images in Real Time","4.2.1","Optimole","https:\u002F\u002Fprofiles.wordpress.org\u002Foptimole\u002F","\u003Cp>Optimole is the complete image optimization powerhouse that helps you compress images automatically, resize them, and deliver your images via lightning-fast CDN from 450+ locations. From product images to portfolio photos, Optimole handles it all. With WebP and AVIF conversion, intelligent lazy loading, and ML-powered optimization, Optimole dramatically improves page speed, Core Web Vitals, and SEO rankings—all with zero configuration required. Say goodbye to slow-loading images and hello to a faster website that visitors and search engines will love.\u003C\u002Fp>\n\u003Ch3>⚡ Quick Links\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Foptimole.com\u002Ftest-drive\u002F?utm_source=wordpressorg&utm_medium=readme&utm_campaign=optimole\" rel=\"nofollow ugc\">Test Your Site\u003C\u002Fa> – See how much faster we can make your site\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdocs.optimole.com\u002F\" rel=\"nofollow ugc\">Documentation\u003C\u002Fa> – Learn how to use all features\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Foptimole-wp\u002F\" rel=\"ugc\">Support Forum\u003C\u002Fa> – Get help from our team\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Foptimole.com\u002Fhow-to-speed-up-wordpress\u002F?utm_source=wordpressorg&utm_medium=readme&utm_campaign=optimole\" rel=\"nofollow ugc\">How to Speed Up WordPress\u003C\u002Fa> – Essential optimization tips\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Foptimole.com\u002Fpricing\u002F?utm_source=wordpressorg&utm_medium=readme&utm_campaign=optimole\" rel=\"nofollow ugc\">Go Pro\u003C\u002Fa> – Upgrade for more monthly visits\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🚀 Summary of What Optimole Does\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Compress images without quality loss\u003C\u002Fstrong> – ML-powered technology preserves details\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Global AWS CloudFront CDN\u003C\u002Fstrong> – 450+ locations for instant loading\u003C\u002Fli>\n\u003Cli>\u003Cstrong>WebP & AVIF conversion\u003C\u002Fstrong> – Up to 80% smaller file sizes\u003C\u002Fli>\n\u003Cli>\u003Cstrong>[PRO] Complete image offloading\u003C\u002Fstrong> – Store images in the cloud and free up server space with one-click restoration\u003C\u002Fli>\n\u003Cli>\u003Cstrong>jQuery-free lazy loading\u003C\u002Fstrong> – Improves Core Web Vitals\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Adaptive image sizing\u003C\u002Fstrong> – Perfect fit for every device\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Cloud media library\u003C\u002Fstrong> – Manage assets across multiple sites\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Support for all file types\u003C\u002Fstrong> – Images, video, audio, documents\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Automatic watermarking\u003C\u002Fstrong> – Protect your visual content\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Zero configuration needed\u003C\u002Fstrong> – Install and forget\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Free plan with all features\u003C\u002Fstrong> – For sites with up to 2000 \u003Ca href=\"https:\u002F\u002Fdocs.optimole.com\u002Farticle\u002F1134-how-optimole-counts-the-number-of-visitors\" rel=\"nofollow ugc\">visits\u003C\u002Fa>\u002Fmonth\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Why Choose Optimole Over Other Image Optimization Plugins?\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Truly Automated Optimization\u003C\u002Fstrong> – Install once and let our cloud-based system handle everything\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Compress images in bulk\u003C\u002Fstrong> – Process your entire media library with one click\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Smaller Images, Same Visual Quality\u003C\u002Fstrong> – Advanced ML-powered compression preserves image details\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Perfect Size for Every Device\u003C\u002Fstrong> – Images dynamically resized for each visitor’s exact screen dimensions\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Lightning-Fast Global CDN\u003C\u002Fstrong> – Free delivery from 450+ locations worldwide for instant loading\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Automatic Next-Gen Formats\u003C\u002Fstrong> – WebP and AVIF conversion reduces file size by up to 80%\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Zero Server Resource Usage\u003C\u002Fstrong> – All processing happens in our cloud, keeping your hosting resources free\u003C\u002Fli>\n\u003Cli>\u003Cstrong>WooCommerce Performance Boost\u003C\u002Fstrong> – Optimized product galleries load faster, increasing conversions\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Eliminate Content Shifting\u003C\u002Fstrong> – Perfect placeholder dimensions prevent Cumulative Layout Shift (CLS)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Significant Core Web Vitals\u003C\u002Fstrong> Improvement – Lower Largest Contentful Paint (LCP) scores\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Complete Media Management\u003C\u002Fstrong> – Cloud library with Digital Asset Management features\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FsiCm0fhNes0?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch3>What’s the Magic Behind Optimole’s Image Optimization?\u003C\u002Fh3>\n\u003Cp>Optimole handles image optimization seamlessly in the cloud—tailored to each visitor in real time. Once installed, it automatically replaces your image URLs with cloud-based ones, without altering the original files on your server.\u003C\u002Fp>\n\u003Cp>When someone visits your site, Optimole instantly \u003Cstrong>detects their device type, screen size, browser, and connection speed\u003C\u002Fstrong>. Based on this data, it delivers the \u003Cstrong>ideal version\u003C\u002Fstrong> of each image—perfectly resized, compressed, and converted into the most efficient format their browser supports.\u003C\u002Fp>\n\u003Ch3>How Many Images Can Be Optimized? (Unlimited)\u003C\u002Fh3>\n\u003Cp>We offer an unlimited number of image optimizations in both Free and Pro plans, you will be able to optimize an unlimited number of images for up to 2000 \u003Ca href=\"https:\u002F\u002Fdocs.optimole.com\u002Farticle\u002F1134-how-optimole-counts-the-number-of-visitors\" rel=\"nofollow ugc\">monthly visits\u003C\u002Fa>. All are delivered from more than \u003Cstrong>450+ locations\u003C\u002Fstrong> around the globe.\u003C\u002Fp>\n\u003Ch3>Features That Make Optimole The Ultimate Image Solution:\u003C\u002Fh3>\n\u003Ch4>🔄 Seamless Bulk Optimization\u003C\u002Fh4>\n\u003Cp>Optimize your entire media library with a single click. Optimole processes your images in the background, so you don’t need to keep your browser open during optimization. Perfect for existing websites with large image collections.\u003C\u002Fp>\n\u003Ch4>🚀 One-Click Image Offloading [PRO]\u003C\u002Fh4>\n\u003Cp>Free up valuable server space by offloading your entire media library to Optimole’s secure cloud storage. All your images are safely stored and delivered from our optimized CDN, reducing your hosting costs and server load. Need your images back on your server? Our seamless one-click restoration process makes it easy to transfer everything back whenever you want, giving you complete flexibility and control over your media assets.\u003C\u002Fp>\n\u003Ch4>🌎 CDN\u003C\u002Fh4>\n\u003Cp>Optimole provides free access to an AWS CloudFront CDN with edge locations in more than 450+ cities around the globe.\u003C\u002Fp>\n\u003Ch4>🖼️ ML-Powered Smart Compression\u003C\u002Fh4>\n\u003Cp>Our machine learning algorithms analyze each image to determine the optimal compression level that balances quality and file size. Unlike basic compression tools, Optimole’s smart compression adapts to image content, preserving important details while aggressively compressing areas where quality loss won’t be noticeable. Making it easy to compress images without sacrificing quality.\u003C\u002Fp>\n\u003Ch4>🔄 Intelligent Format-Based Optimization\u003C\u002Fh4>\n\u003Cp>Our advanced cloud-based transformation process optimizes images based on format and serves them in next-gen formats automatically. If your visitor’s browser supports WebP or AVIF, Optimole instantly converts and delivers these formats, reducing file size by up to 80% compared to traditional JPEG and PNG, while maintaining visual quality.\u003C\u002Fp>\n\u003Ch4>💾 Advanced Digital Asset Management (DAM)\u003C\u002Fh4>\n\u003Cp>Take complete control of your media with our built-in DAM system. Store images in the Optimole Cloud to save server space and easily share assets between multiple websites. Our seamless integration with Elementor Builder and WordPress core editor means you can access your optimized cloud images directly from your familiar editing interfaces.\u003C\u002Fp>\n\u003Ch4>📏 Exact Responsive Sizing\u003C\u002Fh4>\n\u003Cp>Optimole delivers just one image perfectly sized for each visitor’s exact device dimensions – no more generating multiple image sizes or guessing at breakpoints. This means mobile users don’t download desktop-sized images, and desktop users get appropriately high-resolution versions.\u003C\u002Fp>\n\u003Ch4>📱 Retina & High-DPR Display Support\u003C\u002Fh4>\n\u003Cp>Automatically detect high-resolution displays like Retina screens and deliver images with the perfect Device Pixel Ratio (DPR). Your images will look crisp and sharp on the latest devices without unnecessarily large file sizes on standard displays.\u003C\u002Fp>\n\u003Ch4>⚡ No Content Shifting with Advanced Lazy Loading\u003C\u002Fh4>\n\u003Cp>Our lightweight lazy loading defers offscreen images for faster initial page loads without any content shifting. Optimole’s implementation doesn’t rely on heavy jQuery dependencies, making it faster than other lazy loading solutions while being more compatible with modern themes.\u003C\u002Fp>\n\u003Ch4>🔍 AI-Powered Smart Cropping\u003C\u002Fh4>\n\u003Cp>Maintain focus on the important elements in your images with our intelligent cropping system. Whether it’s faces in portraits, products in e-commerce shots, or key elements in landscapes, smart cropping ensures proper sizing without losing the subject’s focus. This is especially valuable for responsive designs where image dimensions change dramatically.\u003C\u002Fp>\n\u003Ch4>💧 Customizable Watermarking\u003C\u002Fh4>\n\u003Cp>Protect your images with automatic watermarking. Configure your watermark once, select positioning and opacity, and Optimole will apply it to all future uploads automatically. Perfect for photographers, artists, and content creators who need to protect their work.\u003C\u002Fp>\n\u003Ch4>🖼️ Multiple File Type Support\u003C\u002Fh4>\n\u003Cp>Optimole goes beyond just images. Our cloud dashboard supports uploading and managing a wide variety of file types, including videos, audio files, PDFs, documents, and more. This makes Optimole a comprehensive media management solution, not just an image optimizer. Store all your media assets in one place, organize them efficiently, and access them across all your websites with our cloud library system.\u003C\u002Fp>\n\u003Ch4>🌈 Enhanced User Experience Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Custom Lazy Load Placeholders\u003C\u002Fstrong> – Add brand-matching colors to your lazy-loading placeholders\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Adaptive Quality\u003C\u002Fstrong> – Automatically adjust image quality for visitors on slower connections\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Background Optimization\u003C\u002Fstrong> – Process images without keeping browser tabs open\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Zero Content Shifting\u003C\u002Fstrong> – Prevent layout shifts with perfectly sized placeholders\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Real-World Use Cases Where Optimole Shines\u003C\u002Fh3>\n\u003Ch4>🛍️ E-commerce Success Story\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Challenge\u003C\u002Fstrong>\u003Cbr \u002F>\nAn online store owner with thousands of product photos was experiencing slow loading times—especially on mobile—leading to high bounce rates and abandoned carts.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Solution\u003C\u002Fstrong>\u003Cbr \u002F>\nAfter installing \u003Cstrong>Optimole\u003C\u002Fstrong>, product photos were automatically compressed and served in \u003Cstrong>WebP\u003C\u002Fstrong> format from the global \u003Cstrong>CDN\u003C\u002Fstrong>. Mobile shoppers now see perfectly sized images for their devices.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Results\u003C\u002Fstrong>\u003Cbr \u002F>\n– Significantly reduced page load times\u003Cbr \u002F>\n– Improved mobile conversions\u003Cbr \u002F>\n– Better Google Core Web Vitals scores\u003Cbr \u002F>\n– Faster checkout completion and fewer abandoned carts\u003C\u002Fp>\n\u003Ch4>📸 Photography Portfolio Transformation\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Challenge\u003C\u002Fstrong>\u003Cbr \u002F>\nA professional photographer needed to showcase a high-resolution portfolio online without sacrificing photos quality or website performance.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Solution\u003C\u002Fstrong>\u003Cbr \u002F>\n\u003Cstrong>Optimole’s\u003C\u002Fstrong> lossless compression preserved the fine details in their work while substantially reducing file sizes. The built-in watermarking protected the images, and adaptive sizing ensured visitors on all devices could appreciate the work.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Results\u003C\u002Fstrong>\u003Cbr \u002F>\n– Noticeably faster portfolio page loading\u003Cbr \u002F>\n– Maintained premium photo quality\u003Cbr \u002F>\n– Prevented unauthorized use with watermarking\u003Cbr \u002F>\n– Freed up server space via cloud storage\u003C\u002Fp>\n\u003Ch4>🌍 Travel Blog Acceleration\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Challenge\u003C\u002Fstrong>\u003Cbr \u002F>\nA travel blog featured beautiful destination photography, but large images were causing slow loading and high bounce rates—especially for readers in remote locations.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>🛠Solution\u003C\u002Fstrong>\u003Cbr \u002F>\n\u003Cstrong>Optimole’s\u003C\u002Fstrong> smart compression, \u003Cstrong>WebP\u003C\u002Fstrong> conversion, and global \u003Cstrong>CDN\u003C\u002Fstrong> drastically reduced image loading times. The AI-powered smart cropping kept the focus on key elements, regardless of screen size.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Results\u003C\u002Fstrong>\u003Cbr \u002F>\n– Faster loading for readers, even in low-bandwidth areas\u003Cbr \u002F>\n– Increased reader engagement\u003Cbr \u002F>\n– More pages viewed per session\u003Cbr \u002F>\n– Boost in advertising revenue through longer time-on-site\u003C\u002Fp>\n\u003Ch4>📰 Multi-Author News Site Optimization\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Challenge\u003C\u002Fstrong>\u003Cbr \u002F>\nA news website with dozens of authors struggled with inconsistent image sizes and formats, causing layout shifts and performance issues.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Solution\u003C\u002Fstrong>\u003Cbr \u002F>\n\u003Cstrong>Optimole\u003C\u002Fstrong> automatically standardized all uploaded images—fixing dimensions, optimizing compression, and ensuring consistent quality sitewide, regardless of who uploaded the content.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Results\u003C\u002Fstrong>\u003Cbr \u002F>\n– Layout shifts from images were virtually eliminated\u003Cbr \u002F>\n– Bandwidth usage significantly reduced\u003Cbr \u002F>\n– Core Web Vitals scores improved\u003Cbr \u002F>\n– Editors saved time with no need to manually resize or compress images\u003C\u002Fp>\n\u003Ch3>Comprehensive Compatibility & Security\u003C\u002Fh3>\n\u003Cp>Optimole works seamlessly with:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Supports all major page builders: Elementor, Divi, Beaver Builder, WPBakery, Otter Blocks, Gutenberg, and more\u003C\u002Fli>\n\u003Cli>Compatible with popular WordPress themes: Neve, Hestia, Astra, GeneratePress, Kadence, and others\u003C\u002Fli>\n\u003Cli>Built for e-commerce: Seamless integration with WooCommerce to optimize product photos and galleries\u003C\u002Fli>\n\u003Cli>Works flawlessly with caching plugins: Super Page Cache, WP Rocket, W3 Total Cache, LiteSpeed Cache, and more\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Your security is our top priority – we don’t store stripped EXIF data on our service. Optimole works behind the scenes and won’t interact with your site’s visitors or collect their data. Our privacy-first approach means we only process what’s needed for optimization. \u003Ca href=\"https:\u002F\u002Foptimole.com\u002Fterms\u002F\" rel=\"nofollow ugc\">Terms of Service\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Clean Installation & Complete Reversibility\u003C\u002Fh3>\n\u003Cp>Optimole installs in seconds with a user-friendly onboarding flow and one-click preset configurations tailored for optimal results. Once set up, it quietly runs in the background—continuously optimizing your images without any extra work from your side.\u003C\u002Fp>\n\u003Cp>Changed your mind? No problem. Optimole offers a clean uninstall process that restores your site to its original state—no leftover code, no clutter in your database.\u003C\u002Fp>\n\u003Ch3>Ready to Scale? Go Pro\u003C\u002Fh3>\n\u003Cp>Premium plans start from support for 40,000 monthly visits and scale up to 3 million visits. Need even more? We’re happy to help with custom plans tailored to your needs.\u003C\u002Fp>\n\u003Cp>All images are delivered via AWS CloudFront, using a global network of 450+ edge locations for lightning-fast load times, anywhere in the world.\u003C\u002Fp>\n\u003Cp>Pro is ideal for photographers, agencies, and businesses managing large volumes of photos online. As a Pro user, you’ll get priority support and the option to use a custom CNAME—so your image URLs reflect your brand while being served at top speed. \u003Ca href=\"https:\u002F\u002Foptimole.com\u002Fpricing\u002F?utm_source=wordpressorg&utm_medium=readme&utm_campaign=optimole\" rel=\"nofollow ugc\">Get Optimole Pro\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>What Our Users Say About Optimole\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>Made a 50% speed difference\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>This is a brilliant plugin that I used to replace Nitro, which unaccountably lowered my loading speed massively after a site restore. It does the job and plays nicely with other plugins so far as I can tell.\u003C\u002Fp>\n\u003Cp>🧑‍💻 JS Wilkins, Website Owner\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Better Than Any Other Image Plugin\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Increased my site speed as any other image plugin did not in the past! Performance for mobile reached 94 in (Lighthouse) without tuning anything else in my site.\u003C\u002Fp>\n\u003Cp>🧑‍💻 Domingosanna, Website Owner\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Great Performance, Support & Savings\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Beautiful product. Works great. Nice design. Excellent customer support. Saving a ton on hosting costs by going this route. happy happy joy joy.\u003C\u002Fp>\n\u003Cp>🧑‍💻 Alex Williams, Business Owner\u003C\u002Fp>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>We’re here to help. Feel free to open a new thread on the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Foptimole-wp\u002F\" rel=\"ugc\">Support Forum\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Documentation\u003C\u002Fh3>\n\u003Cp>Discover how to make the most of Optimole with our detailed and user-friendly \u003Ca href=\"https:\u002F\u002Fdocs.optimole.com\u002F\" rel=\"nofollow ugc\">documentation\u003C\u002Fa>.\u003C\u002Fp>\n","Automatically optimize images: bulk compression, lazy loading, WebP\u002FAVIF conversion. With CloudFront image CDN to boost Core Web Vitals & conversions!",200000,7669735,629,"2026-03-09T18:43:00.000Z","5.5","7.4",[72,73,74,23,75],"convert-webp","image-optimization","image-optimizer","optimize-images","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Foptimole-wp.4.2.1.zip",96,"2025-10-17 18:03:14",{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":87,"downloaded":88,"rating":89,"num_ratings":90,"last_updated":91,"tested_up_to":92,"requires_at_least":93,"requires_php":24,"tags":94,"homepage":24,"download_link":97,"security_score":98,"vuln_count":31,"unpatched_count":13,"last_vuln_date":99,"fetched_at":28},"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",[80,95,51,96],"image-lazy-load","lazyload","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fa3-lazy-load.2.7.6.zip",93,"2025-12-12 15:42:39",{"slug":101,"name":102,"version":103,"author":104,"author_profile":105,"description":106,"short_description":107,"active_installs":87,"downloaded":108,"rating":109,"num_ratings":110,"last_updated":111,"tested_up_to":112,"requires_at_least":113,"requires_php":114,"tags":115,"homepage":119,"download_link":120,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"rocket-lazy-load","LazyLoad Plugin – Lazy Load Images, Videos, and Iframes","2.4.0","WP Media","https:\u002F\u002Fprofiles.wordpress.org\u002Fwp_media\u002F","\u003Cp>LazyLoad is the best free lazy load plugin for WordPress to lazy load images, videos, and iframes on WordPress. In a nutshell, LazyLoad displays images, videos, and iframes on a page only when they are visible to the user – that’s one crucial way to \u003Ca href=\"https:\u002F\u002Fwp-rocket.me\u002Fblog\u002Fguide-to-page-speed-optimization-for-wordpress\u002F\" rel=\"nofollow ugc\">speed up your WordPress site\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fblog\u002Foptimize-images-page-speed-google\u002F#lazy-loading\" rel=\"nofollow ugc\">optimize images for Google PageSpeed\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>You can lazy load images in post content or widget text, plus thumbnails, avatars, and smilies. LazyLoad takes care of iframe lazy load, too: you’ll easily replace Youtube iframes with a preview thumbnail to further speed up the loading time of your website.\u003C\u002Fp>\n\u003Cp>No JavaScript library such as jQuery is used, and the script weight is less than 10KB.\u003C\u002Fp>\n\u003Ch4>Why is lazy loading crucial for performance?\u003C\u002Fh4>\n\u003Cp>Lazy loading is a key performance technique to make your site faster. You’ll reduce loading time, \u003Ca href=\"https:\u002F\u002Fwp-rocket.me\u002Flighthouse-performance-score-wordpress\u002F\" rel=\"nofollow ugc\">improve your Lighthouse performance score\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwp-rocket.me\u002Fgoogle-core-web-vitals-wordpress\u002F\" rel=\"nofollow ugc\">optimize your Core Web Vitals grades\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwp-rocket.me\u002Fblog\u002Flazy-loading-wordpress-5-5\u002F\" rel=\"nofollow ugc\">Lazy loading your images on WordPress\u003C\u002Fa> will help you achieve a better PageSpeed Insights score for three main reasons:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>You’ll address a specific PageSpeed Insights recommendation: [Defer offscreen images](https:\u002F\u002Fwp-rocket.me\u002Fgoogle-core-web-vitals-wordpress\u002Fdefer-offscreen-images\u002F, which means image lazy loading.\u003C\u002Fli>\n\u003Cli>You’ll improve the performance of two key metrics: \u003Ca href=\"https:\u002F\u002Fwp-rocket.me\u002Fgoogle-core-web-vitals-wordpress\u002Fimprove-first-input-delay\u002F\" rel=\"nofollow ugc\">First Input Delay\u003C\u002Fa> (Core Web Vital) and \u003Ca href=\"https:\u002F\u002Fwp-rocket.me\u002Flighthouse-performance-score-wordpress\u002Freduce-total-blocking-time\u002F\" rel=\"nofollow ugc\">Total Blocking Time\u003C\u002Fa> (Lighthouse metric).\u003C\u002Fli>\n\u003Cli>You’ll \u003Ca href=\"https:\u002F\u002Fwp-rocket.me\u002Fblog\u002Freduce-http-requests-speed-wordpress-site\u002F\" rel=\"nofollow ugc\">make fewer HTTP requests\u003C\u002Fa> – that is another way to boost your site speed and \u003Ca href=\"https:\u002F\u002Fwp-rocket.me\u002Fgoogle-core-web-vitals-wordpress\u002Fimprove-largest-contentful-paint\u002F\" rel=\"nofollow ugc\">improve the Largest Contentful Paint score\u003C\u002Fa> (another Core Web Vital).\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Take a look at our complete list of reasons \u003Ca href=\"https:\u002F\u002Fwp-rocket.me\u002Fblog\u002Flazyloading\u002F#section-2\" rel=\"nofollow ugc\">why you should use lazy loading\u003C\u002Fa>. Then, turn on LazyLoad and make your WordPress website faster!\u003C\u002Fp>\n\u003Ch4>Dependencies\u003C\u002Fh4>\n\u003Cp>LazyLoad script: \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fverlok\u002Flazyload\" rel=\"nofollow ugc\">https:\u002F\u002Fgithub.com\u002Fverlok\u002Flazyload\u003C\u002Fa>\u003C\u002Fp>\n","The best free lazy load plugin for WordPress. Lazy load images, videos, and iframes to improve performance and Core Web Vitals scores.",1655604,84,139,"2025-10-17T13:22:00.000Z","6.8.5","4.9","7.3",[116,23,117,118,51],"defer-offscreen-images","lazy-load-images","lazy-load-plugin","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Frocket-lazy-load\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frocket-lazy-load.2.4.0.zip",{"slug":122,"name":123,"version":124,"author":125,"author_profile":126,"description":127,"short_description":128,"active_installs":129,"downloaded":130,"rating":109,"num_ratings":131,"last_updated":132,"tested_up_to":48,"requires_at_least":133,"requires_php":24,"tags":134,"homepage":139,"download_link":140,"security_score":141,"vuln_count":142,"unpatched_count":13,"last_vuln_date":143,"fetched_at":28},"bj-lazy-load","BJ Lazy Load","1.0.9","Bjørn Johansen","https:\u002F\u002Fprofiles.wordpress.org\u002Fbjornjohansen\u002F","\u003Cp>Lazy loading makes your site load faster and saves bandwidth.\u003C\u002Fp>\n\u003Cp>This plugin replaces all your post images, post thumbnails, gravatar images and content iframes with a placeholder and loads the content as it gets close to enter the browser window when the visitor scrolls the page. Also works with text widgets.\u003C\u002Fp>\n\u003Cp>Since it works with iframes, it also covers embedded videoes from YouTube, Vimeo etc.\u003C\u002Fp>\n\u003Cp>You can also lazy load other images and iframes in your theme, by using a simple filter.\u003C\u002Fp>\n\u003Cp>Non-javascript visitors gets the original element in noscript.\u003C\u002Fp>\n\u003Cp>Compatible with the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fricg-responsive-images\u002F\" rel=\"ugc\">RICG Responsive Images\u003C\u002Fa> plugin for responsive images.\u003C\u002Fp>\n\u003Cp>Please let me know if you have any issues. Fastest way to get a response is by Twitter: https:\u002F\u002Ftwitter.com\u002Fbjornjohansen\u003C\u002Fp>\n\u003Ch4>Translations\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Russian (ru_RU) by Elvisrk\u003C\u002Fli>\n\u003Cli>Hebrew (he_IL) by Imri Sagive\u003C\u002Fli>\n\u003Cli>Polish (pl_PL) by Maciej Gryniuk\u003C\u002Fli>\n\u003Cli>Norwegian Bokmål (nb_NO) by Bjørn Johansen\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbjornjohansen\u002Fbj-lazy-load\" rel=\"nofollow ugc\">Development happens at GitHub\u003C\u002Fa>. Pull requests are very welcome.\u003C\u002Fp>\n\u003Ch3>Optional usage\u003C\u002Fh3>\n\u003Cp>If you have images output in custom templates or want to lazy load other images in your theme, you may pass the HTML through a filter:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n$img_html = '\u003Cimg src=\"myimage.jpg\" alt=\"\">';\n$img_html = apply_filters( 'bj_lazy_load_html', $img_html );\necho $img_html;\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Note for developers: The filter has a priority of 10.\u003C\u002Fp>\n","Lazy loading for images and iframes makes your site load faster and saves bandwidth. Uses no external JS libraries and degrades gracefully for non-js  &hellip;",20000,850990,90,"2017-11-28T06:25:00.000Z","3.5",[135,136,137,51,138],"iframes","images","javascript","optimize","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fbj-lazy-load\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbj-lazy-load.zip",83,1,"2015-09-02 00:00:00",{"attackSurface":145,"codeSignals":176,"taintFlows":183,"riskAssessment":184,"analyzedAt":187},{"hooks":146,"ajaxHandlers":172,"restRoutes":173,"shortcodes":174,"cronEvents":175,"entryPointCount":13,"unprotectedCount":13},[147,153,156,160,163,167],{"type":148,"name":149,"callback":150,"file":151,"line":152},"action","wp_loaded","closure","lazy-load-fix-for-divi.php",52,{"type":154,"name":155,"callback":150,"priority":26,"file":151,"line":89},"filter","wp_min_priority_img_pixels",{"type":154,"name":157,"callback":158,"priority":26,"file":151,"line":159},"wp_omit_loading_attr_threshold","llfd_omit_loading_attr_threshold",119,{"type":148,"name":161,"callback":150,"file":151,"line":162},"et_before_main_content",194,{"type":154,"name":164,"callback":165,"priority":26,"file":151,"line":166},"et_dynamic_assets_modules_atf","llfd_dynamic_assets_modules_atf",269,{"type":154,"name":168,"callback":169,"priority":170,"file":151,"line":171},"update_post_metadata","llfd_catch_update_omit_threshold_meta",10,301,[],[],[],[],{"dangerousFunctions":177,"sqlUsage":178,"outputEscaping":180,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":182},[],{"prepared":13,"raw":13,"locations":179},[],{"escaped":13,"rawEcho":13,"locations":181},[],[],[],{"summary":185,"deductions":186},"The \"lazy-load-fix-for-divi\" plugin v1.1.1 demonstrates a strong security posture based on the provided static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's attack surface. Furthermore, the code signals indicate robust security practices with no dangerous functions, all SQL queries utilizing prepared statements, and a commendable 100% of output properly escaped. The lack of file operations, external HTTP requests, and the absence of nonces or capability checks on any identified entry points further solidify this positive assessment. The taint analysis also reveals no identified flows with unsanitized paths, reinforcing the low risk profile.\n\nThe vulnerability history further strengthens this positive outlook, with zero recorded CVEs of any severity. This lack of past vulnerabilities, coupled with the current lack of any known exploits, suggests a well-maintained and secure plugin. While the absence of entry points means there are no vulnerabilities to exploit in those areas, it's important to note that a lack of complexity can sometimes mask subtle issues. However, based on the available data, this plugin appears to be a secure option.\n\nIn conclusion, the \"lazy-load-fix-for-divi\" plugin v1.1.1 exhibits excellent security hygiene. The minimal attack surface, strict adherence to secure coding practices like prepared statements and output escaping, and a clean vulnerability history all point to a low-risk plugin. There are no immediate security concerns evident from the provided analysis.",[],"2026-03-16T22:06:12.851Z",{"wat":189,"direct":198},{"assetPaths":190,"generatorPatterns":193,"scriptPaths":194,"versionParams":195},[191,192],"\u002Fwp-content\u002Fplugins\u002Flazy-load-fix-for-divi\u002Fcss\u002Fllfd.css","\u002Fwp-content\u002Fplugins\u002Flazy-load-fix-for-divi\u002Fjs\u002Fllfd.js",[],[192],[196,197],"lazy-load-fix-for-divi\u002Fcss\u002Fllfd.css?ver=","lazy-load-fix-for-divi\u002Fjs\u002Fllfd.js?ver=",{"cssClasses":199,"htmlComments":200,"htmlAttributes":202,"restEndpoints":203,"jsGlobals":204,"shortcodeOutput":207},[],[201],"\u003C!-- Lazy Load Fix For Divi -->",[],[],[205,206],"llfd_skip_image_thresholds","LLFD_META_KEY",[]]