1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Enable PHP-FPM status
This guide explains how to activate PHP-FPM status to, for example, debug a slow PHP website.
PHP-FPM status allows you to monitor in real-time the scripts that are executed as well as their execution time. This operation is only possible on a Cloud Server.
Activating PHP-FPM status
To activate PHP-FPM on a site, contact Infomaniak support from an email address associated with your user account to authenticate your request.
In your request, please indicate the source IP address that needs to be authorized.
Once PHP-FPM status is activated, the following URL links will display the necessary information:
- https://domain.xyz/fpm-status?json&full
- https://domain.xyz/fpm-status?html&full
- https://domain.xyz/fpm-status?xml&full
Attention: If your site contains rewrite rules that include the path /fpm-status, you will likely need to make an exception for it.