DISCLAIMER: This should be tested on a development environment that is close toΒ or the same as your production environment. Always make a full site backup before installing this or any plugin. It is a very new plugin (February 2020). Please give me an opportunity to fix issues before you leave a review.

Download

Grab latest version of Lazy Load Elementor Background Images from the Wordpress.org Plugin Repository.

Or check out Lazy Load Elementor Background Images on GitHub.

Description

A major drawback to using Elementor is that the background images used for sections and columns are all loaded when the page loads. Using a plugin like WP Rocket or BJ Lazy Load will not solve this issue. This plugin fixes that.

The plugin is dead simple. No extra database tables or queries, no admin screens with difficult options to understand, and no dependencies other than that the page is designed with Elementor. It injects a little JavaScript and CSS on the front-end. The CSS hides all backgrounds on all non-animated sections and columns. The JavaScript detects the visitor’s scrolling and starts loading the background images as they get close to those sections/columns using the WayPoints JS library (which is packaged with Elementor).

Installation

  1. WP Dashboard > Plugins > Add New
  2. Search for Lazy Load Elementor Background Images
  3. Install and activate.

Prerequisites

FAQ

How do I know if this is working?

If your pages start loading faster, it’s probably working. That’s the non-technical version.

If you’re a developer and know how to use Google Chome Developer Console, read on …

  1. If you’re using a caching plugin, clear it.
  2. If you’re using a CDN such as Cloudflare, clear the CDN cache.
  3. Open your site in an incognito tab in Google Chrome.
  4. Open the Developer Console.
  5. Go to the Network tab.
  6. Tick the option to disable cache.
  7. Click the Img sub-tab.
  8. Reload the page.
  9. As you scroll down, ensure that the background images of sections and columns load on the fly as you approach them.

How can I ever repay you for creating this?

Leave me a fantastic review with ⭐⭐⭐⭐⭐

Why isn’t this plugin doing anything?

If the plugin isn’t lazy-loading your background images, then one of the following conditions may be the issue:

If none of the issues above applied to your situation, just leave the plugin activated, open a support ticket and we’ll troubleshoot it. DO NOT leave a crappy review on the plugin, please. I’m providing it for free and support it for free. I will do my best to make it work in all situations but there are no guarantees.

Where are the settings?

There is no admin screen added by this plugin. You just activate it and it works.

This plugin f**king killed my site!

I believe it. It’s a very new plugin that hasn’t been widely tested. Rather than give it a crappy rating, please use the support forum so we can figure out what happened. (I am waiting for Wordpress.org to approve my plugin so I can link to the support forum)

In the meantime, to get your site back, get into your site’s files via cPanel File Manager through your hosting platform or via FTP, go into the wp-content/plugins/ folder, and delete the lazy-load-background-images-for-elementor folder – that should immediately bring your site back to life.

On newer versions of Wordpress, you may also use the recovery link that gets emailed to you when your site has a critical error.

I’m not seeing huge performance increases …

  1. Remember – this plugin is not a lazy loader for all images on the page. It only affects background images applied to sections or columns. Use a plugin like WP Rocket to apply lazy-loading to all other image resources.
  2. Background images which are visible (or close to visible) when the page loads are loaded immediately.
  3. Your background images may not really be impacting the load time on your site (In other words, maybe your background images are highly optimized and small in size). A 2K JPG lazy-loaded is not going to improve your page speed much. A 500K JPG background will.
  4. Your web server may simply be slow. Or there are other areas of optimization that need to be addressed. The best article I’ve found for tuning up everything on the site is Kinsta’s How to Speed Up Your Wordpress Website (Ultimate 2020 Guide).

Changelog

= 1.0.0 =
 * initial release

@TODO