2 Replies Latest reply on Mar 22, 2007 8:26 AM by zdaler

    parsing cpu overhead for large documents

    zdaler

      I've got a very long html document (~14000 span inside) fetched from a database that I would like to render inside a jsp page.

      The problem is that since I use ajax4jsf, the page takes ~1minute to render.

      I've profiled the whole application using JBossProfiler to find out that most of the time is taken by :
      org.ajax4jsf.org.w3c.tidy.ParserImpl.parseTag

      Is there a way to configuration ajax4jsf to disable this parsing call, only for this page or for a section of the jsf page ?

      Thanks in advance.

      Z.