fafiebig / faf-optim
This package is abandoned and no longer maintained.
No replacement package was suggested.
Wordpress Plugin for Image Optimization based on ImageOptim and OptiPNG
1.0.4
2017-02-07 16:48 UTC
Requires
- php: >=5.3.2
- composer/installers: v1.2.0
This package is not auto-updated.
Last update: 2025-01-07 10:00:40 UTC
README
faf-optim
Wordpress Plugin for Image Optimization. You have to install JPEGOptim and OptiPNG on serverside.
Installation
- Unzip and upload the plugin to the /wp-content/plugins/ directory
- Activate the plugin in WordPress
- Got to plugins page and use the optimization.
Installation with composer
- Add the repo to your composer.json
"repositories": [ { "type": "vcs", "url": "https://github.com/fafiebig/faf-optim.git" } ],
- require the package with composer
composer require fafiebig/faf-optim 1.*