Changeset 2662082
- Timestamp:
- 01/23/2022 07:26:27 AM (4 years ago)
- Location:
- speed-up-lazy-load/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
speed-up-lazy-load.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
speed-up-lazy-load/trunk/readme.txt
r2500310 r2662082 4 4 Tags: lazyload, lazy load, lazy loading, optimize, front-end optimization, performance, images, iframe, thumbnail, thumbnails, avatar, gravatar, speed, web performance optimization, wordpress optimization tool 5 5 Requires at least: 3.5 6 Tested up to: 5. 77 Stable tag: 1.0.2 36 Tested up to: 5.9 7 Stable tag: 1.0.24 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 36 36 == Changelog == 37 38 = 1.0.24 = 39 * Tested up to Wordpress 5.9 37 40 38 41 = 1.0.23 = -
speed-up-lazy-load/trunk/speed-up-lazy-load.php
r2500310 r2662082 4 4 Plugin URI: http://wordpress.org/plugins/speed-up-lazy-load/ 5 5 Description: This plugin, implementing "Lazy Load" technique, avoids download of the pictures that are not displayed on the screen (for example: images in the bottom of the page) until the user will display them. This improves load speed of page and save the bandwidth. 6 Version: 1.0.2 36 Version: 1.0.24 7 7 Author: Simone Nigro 8 8 Text Domain: speed-up-lazy-load … … 18 18 class SpeedUp_LazyLoad { 19 19 20 const VERSION = '1.0.2 3';20 const VERSION = '1.0.24'; 21 21 const DATASRC = 'data-lazy-src'; 22 22 const HANDLE = 'speed-up-lazyload';
Note: See TracChangeset
for help on using the changeset viewer.