stable
Clone or download
Read-only
Introduce logging of slow queries to help when troublshooting server performances. The default value is high enough so most of usage should not raise any errors. How to test: ============ tuleap config-set slow_pages_threshold 100 Then look at `codendi_syslog` you should see all pages that takes more than 100ms to load. Closes request #31930 Collect slow pages Change-Id: I58de7d0003cd589e81c6d77cbae9ad206cb37e0c
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Config/GetConfigKeys.php | +2 | −0 | Go to diff View file |
M | src/common/Request/RequestInstrumentation.php | +13 | −8 | Go to diff View file |
M | src/common/include/URLVerification.class.php | +1 | −1 | Go to diff View file |
M | src/www/api/index.php | +1 | −1 | Go to diff View file |
M | src/www/include/pre.php | +1 | −1 | Go to diff View file |
M | src/www/index.php | +1 | −1 | Go to diff View file |
M | src/www/soap/index.php | +1 | −1 | Go to diff View file |