just-core / http-optimization
静态资源管理,js、css等。编译以减少HTTP请求负载,压缩以减少HTTP加载时间
v0.7.2
2018-02-13 20:49 UTC
Requires
- php: >=5.3.3
- just-core/foundation: dev-master
- kriswallsmith/assetic: v1.3.2
- mrclay/minify: 2.3.0
- natxet/cssmin: v3.0.4
Suggests
- just-core/auth-login: Authentication Page Plugin for the just-core eco system
- just-core/auth-page: Page White/Black list Plugin for the just-core eco system
- just-core/dao-orm: Object Relational Manager Stub extends Data Access Object for the just-core eco system
- just-core/foundation: PHP Enterprise (HA) High Availability Framework, develop quick and simple, deploy quick and consistent
- just-core/http-optimization: Static asset management, js, css etc. Compile to reduce http request load requests, minify to reduce http load times
- just-core/metronic: support for metronic templates in the just-core eco system
- just-core/scripts: management scripts for the just-core eco system, basic release management stuff, db syncronization some other things
- just-core/stub: Stub application for the just-core eco system, see how simple it is...
This package is auto-updated.
Last update: 2024-09-16 19:17:11 UTC
README
http-optimization
加载600万个css和特别多的js文件会耗尽浏览器资源,让我们在开发时加载所有这些单个文件,这样我们就可以轻松地进行调试。将文件分组到合理的命名约定中,我们可以编译和过滤(压缩等)全局和视图特定的资源。
Assetic支持以合理简洁的方式完成此操作
此“插件”仅仅是Assetic的一个包装器,用于just-core-stub项目