![Jessie594](https://vmapp.org/images/player/000default.jpg)
: How to leverage browser caching on social media buttons? I already have browser leverage caching on my website but it its not working for my social media buttons. Leverage browser caching for
I already have browser leverage caching on my website but it its not working for my social media buttons.
Leverage browser caching for the following cacheable resources:
syndication.twitter.com/settings (10 minutes)
connect.facebook.net/en_EN/sdk.js (20 minutes)
platform.twitter.com/widgets.js (30 minutes)
www.google-analytics.com/analytics.js (2 hours)
My htacces:
<IfModule mod_expires.c>
## Turing expirations on ##
ExpiresActive On
## Images ##
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
## CSS ##
ExpiresByType text/css "access plus 1 month"
## PDF ##
ExpiresByType application/pdf "access plus 1 month"
## JS & Flash ##
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
## Favicon ##
ExpiresByType image/x-icon "access plus 1 year"
## Default ##
ExpiresDefault "access plus 2 days"
</IfModule>
How can i leverage the browser caching for the social media buttons aswel?
More posts by @Jessie594
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.