DEV Community

Discussion on: Classification of computer languages (III)

Collapse
 
cviniciussdias profile image
Vinicius Dias • Edited

Yes, opcache is persistent.

Each PHP execution is independent: Yes. That's one of the main things that makes it perfect for serverless.

But it doesn't make it impossible to store the "compiled" files.

I invite you to read a bit about opcache, preloading and JIT in PHP.

:-D