Performance bootleneck on large table
-------------------------------------
Key: DISPL-351
URL: http://jira.codehaus.org/browse/DISPL-351
Project: DisplayTag
Type: Improvement
Components: Tag Library
Versions: 1.0
Reporter: Emilio Dolce
When large list are given to the taglib, there are performance problem due to
the fact that the doStartTag of the TableTag perform iteration on all elements
(not only displayed) and, in this iteration, return the control to the jsp
engine; so each call to children taglibs discard the record if not included in
the current page. The solution can consist to call method doIteration without
exiting and leave control to the called page only if the current row is in the
display range.
Fix available but for rel. 1.0.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
_______________________________________________
displaytag-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel