ServerBooster for XF -> php-fpm -> static

Masetrix

Well-known member
For WindowsServer:

Linux:
 
I've tried this approach last year and...
After using Static for almost a month I decided to switch back to dynamic as it uses a lot of CPU.
Static: usually 30-50% of the total CPU
Dynamic: only 10-15% CPU usage and 5-7% lower Memory usage

With almost the same site speed.
 
That "Static" needs more memory than "Dynamic" is completely normal. For that I like to use the otherwise free 15GB Ram,
But if your load only goes up at "static", your settings are wrong or you have little use in Apache.
With heavy use, the Apache also delivers all pages faster, because "Dynamic" is far behind and the load higher than with "static".

ForumUsers:
All: 11.528 (Members: 258, Visitors: 11.270)
Code:
Mem[|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  22.0G/31.4G]   Tasks: 2130, 272 thr, 198 kthr; 2 running  Load average: 0.29 0.29 0.71
 
Here you get also great info about PHP-fpm and Server/CPU performance settings.


also here...

Hth
 
  • Like
Reactions: rdn
Trying this approach again with PHP 7.4 and max children 3 x CPU core as I have ample of RAM.
 
Top Bottom