Hi,
ich benutze in der .htaccess aktuell folgendes zum Browser Caching:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif "access plus 7 days"
ExpiresByType image/ico "access plus 7 days"
ExpiresByType image/jpeg "access plus 7 days"
ExpiresByType image/jpg "access plus 7 days"
ExpiresByType image/png "access plus 7 days"
ExpiresByType text/css "access plus 7 days"
ExpiresByType text/javascript "access plus 7 days"
ExpiresByType application/x-javascript "access plus 7 days"
ExpiresByType application/javascript "access plus 7 days"
Nun hab ich bei Github eine Vielzahl an Codes gefunden, die z.B. auch Videos.. einbeziehen:
Ich bin da gerad ziemlich überfordert, auch bezüglich der "Verfallsdaten".
Kann mir jemand erklären, welche Einstellungen sinnvoll sind und welche Daten ich für die jeweiligen Posten wie Bilder, Java.. einstellen sollte, damit die Ladezeit minimiert wird?
[COLOR=#6A737D][FONT=SFMono-Regular]Expires headers : Zeile 848 - 958[/FONT][/COLOR]