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.