Optimizing PHP-FPM
Last updated
Was this helpful?
Last updated
Was this helpful?
Get faster load times of tabs in Organizr.
Open Command Prompt as an Administrator
Type the following command set php
and you should see 2 variables
PHP_FCGI_CHILDREN=3
PHP_FCGI_MAX_REQUESTS=128
Run the following command to increase the value of PHP_FCGI_CHILDREN
SETX /m PHP_FCGI_CHILDREN 1000
Close Command Prompt.
Open Command Prompt as Administrator and run set php
and check that PHP_FCGI_CHILDREN
value changed from 3
to 1000
.
Adapted from: