Zend Optimizer+

The Zend Optimizer+ component speeds up PHP execution through opcode caching and optimization.

 

The Zend Optimizer+ improves PHP performance by storing precompiled script bytecode in the shared memory. This eliminates the stages of reading code from the disk and compiling it on future access. For further performance improvement, the stored bytecode is optimized for faster execution. This component works out-of-the-box and therefore does not require any configuration or changes to your code.

 

The Zend Optimizer+ speeds up PHP execution and increases server performance, resulting in better Web application performance.

 

optimizer_plus.png

This component is intended for PHP developers who run complex PHP applications and can benefit from bytecode caching (which is especially helpful for working with Zend Framework).

Note:

The Optimizer+ works exclusively with Apache or FastCGI environments (no CLI or CGI support).

 

 

Related Links

Related Links:

Working with the Optimizer+

Working with Components

Zend Optimizer+