Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: Not version specific
-
Component/s: Development, User Experience (UX)
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
Epic Link:
-
Rice Module:KRAD
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
-
Code Review Status:Not Required
-
Include in Release Notes?:Yes
Description
We initialize all arrays and maps in constructors for components. This wastes a lot of memory. Remove this initialization code. Note this will require a lot of testing because we could start getting NPEs where we were not checking before
Attachments
Issue Links
- is fixed by
-
KULRICE-8954 Reduce object creation in component lifecycle
-
- Closed
-
- is related to
-
KULRICE-10532 KRAD Demo Library Freemarker Exception in header.ftl
-
- Closed
-
Work performed on
KULRICE-8954addresses this issue.