Title: Browser caching enabled
Last modified: September 1, 2020

---

# Browser caching enabled

 *  Resolved [marcello.brunaldi](https://wordpress.org/support/users/gamma42/)
 * (@gamma42)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/browser-caching-enabled/)
 * Hi there,
    I am using Hummingbird in combination with Autoptimize and Sg Optimizer.
   Sometimes I experience some conflicts which are solved by flushing all the caches.
   I see now in Hummingbird Browser caching enabled (page caching is not active).
   Is there a way to disable the Browser caching? I don’t see an option to switch
   it off.
 * Thank you for your help
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbrowser-caching-enabled%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/browser-caching-enabled/#post-13346698)
 * Hello [@gamma42](https://wordpress.org/support/users/gamma42/) ,
 * Hummingbird can recognize browser caching even it was enabled by another plugin.
   Or it can’t disable it because it was enabled manually. You can check the .htaccess
   file and look for code like that:
 *     ```
       <IfModule mod_expires.c>
       ExpiresActive On
       ExpiresDefault A0
   
       <FilesMatch "\.(txt|xml|js)$">
       ExpiresDefault A31536000
       </FilesMatch>
   
       <FilesMatch "\.(css)$">
       ExpiresDefault A31536000
       </FilesMatch>
   
       <FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$">
       ExpiresDefault A31536000
       </FilesMatch>
   
       <FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$">
       ExpiresDefault A31536000
       </FilesMatch>
       </IfModule>
   
       <IfModule mod_headers.c>
         <FilesMatch "\.(txt|xml|js)$">
          Header set Cache-Control "max-age=31536000"
         </FilesMatch>
   
         <FilesMatch "\.(css)$">
          Header set Cache-Control "max-age=31536000"
         </FilesMatch>
   
         <FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$">
          Header set Cache-Control "max-age=31536000"
         </FilesMatch>
   
         <FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$">
          Header set Cache-Control "max-age=31536000"
         </FilesMatch>
       </IfModule>
       ```
   
 * and remove it. That should disable browser caching.
 * kind regards,
    Kasia

Viewing 1 replies (of 1 total)

The topic ‘Browser caching enabled’ is closed to new replies.

 * ![](https://ps.w.org/hummingbird-performance/assets/icon-256x256.gif?rev=2633221)
 * [Hummingbird Performance - Cache & Page Speed Optimization for Core Web Vitals | Critical CSS | Minify CSS | Defer CSS Javascript | CDN](https://wordpress.org/plugins/hummingbird-performance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hummingbird-performance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hummingbird-performance/)
 * [Active Topics](https://wordpress.org/support/plugin/hummingbird-performance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hummingbird-performance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hummingbird-performance/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/browser-caching-enabled/#post-13346698)
 * Status: resolved