• Resolved fightsmarttrav

    (@fightsmarttrav)


    Is there a way to ONLY object cache the stuff in the back end… like the wp_options table, or the autoloaded stuff for every page, and leave anything alone that might effect the frontend of the site?

    That would be amazing. Thanks!

    The page I need help with: [log in to see the link]

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

    (@tillkruess)

    Hey! This has been asked many times before, and the answer is no you can’t because how how WordPress handle object caching.

    However you can add options to the list of ignore/non-persistent groups and that will prevent any wp_options adjacent data from being cached.

    Thread Starter fightsmarttrav

    (@fightsmarttrav)

    Thank you for the reply! On the contrary, Till, I ONLY want to cache wp_options. That’s the most important (only) table that I’m aware I should really be using object cache for… and I know for sure that it won’t break my membership plugin.

    Plugin Author Till Krüss

    (@tillkruess)

    Mhhh, there isn’t really a mechanism to only cache a single group. You’d need to list all groups in WP_REDIS_IGNORED_GROUPS that you want to ignore one by one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Only cache backend’ is closed to new replies.