Hi, I'm thinking about having my app output compressed using zlib/gzip. I can turn on compression in php.ini, but I fear that this will compress all ouput from the app: I am outputting some more or less incompressible large files in views, so it would be pointless and would waste CPU to compress them further.
Is there a good way to control the output compression from within Agavi? Would it be using a filter? Or maybe by turning on compression in php.ini, but disabling within the app it for certain output types? I'm unsure what's best/possible... Michal. _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
