What is "apc"

APC is a free and open source framework for PHP bytecode caching in shared memory. It accelerates code execution by reducing the need for Parsing and disk access when the same resource is requested more than once.

References