Mobile app version of vmapp.org
Login or Join
Jessie594

: 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

@Jessie594

Posted in: #GooglePagespeed #PageSpeed

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?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Jessie594

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme