This no-config plugin makes WordPress website more performant with deferring JavaScripts and lazy-loading of images…
| Author: | Daniel Mejta (profile at wordpress.org) |
| WordPress version required: | 4.1 |
| WordPress version tested: | 5.3.3 |
| Plugin version: | 1.2.9 |
| Added to WordPress repository: | 26-02-2019 |
| Last updated: | 30-12-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | |
| Total downloads: | 1 216 |
| Active installs: | 10+ |
![]() Click to start download |
|
This straightforward plugin makes WordPress website more performant with the following techniques:
- Lazyload for images and iframes
- Adding defer attribute to script tags
Contribution
Feel free to improve the plugin and open pull request in the Github repository.
Development
You need to have node.js and yarn installed.
- Clone repository
git clone git@github.com:mejta/wp-accelerate.git. - Run
yarnandyarn startcommand. - To build run
yarn buildcommand.
