New

Automatic updates are here! The free XYZTheme Updater keeps all your WordPress themes & plugins up to date — right from your dashboard, in one click. Auto-updates are here! All your WordPress themes & plugins, updated in one click.

Get it free

Object Cache Pro 1.25.6

🧑‍💻️️️
🛡
SCAN REPORT
⏱️️️️
UPDATED ON
29-July-2026
⚙️️
VERSION
1.25.6
🔓
ACTIVATED
All Pro Features
Sales Page

$9.99 / 365 days

Object Cache Pro is an advanced caching plugin designed for WordPress, significantly enhancing website performance by utilizing in-memory data storage. By caching data, it allows pages to load faster, as information is retrieved from memory instead of querying the database. This reduction in database queries leads to improved site speed and a better user experience, making it an essential tool for optimizing WordPress sites.

Subscription Plans

Get free access to over 23,000+ premium products on our website. As long as your plan is active, all new releases are included. Plus, you’ll receive access to the XYZTheme Updater plugin, which allows you to update all your themes and plugins directly from your WordPress dashboard.

Note: This plugin is intended for professional WordPress developers only. Do not use this plugin if you lack sufficient knowledge of databases and Redis cache. Our team does not provide technical support. Please consult the official documentation for assistance.

Note: The Product is Activated.

Before installing this plugin, add the following code in your “wp-config.php”.

define(‘WP_REDIS_CONFIG’, [
‘token’ => ‘e279430effe043b8c17d3f3c751c4c0846bc70c97f0eaaea766b4079001c’,
‘host’ => ‘127.0.0.1’,
‘port’ => 6379,
‘database’ => 0, // change for each site
‘maxttl’ => 3600 * 24 * 7, // 7 days
‘timeout’ => 1.0,
‘read_timeout’ => 1.0,
‘split_alloptions’ => true,
‘debug’ => false,
]);
define(‘WP_REDIS_DISABLED’, false);

Object Cache Pro – Main Features

  • High-Performance Focused: Object Cache Pro was created with a focus on raw performance, to minimize unneeded Redis reads/writes and maintain a small memory size.
  • Thoroughly Tested: Object Cache Pro undergoes extensive testing, with over 1500 test cases and full coverage. It is verified on all supported PHP versions (7.2 – 8.1) and both single instances and Redis clusters (4.0 – 7.0) before any code changes are made.
  • Optimized for WooCommerce: Object Cache Pro has undergone extensive testing and optimization for WooCommerce. To ensure customer satisfaction, we continuously monitor the WooCommerce codebase and upcoming releases for any potential caching issues.
  • Troubleshooting & Logging: When encountering issues, debugging and logging can be a lifesaver. Object Cache Pro offers opt-in logging and informative error reporting to make it easy to identify the problem. Additionally, you have the option to use your own PSR-3 logger.
  • Fully API Compliant: Object Cache Pro strictly adheres to the WordPress Object Cache API to prevent confusion and reduce the risk of error-prone return values.
  • Smooth Integration: Object Cache Pro seamlessly integrates with WordPress and its dashboard widget makes interactions effortless. The integration with Site Health, WP CLI commands, Query Monitor, and Debug Bar panels provides a comprehensive insight into your cache and its performance.
  • and many more.