User Response Times

:information_source: Summary Shows response time on user card
:hammer_and_wrench: Repository Link https://github.com/communiteq/discourse-user-response-times
:open_book: Install Guide How to install plugins in Discourse
:moneybag: Sponsored by @WorldIsMine

Features

This plugin determines how long a user usually takes to respond to their PM’s and shows that on their user card.

image

The response times are recalculated on a daily basis and are based on the time a user takes to respond to their PMs over a certain time interval. Admin users are excluded.

Configuration

Setting What it does
user response times mode Determines the algorithm used. Either percentile or average. Default percentile.
user response times percentile Used with mode percentile. Determines the percentile used in the calculation. Range 1-100. 100 is the maximum response time. 50 is the median. Recommended (and default) value is 80.
user response times days The number of days that the calculation looks back. Default 60.

When you change these values you need to manually trigger the Jobs::UpdateResponseTimes job (or wait up to 24 hours).

14 Likes