# How is read time calculated?

**URL:** https://meta.discourse.org/t/how-is-read-time-calculated/133465
**Category:** Support
**Created:** [November 15, 2019, 9:03am UTC](https://meta.discourse.org/t/how-is-read-time-calculated/133465 "2019-11-15T09:03:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![wire](https://avatars.discourse-cdn.com/v4/letter/w/f17d59/32.png) [@wire](https://meta.discourse.org/u/wire)
#### Post date: [November 15, 2019, 9:03am UTC](https://meta.discourse.org/t/how-is-read-time-calculated/133465/1 "2019-11-15T09:03:49Z")

</div>

I just wonder how this is calculated? Do you use a cookie cutter word per minute of a human calculation? Time spent on site? If that is the case, what happens if a user idles?

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [November 15, 2019, 11:27am UTC](https://meta.discourse.org/t/how-is-read-time-calculated/133465/2 "2019-11-15T11:27:22Z")

</div>

Here the technical details:

> [@How does post tracking work in Discourse](https://meta.discourse.org/t/how-does-post-tracking-work-in-discourse/115790):
>
> Discourse tracks read time for every post users see on the screen. This system has evolved over the years and I find I often need to refer back to the code to figure out how this works and why it exists. This post covers the painful technical details of the current implementation. How the Discourse client tracks timing Post timing tracking is implemented in [screen-track.js.es6](https://github.com/discourse/discourse/blob/a80c1f40111d6c56da10eefea91c9baa43b9f4b5/app/assets/javascripts/discourse/lib/screen-track.js.es6). This module is responsible for tracking how long a post has been on the screen and how long the topic has been on scr…

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [December 15, 2019, 11:38am UTC](https://meta.discourse.org/t/how-is-read-time-calculated/133465/3 "2019-12-15T11:38:09Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
