This is an old revision of the document!


PHP Opcode Caching: General Overview

This wiki will cover the basic of opcode caching — what it does and its limitations.

Opcode caches speed up PHP by caching the compiled opcode of PHP scripts. The server can then use this opcode to respond to requests for a PHP script instead of parsing and compiling the source code for each request.

This opcode is stored

  • Admin
  • Last modified: 2014/05/20 21:21
  • by Michael Armstrong