diff options
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 8 |
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 |