Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

In the currentĀ .htaccess file we have special directives to cache all assets (javascript. stylesheets, images, icons) for 1 month. I think we also need to include font files in that list by adding following to theĀ <IfModule mod_expires.c> block:

ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
ExpiresByType application/x-font-opentype "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
ExpiresByType application/x-font-ttf "access plus 1 month"
ExpiresByType application/font-woff "access plus 1 month"

Related Tasks

  • No labels