fafiebig / faf-optim
Wordpress Plugin for Image Optimization based on ImageOptim and OptiPNG
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 2
Open Issues: 1
Type:wordpress-plugin
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.*