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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-02-18 21:25:28 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-02-18 21:25:28 +0400
commit1ac11574a40740f0fda262ef6e4d78c67ea7fc8f (patch)
tree94345f24ab3af2f86dc9884b2d13609d88fbdf3b /misc
parent0a1d395159f5dd0dd6d679fa5745107b8d7efe85 (diff)
parentdf6b4239a9c08268721b441ed966d39615f2ac24 (diff)
Merge branch 'master' into comparison_dashboard_changes
Conflicts: plugins/SegmentEditor/SegmentSelectorControl.php
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__) . "/../.."));
}