You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

11
-
[](https://github.com/shinsenter/defer-wordpress/issues)
11
+
[](https://code.shin.company/defer-wordpress/issues)
⚡️ A native, blazing fast lazy loader. ✅ Legacy browsers support (IE9+). 💯 SEOfriendly. 🧩 Lazy-load everything.
15
+
⚡️ Experience the speed of a native, lightning-fast lazy loader. ✅ Backward compatibility for legacy browsers (IE9+). 💯 SEO-friendly. 🧩 Lazy-load everything.
16
16
17
-
This plugin helps you to optimize everything like image tags, video, audio, iframes as well as stylesheets, and JavaScript.
17
+
This plugin empowers you to optimize various elements, including image tags, videos, audio, iframes, stylesheets, and JavaScript.
18
18
19
-
This plugin incorporates tips used a lot by experienced web experts, as well as making the most of the latest web technologies in lazy-loading resources on the page.
19
+
Leveraging tips endorsed by seasoned web experts and harnessing the latest web technologies for resource lazy-loading, this plugin ensures your website operates at peak efficiency.
20
20
21
-
Rate [5 stars (⭐️⭐️⭐️⭐️⭐️)](https://wordpress.org/support/plugin/shins-pageload-magic/reviews/?filter=5#new-post) if you guys like it.
21
+
If you find this plugin valuable, please consider leaving a [5-star review (⭐️⭐️⭐️⭐️⭐️)](https://wordpress.org/support/plugin/shins-pageload-magic/reviews/?filter=5#new-post).
22
22
23
23
24
24
## Good points
25
25
26
-
-🔰 Very easy to use
27
-
-🚀 Native API, blazing fast
28
-
-👍 No dependencies, no jQuery
29
-
- ✅ Supports legacy browsers (IE9+)
30
-
-🎯 [Core Web Vitals](https://web.dev/vitals/) friendly
31
-
-🧩 Lazy load almost everything
26
+
-⚡️ Native API, blazing fast
27
+
-👍 Legacy browsers support (IE9+)
28
+
-🥇 SEO friendly
29
+
- ✅ Very easy to use
30
+
-💯 No dependencies, no jQuery
31
+
-🤝 Works well with your favorite frameworks
32
32
- 🧩 Uses [IntersectionObserver API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) for optimized CPU usage
33
33
- 🏞 Supports for responsive images, both `srcset` and `sizes` attributes
34
-
- 🤝 Works well with your favorite frameworks
35
34
36
35
💡 Tip: To archive better result, you should consider disabling all optimization features (Eg. lazy-loading, HTML minification, JS minification, etc.) by other plugins.
37
36
@@ -50,90 +49,26 @@ This plugin also works perfectly on popular browsers, including Internet Explore
🥇 A super small, super efficient library that helps you lazy load almost everything like images, video, audio, iframes as well as stylesheets, and JavaScript.
-[x] Add fallback `<noscript>` tags for lazy-loaded objects
79
-
-[x] Add custom HTML while browser is rendering the page (splashscreen)
80
-
-[x] Attribute to ignore optimizing the element
81
-
-[x] Attribute to ignore lazyloading the element
82
-
-[x] Optimize AMP document
83
-
-[x] Minify HTML output
84
-
85
-
86
-
## Why should I lazy-load my content?
87
-
88
-
The loading of contents on web page may make your load speed more slow, no one likes staring at a blank white page; users are impatient and will leave quickly.
89
-
90
-
Lazy loading content on web page can help reduce resource contention and improve performance.
91
-
92
-
93
-
## Why should I use this plugin?
94
-
95
-
This plugin supports you to handle some common tips to help your website optimize the download of on-page resources.
96
-
97
-
These tips are published at [following website](https://web.dev/) by Google Developers, if you are interested you can consult to understand more about website optimization.
98
-
99
-
You can also manually implement these tips your-self, but it takes a lot of time and requires a lot of expertise.
100
-
101
-
102
-
## How does this plugin work?
103
-
104
-
This plugin helps you to optimize everything like image tags, video, audio, iframes as well as stylesheets, and JavaScript.
105
-
106
-
This plugin incorporates tips used a lot by experienced web experts, as well as making the most of the latest web technologies in lazy-loading resources on the page.
107
-
108
-
Among them are creating "data-src" attributes to laza-load the media, even the [loading="lazy" feature](https://web.dev/browser-level-image-lazy-loading/) recently introduced by Google Developers.
109
-
110
-
111
-
## High performance and accuracy
112
-
113
-
In addition, this plugin uses DOM to process the website structure so it produces accurate results and is faster than any other plugin that uses HTML text processing.
114
-
115
-
You can give it a try and I believe you will be surprised by the results it brings to your website.
116
-
117
-
118
-
## Stable performance and high compatibility
119
-
120
-
We have tested this plugin with quite a few others and have not found any significant conflicts.
121
-
122
-
For best use of this plugin, you should consider disabling all optimization features (Eg. lazy-loading, HTML minification, JS minification, etc.) by other plugins.
123
-
124
-
We recommend you use it with another page-caching plugin for best performance.
125
-
126
61
127
62
## Support my activities
128
63
129
64
[](https://www.paypal.me/shinsenter)
130
65
[](https://www.patreon.com/appseeds)
131
-
[](https://github.com/shinsenter/defer-wordpress/stargazers)
132
-
[](https://github.com/shinsenter/defer-wordpress/issues/new)
66
+
[](https://code.shin.company/defer-wordpress/stargazers)
67
+
[](https://code.shin.company/defer-wordpress/issues/new)
133
68
134
69
---
135
70
136
71
Released under the GNU General Public License v2 license.
🥇 A super small, super efficient library that helps you lazy load almost everything like images, video, audio, iframes as well as stylesheets, and JavaScript.
"description": "🚀 A PHP library that focuses on minimizing payload size of HTML document and optimizing processing on the browser when rendering the WordPress page.",
0 commit comments