BACK TO DIRECTORY

Yac Object Cache

by laruence

0.0
(0 ratings)

Yac keeps the cache in shared memory inherited by every PHP-FPM worker on the machine, so a read is a hash lookup in local memory — no cache server, no socket, no network.

Highlights

  • Fast. No socket, no network, no global lock — per-slot CAS, so throughput scales with workers. A 0.005 ms round trip, and ~19% faster page renders than the Memcached drop-in (141.6 vs 118.7 req/s).
  • Nothing to operate. No cache server to install, secure, monitor or restart.
  • Health you can read. Hit rate, hits and misses charted over Today / Yesterday / Last 7 days, with a diagnosis that also says when not to add memory.
  • Fails soft. No extension, or yac.enable=0, degrades to a per-request cache and the site keeps serving.

Best fit

Single-node or few-node installs where all PHP workers share a machine. For multi-server clusters needing cross-node consistency, a network cache (Memcached/Redis) suits better.

Screenshots

Dashboard widget: hit rate, uptime, key slots, values occupied and the 24-hour counters.

Dashboard widget: hit rate, uptime, key slots, values occupied and the 24-hour counters.

Tools → Yac Object Cache: the status bar, with the live shared-memory round trip.

Tools → Yac Object Cache: the status bar, with the live shared-memory round trip.

Tools → Yac Object Cache: cache status — hit rate, hits and misses over Today / Yesterday / Last 7 days, with the capacity diagnosis on hover.

Tools → Yac Object Cache: cache status — hit rate, hits and misses over Today / Yesterday / Last 7 days, with the capacity diagnosis on hover.

Tools → Yac Object Cache: shared memory contents — keys-by-group pie, occupancy totals and the largest (or hottest) entries, each clickable for the entry inspector.

Tools → Yac Object Cache: shared memory contents — keys-by-group pie, occupancy totals and the largest (or hottest) entries, each clickable for the entry inspector.

Plugin Details

Active Installs
0
Total Downloads
117
Version
1.3.0
Requires WP
5.6
Requires PHP
7.0
Tested Up To
7.1
Added
2026-09-02
Last Updated
2026-09-10 5:09am GMT

Ratings

5
0
4
0
3
0
2
0
1
0