Why is PageSpeed Insights failing the cache policy audit? (I have marked one of the failing resources showing its response headers later):
These are the response headers for the marked resource:
The expiration headers at the top of my .htaccess:
# Caching einrichten
FileETag MTime Size
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css "access plus 1 weeks"
ExpiresByType application/javascript "access plus 1 weeks"
ExpiresByType application/x-javascript "access plus 1 weeks"
ExpiresByType image/gif "access plus 1 months"
ExpiresByType image/jpeg "access plus 1 months"
ExpiresByType image/png "access plus 1 months"
ExpiresByType image/x-icon "access plus 1 months"
</IfModule>
## EXPIRES CACHING ##