• 18-03-2017, 23:22:06
    #1
    Merhabalar, gtmetrixdeki Add Expires headers , Use cookie-free domains ve Leverage browser caching değerlerimi nasıl yükseltebilirim?
  • 19-03-2017, 00:54:40
    #2
    Merhabalar,
    https://www.sunucucozumleri.com/know...i-Duurmek.html

    faydası olabilir.
  • 19-03-2017, 00:58:49
    #3
    Madebodom adlı üyeden alıntı: mesajı görüntüle
    Merhabalar, gtmetrixdeki Add Expires headers , Use cookie-free domains ve Leverage browser caching değerlerimi nasıl yükseltebilirim?

    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:09
    #4
    Cookie 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.
  • 19-03-2017, 14:21:13
    #5
    Profesyonel destek almak için iletişime geçebilirsiniz.