.htacess'e aşağıdaki kodları ekledim. Google'ın page speed testinden yüzde 18 alabilen site şu an yüzde 50 alıyor. Ancak bu aşağıdaki check aracına göre gzip hala aktif değilmiş. Problem nerede sizce?
https://checkgzipcompression.com/?url=http%3A%2F%2Fmetalheadzone.com
#Gzip
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
#End Gzip
ExpiresActive on
ExpiresDefault "access plus 1 year"