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
path: root/misc
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-02-18 03:16:17 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-18 03:16:17 +0400
commitcba1a60e0c16ab12da77efdc91ee783bc02b8b52 (patch)
treeb3ec8996158eee942af4239a6741be12c9fa28c9 /misc
parentd78a9c5af7be0e1b3258abe3a54d44e0b238cf98 (diff)
Add new piwik-domain generic option to the console.
Diffstat (limited to 'misc')
-rw-r--r--misc/cron/archive.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/cron/archive.php b/misc/cron/archive.php
index fab800af39..dcc5fdaa4d 100644
--- a/misc/cron/archive.php
+++ b/misc/cron/archive.php
@@ -13,15 +13,6 @@ namespace Piwik;
use Exception;
-/*
-Ideas for improvements:
- - Known limitation: when adding new segments to preprocess, script will assume that data was processed for this segment in the past
- Workaround: run --force-all-websites --force-all-periods=10000000 to archive everything.
- - Possible performance improvement
- - Run first websites which are faster to process (weighted by visits and/or time to generate the last daily report)
- This would make sure that huge websites do not 'block' processing of smaller websites' reports.
-*/
-
if (!defined('PIWIK_INCLUDE_PATH')) {
define('PIWIK_INCLUDE_PATH', realpath(dirname(__FILE__) . "/../.."));
}