Reminder on OPCodes caches
PHP is a scripting language, that by default will compile any file you ask it to
run, obtain OPCodes [http://blog.jpauli.tech/2015/02/05/zend-vm-executor.html] from
compilation, run them, and trash them away immediately.
PHP has been designed like that : it "forgets&