jasonzissman / TimeMe.js

A JavaScript library to accurately time how long a user views a web page, disregarding idle time and time when the tab or window is minimized.
MIT License
592 stars 124 forks source link

Huge times #40

Open Julioocz opened 7 years ago

Julioocz commented 7 years ago

Some times the time that outputs the module is incredibly high.

I'm using this module on a tracking system and some times the time that i received from the module is really high.

Any ideas on what can be causing this?. I think it might be a browser incompatibility. But sadly i haven't been able to track the bug down

paulopmx commented 7 years ago

Any update on this?

See to be happening to me as well.

malikmalhan commented 5 years ago

Any update here ? happens to me too

yorzi commented 4 years ago

Any updates on this issue? It happens to me too. Thanks if there is any related hints or explanations of this issue.

AakrritiJain commented 1 year ago

Any updates on this? Facing the same issue. Not every time, getting the issue randomly.

ataknakbulut commented 1 year ago

Any update here ? happens to me too

ataknakbulut commented 1 year ago

I just found the bug.

If you open the page in a new tab and never visit it, it keeps counting until you do.

If you switch to the new tab at the 10th minute, the counter will start counting at the 600th second.