Seite 1 von 1

page speed

Verfasst: 07.12.2012, 10:58
von Merkle
Hallo zusammen

pagespeed zeigt mir für www.palverlag.de einen Score von 76 an. Als High Priority Maßnahme wird Browser-caching empfohlen.

Also habe ich in der htaccess eingebaut:
<FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf|pdf|flv|mp3)$">
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 14 days"
Header set Cache-Control "public"
</IfModule>
</FilesMatch>
<FilesMatch "\.(html|htm|xml|txt|xsl)$">
Header set Cache-Control "max-age=7200, must-revalidate"
</FilesMatch>

Der Score ändert sich jedoch nicht und es wird weiterhin Browser-caching empfohlen.

Hat jemand eine Idee, woran das liegt?

Grüße Rolf