
內容簡介
Unveil Lazy Load 是一個 WordPress 外掛,可實現圖片的懶加載,
從而減少請求數量並提高頁面加載時間。
與其他懶加載外掛相比,此外掛具有以下功能:
通過輕量級懶加載庫減少從網絡服務器加載的數據大小
此外掛使用優化後的 jQuery 外掛創建,該外掛基於 Unveil.js Unveil.js (https://github.com/luis-almeida/unveil),
它的大小約為 0.6KB,只有在圖片在視口中可見時才加載圖片。
使用數據 URI 方案減少 HTTP 請求的數量
此外掛使用數據 URI 技術,將圖片嵌入 HTML 中,
因此不需要加載懶加載所需的外部虛擬圖片。
任意部分
外掛標籤
開發者團隊
原文外掛簡介
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
