Caching / Bilder und fonts
Hallo,
woran kann es liegen das google pagespeed insights trotz htaccess
Code:
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 3 month"
ExpiresByType audio/ogg "access plus 6 month"
ExpiresByType image/bmp "access plus 6 month"
ExpiresByType image/gif "access plus 6 month"
ExpiresByType image/jpeg "access plus 6 month"
ExpiresByType image/jpg "access plus 6 month"
ExpiresByType image/png "access plus 6 month"
ExpiresByType image/svg+xml "access plus 6 month"
ExpiresByType image/webp "access plus 6 month"
ExpiresByType video/mp4 "access plus 6 month"
ExpiresByType video/ogg "access plus 6 month"
ExpiresByType video/webm "access plus 6 month"
ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
ExpiresByType fonts/eot "access plus 1 year"
ExpiresByType fonts/opentype "access plus 1 year"
ExpiresByType application/x-font-ttf "access plus 1 year"
ExpiresByType application/font-woff "access plus 1 year"
ExpiresByType application/x-font-woff "access plus 1 year"
ExpiresByType fonts/woff "access plus 1 yearh"
ExpiresByType application/font-woff2 "access plus 1 year"
ExpiresByType application/x-font-woff2 "access plus 1 year"
ExpiresByType fonts/woff2 "access plus 1 year"
</IfModule>
immer noch meckert
"Statische Inhalte mit einer effizienten Cache-Richtlinie bereitstellen 18 Ressourcen gefunden"
Oder ist mein htaccess falsch? Hab ich ehrlich gesagt aus dem web kopiert ...
viele Grüße
conter