https://github.com/fafiebig/faf-optim
Wordpress plugin for image optimization based on jpegoptim and optipng
https://github.com/fafiebig/faf-optim
Last synced: 13 days ago
JSON representation
Wordpress plugin for image optimization based on jpegoptim and optipng
- Host: GitHub
- URL: https://github.com/fafiebig/faf-optim
- Owner: fafiebig
- License: gpl-3.0
- Archived: true
- Created: 2017-01-30T13:26:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T08:03:25.000Z (about 2 years ago)
- Last Synced: 2025-01-08T17:09:28.373Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wp-speed-up - FAF Optim - Optimize images of your WordPress media storage. (Image Optimization Plugins)
README
# DEPRECATED - DO NOT USE IT ANY LONGER!
# 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
```json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/fafiebig/faf-optim.git"
}
],```
* require the package with composer
```shell
composer require fafiebig/faf-optim 1.*
```