1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Enable PHP-FPM status
This guide explains how to enable PHP-FPM status in order to debug a slow site in terms of PHP. In particular, PHP-FPM status facilitates real time tracking of which scripts are executed, as well as their execution time. This operation is only possible on a Cloud server.
Enable PHP-FPM status
To enable PHP-FPM for a site, please contact our support from an email address on your customer account so that we may authenticate your request.
In your request, please indicate the source IP address that we should authorise.
Once PHP-FPM status is enabled, the following URL links will make it possible to display the necessary information:
- http://votre-domaine.tld/fpm-status?json&full
- http://votre-domaine.tld/fpm-status?html&full
- http://votre-domaine.tld/fpm-status?xml&full
Note: if your site contains rewrite rules including the path /fpm-status, you will definitely have to make an exception for it.