Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    You can adjust the $no_redis_groups on your WP_Object_Cache object.

    Thread Starter masoema

    (@masoema)

    how to adjust array plugin? how to define certain plugin into array ?

    thx in advance

    Plugin Author Till Krüss

    (@tillkruess)

    At the moment you have to manually edit your /wp-content/object-cache.php file.

    Thread Starter masoema

    (@masoema)

    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

    Plugin Author Till Krüss

    (@tillkruess)

    Please ask the WPML support to assist you with this.

    Thread Starter masoema

    (@masoema)

    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?

    Plugin Author Till Krüss

    (@tillkruess)

    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.

    Thread Starter masoema

    (@masoema)

    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 ??

    Plugin Author Till Krüss

    (@tillkruess)

    Caching is not an easy thing, I recommend you hire a skilled developer to help you with it.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘wpml cannot be use if plugin activated’ is closed to new replies.