Black Friday Sale! Get 15% off on Lifetime Membership & Yearly Membership with code "Black2025". Buy Now

Object Cache Pro 1.21.1

Our new XYZTheme Automator plugin allows you to update all products directly from your WordPress panel. Know More
REGULAR UPDATES
Available
📃
VERSION
1.21.1
🗓️️️
UPDATED ON
30-June-2024
🔓
ACTIVATED
All Pro Features
Preview Demo

Original price was: $95.00.Current price is: $9.99. / 365 days

Object Cache Pro is a caching plugin for WordPress that enhances website performance. It stores data in memory via caching, allowing pages to be loaded faster by retrieving data from memory instead of the database, reducing the number of necessary database queries.

Subscription Plans

Get free access to over 18,500 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.