You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1
On the one hand, if you leave the tab open to keep reading later (not unusual), it misestimates the reading speed by computing the whole time interval since you first opened the page. On the other hand, if you leave and close the page but return to it later in time, or if you just reload it, it starts complaining that you are reading so fast that you can only be skimming through the page contents. By the way, more akwardly, both bugs can coexist at the same time.
The reading speed calculation is a nice gimmick, but as you write in the popup yourself, it's pretty inaccurate if the user leaves the tab open...
I've done some similar measurements and you could easily improve them with activity tracking like this and visibility detection like this.
thanks for the cool article ;)
The text was updated successfully, but these errors were encountered: