| 开发者 | nigro.simone |
|---|---|
| 更新时间 | 2026年7月26日 21:07 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
loading="lazy" — the same job, with no JavaScript.
It now works against you: replacing each image's src with a placeholder stops the browser from discovering your largest image early, and that image is the one Core Web Vitals measures as LCP.
You can safely deactivate it. The one thing WordPress does not cover is lazy loading CSS background images. If you rely on that, keep it; otherwise there is nothing left for it to do.
This plugin, implementing "Lazy Load" technique, avoids download of the pictures and iframe 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.
Configurations are not required! You just have to install it and after the plugin does it all, none further action it's required.
This plugin is very light: only 5 kb.
speed-up-lazy-load folder to the /wp-content/plugins/ directorySimply add a string no-lazy-area in the content (eg. in a content of the page write <!-- no-lazy-area -->).
Simply add a string no-lazy in you IMG/DIV tag (eg. in the class, alt, title or file name).