Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 4753
blob141dc473d71937c5935b060d559bce9a48806b15
1 Title: Inactive browser windows/tabs are not updated until focused again
2 Level: 2
3 Component: multisite
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i1
7 Date: 1496242418
8 Class: feature
10 This change should be a performance improvement to reduce the load of the
11 sites webserver.
13 While a Check_MK GUI page is opened in the browser several parts are updating
14 themselfs in the background, for example sidebar snapins, dashlets and views.
16 A lot of users open several instances of the GUI in different browser tabs
17 (or windows) and leave them inactive in the background. They open different
18 tabs and keep the others in background or even leave their computer running
19 and just lock their user session.
21 In such situation the browser keeps updating the page elements even when no
22 one looks at the information.
24 We have now implemented a mechanism to detect whether or not a page is
25 visible or hidden to the user. In later case the updates are stopped until
26 the user opens the page again, then the updates are immediately done.
28 This change should be seamless for the user in most cases because the updates
29 are immediately done when the user focuses the page again, but it might happen
30 that you see a "grayed out" page for a short time. This grayed out page
31 visualizes that the information is outdated. If you should see this for several
32 seconds there is something wrong. But you can always tell your browser to
33 reload the page which should resolve this.