1 Reply Latest reply on Mar 12, 2009 8:14 AM by nbelaevski

    Performance problem with rich:tree

    ehstowa

      I have a performance problem using rich:tree. It takes several seconds to display a simple page selected from the tree. The page contains very little data.

      I am using JBoss 4.2.3 with JSF 1.2_08 and Richfaces 3.3.0.
      I have been trying to find the problem by using tptp profiling in Eclipse.

      In my web GUI I have a Richfaces tree with some nodes. When I swap between two nodes and log the execution time in eclipse I get all time spent in the EDU.oswego.cs.dl.util.concurrent.LinkedQueue.poll method. My CPU usage also increases from almost nothing to 70%.

      Does anyone know what this could be about?