Title: WP Supercache compatible?
Last modified: August 20, 2016

---

# WP Supercache compatible?

 *  [James Revillini](https://wordpress.org/support/users/jrevillini/)
 * (@jrevillini)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-compatible/)
 * Hi Raul,
    I was about to upgrade the plugin, which I haven’t done since I made
   those changes back in 1.0, but I saw in the changelog that you’d taken out some
   of my contributions. Did you rewrite it so that there is compatibility with caching
   plugins? If so, I suggest stating that there is compatibility with caching plugins
   in the FAQ.
 * Thanks!
 * [http://wordpress.org/extend/plugins/awebsome-browser-selector/](http://wordpress.org/extend/plugins/awebsome-browser-selector/)

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

 *  Plugin Author [Raul Illana](https://wordpress.org/support/users/raulillana/)
 * (@raulillana)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401506)
 * Hi mate!
 * It works fine for all my installs (about +200) with W3TC, and I had no other 
   complains about this, so…
 * Drop me a line if it’s not working with WPSC and I’ll try to fix it.
 * Best!
    **R**
 *  [haleeben](https://wordpress.org/support/users/haleeben/)
 * (@haleeben)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401681)
 * G’Day
 * Any news on whether it is compatible with WP Super Cache or Hyper Cache?
 * Thanks
 *  Plugin Author [Raul Illana](https://wordpress.org/support/users/raulillana/)
 * (@raulillana)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401686)
 * Hi haleeben.
 * As I said up, no complaints until now.
 * So if you’re so kind, please give it a try and let us know your feedback. 😉
 * Best!
    **R**
 *  [haleeben](https://wordpress.org/support/users/haleeben/)
 * (@haleeben)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401687)
 * Hey Raul
    I gave it try with WP Super Cache and it doesn’t work, it stores the
   class name’s for the browser when the page is cached. I tried with W3TC using
   the Page Cache setting enabled and it didn’t work, it did the same thing. bummer
   🙁
 *  Plugin Author [Raul Illana](https://wordpress.org/support/users/raulillana/)
 * (@raulillana)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401688)
 * Hi again haleeben.
 * As I said, +200 blogs on W3TC + Varnish working with no problems actually.
 * Here, some sites on our network to check out (as you can see, the body tags change
   for each browser, so I’m pretty sure no JS needed for this as [@jrevillini](https://wordpress.org/support/users/jrevillini/)
   patched):
    - [http://www.actualidadiphone.com](http://www.actualidadiphone.com)
    - [http://www.actualidadipad.com](http://www.actualidadipad.com)
    - [http://www.actualidadgadget.com](http://www.actualidadgadget.com)
 * Anyway, take care that W3TC does not work with shared hostings (and also with
   local ones, imo). Maybe that’s why you can’t get it to work?
 * In other hand, as I understand how the cache works, the page is firstly created
   from scratch and then cached the first time you open it, so the classes are applied
   before the cache creates it.
 * Must say that [this is a mess](https://www.google.es/webhp?sourceid=chrome-instant&ion=1&ie=UTF-8#hl=es&safe=off&tbo=d&output=search&sclient=psy-ab&q=wordpress%20body_class%20cache&oq=&gs_l=&pbx=1&fp=6852d3906d6c4157&ion=1&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.&bvm=bv.42452523,d.d2k&biw=1919&bih=959).
   That’s why default themes use in-theme filters. :\
 * PS: Remember there’s a bug with IE not working that will be fixed, hoping I get
   time, this weekend.
 * Best!
    **R**
 *  Thread Starter [James Revillini](https://wordpress.org/support/users/jrevillini/)
 * (@jrevillini)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401717)
 * I’ve written an add-on plugin that gets installed side-by-side with ABS to overcome
   caching issues. Mine is called [Awebsome Browser Selector for CACHING](http://wordpress.org/extend/plugins/awebsome-browser-selector-for-caching/).
 * Raul, I know you don’t think a JS solution is necessary, but I can tell you from
   experience and haleeben’s testimony: ABS doesn’t work with WP Super Cache and
   anything that caches and serves the entire page.
 * My guess is that it depends which type of caching you employ. Even with W3TC,
   if you turn on page caching (there is also JS and CSS caching), there are documented
   issues with dynamic body classes[[1](http://wordpress.org/support/topic/w3-total-cache-and-user-depended-parameters-inside-the-html?replies=6)][
   [2](http://wordpress.org/support/topic/social-plugin-and-thematic-theme?replies=10)].
 * Varnish is a whole different animal. It’s extremely advanced and does have ways
   to do per-user-agent caching, but it needs to be set up[[3](http://bridgecitystudio.com/tutorials/configuring-varnish-cache-user-agent-pressflow)].
 * I posit that my plugin is the fastest and easiest way to configure ABS to work
   on a site that employs page caching.
 *  [haleeben](https://wordpress.org/support/users/haleeben/)
 * (@haleeben)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401718)
 * Hey James
 * Looking forward to trying it out.
 * Thanks
 *  Thread Starter [James Revillini](https://wordpress.org/support/users/jrevillini/)
 * (@jrevillini)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401719)
 * 1. Make sure you get 1.0.2 as there was an issue with the AJAX call in 1.0.1
   
   2. Make sure you clear your WP cache one time after installation of my plugin,
   just to be sure that my code is run to add some JS to the <head>.
 * Please post your results!
 *  [haleeben](https://wordpress.org/support/users/haleeben/)
 * (@haleeben)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401720)
 * Hey James
 * From my testing so far it works great, great job.
 *  Thread Starter [James Revillini](https://wordpress.org/support/users/jrevillini/)
 * (@jrevillini)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401725)
 * Thanks. Please [rate the plugin](http://wordpress.org/support/view/plugin-reviews/awebsome-browser-selector-for-caching?rate=5#postform)
   if you have a second.
 *  Plugin Author [Raul Illana](https://wordpress.org/support/users/raulillana/)
 * (@raulillana)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401726)
 * Hey people.
 * Cool. I’ve noticed we’re not caching with W3TC really.
 * I’m very bussy right now, but I’ll take a look to include it again in a new release.
 * Best!
    **R**

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

The topic ‘WP Supercache compatible?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/awebsome-browser-selector.svg)
 * [Awebsome! Browser Selector](https://wordpress.org/plugins/awebsome-browser-selector/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/awebsome-browser-selector/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/awebsome-browser-selector/)
 * [Active Topics](https://wordpress.org/support/plugin/awebsome-browser-selector/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/awebsome-browser-selector/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/awebsome-browser-selector/reviews/)

 * 11 replies
 * 3 participants
 * Last reply from: [Raul Illana](https://wordpress.org/support/users/raulillana/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/wp-supercache-compatible/#post-3401726)
 * Status: not a support question