Navigation Menu

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

Visitor Log: De-duplicate repeated page views #2840

Closed
anonymous-matomo-user opened this issue Dec 26, 2011 · 4 comments
Closed

Visitor Log: De-duplicate repeated page views #2840

anonymous-matomo-user opened this issue Dec 26, 2011 · 4 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API 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

On a certain site in our Piwik, some users are particularly happy with their F5 buttons. They reload the page that lists the new forum posts, sometimes dozens of times in a row, waiting for new messages to arrive.

Since I couldn't find a de-duplication feature in Piwik, I hacked one in jQuery. It does its work unconditionally, since we have no need for configurability.

Attached are a patch and a screenshot of what the patched Visitor Log looks like.

@anonymous-matomo-user
Copy link
Author

Attachment: Screenshot of the Visitor Log with the proposed feature
piwikrepeat.png

@anonymous-matomo-user
Copy link
Author

Attachment: Patch of live.css and visitorLog.tpl
piwikrepeat.diff

@mattab
Copy link
Member

mattab commented Dec 27, 2011

Juerd, this is an interesting UI problem solved in such a nice & easy way!

We will definitely include it in a next release! Thanks for this great contrib.

@mattab
Copy link
Member

mattab commented Feb 8, 2012

(In [5784]) Fixes #2840

  • Kuddos Juerd for patch
  • Changed to "append" instead of prepend so that it is less visible / eye catching
  • Changed color to standard grey & added tooltip for claririty / usability

@anonymous-matomo-user anonymous-matomo-user added this to the 1.7 Piwik 1.7 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API 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