-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
perfperf-startupverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
We have seen a slowdown in startup performance with 1.16. The profiler shows that are spending much more time in array.forEach which we could eventually track back to being called ~10000 times from object clone which is often called from the configuration model merging.
Individual calls are usually sub millisecond but this is death by thousand paper cuts... Apply the attached patch and see output like below
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
perfperf-startupverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
