This document discusses how to improve PHP application performance using the APC opcode cache. Installing APC yields a performance gain with default settings by caching opcodes for faster execution. Further optimization includes increasing the shared memory size and disabling file stat checks, which requires a server restart when files change. Caching variables like database query results with APC can also boost performance. In conclusion, APC is an effective way to enhance PHP application speed with only minor configuration changes required.