Replies: 0
Hi Ruter and WordPress lovers, thanks for the awesome plugin. Unfortunately, I do not know how to leverage browser caching for this.
I added the following code in my .htaccess file, but I still get warning on GTmetrix. Please help me out.
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType application/x-font-woff “access plus 1 month”
ExpiresByType application/x-font-woff2 “access plus 1 month”
ExpiresByType application/vnd.ms-fontobject “access plus 1 month”
ExpiresByType application/manifest+json “access plus 1 week”
ExpiresByType application/x-web-app-manifest+json “access plus 0 seconds”
ExpiresByType text/cache-manifest “access plus 0 seconds”
ExpiresDefault “access 2 days”
</IfModule>
## EXPIRES CACHING ##
Thank you in advance