How to Optimize PHP-FPM
As I posted before, I have been using PHP-FPM for many years. I added a PHP-FPM status page recently. Now I am using PHP8.2, so I may use PHP-FPM or PHP8.2-FPM to mention it. About the PHP-FPM, I am always...
Tech geek. Life geek.
As I posted before, I have been using PHP-FPM for many years. I added a PHP-FPM status page recently. Now I am using PHP8.2, so I may use PHP-FPM or PHP8.2-FPM to mention it. About the PHP-FPM, I am always...
Enable Just-In-Time(JIT) compilation is very important for PHP performance. So I will enable it on PHP 8.2.6. I have a post discussing it with PHP 8.0 in 2021. Now It is 2023, on PHP 8.2.x. It is different. Last post...
Early last December, php8.2.0 was released. I did not install it at the first available. I like to wait for the first wave of bugs to be fixed. Now it is time to upgrade my Web Server’s php engine. Before...