Pages, mChat, TopFive (modified), Thanks for posts, Similar topics, some custom extensions made by me which are not loading the forum too heavily with a lot of queries.
opcache.validate_timestamps=0
Once loaded into RAM scripts are never loaded from disk. phpBB will invalidate individual files as required, e.g. cache files. Purging the cache from ACP will also completely purge OPcache. The caveat is if you upgrade or any uploaded php script with same name you need to purge old one(s) from OPcache.Code: Select all
$acm_type = 'phpbb\\cache\\driver\\file';
Code: Select all
$acm_type = 'phpbb\\cache\\driver\\memcached';
optimize table
(defragments) and analyze table
(improves indexing)