High performance WordPress image processing with VIPS.
- PHP 7 or later
- vips package installed on your Linux system
- vips PHP extension
- Install vips on your system. On Ubuntu, this can be done using
apt install libvips-dev
- Install vips extension using pecl, this can be done with command
pecl install vips
- Enable PHP extension, this is usually done by adding the line
extension=vips.so
tophp.ini
- Download the latest plugin version from the releases tab
- Extract the plugin under
wp-content/plugins
- Enable the plugin in WordPress admin interface