[jboss-user] [JBoss Seam] - Re: Performance Profiler output for rendering dataTable with
mgrouch
do-not-reply at jboss.com
Sun Aug 26 20:20:03 EDT 2007
One more surprising finding with rendering table.
I tried to compare rendering time (RENDER phase and overall response time)
by rendering same table with regular h:dataTable tag
and using facelets ui:repeat
like this
<table>
| <tr jsfc="ui:repeat" value="#{recordList.resultList}" var="record" class="row">
| <td>#{record.id}</td>
| ...
| </tr>
| </table>
facelets render it 3 times!!! faster on average (I did number of runs to get good stats).
(22 columns, 100 rows)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078184#4078184
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078184
More information about the jboss-user
mailing list