https://github.com/stuttter/wp-spider-cache
Your friendly neighborhood caching solution for WordPress
https://github.com/stuttter/wp-spider-cache
cache memcache memcached wordpress
Last synced: about 2 months ago
JSON representation
Your friendly neighborhood caching solution for WordPress
- Host: GitHub
- URL: https://github.com/stuttter/wp-spider-cache
- Owner: stuttter
- License: gpl-2.0
- Created: 2016-02-15T11:46:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T21:18:51.000Z (9 months ago)
- Last Synced: 2025-03-30T17:08:15.438Z (about 2 months ago)
- Topics: cache, memcache, memcached, wordpress
- Language: PHP
- Size: 321 KB
- Stars: 134
- Watchers: 13
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Spider Cache
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 backend servers
* An administration interface for viewing cache data
* Ability to flush specific keys & groups
* Drop-in plugins for `object-cache.php` & `advanced-cache.php`# Installation
* Download and install using the built in WordPress plugin installer.
* Copy contents of `drop-ins` to your `wp-content` directory
* Activate in the "Plugins" area of your `wp-admin` by clicking the "Activate" link.
* Consider sponsoring future development by clicking "Sponsor".
* No further setup or configuration is necessary.# FAQ
### Does this work with on single-site, multi-site, and multi-network installations?
Yes. Yes. Yes.
### Does this work with BuddyPress, bbPress, and GlotPress?
Yes. Yes. Yes.
### What other plugins has this been tested with?
* EasyDigitalDownloads
* WooCommerce
* Jetpack
* All Stuttter plugins
* Keyring
* User Switching### Credits
This plugin is largely inspired by:
* Memcached
* Batcache
* Super Cache
* Johnny Cache### Where can I get support?
This plugin is free for anyone to use.
* Community: https://wordpress.org/support/plugin/wp-spider-cache
* Development: https://github.com/stuttter/wp-spider-cache/discussionsIf you require immediate assistance, please consider a paid support subscription.
### Contributing
Please [open a new issue](/pull/new/master) to discuss whether the feature is a good fit for the project. Once you've decided to work on a pull request, please follow the [WordPress Coding Standards](http://make.wordpress.org/core/handbook/coding-standards/).