Jaysingh, On Tue, Nov 3, 2009 at 12:15 PM, Jaysingh Samuel <jayasingh.sam...@hotmail.com> wrote: > > Hi, > Thanks for your input. > Yes we could use this, but could you tell me how this can be used in the > apache for minifying the javascript. Should we have to include in any module > like filter module. > Please guide me on this.
We you try to achieve is not quite clear to me (sorry, tired today). But what I would do is the following : For each JavaScript file in your application you can run either jsmin (or yuicompressor : http://developer.yahoo.com/yui/compressor/) in order to reduce them to the bare minimum. And then you can configure mod_deflate to compress those files on the fly if you want. Did that help you ? :)