PHP OPcache
PHP's built-in opcode cache: it keeps the compiled form of your scripts in shared memory, so each request skips re-parsing and re-compiling every file. Typical effect on a WordPress or Laravel app is a 2–3× throughput gain for one ini setting. There is no reason to run production PHP without it — and no serious host does.