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

use leaving signals to meassure time on last page of visit #9475

Closed
hpvd opened this issue Jan 5, 2016 · 1 comment
Closed

use leaving signals to meassure time on last page of visit #9475

hpvd opened this issue Jan 5, 2016 · 1 comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@hpvd
Copy link

hpvd commented Jan 5, 2016

It's not possible to directly measure time on last page visited.
To solve this a heartbeat signal was introduced which pings to piwik as long as site is visited " I'm still there!" see #8225
This produces additional server-load.
The more exact the time on page has to be measured (high resolution), the higher needed ping frequency and wit this the higher server-load.
Since not during complete visit a a high resolution is always necessary, one can work with growing intervals of pings see #9423
But of course even this produces permanent server-load.

An other way to help to measure time on last page is to use available "leaving signals" to send a signal "I'm leaving" and stop time recording when receiving this signal.
( instead of "I'm still there" heartbeat procedure)

possible leaving signal maybe:

  • use outgoing link (in same tab)
  • move fast mouse to top left (same as used to show advertisements an some sites)
  • possibly some other...
@mattab
Copy link
Member

mattab commented Jan 18, 2016

Marking as duplicate of: #9539 - also it will be improved in #9540

@mattab mattab closed this as completed Jan 18, 2016
@mattab mattab added the duplicate For issues that already existed in our issue tracker and were reported previously. label Jan 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants