mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 11:19:14 +02:00
Especially on browsers with slow JS like IE8 iterating again and again over all rows used to harm response rendering. Immagine a dasboard with a total of a few hundred rows refreshing every 10 seconds while taking 3 secs to render one dashlet... it's far better right now. refs #6417