Object Cache Pro (Redis)

Version 1.21.1 Updated on May 24, 2024

Facebook
Reddit
LinkedIn
Tumblr
Or buy single with 1 year manual updates

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

… Licensed under GPLv2 (or later) – learn more

DX Themes is not affiliated with developers (or any third-party) and trademark owners for plugins and themes listed on www.dxthemes.com

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

Original Files

GPL Licenced

Frequent Updates

Great Savings

Scroll to Top
In order to ensure the best possible experience, our website uses cookies. By continuing to browse the site you are agreeing to our use of cookies. Click here to read our GDPR-compliant Cookie Policy.