這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Unveil Lazy Load

描述

Unveil Lazy Load is a WordPress Plugin whitch makes lazy-image-load possible
to decrease number of requests and improve page loading time.

This plugin has the following features compared to another lazy-load plugin:

Decrease data size loaded from web server by adopting a lightweight lazy-load library

This plugin uses a lightweight jQuery plugin created by optimizing Unveil.js Unveil.js (https://github.com/luis-almeida/unveil)
less than about 0.6KB in size in order to only load an image when it’s visible in the viewport.

Decrease number of HTTP requests using data URI scheme

This plugin needs not to load an external dummy image required for lazy-load
because the image is embedded in HTML using data URI scheme technique.

Arbitrary section

安裝

  1. Download zip archive file from this repository.

  2. Login as an administrator to your WordPress admin page.
    Using the “Add New” menu option under the “Plugins” section of the navigation,
    Click the “Upload” link, find the .zip file you download and then click “Install Now”.
    You can also unzip and upload the plugin to your plugins directory (i.e. wp-content/plugins/) through FTP/SFTP.

  3. Finally, activate the plugin on the “Plugins” page.

常見問題

There are no questions.

Installation Instructions
  1. Download zip archive file from this repository.

  2. Login as an administrator to your WordPress admin page.
    Using the “Add New” menu option under the “Plugins” section of the navigation,
    Click the “Upload” link, find the .zip file you download and then click “Install Now”.
    You can also unzip and upload the plugin to your plugins directory (i.e. wp-content/plugins/) through FTP/SFTP.

  3. Finally, activate the plugin on the “Plugins” page.

評價

2017年9月20日
Doesn't appear to work. All page images load without scrolling.
2017年5月26日 1 reply
No fuss, no problems encountered in 18 months of use
2016年9月3日
It is the fastest lazy load I had installed. Thank you!!
閱讀全部16個評價

貢獻者及開發者

“Unveil Lazy Load” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Unveil Lazy Load 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1.0

  • Initial working version.

0.1.3

  • Bug fix: entry content is not displayed.

0.2.0

  • Logic optimization of jQuery plugin
  • Performance improvement

0.3.0

  • Added: function to cancel lazy-load for specified image to which attribute (data-lazy=”false”) is appended

0.3.1

  • Update for WordPress 4.0