Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 504799

Can Not Leverage Browser Caching for wp-json/wp/v2/web-app-manifest

$
0
0

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


Viewing all articles
Browse latest Browse all 504799

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>