Cache Group Selection
-
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 !
- The topic ‘Cache Group Selection’ is closed to new replies.