I had used zlib in my them header prior to upgrading to the wp super cache plugin,
<?php
ini_set(’zlib.output_compression’, ‘On’);
ini_set(’zlib.output_compression_level’, ‘1’);
?>
Is this redundant, advisable or not? Can it all work together? -sort of beyond my comprehension.
Any input would be gladly received.
stu