List of PHP accelerators
This is a list of PHP accelerators. == Alternative PHP Cache (APC) == Alternative PHP Cache is a free and open (PHP license) framework that caches the output of the PHP bytecode compiler in shared memory, thus reducing parsing and disk I/O overhead for later requests; and a shared memory cache for user data.