jelix/minify-module
Composer 安装命令:
composer require jelix/minify-module
包简介
module providing a Minify features to a Jelix application.
关键字:
README 文档
README
This is a module for Jelix, providing Minify features for HTML response objects.
Minify is a library which allow to concatenate and minify CSS and JS files. It improves performance during the load of the page. This module provides plugins to integrate it into a Jelix application.
This module is for Jelix 1.7.x and higher. See the jelix/jelix repository to see its history before Jelix 1.7.
Installation
Install it by hands like any other Jelix modules, or use Composer if you installed Jelix 1.7+ with Composer.
In your project:
composer require "jelix/minify-module"
Launch the configurator for your application to enable and configure the module
php yourapp/dev.php module:configure jminify
Then run the installer
php yourapp/install/installer.php
You can use the module.
Configuring the module
In the configuration file of the application, after the installation you should
have these parameters in the jResponseHtml section:
[jResponseHtml] plugins = minify ;concatenate and minify CSS and/or JS files : minifyCSS = off # [on|off] : concatenate/minify CSS files minifyJS = off # [on|off] : concatenate/minify JS files ; list of filenames (no path) which shouldn't be minified - coma separated : minifyExcludeCSS = "file1.css,file2.css" minifyExcludeJS = "jelix/wymeditor/jquery.wymeditor.js" ; bootstrap file for Minify. indicate a relative path to the basePath. minifyEntryPoint = minify.php
With minifyCSS and minifyJS you activate the "minification". You
can indicate files to NOT minify in minifyExcludeCSS and
minifyExcludeJS. Keep the file name jelix/wymeditor/jquery.wymeditor.js (which is
bundled into Jelix) in minifyExcludeJS. Wymeditor doesn't like to be concatenated with other files.
Indicated path should be
- relative to the base path of the application (without a leading /)
- or relative to the domain name (with a leading /)
Don't indicate full URL (with http://...), they are automatically excluded.
Configuring Minify
The module install a copy a script minify.php in your www/ directory.
If you want to choose an other name for this script, indicate its name into the
option minifyEntryPoint.
The module installer create also minifyConfig.php and minifyGroupsConfig.php
into the app/system directory of your application. These are files
to set Minify native options. Read the documentation of Minify to know options.
unit tests
Unit tests are in Testapp, in the jelix/jelix repository.
jelix/minify-module 适用场景与选型建议
jelix/minify-module 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.88k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2015 年 05 月 20 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「css」 「JS」 「minify」 「concatenation」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 jelix/minify-module 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jelix/minify-module 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 jelix/minify-module 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
CSS/Javascript Minificator, Compressor and Concatenator for TYPO3 - highly configurable frontend asset optimization for CSS/JS merging, minification and compression with optional body parsing, async/defer loading, inline output, data-ignore exclusions, SRI integrity validation/calculation, external
A Twig extension to insert css as inline styles with a tag
Caching and compression for Twig assets (JavaScript and CSS).
CSS & JavaScript minifier for Silverstripe
A package for pack css and javascript files
Modification of rmrevin/yii-2-minify-view lib to allow minification of css & js in a load balanced environment
统计信息
- 总下载量: 3.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2015-05-20