-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.9.3
-
Component/s: Layouts & Widgets, Performance
-
Tags:
-
Sprint:Sprint 4, Sprint 5 (5.9.3)
Investigations for NXP-1292' show that the JSF component tree size has an impact on perfs.
Reducing the tree size can be done using several strategies:
- merge all components exposing variables (nxu:set atomic tags can sometimes be merged into the same component without any issue)
- avoid the layout/widget system overhead when possible (for instance in document actions widgets)
- avoid using nxu:set where that can be avoided, especially in little templates included in a lot of other templates (like the one displaying the widget label)
- depends on
-
NXP-13805 Upgrade the JSF stack to JSF2
- Resolved
-
NXP-14600 Investigate JSF variables merge issue on DAM screen
- Resolved
-
NXP-9387 Display actions using generic widgets
- Resolved
-
NXP-11992 Update action templates to use generic actions by type
- Resolved
- is required by
-
NXP-14599 Fix document tabs widget (not showing its tabs)
- Resolved