I\'m trying to speed up my website. Google insights (https://developers.google.com/speed/pagespeed/insights) tells me that a critical problem is to enable GZip compression.
Did you try these lines in your .htaccess?
SetOutputFilter DEFLATE
It works for my site.