On 31 Jul 2009, at 11:55, Benjamin Börngen-Schmidt wrote: > I did some research on that topic a while ago and I came to the > conclusion, that compressing the output with php is a waste of CPU > time. Better use apache's mod_deflate and set the types you wanna send > compressed.
Ah... I didn't realise mod_delate can do it by output type (although, ahem, there it is right at the top of http://httpd.apache.org/docs/2.0/mod/mod_deflate.html ). So far by my brief testing it works with content-type set by Agavi (in my setup it compresses text/html but not other types) Thanks! Michal. _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
