You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2013/11/26 01:52:37 UTC

[jira] [Created] (MYFACES-3828) [perf] Do not store the namespace into state for dynamic components

Leonardo Uribe created MYFACES-3828:
---------------------------------------

             Summary: [perf] Do not store the namespace into state for dynamic components
                 Key: MYFACES-3828
                 URL: https://issues.apache.org/jira/browse/MYFACES-3828
             Project: MyFaces Core
          Issue Type: Improvement
          Components: JSR-344
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


Checking some performance stuff I notice the full namespace of each component added by vdl.createComponent(...) is added into the state to be used later. One option to avoid that effect is calculate a list of all namespaces at startup and use that list to store only an associated identifier into the state.



--
This message was sent by Atlassian JIRA
(v6.1#6144)