How to log and fix slow PHP requests
How to log and fix slow PHPÂ requests
When troubleshooting a slow PHP website, logging slow requests is very important.
The most common way to run a PHP website is via PHP-FPM, and, surprise, it has some directives for the job of logging slow requests.
How to enable PHP-FPM slow log
PHP-FPM slow log can be configured on a per pool basis, which means you can configure for a specific website when you need to troubleshoot performance…
View On WordPress











