If your forum doesn't support gzip compression you could try these settings for your .htaccess file
php_flag zlib.output_compression On
php_value zlib.output_compression_level 5
I use them on a lot of my sites with great effect.
Cheers,
Dave
That works for all php powered sites. No major effect on server
if adequate memory/cache is implemented. The downside is that
the visitors browser has to unzip the pages which can be slowish
on old hardware and impossible on some older and accessibility
browsers/textreaders etc.
Still ...guess who has 120 GB/day paidfor bandwidth
