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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burgess <88810029+bx80@users.noreply.github.com>2022-09-21 05:55:16 +0300
committerGitHub <noreply@github.com>2022-09-21 05:55:16 +0300
commit8f163544a7f5e76661029a5b67dd381ab15bec38 (patch)
treeb3fb472863a6c939970cf8491d2f32fb0cdf9753 /config/global.ini.php
parent7409e57755d2e0f7e4a50b19ea5ff553451fbac9 (diff)
Added config option to disable archiving for actions goals (#19749)
* Added config option to disable archiving for actions goals * Additionally disable entry page goals archiving if the config option is set * Use GeneralConfig::getConfigValue to allow support for site specific config settings * Updated UI test screenshot
Diffstat (limited to 'config/global.ini.php')
-rw-r--r--config/global.ini.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index c2f969582a..bf687793b1 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -392,11 +392,15 @@ archiving_custom_ranges[] =
; This feature will not work with the MYSQLI extension.
archiving_query_max_execution_time = 7200
-
; Allows you to disable archiving segments for selected plugins. For more details please see https://matomo.org/faq/how-to-disable-archiving-the-segment-reports-for-specific-plugins
; Here you can specify the comma separated list eg: "plugin1,plugin2"
disable_archiving_segment_for_plugins = ""
+; By default Matomo will archive data showing the contribution of each action to goal conversions, for sites tracking millions
+; of visits with a large number of goals this may negatively impact archiving performance. You can disable archiving of action
+; goal contribution here:
+disable_archive_actions_goals = 0
+
; By default Matomo runs OPTIMIZE TABLE SQL queries to free spaces after deleting some data.
; If your Matomo tracks millions of pages, the OPTIMIZE TABLE queries might run for hours (seen in "SHOW FULL PROCESSLIST \g")
; so you can disable these special queries here: