-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
59 lines (41 loc) · 1.62 KB
/
readme.txt
File metadata and controls
59 lines (41 loc) · 1.62 KB
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
=== SnapCache ===
Contributors: staticwebio
Tags: performance, speed, memcached, object cache
Requires at least: 6.4
Tested up to: 7.0
Stable tag: 1.0.1
Requires PHP: 8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
A high-performance persistent object cache powered by Memcached.
== Description ==
SnapCache accelerates WordPress by providing a fast, reliable persistent object cache backed by Memcached.
It dramatically reduces database load, speeds up page generation, and improves scalability under heavy traffic.
SnapCache is designed to be safe and fast.
See the Benchmarks section for performance results.
= Features =
* Persistent object cache using Memcached
* Automatic prefetching of frequently accessed keys
* WP-CLI commands for inspecting and managing the cache
* Continues to operate even if Memcached is unreachable
= Benchmarks =
Requests per second in a default WordPress installation. Comparison of object cache functionality only.
* **SnapCache v1.0.0 with Memcached - 387.0 req/sec**
* Redis Cache v2.7.0 - 367.1 req/sec
* LiteSpeed v7.6.2 with Redis - 218.6 req/sec
* LiteSpeed v7.6.2 with Memcached - 218.0 req/sec
== Requirements ==
* WordPress 6.4 or later
* PHP 8.1+ with the Memcached extension installed
* At least one accessible Memcached server
== Changelog ==
Full changelog available at https://github.com/staticweb-io/snapcache/blob/master/CHANGELOG.md
= 1.0.1 =
Indicate support for WordPress 7.0.
= 1.0.0 =
Initial submission to WordPress.org.
== Upgrade Notice ==
= 1.0.1 =
Indicate support for WordPress 7.0.
= 1.0.0 =
Initial submission to WordPress.org.