PHP performance

OPcache for PHP

OPcache is one of the most important PHP performance features.

How it works

Compiled PHP bytecode is stored in memory.

Why it helps

The server does less repeated parsing and compilation.

With CMS

WordPress and shops benefit from OPcache together with page and object cache.