Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actions > Pages should archive most visited pages #5774

Closed
anonymous-matomo-user opened this issue Sep 3, 2008 · 1 comment
Closed

Actions > Pages should archive most visited pages #5774

anonymous-matomo-user opened this issue Sep 3, 2008 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

I realised that my Piwik installation under Actions→Pages is not reporting data for all my pages but just for a selection of them. As far as I can see, Piwik logs all page hits correctly but the archiving does not archive all pages into piwik_archive_blob_*. This is related to performance reasons (http://dev.piwik.org/trac/changeset/504)

Problem: The archiving does only store the first 200 pages returned by the SQL query in plugins/Actions.php but these are NOT ordered according to nb_hits. This means that Actions>Pages can miss out pages with high traffic.

Proposed solution: add
ORDER BY `nb_hits` DESC

into the query for global information in plugins/Actions.php

(not sure about the entry and exit action queries)?

Keywords: Actions

@mattab
Copy link
Member

mattab commented Oct 13, 2008

fixed in 636 thanks for the bug fix!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants