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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 2

Open Issues: 1

Type:wordpress-plugin

1.0.4 2017-02-07 16:48 UTC

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.*