Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

Lazy Load Divi Section Backgrounds

Opis

Improve your website performance by lazy loading section backgrounds!
This plugin works only with the Divi Builder, usually part of the Divi Theme.
No configuration required.
If you are looking to optimize your Divi-based website even further, check out my other plugins:
Lazy Load Divi Slider Backgrounds
Responsive Divi Backgrounds

Instalacija

  1. Visit Plugins > Add New
  2. Search for “Lazy Load Divi Section Backgrounds
  3. Download and Activate the plugin.

ČPP

What are the requirements?

The Divi Builder by Elegant Themes.

Something else?

jQuery, but chances are you already load it. Most popular themes use it.

What is Lazy Loading and why should I care?

Lazy loading is a technique that defers loading of non-critical resources at page load time. Instead, these non-critical resources are loaded at the moment of need. Where images are concerned, “non-critical” is often synonymous with “off-screen”. By lazy loading images, you improve your website's load speed. If you've used Google's PageSpeed Insights tool, you may have seen an opportunity called “Defer offscreen images”. Google basically tells us to lazy load our images.

I already have a lazy loading plugin!

Most lazy loading plugins handle only the <img> elements from your pages.
Lazy loading background images requires a different approach and this plugin is specially designed to handle Divi Builder section backgrounds.

What about browser support?

All modern browsers are supported.

What about users without JavaScript?

If a visitor has disabled their JavaScript, they will still see the background images as normal.
However, they won't benefit from lazy loading.

Will this plugin affect the performance in a bad way?

The plugin should not cause any slowdown.
It's designed to help improve your website's performance.
The plugin won't load any additional files.
Instead, it prints CSS and JS inline in the section and after the main content respectively.

Unlike most plugins, the required resources will only be included on the pages which need them.
The plugin checks the current page's content and if there is a section with a background image the CSS and JS get printed.
All other posts/pages won't be affected to maximize performance.

It doesn't work on my website. Do you know why?
  1. Check if the Divi Builder (or Divi Theme) is updated.
  2. Check if the browser's console (F12) shows any errors. jQuery should be loaded and if it's not you will see an error.

Recenzije

Read all 2 reviews

Saradnici i programeri

“Lazy Load Divi Section Backgrounds” is open source software. The following people have contributed to this plugin.

Doprinositelji

Zapis promijena

1.0.0

  • 02/12/2018:
    Initial release.

1.1.0

  • 04/12/2018:
    The plugin will now handle parallax backgrounds as well.

1.2.0

  • 05/12/2018:
    Improved performance.
    The plugin will now only print CSS and JS when the page contains a Divi Builder section with a background image.