Just as an addendum to point 1 just above, I used this small customization about gzip:
Code:
within: function dooutput($vartext,$sendheader=1) {
add
$gzipoutput,$gziplevel
at the end of
global .... row.
then add
if ($gzipoutput and $gziplevel)
$gziptext.=" and active (level $gziplevel)";
right after
$gziptext="enabled";
:cross-eyed:
Btw, my questions above about negative value (as eva said, mostly on the main page somethimes...) and the cpu overloading with gzip, REMAIN ....

Thanks a lot
Bye