A free and open source opcode cache for PHP improving performance by storing precompiled script bytecode in shared memory, removing the need for PHP to load and parse scripts on each request.
Alternative PHP Cache (APC) is a free, open source opcode cache for PHP. It is designed to improve the performance of PHP applications by caching bytecode of PHP scripts in memory, reducing the amount of time needed to parse and execute scripts on each request.
Some key features of APC include:
Overall, APC is a mature, stable and efficient opcode cache for optimizing PHP apps. It can provide substantial performance and scalability improvements for high traffic PHP sites and apps with minimal config changes. The active development community ensures continued support across future PHP versions.
Here are some alternatives to Alternative PHP Cache:
Suggest an alternative ❐