rich:pickList component does not scale
--------------------------------------

                 Key: RF-7350
                 URL: https://jira.jboss.org/jira/browse/RF-7350
             Project: RichFaces
          Issue Type: Quality Risk
          Components: component-misc
    Affects Versions: 3.3.0
            Reporter: Lukas Eder


When using the pickList component with a large amount of entries (1000 - 
10000), it becomes very very slow due to two reasons:

- Browser uses up lots of resources, rendering on the client side
- Ajax4JSF uses up lots of resources, tidying HTML on the server side (feels 
like an O(n^2) complexity performance)

Both problems are due to lots of HTML / CSS code generated in the pickList. Is 
this really desired?

-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to