-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.3
-
None
-
Apache Tomcat 6 / OpenJDK 6
Hello
I have a Listbox with ListModelMap containing 40k objects.
The Listbox is "paging" mold, with 100 items per page.
Until 6.5.2, the creation and displaying of this Listbox took less than 1 second.
After upgrading to 6.5.3, the creation and displaying of the Listbox takes 40 seconds or more (400x performance loss).
Reverting the ZK libraries to 6.5.2 grants back the fast performance with no changes to my code.
Here is a code snippet about how I create the Listbox...
public class MyListbox extends Listbox {
public MyListbox(ListitemRenderer renderer)
Hope this helps to fix the bug.
For any information you need, please ask me.
Thanks
Best regards
Gianluca Bonetti
- relates to
-
ZK-1711 Chosenbox's model will be set to null after invalidate the Chosenbox's parent
- Closed