[richfaces-issues] [JBoss JIRA] Commented: (RF-3717) Optimize org.ajax4jsf.org.w3c.tidy.DOMNodeListByTagNameImpl getLength() & item() methods

Guillaume Jeudy (JIRA) jira-events at lists.jboss.org
Fri Aug 22 15:52:05 EDT 2008


    [ https://jira.jboss.org/jira/browse/RF-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12426271#action_12426271 ] 

Guillaume Jeudy commented on RF-3717:
-------------------------------------

rich:listShuttle component seems to be affected as well. JRockit mission control profiler shows 48% of the time is spent in calls to DOMNodeListByTagNameImpl.pretraverseNode(), this is called when the ajax filter converts the html to well-formed xml for an ajax request that generates a rich:listShuttle with 619 elements in it. 

See BaseXMLFilter.doXMLFilter() around line 222

"Process response to well-formed XML for AJAX XMLHttpRequest parser"

I can give detailed code samples if needed. 

> Optimize org.ajax4jsf.org.w3c.tidy.DOMNodeListByTagNameImpl getLength() & item() methods
> ----------------------------------------------------------------------------------------
>
>                 Key: RF-3717
>                 URL: https://jira.jboss.org/jira/browse/RF-3717
>             Project: RichFaces
>          Issue Type: Sub-task
>    Affects Versions: 3.2.2
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>             Fix For: Future
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list