GTMetrix Değerlerimi Nasıl Yükseltebilirim?
4
●1.082
- 19-03-2017, 00:54:40
- 19-03-2017, 00:58:49Madebodom adlı üyeden alıntı: mesajı görüntüle
Expires headers icin htaccess dosyasina asagidaki kodu ekle.
<IfModule mod_expires.c> # Enable expirations ExpiresActive On # Default directive ExpiresDefault "access plus 1 month" # My favicon ExpiresByType image/x-icon "access plus 1 year" # Images ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpg "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" # CSS ExpiresByType text/css "access 1 month" # Javascript ExpiresByType application/javascript "access plus 1 year" </IfModule>
Ayrica asagidaki kodu da ekle:
# 1 Month for most static assets <filesMatch ".(css|jpg|jpeg|png|gif|js|ico)$"> Header set Cache-Control "max-age=2592000, public" </filesMatch>
- 19-03-2017, 01:00:09Cookie free domain geyiği için başka bir domain alıp resimleri oradan çekmeniz gerekiyor diye biliyorum.
Sitenizi pm atarsanız diğerleri için bakabilirim.