Login to Add Sale!

Object Cache Pro (Redis)v 1.23.1

Last Updated on: March 18, 2025

Original price was: $79.00.Current price is: $6.80.

Note: The Product is Activated. This plugin is only for Pro Wordpress developers, please do not use this plugin if you do not have enough knowledge about database and redis cache. No technical support is provided by our team, please refer to the official documentation.

FULL DIRECTORY ACCESS PASS

Download this File and 8000+ other Premium Plugins, Themes at affordable Subscription Plans
subscribe now

WHAT YOU GET FROM OUR STORE
  • Provides Licensed under GPLv2 or Greater
  • 100% Original File from Author
Object Cache Pro (Redis)
$79.00 Original price was: $79.00.$6.80Current price is: $6.80.

Object Cache Pro Plugin

Object Cache Pro is a powerful caching plugin for WordPress that helps to improve the performance and speed of your website by reducing the load on your database and server. It’s designed to work with any WordPress website, including those with high traffic, e-commerce sites, and membership sites.

Key Features

  • Object Caching: Caches objects, such as posts, pages, and comments, to reduce the number of database queries and improve page load times.
  • Fragment Caching: Caches fragments of pages, such as headers and footers, to reduce the number of database queries and improve page load times.
  • Cache Invalidation: Automatically invalidates cached objects when they are updated, ensuring that your website always serves fresh content.
  • Cache Preloading: Preloads the cache with frequently accessed objects, reducing the load on your database and server.
  • Cache Statistics: Provides detailed statistics on cache performance, including hit rates, miss rates, and cache size.
  • Cache Purging: Allows you to purge the cache manually or automatically, ensuring that your website always serves fresh content.
  • Support for Popular Plugins: Supports popular plugins, such as WooCommerce, bbPress, and BuddyPress.
  • Customizable: Allows you to customize the caching behavior to fit your specific needs.

Benefits

  • Improved Performance: Object Cache Pro helps to improve the performance and speed of your website, reducing page load times and improving user experience.
  • Reduced Server Load: By reducing the number of database queries, Object Cache Pro helps to reduce the load on your server, improving overall website performance.
  • Increased Scalability: Object Cache Pro helps to improve the scalability of your website, allowing it to handle high traffic and large amounts of data.
  • Better SEO: By improving page load times, Object Cache Pro can help to improve your website’s search engine ranking and visibility.

Conclusion

Object Cache Pro is a powerful caching plugin that helps to improve the performance and speed of your WordPress website. With its advanced features, such as object caching, fragment caching, and cache invalidation, it’s an ideal solution for anyone looking to improve their website’s performance and scalability.

 

Object Cache Pro Plugin is a business class Redis object cache backend for WordPress. Add the following code in your wp-config.php before installing the plugin.

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);