Replies: 0
Hi,
I was wondering if it was possible to use the object cache (REDIS) feature but with the main caching feature disabled. I’m trying to make this plugin faster than Simple Cache and still can’t manage to achieve that after many months. I just keep waiting for newer LS cache versions hoping they improve it enough.
Here’s my best setup: Simple Cache plugin installed with full-page caching, object caching (REDIS), and GZIP on.
I have tried LS cache with these parameters:
– caching enabled
– caching enabled w/REDIS object cache
– caching disabled w/REDIS object cache
No matter what LS cache always seems a little slower, or a little sticky (especially on first load). Of course, I understand that is normal caching behavior but I’m just curious why a regular code-level caching plugin can beat a server-level caching plugin.