Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 6046
blobd28772afcffbbf1cd0dc2ff0b5fef7d3b862f044
1 Title: Improved execution time of e.g. service discovery
2 Level: 1
3 Component: core
4 Class: feature
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1525023719
11 The overall execution time of the service discovery has been reduced by
12 introducing some precompiling of the check plugins and their includes
13 before loading them. The mechanism is similar to the compilation of
14 python modules from (.py to .pyc files). This mechanism reduces the
15 load time of the plugins by 50%.