Problem:
A complete page refresh, based on the interval configured in the user profile might be annoying. At least on larger screen with a lot of graphs it takes some time to draw the images. Until it's finished the page structure flickers with every recreated graph.
Possible solution:
Install the patch using CLI.
There is a hard coded time interval of 10 seconds inside the javascript files which will ajax-refresh the images. There's no collision with the page refresh, but you ought to increase its value to avoid/reduced the mentioned flickering.
A complete page refresh, based on the interval configured in the user profile might be annoying. At least on larger screen with a lot of graphs it takes some time to draw the images. Until it's finished the page structure flickers with every recreated graph.
Possible solution:
Install the patch using CLI.
- cd /
- patch -p1 < [patch file]
There is a hard coded time interval of 10 seconds inside the javascript files which will ajax-refresh the images. There's no collision with the page refresh, but you ought to increase its value to avoid/reduced the mentioned flickering.
Comment