Do I need memcached with Opcache ? Do I need memcached with Opcache ? wordpress wordpress

Do I need memcached with Opcache ?


OPcache is for accelerating code access. memcached is for accelerating data access. They are completely different, and completely independent.


While OpCache doesn't support the user-side caching functionality of APC, it can still be a useful tool, and so the Pecl module, APCU was extracted from the original. It's entirely compatible with the original, but leaves the zend-code cache for OpCache.