Y
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
chx
1341 days ago
opcache is definitely on
https://github.com/dunglas/frankenphp/blob/f97f56d45a403342b...
link