Task #80788
Updated by Thomas Hohn over 7 years ago
The call is expensive - since it calls mergeRecursiveWithOverrule() Copying a single page with 2000 FE users will fire the method 2000 times degrading performance. By introducing a runtime cache one then we can achieve have a better performance.