Skip to content

Object Cache Pro Plugin - 1.22.0

3,00 $

Developer: Till Krüss

Version: 1.22.0

In stock

Object Cache Pro Plugin - 1.22.0

3,00 $

A persistent object cache backend powered by Redis

Ulepsz działanie WordPressa dzięki najwyższej klasy dodatkowi dla pamięci podręcznej Object Cache Pro dla obiektów opartych na Redis. Kompatybilny z Predis, PhpRedis (PECL), Relay i innymi, obsługuje szereg funkcji, w tym replikację, wartowników, klastrowanie i integrację WP-CLI.

Key Features of Object Cache Pro

  • Designed for superior business performance
  • Maximum performance and customization
  • Optimized for pure speed
  • Strict adherence to WordPress API standards
  • Advanced serialization and compression techniques
  • Simplified troubleshooting with robust debugging and logging tools
  • Precise cache prefetching and detailed analysis
  • Comprehensive unit tests ensuring complete code coverage
  • Secure connections powered by TLS
  • Systematic status monitoring via WordPress and WP CLI
  • Greater performance with WooCommerce, Jetpack and Yoast SEO

Dive into the features of Object Cache Pro.

Default connection settings

Object Cache Pro bez trudu łączy się z Redis przez TCP pod adresem 127.0.0.1:6379, domyślnie jest to baza danych 0. Zmodyfikuj te ustawienia, aby dostosować je do swoich wymagań, odwiedzając stronę wiki dotyczącą parametrów połączenia.

Customizable configuration

Ta wtyczka oferuje szerokie możliwości konfiguracji, w tym prefiksy kluczy i maksymalną żywotność klucza. Odkryj wszystkie możliwości konfiguracji na stronie wiki opcji konfiguracji.

Advanced replication and clustering

Korzystaj z zaawansowanych funkcji, takich jak replikacja, fragmentowanie lub klastrowanie, w PHP7 lub nowszym. Sprawdź dokumentację Predis lub PhpRedis oraz stronę wiki dotyczącą replikacji i klastrowania, aby uzyskać szczegółowe informacje.

WP-CLI support

Aby uzyskać pełną listę poleceń WP-CLI obsługiwanych przez Object Cache Pro, odwiedź stronę wiki dotyczącą poleceń WP CLI.

Example recommended configuration (must be added to 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);
GO TO PAGE

New software versions are usually available within a few days. New versions can be downloaded at downloads panel or on product pages (while logged in).

If there is no information about the current version number under the developer's name on the product page, you can check it for plugins here , and for templates here.

You can also update multiple plugins and templates with just one click! Only SSH and FTP access is required. You will find more information here.

The option of sending update requests is available only to logged in users.