Title: Browser Caching
Last modified: February 9, 2017

---

# Browser Caching

 *  Resolved [joneiseman](https://wordpress.org/support/users/joneiseman/)
 * (@joneiseman)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/browser-caching-5/)
 * When I check the performance of my site it indicates the following:
 * > The following cacheable resources have a short freshness lifetime. Specify 
   > an expiration at least one week in the future for the following resources:
   > 
   > [http://ourfamilybios.com/mafw_wp/wp-content/uploads/fvm/cache/footer-31cf9940-1486078303.min.js](http://ourfamilybios.com/mafw_wp/wp-content/uploads/fvm/cache/footer-31cf9940-1486078303.min.js)
   > [http://ourfamilybios.com/mafw_wp/wp-content/uploads/fvm/cache/footer-43961962-1486518162.min.js](http://ourfamilybios.com/mafw_wp/wp-content/uploads/fvm/cache/footer-43961962-1486518162.min.js)
   > [http://ourfamilybios.com/mafw_wp/wp-content/uploads/fvm/cache/header-46218c21-1486152480.min.js](http://ourfamilybios.com/mafw_wp/wp-content/uploads/fvm/cache/header-46218c21-1486152480.min.js)
 * Here’s what I have in my .htaccess file:
 * >  <IfModule mod_expires.c>
   >  ExpiresActive On ExpiresByType image/gif A29030400
   > ExpiresByType image/png A29030400 ExpiresByType image/jpeg A29030400 ExpiresByType
   > image/x-icon A29030400 ExpiresByType application/pdf A29030400 ExpiresByType
   > application/x-javascript A604800 ExpiresByType text/plain A86400 ExpiresByType
   > text/css A604800 ExpiresByType text/javascript A604800 </IfModule>
 * Is there something I can do to fix this?

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

 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/browser-caching-5/#post-8786611)
 * application/x-javascript is not be the correct mimetype for the js files as defined
   by your server. When I curl your url I get application/javascript instead.
 * Add another one:
    ExpiresByType application/javascript A604800
 *  Thread Starter [joneiseman](https://wordpress.org/support/users/joneiseman/)
 * (@joneiseman)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/browser-caching-5/#post-8786760)
 * Hi Raul,
 * That fixed the problem. Thanks for the tip!

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

The topic ‘Browser Caching’ is closed to new replies.

 * ![](https://ps.w.org/fast-velocity-minify/assets/icon-128x128.jpg?rev=1440946)
 * [Fast Velocity Minify](https://wordpress.org/plugins/fast-velocity-minify/)
 * [Support Threads](https://wordpress.org/support/plugin/fast-velocity-minify/)
 * [Active Topics](https://wordpress.org/support/plugin/fast-velocity-minify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fast-velocity-minify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fast-velocity-minify/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [joneiseman](https://wordpress.org/support/users/joneiseman/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/browser-caching-5/#post-8786760)
 * Status: resolved