Thank you @tillkruess for your support, much appreciated!
Yes, the issue was caused by the Performance Lab plugin overwriting the /wp-content/object-cache.php
as documented here: https://www.ads-software.com/support/topic/plugin-overwrites-existing-third-party-wp-content-object-cache-php/
To solve this issue, I disabled the Performance Lab plugin, then activated Redis Object Cache and added this line:
define( 'PERFLAB_DISABLE_OBJECT_CACHE_DROPIN', true );
Then activated Performance Lab plugin and everything is working fine.
I have noticed that you just released a new version 2.2.4 to fix this issue (Prevent Perflab from overwriting the object cache drop-in), right?
Last, I want to confirm that I am all set here. Please find below the copy of my Diagnostics page after fixing the Drop-In issue and installing Redis on my Linux Debian server. Could you please confirm?
I am seeing that everything is working as expected, and the performance is great.
Do I still need to install PhpRedis as well?
Many Thanks!!!
Status: Connected
Client: Predis (v2.1.1)
Drop-in: Valid
Disabled: No
Ping: PONG
Errors: []
PhpRedis: Not loaded
Relay: Not loaded
Predis: 2.1.1
Credis: Not loaded
PHP Version: 7.4.13
Plugin Version: 2.2.4
Redis Version: 5.0.14
Multisite: No
Metrics: Enabled
Metrics recorded: 548
Filesystem: Working
Global Prefix: "wp_"
Blog Prefix: "wp_"
WP_REDIS_PLUGIN_PATH: "/opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/redis-cache"
Global Groups: [
"blog-details",
"blog-id-cache",
"blog-lookup",
"global-posts",
"networks",
"rss",
"sites",
"site-details",
"site-lookup",
"site-options",
"site-transient",
"users",
"useremail",
"userlogins",
"usermeta",
"user_meta",
"userslugs",
"redis-cache",
"blog_meta"
]
Ignored Groups: [
"counts",
"plugins",
"themes",
"wordfence",
"wordfence-ls",
"WPForms_Entry_Handler"
]
Unflushable Groups: []
Groups Types: {
"blog-details": "global",
"blog-id-cache": "global",
"blog-lookup": "global",
"global-posts": "global",
"networks": "global",
"rss": "global",
"sites": "global",
"site-details": "global",
"site-lookup": "global",
"site-options": "global",
"site-transient": "global",
"users": "global",
"useremail": "global",
"userlogins": "global",
"usermeta": "global",
"user_meta": "global",
"userslugs": "global",
"redis-cache": "global",
"counts": "ignored",
"plugins": "ignored",
"themes": "ignored",
"blog_meta": "global",
"wordfence": "ignored",
"wordfence-ls": "ignored",
"WPForms_Entry_Handler": "ignored"
}
Drop-ins: [
"Redis Object Cache Drop-In v2.2.4 by Till Krüss"
]