Skip to content

Fix #3758: Serious performance issues due to timeago() being called n*(n+1)/2 times instead of n

username-removed-337593 requested to merge (removed):master into master

See bug #3758 (closed) for a description. This merge request alters time_ago_with_tooltip to invoke the timeago() javascript on the current timestamp only, instead of each one defined on the page so far.

Merge request reports