Optimizing PHP-FPM
Summary
Get faster load times of tabs in Organizr.
Windows
- Open Command Prompt as an Administrator 
- Type the following command - set phpand 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 phpand check that- PHP_FCGI_CHILDRENvalue changed from- 3to- 1000.
Adapted from: https://technicalramblings.com/blog/optimizing-php-fpm-to-get-faster-load-times-of-tabs-in-organizr/
Last updated
Was this helpful?
