How to enable Zend Optimiser+ with Batcache

I am using Batcache with APC Object Cache Backend so far. A lot of posts on internet claiming that using Zend Optimizer instead of APC would reduce CPU and memory usage. I could enable Zend Optimizer on my server. But I haven’t found a plugin or workaround to make Batcache works with Zend Optimizer.

Is that a “Zend Optimizer Object Cache Backend” for Batcache? How to make Batcache use Zend Optimizer?

Read More

Thank you.

Related posts

Leave a Reply

1 comment

  1. Zend Optimizer+, or rather OPcache module as it is formally called included in PHP, is purely opcode cache. It doesn’t implement key-value store and cannot be used as object cache back-end in WordPress.