PHP accelerator
A PHP accelerator is a PHP extension designed to improve the performance of software applications written in the PHP programming language. == Operation == Most PHP accelerators work by caching the compiled opcode/bytecode of PHP representation of php files to avoid the overhead of parsing and compiling source code on each request (some or even most of which may never be executed).