• Resolved futureyoon

    (@futureyoon)


    Hi

    I would like to check with you on object cache (redis) settings.

    I was wondering about ‘Store transients in database’, will this affect any performance as in with it, the performance would be better or might be lower?

    Your insights on this particular setting would be much appreciated.

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @futureyoon

    Thank you for reaching out and I am happy to help!

    Transients are temporary data pieces stored in the database for short periods, usually used by plugins or WordPress itself to cache specific values.

    If you use an external cache system (such as Redis or Memcached) alongside W3 Total Cache, the standard would be to store transients in that external cache alongside other object cache data. With this setting disabled, when you purge the object cache the cached transients in the external cache are also purged, even though they might still be valid. Enabling this setting prevents that issue by forcing all transients to be stored in the database so that they maintain their intended lifespan.

    This should make things much faster.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘trasients & speed’ is closed to new replies.