Hacker News new | ask | show | jobs
by marcofatica 1341 days ago
They're probably using PHP's built in opcache or something they rolled themselves

  OPcache improves PHP performance by storing precompiled script bytecode in shared memory
https://www.php.net/manual/en/intro.opcache.php
1 comments