Opcache settings

calc files find . -type f -print | grep php | wc -l
in php.ini

opcache.memory_consumption=192
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=12000
opcache.revalidate_freq=0
; comment out in dev
;opcache.validate_timestamp=0 
opcache.fast_shutdown=1
opcache.enable_cli=1