Skip to content
README.md 1.29 KiB
Newer Older
# WP Spider Cache

John James Jacoby's avatar
IS  
John James Jacoby committed
WP Spider Cache is your friendly neighborhood caching solution for WordPress. It uses Memcached to store both objects & page output.

If you are familiar with Batcache and WP Super Cache, you'll be right at home here.

It comes with:
* Support for registering multiple Memcached servers
* An administration UI for viewing cache data
* Ability to flush specific keys & groups
* Drop-ins for `object-cache.php` and `advanced-cache.php`

# Installation

* Download and install using the built in WordPress plugin installer.
* Optionally copy contents of `drop-ins` to your `wp-content` directory
* Optionally activate in the "Plugins" area of your admin by clicking the "Activate" link.
* No further setup or configuration is necessary.

# FAQ

John James Jacoby's avatar
John James Jacoby committed
### Does this work with on single-site, multi-site, and multi-network installations?
John James Jacoby's avatar
John James Jacoby committed
Yes. Yes. Yes.
John James Jacoby's avatar
John James Jacoby committed
### Does this work with BuddyPress, bbPress, and GlotPress?
John James Jacoby's avatar
John James Jacoby committed
Yes. Yes. Yes.
John James Jacoby's avatar
John James Jacoby committed
### What other plugins has this been tested with?
John James Jacoby's avatar
John James Jacoby committed
* EasyDigitalDownloads
* WooCommerce
* Jetpack
* All Stuttter plugins
* Keyring
John James Jacoby's avatar
John James Jacoby committed
### Credits

This plugin is largely inspired by:

* Memcached
* Batcache
* Super Cache
* Johnny Cache

### Where can I get support?

The WordPress support forums: https://wordpress.org/support/plugin/wp-spider-cache.

### Can I contribute?

Yes, please!