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 2007/02/15 16:09:05 UTC

[jira] Created: (MYFACES-1535) findComponent slow for a high amount of calls

findComponent slow for a high amount of calls
---------------------------------------------

                 Key: MYFACES-1535
                 URL: https://issues.apache.org/jira/browse/MYFACES-1535
             Project: MyFaces Core
          Issue Type: Improvement
          Components: General
    Affects Versions: 1.1.4
            Reporter: Martin Marinschek
         Assigned To: Martin Marinschek
             Fix For:  1.1.6-SNAPSHOT


Profiling showed that findComponent takes a considerable amount of time to complete if called quite often (and many components do call findComponent). The proposed solution will store children not only in a list, but also in a map keyed by their id.

regards,

Martin

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


[jira] Resolved: (MYFACES-1535) findComponent slow for a high amount of calls

Posted by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Marinschek resolved MYFACES-1535.
----------------------------------------

    Resolution: Fixed

> findComponent slow for a high amount of calls
> ---------------------------------------------
>
>                 Key: MYFACES-1535
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1535
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: 1.1.4
>            Reporter: Martin Marinschek
>         Assigned To: Martin Marinschek
>             Fix For:  1.1.6-SNAPSHOT
>
>
> Profiling showed that findComponent takes a considerable amount of time to complete if called quite often (and many components do call findComponent). The proposed solution will store children not only in a list, but also in a map keyed by their id.
> regards,
> Martin

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