3 Replies Latest reply on Jan 25, 2010 8:11 AM by ilya_shaikovsky

    How to optimize generated JS for extendedDataTable ?

      I have a page containing an extendedDataTable with 13 row and 50 columns but the generated HTML weight is more than 3 mega bytes and takes 17 s to be load ! This is a very poor perfomance and is not really acceptable for the end user.

      The analysis of the HTML source shows that the major part of page is the embeded JavaScript.

      When the extendedDataTable is replaced by an simple rich:dataTable the weight of the page is donwsized to only 300 kb !

      But we need to used an extendedDataTablebecause we need the column's JS resize functionnality.

       

      Is there any options to configure or optimize the code generation to reduce the size of the generated page ?