just-core / http-optimization
Static asset management, js, css etc. Compile to reduce http request load requests, minify to reduce http load times
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-12-16 19:56:45 UTC
README
http-optimization
loading 6 million css and especialy js files kills your browser resources lets make all those individual files load in dev so we can debug easily group the files into a reasonably coherent naming convention and we can compile and filter (minify etc.) global and view specific assets.
Assetic supports doing that in a reasonably concise manner
This "plugin" is simply a wrapper for Assetic to be used by the just-core-stub project