After installation and configuring the module I faced that calculating read time goes wrong.
During debugging I found that we are calculating whitespaces instead of words by regular expression
\s+
To count words we should use another expression:
\w+
Configure the module with words per minute value 120
Fill node body field with approximate 480 words
Expected read time value: 4 mins
Actual result: 3 mins
Word count: 355
Instead of: 477
I'm going to attach the patch here to fix the issue.
Closed: cannot reproduce
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.