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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to