WordPress Accelerate

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:895
Active installs:10+
plugin download
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.

  1. Clone repository git clone git@github.com:mejta/wp-accelerate.git.
  2. Run yarn and yarn start command.
  3. To build run yarn build command.

ChangeLog