You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org> on 2010/03/30 02:41:27 UTC

[jira] Created: (MYFACES-2634) MyFaces 2.0 performance improvements

MyFaces 2.0 performance improvements
------------------------------------

                 Key: MYFACES-2634
                 URL: https://issues.apache.org/jira/browse/MYFACES-2634
             Project: MyFaces Core
          Issue Type: New Feature
          Components: JSR-314
            Reporter: Martin Marinschek
            Assignee: Martin Marinschek


JSF 2.0 introduced a partial state saving option: state of the page will not completely, but only partially state-saved.

This partial state saving reduces the page-state memory to around 20% of the value under the JSF 1.2 full state saving option, as preliminary measurements show - this is a relevant reduction.

However, I believe we can reduce this number even more, if we carefully take a look on what really needs to be saved and how.

This project would need to provide:

1) a setup to measure the numbers and provide comparisons
2) measurements of the current state
3) several steps which lead to a reduction of the state

Further research topics could be:

- partial state-saving in tables - currently, this is not implemented at all
- if no c:if, c:forEach, or ui:include is present on the page, we could get rid of the second application of the template before rendering automatically.

best regards,

Martin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.