I know the old recommendation from Jason says to disable any object caching, but I’m wondering if that’s still the case.
Is anyone using Redis or Memcached to cache db queries? I use that for all my non-s2 sites and would like to use the same server stack for all of the sites since I’m upgrading them all right now.
I’m wondering if object caching back then meant something different than caching db queries in memory now or if it’s that s2 still doesn’t purge entries.
@clavaque Any thoughts or future plans here?