• Hi,
    Running GTMetrix tonight give me a warning Leverage browser caching for site.webmanifest :
    https://gtmetrix.com/reports/1001nordiques.com/FiS3DtaW

    the partial .htaccess relevant to this :
    <IfModule mod_expires.c>
    ExpiresActive On

    # Images
    ExpiresByType image/jpeg “access plus 1 year”
    ExpiresByType image/gif “access plus 1 year”
    ExpiresByType image/png “access plus 1 year”
    ExpiresByType image/webp “access plus 1 year”
    ExpiresByType image/svg+xml “access plus 1 year”
    ExpiresByType image/x-icon “access plus 1 year”

    # Video
    ExpiresByType video/mp4 “access plus 1 year”
    ExpiresByType video/mpeg “access plus 1 year”

    # CSS, JavaScript
    ExpiresByType text/css “access plus 1 month”
    ExpiresByType text/javascript “access plus 1 month”
    ExpiresByType application/javascript “access plus 1 month”

    # Manifest files
    ExpiresByType application/x-web-app-manifest+json “access plus 1 month”
    ExpiresByType text/cache-manifest “access plus 1 month”

    # Others
    ExpiresByType application/pdf “access plus 1 month”
    ExpiresByType application/x-shockwave-flash “access plus 1 month”

    ExpiresDefault “access 1 month”
    </IfModule>

    <IfModule mod_headers.c>
    Header set Expires “max-age=2592000, public”
    Header unset ETag
    Header set Connection keep-alive
    FileETag None
    </IfModule>

    Is there something else to do to remove the problem for this file ?
    Thanks,
    Vincent

    The page I need help with: [log in to see the link]

  • The topic ‘Leverage browser caching for site.webmanifest’ is closed to new replies.