XCache Object Cache Backend

An object-cache implementation using the XCache extension.

Author:Pierre Schmitz (profile at wordpress.org)
WordPress version required:3.3.0
WordPress version tested:4.4
Plugin version:1.2.1
Added to WordPress repository:20-05-2012
Last updated:13-12-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:82
Rated by:9
Plugin URI:https://wordpress.org/extend/plugins/xcache/
Total downloads:8 218
plugin download
Click to start download

Using this Plugin WordPress is able to store certain regular used elements into a persistent cache. Instead of computing complex operations over and over again on every single page request, its result is stored in memory once and from then on fetched directly from the cache on future page requests.

Such an object cache will reduce access to your database and speed up page loading.

This implementation uses XCache's variable cache as backend.