Title: cmshelp's Replies | WordPress.org

---

# cmshelp

  [  ](https://wordpress.org/support/users/cmshelp/)

 *   [Profile](https://wordpress.org/support/users/cmshelp/)
 *   [Topics Started](https://wordpress.org/support/users/cmshelp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cmshelp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cmshelp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cmshelp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cmshelp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cmshelp/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Pingdom Says Leverage Browser Caching](https://wordpress.org/support/topic/pingdom-says-leverage-browser-caching/)
 *  [cmshelp](https://wordpress.org/support/users/cmshelp/)
 * (@cmshelp)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/pingdom-says-leverage-browser-caching/#post-8989855)
 * I believe I’m having the same issue…
 * If I change “Page Cache” from “**Disk:Enhanced**” to “**Disk:Basic**” the browser
   caching works fine.
 * I can see the .gz files are being generated when “Disk:Enhanced” is enabled, 
   and when I go to my .htaccess file and comment out this line:
 *     ```
       RewriteEngine On
       RewriteBase /
       RewriteCond %{HTTPS} =on
       RewriteRule .* - [E=W3TC_SSL:_ssl]
       RewriteCond %{SERVER_PORT} =443
       RewriteRule .* - [E=W3TC_SSL:_ssl]
       #RewriteCond %{HTTP:Accept-Encoding} gzip
       RewriteRule .* - [E=W3TC_ENC:_gzip]
       ```
   
 * The gzip compressed pages are served and it all works fine. Obviously I shouldn’t
   have this line commented out though because some requests won’t be from browsers
   capable of gzip.
 * [@braddelaney](https://wordpress.org/support/users/braddelaney/) can you see 
   if the problem still persists for you if you change the Page Cache to Disk:Basic?
 * I’m running Apache 2.4.5, and I’m unsure of how to debug this issue any further…

Viewing 1 replies (of 1 total)