Speed Up CakePHP Apps with AssetPackager

Der AssetPackager für CakePHP ist ein helper für CakePHP der hilft die HTTP-Requests einer Website zu reduzieren.

Multiple javascript and CSS files simplify things in development, but in production they can begin to adversely affect your page loading times. With AssetPackager for CakePHP, we can have the best of both worlds by allowing multiple files during development and combining and compressing those files for deployment.

Possibly related posts (automatically generated)