OPcache was previously disabled in development to ensure no stale cached PHP. However, there are still performance benefits to having OPcache enabled with a revalidate_freq of 0 which will result in OPcache checking for updates on every request (instead of the default of 60 in production).
Closes #1442
OPcache was previously disabled in development to ensure no stale cached PHP. However, there are still performance benefits to having OPcache enabled with a
revalidate_freq
of0
which will result in OPcache checking for updates on every request (instead of the default of60
in production).