Google Page Speed: Browser Caching nutzen

Guten Tag, wir haben folgendes Problem Google zeigt im Bereich Cache Speed noch verbesserungswürdige Ergebnisse an. Aber Caching habe ich im Backend schon angeschaltet. Muss ich dort noch was zusätzlich einstellen? Mir ist nichts aufgefallen was noch aktiviert werden könnte. Ich habe von dem Google Ergebnis ein Screenshot. Wäre Nett wenn ihr mir helfen könntet. Mit freundlichen Grüßen S.Koch

Also ich benutze das hier in der .htaccess [code]

ExpiresActive on
ExpiresDefault "access plus 1 month"

CSS

ExpiresByType text/css "access plus 1 year"

Data interchange

ExpiresByType application/json "access plus 0 seconds"
ExpiresByType application/xml "access plus 0 seconds"
ExpiresByType text/xml "access plus 0 seconds"

Favicon (cannot be renamed!) and cursor images

ExpiresByType image/x-icon "access plus 1 week"

HTML components (HTCs)

ExpiresByType text/x-component "access plus 1 month"

HTML

ExpiresByType text/html "access plus 0 seconds"

JavaScript

ExpiresByType application/javascript "access plus 1 year"

Manifest files

ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds"
ExpiresByType text/cache-manifest "access plus 0 seconds"

Media

ExpiresByType audio/ogg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType video/mp4 "access plus 1 month"
ExpiresByType video/ogg "access plus 1 month"
ExpiresByType video/webm "access plus 1 month"

Web feeds

ExpiresByType application/atom+xml "access plus 1 hour"
ExpiresByType application/rss+xml "access plus 1 hour"

Web fonts

ExpiresByType application/font-woff "access plus 1 month"
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
ExpiresByType application/x-font-ttf "access plus 1 month"
ExpiresByType font/opentype "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"

[/code]

http://lmgtfy.com/?q=google+pagespeed+browser+caching

Danke für die Antworten, allerdings zeigt es keine Veränderungen. Kann es sein das ich dieses mod_expires.c aktivieren muss. Allerdings die htaccess Datei an sich funktioniert…

[quote=„Veldhuis“]Danke für die Antworten, allerdings zeigt es keine Veränderungen. Kann es sein das ich dieses mod_expires.c aktivieren muss. Allerdings die htaccess Datei an sich funktioniert…[/quote] https://www.google.de/webhp?sourceid=ch … er%20cache mod_expires muss logischerweise aktiviert sein.

Falls Du Debian nutzt: a2enmod expires /etc/init.d/apache2 restart