making bbPress (and WordPress) work better!

APC to be replaced by Zend OptimizerPlus with PHP 5.5 release

There has been a growing discussion about this in PHP internals but now there is a semi-official wiki page explaining what is going to happen with the replacement of APC by Zend open-sourcing their OptimizerPlus opcode cache.

https://wiki.php.net/rfc/optimizerplus

Right now it’s only a “proposal” but if you look at the internals discussion, it’s almost certainly going to happen, it’s just a matter of “when” not “if”.

Given that the few people working on APC would mostly likely stop and focus instead on Optimizer+, APC is now in theory, doomed. Which is a bit crazy considering how much code is out there to take advantage of it’s user cache (which is significantly faster than say memcached on a local single server). OptimizerPlus has no user-cache shared memory support at all, it’s only an opcode cache.

Not sure why the benchmark uses “ancient” WordPress 2.1.1 but in theory this would give even the newest WordPress 3.5 a five to ten percent performance boost.

5 responses

  1. Pingback: WordPress 10% faster with Zend Optimizer Plus vs APC opcode cache « _ck_ says…

  2. Pingback: How to manually install the Zend Optimizer Plus Opcode Cache on PHP 5.4 « _ck_ says…

  3. Pingback: Zend Optimizer+ переведён в разряд свободных проектов и предложен для интеграции в PHP 5.5 : Записки начинающего линуксоида

  4. Pingback: Zend Optimizer+ переведён в разряд свободных проектов и предложен для интеграции в PHP 5.5 | AllUNIX.ru — Всероссийский портал о UNIX-системах

  5. thanks for share ops…

    June 12, 2013 at 12:12 am

Leave a comment