PHP7FPM-OPcache文件缓存与内存缓存性能

PHP7FPM-OPcache文件缓存与内存缓存性能,php,performance,php-7,fpm,opcache,Php,Performance,Php 7,Fpm,Opcache,我已经在php fpm 7中使用OPcache一段时间了,效果很好 我一直想知道启用opcache.file\u cache和opcache.file\u cache\u only选项对性能有何影响 有什么基准吗? 有人试过生产吗 我的其他设置: opcache.enable=1 opcache.memory_consumption=192 opcache.revalidate_freq=180 opcache.interned_strings_buffer=12 opcache.max_acc

我已经在php fpm 7中使用OPcache一段时间了,效果很好

我一直想知道启用
opcache.file\u cache
opcache.file\u cache\u only
选项对性能有何影响

有什么基准吗?
有人试过生产吗

我的其他设置:

opcache.enable=1
opcache.memory_consumption=192
opcache.revalidate_freq=180
opcache.interned_strings_buffer=12
opcache.max_accelerated_files=6000
opcache.fast_shutdown=1
致意