Descrizione
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
Installazione
- Visit Plugins > Add New
- Search for “Lazy Load Divi Section Backgrounds“
- Scarica e attiva il plugin.
FAQ
- Quali sono i requisiti?
-
The Divi Builder by Elegant Themes.
- Qualcos’altro?
-
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.
- Ho già un plugin di lazy loading!
-
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. - Con quali browser funziona?
-
Tutti i browser moderni sono supportati.
- E gli utenti senza il supporto per il JavaScript?
-
Se un visitatore ha disattivato il JavaScript, vedrà le immagini di sfondo normalmente.
Però, non avrà i benifici del lazy loading. - Questo plugin peggiora le performance in qualche modo?
-
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?
-
- Controlla se il Divi Builder (o Divi Theme) è aggiornato.
- Controlla la console del tuo browser (F12) se ci sono errori. jQuery dovrebbe essere caricato e se è così non vedrai errori.
Recensioni
Contributi e sviluppo
“Lazy Load Divi Section Backgrounds” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Lazy Load Divi Section Backgrounds” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
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.