Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 3395
blob6b224ffd92ea4467dbaa820cce1324f21e926e4e
1 Title: Fix performance issue when many BI aggregations are active
2 Level: 2
3 Component: multisite
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.4.0i1
8 Date: 1460542721
10 If you have created 1000 or more aggregations and show a view with many
11 hosts or services than you could get massive performance and memory problems
12 in your Apache process. The reason is the computation of the BI icon in the
13 drop down menus of hosts and services. This was only done in order to
14 check the visibility of the menu itself. The menu is now always visible
15 and thus the computation is not longer neccessary.