Merhabalar, Gtmetrix.com adresinden Htaccess Gzip kodlarını deneyip hangisinin sizin için daha fazla performans etkisi gösterdiğini test edebilirsiniz. Benim Htaccess Gzip Kodum;

#www.mkoseoglu.com
Header unset Pragma
FileETag None
Header unset ETag

ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"


Header set Cache-Control "max-age=864000, public, must-revalidate"
Header unset Last-Modified


Header set Cache-Control "max-age=7200, must-revalidate"