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
set php
PHP_FCGI_CHILDREN=3
PHP_FCGI_MAX_REQUESTS=128
Run the following command to increase the value of PHP_FCGI_CHILDREN
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.
3
1000
Adapted from: https://technicalramblings.com/blog/optimizing-php-fpm-to-get-faster-load-times-of-tabs-in-organizr/arrow-up-right
Last updated 4 years ago
Was this helpful?