0.10.0 – memcache problem
-
With the change to memcache in the latest 0.10.0 update we found that object caching is not working properly.
Most noticeable: admin-ajax.php takes around 10-20 seconds more to load (waiting for the Cache_Memcached->get function).
We use memcache also for page and database caching, but those work just fine.
Turning off only object caching fixed the issue on all websites we tested on.
Is there anything we can do to turn off the latest changes, or something we can do server-side to make it work as intended?We’re using the memcached 3.1.3 (libmemcached 1.0.18) php extension, on php 7.2.22 fpm, apache, with a memcache server running on the same machine.
- The topic ‘0.10.0 – memcache problem’ is closed to new replies.