Neu Page speed insights, Browsercaching

Tigger6672

Aktives Mitglied
25. Januar 2016
7
0
Hallo,
ich klinke mich hier einfach mal ein, da gleiches Thema. Ich hoffe das ist ok.
Wenn ich unsere htaccess abändere von:

Code:
<IfModule mod_expires.c>
  ExpiresActive on
  ExpiresDefault "access plus 1 months"
</IfModule>
in:
Code:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month"
ExpiresByType text/html "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 text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType text/xml "access plus 1 seconds"
< /IfModule>

bricht der pagespeed bis auf "Poor" ein. Weiss jemand woran das liegen kann?
Danke & Gruß
 

Tigger6672

Aktives Mitglied
25. Januar 2016
7
0
Hallo nochmal,
wer sich dem Thema Pagespeed Optimierung annehmen möchte kann mir auch gerne eine Nachricht mit Zeitaufwand und
Penunzenvorstellung schicken.

Danke und LG