1 Title: Fixed performance issue caused by too many parse function calls
10 Fixed a regression that was introduced with 1.5.0i2. The parse functions
11 were called not only once per Check_MK check, as it is intended. Each
12 service of a Check_MK check lead to a new call of the parse function logic.
14 For example in case you have 100 services of a single check type on one host,
15 the parse logic was called a hundred times instead of a single time.