brightlocal/minify
最新稳定版本:2.2.0
Composer 安装命令:
composer require brightlocal/minify
包简介
Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
README 文档
README
WELCOME TO MINIFY! Minify is an HTTP content server. It compresses sources of content (usually files), combines the result and serves it with appropriate HTTP headers. These headers can allow clients to perform conditional GETs (serving content only when clients do not have a valid cache) and tell clients to cache the file for a period of time. More info: http://code.google.com/p/minify/ WORDPRESS USER? These WP plugins integrate Minify into WordPress's style and script hooks to get you set up faster. http://wordpress.org/extend/plugins/bwp-minify/ http://wordpress.org/extend/plugins/w3-total-cache/ INSTALLATION Place the /min/ directory as a child of your DOCUMENT_ROOT directory: i.e. you will have: /home/example/www/min You can see verify that it is working by visiting these two URLs: http://example.org/min/?f=min/quick-test.js http://example.org/min/?f=min/quick-test.css If your server supports mod_rewrite, this URL should also work: http://example.org/min/f=min/quick-test.js CONFIGURATION & USAGE See the MIN.txt file and http://code.google.com/p/minify/wiki/UserGuide Minify also comes with a URI Builder application that can help you write URLs for use with Minify or configure groups of files. See here for details: http://code.google.com/p/minify/wiki/BuilderApp The cookbook also provides some more advanced options for minification: http://code.google.com/p/minify/wiki/CookBook UPGRADING See UPGRADING.txt for instructions. UNIT TESTING: 1. Place the /min_unit_tests/ directory as a child of your DOCUMENT_ROOT directory: i.e. you will have: /home/example/www/min_unit_tests 2. To run unit tests, access: http://example.org/min_unit_tests/test_all.php (If you wish, the other test_*.php files can be run to test individual components with more verbose output.) 3. Remove /min_unit_tests/ from your DOCUMENT_ROOT when you are done. FILE ENCODINGS Minify *should* work fine with files encoded in UTF-8 or other 8-bit encodings like ISO 8859/Windows-1252. By default Minify appends ";charset=utf-8" to the Content-Type headers it sends. Leading UTF-8 BOMs are stripped from all sources to prevent duplication in output files, and files are converted to Unix newlines.
brightlocal/minify 适用场景与选型建议
brightlocal/minify 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 70.47k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2014 年 11 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 brightlocal/minify 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 brightlocal/minify 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 70.47k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 23
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-11-13