- A PHP extension that improves performance by storing precompiled script bytecode in shared memory, eliminating the need to parse and compile PHP scripts on every execution. When a PHP script runs for the first time, OPcache compiles it into opcode (machine-readable bytecode) and caches it in memory; subsequent requests retrieve the cached opcode directly, significantly reducing CPU usage, memory consumption, and page load times. OPcache was originally developed by Zend.
This term is sponsored by: your name/company?
- Previous term: OOPIF
- Next term: Opcode
- Random term: Menu (webglossary.info/random 🎲)