Object cache – store transients
-
Hi,
Can you please explain to me how object cache and the
Store Transients
setting work?I simply cannot find a comprehensive answer in your documentation or on the internet.
My server uses Redis as method and it works alright.
By default,
Persistent Connection
andStore Transients
settings areON
. And from what I’ve noticed, hundreds of transients get stored inwp_options
in this case. If I turnStore Transients
toOFF
, those transients are no longer stored inwp_options
, but the backend admin pages are now loading very slow.I thought that, with object cache, transients would be stored in the memory or somewhere else.
So how exactly does this work?
Please note that I am quite a beginner in programming.
Many thanks,
Mike
- The topic ‘Object cache – store transients’ is closed to new replies.