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:
authorThomas Steur <thomas.steur@gmail.com>2015-04-08 08:00:41 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-04-21 06:20:26 +0300
commit04b931a2e03d0ac2d157bc35c7b8e6f20cd0624b (patch)
tree711ae97dac7a8810605bed20a2bef67efd5ed2b7 /CHANGELOG.md
parent1cfdd56b16ced85c96eadb60d71b9156b4ae0a65 (diff)
improve performance of all websites dashboard when having thousands of websites
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce013f131c..382fd9d4d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Breaking Changes
* The API method `Live.getLastVisitsDetails` does no longer support the API parameter `filter_sort_column` to prevent possible memory issues when `filter_offset` is large.
+* The Event `Site.setSite` was removed as it causes performance problems.
### New commands
* There is now a `diagnostic:run` command to run the system check from the command line.