Add version to font url
-
Hello,
many thanks for the great plugin. It really improve performance.
I’d be happy to improve performance even more caching font files on client side adding expiration date through mod_expires.c in .htaccess like:
ExpiresByType font/woff2 “access 365 day”I don’t like to set Cache-Control “must-revalidate” because it significantly drops cache optimization.
The problem is that if font files change cache would clean up but if url (in <link) had version parameter based, say, on file date the problem would exists.
Could you add version parameter to <link like:
<link html=”….woff2?ver=1455555999′
and to css-file correspondingly, please
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.