This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: extendedDataTable performance in RF 3.3.3 : generated HTML sizegonzalad Jun 20, 2011 12:24 PM (in response to gonzalad)Just made a quick test with JMeter. Here are the results (50 lines / 18 columns / 10 threads no think time) : ||TestCase || throughput (tx/s) || ko/s || time ms(medium) || |RF 3.x rich:dataTable | 13.25 | 1086 | 745 | |RF 3.x rich:extendedDataTable | 3.55 | 1952 | 2790 | |RF 3.x rich:extendedDataTable contextMenu is disabled | 21.89 | 3657 | 436 | |RF 3.x rich:dataTable without rendered on each column | 19.10 | 1565 | 518 | RF 3.x rich:dataTable TestCase uses (see attached dataTable.jspx for code) : - rendered attribute on each column
- displays custom sort links on each column header.
 RF 3.x rich:extendedDataTable uses for these two function built-in functionnality (see extendedDataTable.jspx for code). - 
            
                            
            dataTable.jspx.zip 2.2 KB
- 
            
                            
            extendedDataTable.jspx.zip 1.9 KB
 
