APC
APC is a system that reserves a zone of memory to cache bytecodes. When a request arrives at a PHP file, APC checks if that file is already in the cache, if it is cached and the file has not been modified since the last time it was cached, then the bytecode that is cached is executed. If not, APC will update the bytecode in cache so that the next requests are faster.