-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
58 lines (42 loc) · 2.06 KB
/
README.txt
File metadata and controls
58 lines (42 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=== VisualWeb lazy load ===
Contributors: fiverrpelfed
Donate link: https://visualweb.co.uk/lazyload
Tags: lazy load, image lazyload, image load, selective lazy load
Requires at least: 3.3
Tested up to: 5.1.0
Stable tag: trunk
Requires PHP: 5.2.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Reduce the loading time while opening your wordpress website, accelerate opening time. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them.
== Description ==
VisualWeb lazy load plugin's aim is to speed up your website powered by WordPress.
This will prove helpful for getting a good score on GTmetrix, YSlow and Pingdom.
It delays loading of selected images in (long) web pages.
Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them.
Unlike other plugins of similar type, this plugin allows you to choose which images are applied to it via the css selector(s).
After activating the plugin, when the website is viewed, the text will be loaded first and then the images.
This will help reduce the loading time, the images will load later based on user screen scrolling by jQuery script.
Scrolling down, more image will be loaded, no need to call an external server.
Wish to reduce page loading time significantly and selectively? Then choose it.
<strong>Features:</strong>
<ul>
<li>Truly reduce server side loading time.</li>
<li>Able to turn lazy load on or off</li>
<li>Able to choose which image elements are lazy loaded</li>
</ul>
== Installation ==
1. Upload folder 'visualweb-lazy-load' to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. After activation, you can configure settings from the menu -> Lazy Load
== Frequently asked questions ==
Q: Where are the images going?<br />
A: Still in your website, they will load on demand.
Q: What should I do after activation.<br />
A: Take a look in the setting menu.
== Screenshots ==
1. Admin Section
== Changelog ==
= 1.0.0 =
* Initial release.
== Upgrade Notice ==