Title: leverage browsing
Last modified: August 22, 2016

---

# leverage browsing

 *  Resolved [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/leverage-browsing/)
 * Currently have in my custom code
 *     ```
       # BEGIN WEBSITE SPEED BOOST
       # Time cheat sheet in seconds
       # A86400 = 1 day
       # A172800 = 2 days
       # A2419200 = 1 month
       # A4838400 = 2 months
       # A29030400 = 1 year
   
       # Test which ETag setting works best on your Host/Server/Website
       # with Firefox Firebug, Firephp and Yslow benchmark tests.
   
       # Create the ETag (entity tag) response header field
       #FileETag MTime Size
   
       # Remove the ETag (entity tag) response header field
       Header unset ETag
       FileETag none
   
       <IfModule mod_expires.c>
       ExpiresActive on
       ExpiresByType image/jpg A4838400
       ExpiresByType image/gif A4838400
       ExpiresByType image/jpg A4838400
       ExpiresByType image/png A4838400
       ExpiresByType application/x-shockwave-flash A4838400
       ExpiresByType application/x-javascript A4838400
       ExpiresByType application/javascript A4838400
       ExpiresByType text/javascript A4838400
       ExpiresByType text/css A4838400
       #ExpiresByType text/html A86400
       # Default is 2 days below so the line above is not needed / commented out
       ExpiresDefault A172800
       </IfModule>
       ```
   
 * If i want to add (according to page speed insights)
    [https://apis.google.com/js/api.js](https://apis.google.com/js/api.js)(
   30 minutes) [https://apis.google.com/js/platform.js](https://apis.google.com/js/platform.js)(
   30 minutes) [https://oauth.googleusercontent.com/…e:rpc:shindig.random:shindig.sha1.js?c=2](https://oauth.googleusercontent.com/…e:rpc:shindig.random:shindig.sha1.js?c=2)(
   60 minutes)
 * Could this be added in above code?
 * [https://wordpress.org/plugins/bulletproof-security/](https://wordpress.org/plugins/bulletproof-security/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/leverage-browsing/#post-5532387)
 * Those are external scripts on other websites. Caching code is only for things
   that are on your website. ie your website images, ie your website pages…
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/leverage-browsing/#post-5532394)
 * Right,so why is it Google keep suggesting setting these. Google can ask too much
   at times lol

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘leverage browsing’ is closed to new replies.

 * ![](https://ps.w.org/bulletproof-security/assets/icon-128x128.png?rev=1731938)
 * [BulletProof Security](https://wordpress.org/plugins/bulletproof-security/)
 * [Support Threads](https://wordpress.org/support/plugin/bulletproof-security/)
 * [Active Topics](https://wordpress.org/support/plugin/bulletproof-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bulletproof-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bulletproof-security/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mrppp](https://wordpress.org/support/users/mrppp/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/leverage-browsing/#post-5532394)
 * Status: resolved