1 Reply Latest reply on May 29, 2008 4:18 PM by eicki

    How to boost richfaces tree performance.

    sri_hari

      Hello everyone,

      i have done a richfaces tree which uses treeNodesAdapter. It has say more than 50000 records. If i open a node with many children it takes nore than 15 seconds. i am using submitMode='ajax'. is there anyway we can tune in the performance on the richfaces side. i have tuned in the performance in the other layers of my application.

      Any help would greatly help.
      thanks in advance.

        • 1. Re: How to boost richfaces tree performance.
          eicki

          I doubt you can do much about that. Main problem is the time the browser needs to render the page.
          Do you use tooltips, context menu or anything a like for each node? If so include them using component control as this redruces page size and therefore rendering time.