이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Lazy Load Divi Section Backgrounds

설명

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

설치

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

FAQ

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.

후기

모든 2 평가 읽기

기여자 & 개발자

“Lazy Load Divi Section Backgrounds”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Lazy Load Divi Section Backgrounds”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.