4 Replies Latest reply on Jan 29, 2008 3:21 PM by sergeysmirnov

    Ajax performance - problem with TidyParser

    alsha

      Hi *,

      we are rendering huge datatables with ajax (several hundreds rows and columns)

      this produces several MB of XHTML and takes too long (several minutes) to parse it with XHTML-Parser (TidyParser). The parse-time makes more then 80% of request processing time (rendering of datatable is the next performance bottleneck)

      such a response time is certainly not acceptable for our clients...

      is there a way out? is it possible to switch of the parser? or optimize it?

      Thanx for any help!