Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-2.0.0.Alpha1
-
Fix Version/s: EE-2.0.0
-
Component/s: Facelet Components
-
Labels:None
-
Environment:jsf 2.1
Description
The Rich Data component is seems to work as advertised if everything is done very slowly and the Lifecycle is allowed to finish between requests. The component needs few seconds to render in the render response phase which seems to kill the bridge code if the demo/component is quick clicked on.
The component should be looked at to see if anything can be done to optimize the render time of the component. The behaviour seem about the same in 1.8.2 .
The component should be looked at to see if anything can be done to optimize the render time of the component. The behaviour seem about the same in 1.8.2 .
performance is now noticeably improved.
Filtering:
HTML weight:
-rendered weight is much reduced, will depend on specific table layout and data, but the 1st comp showcase example reduced ~40%
-dom diff sizes are significantly reduced as well