This code will compress data on your web server, which decreases response times by reducing the size of the HTTP response.
Increase your server response times by compressing the site data using this line of code in your HTACCESS file
# Compress
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css application/javascript