That's not typical for phpBB forum and likely because you have slow server.
If you have any extensions enabled disable them and retest. If speed improves re-enable one by one to see what is slowing it down.You can also improve phpBBs performance by disabling features under load settings,
Server side make sure you are using php 8.3 if possible. Usually not available on shared hosting but enable OPCache if you can and last but not least if memcached is enabled open config.php and find:
Replace with:
If you have any extensions enabled disable them and retest. If speed improves re-enable one by one to see what is slowing it down.You can also improve phpBBs performance by disabling features under load settings,
Server side make sure you are using php 8.3 if possible. Usually not available on shared hosting but enable OPCache if you can and last but not least if memcached is enabled open config.php and find:
Code:
$acm_type = 'phpbb\\cache\\driver\\file';
Code:
$acm_type = 'phpbb\\cache\\driver\\memcached;
Statistics: Posted by thecoalman — Wed Mar 26, 2025 9:41 pm