Site is slow with object caching on
-
I’m finding that my site is much slower if I activate object caching. With normal Page Caching on, I am seeing document load times at around half a second. If I also activate object caching, load times go up to around 10 seconds (document only).
I get the same response if I set memcache or memcached as my object cache. Redis does not work on my server. I can see in phpinfo that memcache and memcached are both installed and active.
I am not seeing any errors in the php-fpm or nginx error logs. Does anyone know how I can debug this problem?
The site is not publicly accessible, so I cannot share the URL.
- The topic ‘Site is slow with object caching on’ is closed to new replies.