Re: [us...@httpd] mod_deflate and mod_cache can this be combined to improve performance

2009-08-05 Thread Fábio Jr.
I have a Server running with Apache 2.2.9/Mod_Perl 2.0.4 , now I am trying to use mod_deflate to compress response. I have lot of static files in my server which doesn't change frequently so i want to caching for these compressed files. Is it possible , any idea at what stage mod_cache

Re: [us...@httpd] mod_deflate and mod_cache can this be combined to improve performance

2009-08-05 Thread Shibi NS
Is the file is cached before compression or after compression ?. If the file is cached after compression then its relay helps me in improving the performance. Shibi Ns On Wed, Aug 5, 2009 at 11:28 PM, Fábio Jr. fjuniorli...@gmail.com wrote: I have a Server running with Apache 2.2.9/Mod_Perl

Re: [us...@httpd] mod_deflate and mod_cache can this be combined to improve performance

2009-08-05 Thread Fábio Jr.
Shibi NS escreveu: Is the file is cached before compression or after compression ?. If the file is cached after compression then its relay helps me in improving the performance. It will depends of the compatibility of the client's browser. In mod_deflate configs, you should see that it have

Re: [us...@httpd] mod_deflate and mod_cache can this be combined to improve performance

2009-08-05 Thread Shibi NS
Great,Thanks , I that answers my question. On Thu, Aug 6, 2009 at 12:52 AM, Fábio Jr. fjuniorli...@gmail.com wrote: Shibi NS escreveu: Is the file is cached before compression or after compression ?. If the file is cached after compression then its relay helps me in improving the

[us...@httpd] mod_deflate and mod_cache can this be combined to improve performance

2009-08-04 Thread Shibi NS
I have a Server running with Apache 2.2.9/Mod_Perl 2.0.4 , now I am trying to use mod_deflate to compress response. I have lot of static files in my server which doesn't change frequently so i want to caching for these compressed files. Is it possible , any idea at what stage mod_cache filter is