Title: [Plugin: WP Super Cache] hyperdb compatiblitiy
Last modified: August 19, 2016

---

# [Plugin: WP Super Cache] hyperdb compatiblitiy

 *  [ds123](https://wordpress.org/support/users/ds123/)
 * (@ds123)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/)
 * donncha or anyone that knows is this plugin compatible with a wordpress 3.1 /
   buddypress using HYPERDB plugin for multiple DBs?
 * w3 total cache is not according to plugin author
 * thanks!

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

 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/#post-1995529)
 * Yes, Supercache should work fine with that combination as it doesn’t interfere
   with hyperdb.
 *  Thread Starter [ds123](https://wordpress.org/support/users/ds123/)
 * (@ds123)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/#post-1995639)
 * thanks [@donncha](https://wordpress.org/support/users/donncha/) i’m almost ready
   to try it out …. on w3 total cache i was using opcode caching apc for database…
   on your plugin you don’t deal with caching any database stuff yes? does that 
   mean i should use memcache plugin with wp super cache and hyperdb?
 * thanks so much for the amazing plugin i just used your cdn feature for the first
   time (used your caching long time now) and cdn is beautiful working with multiple
   cnames etc
 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/#post-1995653)
 * Yeah, use the memcached plugin or db cache reloaded too but supercache only caches
   the page output, not anything in the db.
 *  Thread Starter [ds123](https://wordpress.org/support/users/ds123/)
 * (@ds123)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/#post-1995660)
 * thanks i’ve never set up master slave mysql databases before so this is a huge
   help to me and hopefully others …. i’m a little confused as to what memcached
   does …it seems like it also caches pages like yours does but stores them in memory
   instead of disk…. is that right? or is memcache plugin configured just for mysql
   database caching? (another thing i’m confused about mysql has caching of its 
   own so do i need to even look for database caching plugins for wordpress)
 * i have not looked at db cache reloaded but if that will help speep up queries
   in the master and slave for LOGGED IN users then that’s what i need to do
 * my configuration right now is
 * 1 web server running all php, apache, wordpress …and using its mysql server …
   then another server which is a bare bones mysql only server that is the slave….
   i am running wordpress, buddypress, wp-super cache (page caching and cdn) …. 
   hyperdb for load balancing …..now the piece i seem to be missing is database 
   caching which i’m thinking the memcached plugin OR db cache reloaded iw what 
   i need…. if you were me what would you use?
 * thanks!
 * PS i just went to the db cache reloaded plugin and lots of people saying its 
   broken for 3.1 [http://wordpress.org/support/topic/plugin-db-cache-reloaded-plugin-broken-with-wp-31?replies=32](http://wordpress.org/support/topic/plugin-db-cache-reloaded-plugin-broken-with-wp-31?replies=32)
 *  Thread Starter [ds123](https://wordpress.org/support/users/ds123/)
 * (@ds123)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/#post-1995661)
 * [@donncha](https://wordpress.org/support/users/donncha/) …. does memcache plugin
   for wordpress speed up queries for logged in users? i’m thinking your plugin 
   takes care of non logged in users with static html pages …. Ryan borens memcached
   plugin ..how does that work with wp super cache?
 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/#post-1995662)
 * The memcached plugin caches the output from queries, rather like mysql caches
   them but at a higher level. It’s worth using. That’s completely different to 
   Supercache which caches the whole page, higher level again!
 *  Thread Starter [ds123](https://wordpress.org/support/users/ds123/)
 * (@ds123)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/#post-1995673)
 * thanks so much for the reply … i tried the memcached plugin and it worked for
   awhile then the site stopped working and started downloading any requested php
   file instead of executing them…. when i deleted the object-cache.php file my 
   site came back …. i looked at the error logs and i actually opened one of the
   php files and saw it was inserting a php error before the doctype declaration:
   is this because of memcached do you think ? i have been scared to use again as
   i don’t know what caused this and never have seen anything like it …. any ideas
   would be great i know its not directly related to your plugin but i’m sure others
   will be wanting to use andy’s memcached plugin with yours. … now i’m thinking
   about trying the plugin for apc object cache nervous again but maybe worth a 
   try … i was getting great performance from apc using w3 total cache but can’t
   use that because of hyperdb incompatibility
 *  <b>Warning</b>: timezone_open() [[function.timezone-open](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/function.timezone-open?output_format=md)]:
   Unknown or bad timezone (A) in <b>/home/mysite.com/web/public/wp-includes/functions.
   php</b> on line <b>3875</b>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//
   EN” “[http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt](http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt);
 *  Plugin Author [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/#post-1995678)
 * Look at the error message, it’s something about timezones. I don’t recognise 
   the error but you might be able to fix it by setting your timezone in the WP 
   settings page.
 *  [veerbahadur](https://wordpress.org/support/users/veerbahadur/)
 * (@veerbahadur)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/#post-1995800)
 * I am facing a issue with W3TC and HyperDB. Is there any way to make it work for
   database cache?
 * Please help. Thanks

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

The topic ‘[Plugin: WP Super Cache] hyperdb compatiblitiy’ is closed to new replies.

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

 * 9 replies
 * 3 participants
 * Last reply from: [veerbahadur](https://wordpress.org/support/users/veerbahadur/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-super-cache-hyperdb-compatiblitiy/#post-1995800)
 * Status: not resolved