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

Advanced lazy load

설명

Advanced lazy load is aiming to speed up your website which powered by WordPress.
It delays loading of images in (long) web pages.
Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them.

After active the plugin, when end user open website,
will load the text first, and the then load images in your website, in this case will help reduce the loading time, the image is still in your website, just load it later and base on user screen scrolling by jQuery script, scrolling down, more image will be loaded, no need to call back any external server.

Wish to reduce page loading time significantly? Then choose it.

Features:

  • Truly reduce server side loading time.
  • Able to skip specific pages/urls
  • Able to skip img class
  • ON/OFF lazy load on Mobile devices
  • More

Visit kasonz.com for more information.

스크린샷

  • /screenshot-1.jpg

  • /screenshot-2.jpg

  • /screenshot-3.jpg

설치

  1. Upload folder ‘advanced-lazy-load’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. After activate it, you can set the in the setting menu -> Advacned lazy load

FAQ

Q: Where are the images going?
A: Still in your website, just make it load on demand.

Q: What should I do after activate it.
A: It would work after activation, or you can take a look in the setting menu.

Q: The plugin mess up some pages, how can I fix it?
A: You can use skip URL option to NOT lazy load these pages, then we can fix them later.

후기

2018년 9월 25일
Por fin un plugin "lazy load" que de verdad funciona...

Bad

2016년 9월 3일
Hard coded HTTP:// breaks HTTPS:// sites. Very bad coding practice.
2016년 9월 3일
I like it. I had some problems with other similar plugins but this one was able to solve my problems. I am using it with BuddyPress.
2016년 9월 3일
Very nice that you can exclude pages or specific images. Unfortunately, it does not work in conjunction with Yoast SEO. May have something to do with the enqueue script errors thrown by this plugin.
2017년 2월 8일
I was previously using lazy load plugin but was worried about it's combatibility. So I started search for another plugin and found this. I think it works perfectly well with my [moderated]. I would just like to see more effects for loading the images. That's just a suggestion.
모든 27 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Advanced lazy load”(을)를 번역하세요.

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

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

변경이력

1.1

  • upgrade : change the wording error.

1.2

  • upgrade : Fix the jquery library loaded issue.

1.3

  • Bug fix : Fix the update alert issue.

1.4.2

  • New option: Setting duration in setting page

1.5.0

  • Modify the broken links

1.5.1

  • Added new plugin website, three new demo pages in kasonz.com.

1.6.0

  • New option: Skip img class(es), no lazy load for specified image class(es).
  • New option: Skip page(s).
  • New option: Enable on mobile device, default value is enable.