-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.1.3
-
Component/s: Seam / JSF UI, Web Common
Profiling has shown several solutions to improve WebApp performances :
- switch Seam Bean to POJO to avoid the hudge overhead introduced by the container
- leverage Seam 1.1.5-NX3 feature to bypass injection on @Observer calls
- better guard Seam calls evaluation of JSF rendered attributes
- lower Component's scope when possible to reduce memory foot print