• Resolved todiadiyatmo

    (@todiadiatmo)


    Hi !
    I’ve been using the plugin on production site and runs great !
    Our site running into some serious traffic and the object cache from is generating tons of traffic (from redis server to php worker).

    I analyze the redis with monitor command and digging into the code, i understand that by using this plugin my of mysql operation is now move into redis. there are many key group (post,comment,term ,etc).

    I have an idea to create a option panel in your plugin to choose which group to cache and which are not, the goal is to reduce the ammount of redis call and redis bandwidth. For example maybe i decided to not cache “post” group on one site, but activated this cache group on other site.

    Do you interested in this feature ? i will develop this and create a pull request if you want.

    Cheers !

    https://www.ads-software.com/plugins/redis-cache/

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

    (@tillkruess)

    Thanks!

    You can already access $global_groups and $no_redis_groups via the $wp_object_cache global variable.

    However I’ll support the use of constants in the next release to set them directly in your config.

Viewing 1 replies (of 1 total)
  • The topic ‘Cache Group Selection’ is closed to new replies.