Page MenuHomeDevCentral

Smoother page content refresh strategy
Open, Needs TriagePublic

Description

Currently, page refresh is rather hard and slow:

<meta http-equiv="refresh" content="30" />

We need to refresh more often, but that would mean non stop flashes.

Instead, we should refresh the content of the #wrapper div through JS using an XmlHttpRequest. More often than every 30 seconds.

Event Timeline

dereckson moved this task from Backlog to Dev on the good-first-issue board.