Application scope JSF tree buffer to improve performance and reduce memory
--------------------------------------------------------------------------
Key: MYFACES-1731
URL: https://issues.apache.org/jira/browse/MYFACES-1731
Project: MyFaces Core
Issue Type: Improvement
Environment: ALL
Reporter: Dave
For a big JSF page that is accessed by thousands of users, the JSF tree needs
to be rebuilt everytime a user accesses the page.
If there is a way to configure the page so that the page JSF tree is built only
once and put it in application scope, and shared by all users, it will save
memory and improve performance. The backing bean data saved with JSF tree can
be separated from JSF tree and stored in user's session scope.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.