Forum Moderators: phranque
As far as I remember Googlebot requests compressed content, I am not sure about the other search engines.
AddOutputFilterByType DEFLATE text/html text/plain text/xml
DeflateCompressionLevel 1
There are several compression levels between 1 and 9. The resulting page size difference between levels 1 and 9 is not very large, but for my celeron server there is a noticable difference in compression time between the two. Therefore I have use the lowest compression level.