• 20-02-2016, 13:18:45
    #1
    site hızını test ettiğimde iyileştirme önerilerinde bu uyarıyı veriyor

    Statik kaynaklar için HTTP üstbilgilerinde bir süre sonu tarihi veya maksimum ömür ayarlamak, tarayıcıya, ağ üzerindeki kaynakları değil yerel diskte önceden indirilmiş olanları yüklemesini söyler.

    biraz araştırdım .htaccess de düzenleme yapılmalı deniliyor ama neyi nasıl yapacağımı bilmiyorum
  • 20-02-2016, 13:22:44
    #2
    http://stackoverflow.com/questions/1...images-and-css


    Sent from my iPhone using Tapatalk

    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 13:22:44 -->-> Daha önceki mesaj 13:22:14 --

    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access plus 1 seconds"
    ExpiresByType text/html "access plus 1 seconds"
    ExpiresByType image/x-icon "access plus 2592000 seconds"
    ExpiresByType image/gif "access plus 2592000 seconds"
    ExpiresByType image/jpeg "access plus 2592000 seconds"
    ExpiresByType image/png "access plus 2592000 seconds"
    ExpiresByType text/css "access plus 604800 seconds"
    ExpiresByType text/javascript "access plus 86400 seconds"
    ExpiresByType application/x-javascript "access plus 86400 seconds"
    </IfModule>


    Sent from my iPhone using Tapatalk