WordPress Accelerate

0

This straightforward plugin makes WordPress website more performant with the following techniques: Lazyload for images and iframes Adding defer attribute to script tags Contribution F

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
pa_languages
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

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.