Title: Leverage browser cache F (14)
Last modified: August 24, 2016

---

# Leverage browser cache F (14)

 *  [posword](https://wordpress.org/support/users/posword/)
 * (@posword)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/leverage-browser-cache-f-14/)
 * [http://gtmetrix.com/reports/www.peterwade.com/YVk2NhU0](http://gtmetrix.com/reports/www.peterwade.com/YVk2NhU0)
 * The report from gtmetrix.com says that “expiration not specified” for quite a
   list of files. When I click on their “what is this link?” they suggest a lengthy
   list of directives for .htaccess:
 *     ```
       ## EXPIRES CACHING ##
       <IfModule mod_expires.c>
       ExpiresActive On
       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"
       ExpiresByType text/css "access plus 1 month"
       ExpiresByType application/pdf "access plus 1 month"
       ExpiresByType text/x-javascript "access plus 1 month"
       ExpiresByType application/x-shockwave-flash "access plus 1 month"
       ExpiresByType image/x-icon "access plus 1 year"
       ExpiresDefault "access plus 2 days"
       </IfModule>
       ## EXPIRES CACHING ##
       ```
   
 * On the other hand your plugin has added these lines:
 *     ```
       <ifModule mod_headers.c>
       Header unset ETag
       Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
       Header set Pragma "no-cache"
       Header set Expires "Mon, 29 Oct 1923 20:30:00 GMT"
       </ifModule>
       ```
   
 * Should I just replace your lines with their recommendations?
 * Thanks,
    Peter
 * [https://wordpress.org/plugins/wp-fastest-cache/](https://wordpress.org/plugins/wp-fastest-cache/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/leverage-browser-cache-f-14/#post-5974886)
 * You can do it but it won’t fix it. but you should try.

Viewing 1 replies (of 1 total)

The topic ‘Leverage browser cache F (14)’ is closed to new replies.

 * ![](https://ps.w.org/wp-fastest-cache/assets/icon-256x256.png?rev=2064586)
 * [WP Fastest Cache - WordPress Cache Plugin](https://wordpress.org/plugins/wp-fastest-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-fastest-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fastest-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fastest-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fastest-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fastest-cache/reviews/)

## Tags

 * [browser cache](https://wordpress.org/support/topic-tag/browser-cache/)
 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)

 * 1 reply
 * 2 participants
 * Last reply from: [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/leverage-browser-cache-f-14/#post-5974886)
 * Status: not resolved