globalis/wp-cubi-imagemin
Composer 安装命令:
composer require globalis/wp-cubi-imagemin
包简介
Standalone image minification WordPress plugin
README 文档
README
Standalone image minification WordPress plugin
Overview
wp-cubi-imagemin is a very simple image minification plugin for WordPress, meant to be used in a composer installation. It uses a couple of image minification tools to optimize uploaded images (jpg, png, gif and svg).
wp-cubi-imagemin is essentially a WordPress wrapper for psliwa/image-optimizer.
Installation
composer require globalis/wp-cubi-imagemin
Configuration
The plugin will try to find the image minification tools it needs on the system. But you can provide your own binaries instead, and the plugin will use them.
To use your own binaries, just define the following constants in your configuration files, pointing to your binaries paths :
define('WP_CUBI_IMAGEMIN_PATH_BIN_ADVPNG', '/var/www/your-project/bin/advpng'); define('WP_CUBI_IMAGEMIN_PATH_BIN_GIFSICLE', '/var/www/your-project/bin/gifsicle'); define('WP_CUBI_IMAGEMIN_PATH_BIN_JPEGOPTIM', '/var/www/your-project/bin/jpegoptim'); define('WP_CUBI_IMAGEMIN_PATH_BIN_JPEGTRAN', '/var/www/your-project/bin/jpegtran'); define('WP_CUBI_IMAGEMIN_PATH_BIN_OPTIPNG', '/var/www/your-project/bin/optipng'); define('WP_CUBI_IMAGEMIN_PATH_BIN_PNGCRUSH', '/var/www/your-project/bin/pngcrush'); define('WP_CUBI_IMAGEMIN_PATH_BIN_PNGOUT', '/var/www/your-project/bin/pngout'); define('WP_CUBI_IMAGEMIN_PATH_BIN_PNGQUANT', '/var/www/your-project/bin/pngquant'); define('WP_CUBI_IMAGEMIN_PATH_BIN_SVGO', '/var/www/your-project/bin/svgo');
If you do not define one ot the binaries paths, the plugin will try to use the system version. If it doesn't find an installed version on the system, it will just skip this tool and use the other ones.
You don't need to have all the tools working, but it is recommanded to have at least pngquant, jpegoptim and gifsicle to provide a meaningfull level of minification.
Note: binary files must have execution permissions.
Hooks
apply_filters('wp-cubi-imagemin\options', $options): Filter the options ofImageOptimizer\OptimizerFactory(see the complete list), such as the JPG compression level (default to 85 in wp-cubi-imagemin).
Bulk optimization
Bulk image optimization can be done using wp-cli :
- Install wp-cli and ensure wp-cubi-imagemin is activated
- Usage:
wp media optimize <directories>... [--jpeg_level=<jpeg_level>] - Help:
wp help media optimize
Note: thumbnails regeneration commands such as wp media regenerate will trigger plugin optimization functions as well.
Binaries
Available binaries :
Development
Before opening pull requests, please check and apply project coding standards with ./vendor/bin/phpcs . and/or ./vendor/bin/phpcbf .
globalis/wp-cubi-imagemin 适用场景与选型建议
globalis/wp-cubi-imagemin 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 18.18k 次下载、GitHub Stars 达 13, 最近一次更新时间为 2018 年 01 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 globalis/wp-cubi-imagemin 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 globalis/wp-cubi-imagemin 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 18.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2018-01-18
