Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-01-20 01:30:34 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-04-04 11:28:26 +0300
commit7d272c54d013538746d6731097ec37f360effb5d (patch)
treed754c4184926ea8011bd2b0fe276adebaf4082f6 /config
parentcf4c77e064fd52d891bc842d78431cceb2f34952 (diff)
Add a built-in profiler inside Nextcloud
The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 357321f6d29..7a7dfa356b8 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -962,6 +962,14 @@ $CONFIG = [
*/
'log_rotate_size' => 100 * 1024 * 1024,
+/**
+ * Enable built-in profiler. Helpful when trying to debug performance
+ * issues.
+ *
+ * Note that this has a performance impact and shouldn't be enabled
+ * on production.
+ */
+'profiler' => false,
/**
* Alternate Code Locations