Tigger6672
Aktives Mitglied
Hallo,
ich klinke mich hier einfach mal ein, da gleiches Thema. Ich hoffe das ist ok.
Wenn ich unsere htaccess abändere von:
in:
bricht der pagespeed bis auf "Poor" ein. Weiss jemand woran das liegen kann?
Danke & Gruß
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>
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ß