-
Notifications
You must be signed in to change notification settings - Fork 16
/
readme.txt
189 lines (134 loc) · 6.85 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
=== WP Spider Cache ===
Author: Triple J Software, Inc.
Author URI: https://jjj.software
Donate link: https://buy.stripe.com/7sI3cd2tK1Cy2lydQR
Plugin URI: https://wordpress.org/plugins/wp-spider-cache
License URI: https://www.gnu.org/licenses/gpl-2.0.html
License: GPLv2 or later
Contributors: johnjamesjacoby
Tags: cache, memcache, memcached, object, output
Requires PHP: 7.2
Requires at least: 5.2
Tested up to: 5.8
Stable tag: 6.0.1
== Description ==
WP Spider Cache is your friendly neighborhood caching solution for WordPress. It uses Memcached to store both objects & page output.
It is heroic like Batcache & Super Cache, but younger, faster, and a natural web-slinger.
It comes with:
* Support for registering multiple cache servers
* An administration interface for viewing cache data
* Ability to flush specific keys & groups
* Drop-in plugins for `object-cache.php` & `advanced-cache.php`
= Also checkout =
Admin:
* [WP Chosen](https://wordpress.org/plugins/wp-chosen/ "Make long, unwieldy select boxes much more user-friendly.")
* [WP Comment Humility](https://wordpress.org/plugins/wp-comment-humility/ "Move the "Comments" menu underneath 'Posts'.")
* [WP Pretty Filters](https://wordpress.org/plugins/wp-pretty-filters/ "Make all filters match the Media & Attachments interface.")
* [WP Reset Filters](https://wordpress.org/plugins/wp-reset-filters/ "Adds a "Reset" button to all admin area filters.")
Media:
* [WP Media Categories](https://wordpress.org/plugins/wp-media-categories/ "Add categories to media & attachments.")
Multisite:
* [WP Multi Network](https://wordpress.org/plugins/wp-multi-network/ "Create many networks of many sites with any domains.")
* [WP Site Aliases](https://wordpress.org/plugins/wp-site-aliases/ "Create many networks of many sites with any domains.")
Posts:
* [WP Article Order](https://wordpress.org/plugins/wp-article-order/ "Move articles to the end of post titles.")
System:
* [LudicrousDB](https://wordpress.org/plugins/ludicrousdb/ "Minifies & concatenates enqueued scripts & styles.")
* [WP Enqueue Masher](https://wordpress.org/plugins/wp-enqueue-masher/ "Minifies & concatenates enqueued scripts & styles.")
* [WP Spider Cache](https://wordpress.org/plugins/wp-spider-cache/ "Your friendly neighborhood caching solution for WordPress.")
Terms:
* [WP Term Authors](https://wordpress.org/plugins/wp-term-authors/ "Authors for categories, tags, and other taxonomy terms.")
* [WP Term Colors](https://wordpress.org/plugins/wp-term-colors/ "Pretty colors for categories, tags, and other taxonomy terms.")
* [WP Term Families](https://wordpress.org/plugins/wp-term-families/ "Associate taxonomy terms with other taxonomy terms.")
* [WP Term Icons](https://wordpress.org/plugins/wp-term-icons/ "Pretty icons for categories, tags, and other taxonomy terms.")
* [WP Term Images](https://wordpress.org/plugins/wp-term-images/ "Pretty images for categories, tags, and other taxonomy terms.")
* [WP Term Locks](https://wordpress.org/plugins/wp-term-locks/ "Protect categories, tags, and other taxonomy terms from being edited or deleted.")
* [WP Term Order](https://wordpress.org/plugins/wp-term-order/ "Sort taxonomy terms, your way.")
* [WP Term Visibility](https://wordpress.org/plugins/wp-term-visibility/ "Visibilities for categories, tags, and other taxonomy terms.")
Users:
* [WP User Activity](https://wordpress.org/plugins/wp-user-activity/ "The best way to log activity in WordPress.")
* [WP User Alerts](https://wordpress.org/plugins/wp-user-alerts/ "Send alerts to users when new posts are published.")
* [WP User Avatars](https://wordpress.org/plugins/wp-user-avatars/ "Allow users to upload avatars or choose them from your media library.")
* [WP User Groups](https://wordpress.org/plugins/wp-user-groups/ "Group users together with taxonomies & terms.")
* [WP User Parents](https://wordpress.org/plugins/wp-user-parents/ "A user hierarchy for WordPress user accounts.")
* [WP User Preferences](https://wordpress.org/plugins/wp-user-preferences/ "Cascading user options with intelligent defaults.")
* [WP User Profiles](https://wordpress.org/plugins/wp-user-profiles/ "A sophisticated way to edit users in WordPress.")
* [WP User Signups](https://wordpress.org/plugins/wp-user-signups/ "An interface for managing user signups.")
* [WP User Tagline](https://wordpress.org/plugins/wp-user-tagline/ "Allow users to give themselves unique taglines.")
* [WP User Title](https://wordpress.org/plugins/wp-user-title/ "Allow users to give themselves unique titles.")
= Credits =
This plugin is largely inspired by:
* Memcached
* Batcache
* Super Cache
* Johnny Cache
== Screenshots ==
1. Admin UI
2. Servers
3. Data View
== 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 admin by clicking the "Activate" link.
* No further setup or configuration is necessary.
== Frequently Asked Questions ==
= 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? =
* Easy Digital Downloads
* Jetpack
* Keyring
* User Switching
* WooCommerce
= Where can I get support? =
* Community: https://wordpress.org/support/plugin/wp-spider-cache
* Development: https://github.com/stuttter/wp-spider-cache/discussions
== Changelog ==
= [6.0.1] - 2021-05-29 =
* Update author info
= [6.0.0] - 2017-05-20 =
* UI for copying drop-ins
= [5.0.0] - 2017-04-03 =
* Updated signup and signupmeta global cache groups
= [4.1.0] - 2016-11-20 =
* General code improvements
= [4.0.0] - 2016-10-24 =
* Add support for global LudicrousDB cache group
= [3.4.0] - 2016-10-18 =
* Fix key & group deletion from UI
* Move BuddyPress cache-groups to root site of network
= [3.3.0] - 2016-10-07 =
* Prevent fatal errors on WordPress 4.7
* Bump minimum WordPress version to 4.7
= [3.2.0] - 2016-09-22 =
* Prevent fatal errors if packaged drop-ins are not used
* Prevent fatal errors if supported back-ends are not installed
= [3.1.0] - 2016-09-08 =
* Add extended global cache groups
= [3.0.3] - 2016-08-22 =
* Yield to XDebug if enabled
* Improve output of pretty var_dump
= [3.0.2] - 2016-08-22 =
* Use correct callback functions
= [3.0.1] - 2016-08-21 =
* Fix bug relating to Thickbox refresh
= [3.0.0] - 2016-08-21 =
* Improved cache view using Thickbox
= [2.2.1] - 2016-07-29 =
* Asset bump
= [2.2.0] - 2016-07-29 =
* Refactoring throughout
* Adding caps
* Cache exempt cookie
= [2.1.1] - 2016-02-15 =
* Sanity checks for Memcached & drop-ins
= [2.1.0] - 2016-02-15 =
* Refactor drop-ins
* More accurate debug times
* More protective method scopes
* Better output cache encapsulation
* Rename a few old functions
= [2.0.0] - 2016-02-15 =
* Initial release