You can adjust the $no_redis_groups on your WP_Object_Cache object.
how to adjust array plugin? how to define certain plugin into array ?
thx in advance
At the moment you have to manually edit your /wp-content/object-cache.php file.
hi,
thx for the respond
at the moment, i’m confused what should i write in inside the array public $no_redis_groups = array( .. )
how to relate array value to the plugins that we dont want to be cached ?
for example, if i have plugin hello-dolly, to pass the cache should i write
$no_redis_groups = array(‘hello-dolly’,..) ?
once again, thx for ur kindness
Please ask the WPML support to assist you with this.
i mean in general,
like array in this class
$global_groups = array( ‘users’, ‘userlogins’, ‘usermeta’, ‘site-options’, ‘site-lookup’, ‘blog-lookup’, ‘blog-details’, ‘rss’ );
what is that array represent to?
The groups refer to the WordPress object cache groups. I’m not sure if there is any documentation on the, but you can find them across the entire WordPress code base.
hi..
yeah i just realize that, even by adding group that defined by wpml plugin, i still cant manage to get rid that errors
anyway, thanks for your answer..
still strugling to find a way 🙁
Caching is not an easy thing, I recommend you hire a skilled developer to help you with it.