An issue occurs where opening the Alerts page takes 60 seconds.
Per the application design, DataHub is programmed to include all of the child objects on the Edit page. The View page should include only child objects that are referenced. The default behavior of a Page Builder page is to pull in all of the child entities as part of the initial call. However, the large number of enrichment fields makes this slowness worse.
A code patch was added in the area of code with potential configuration changes that would not deep clone stored objects in a high-traffic loop. As a result, the improved performance avoids the repeated deep cloning that contributed greatly to the memory churn.