mozilla-services / telescope

A dumb auditing service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad performance of check details

leplatrem opened this issue · comments

When profiling the Web page, we can see that a lot of time is spent in the TimeAgo component.

Every check renders its details in the DOM, and the opened class is toggled when clicked on.

There may be a more efficient way, where we only refresh timer if the details are visible.