1 Reply Latest reply on Apr 27, 2007 11:50 AM by scottstevenson

    Filter and FastFilter

      How much performance increase is there with the FastFilter?
      I enabled it but it seemed to break one of my .
      Is this because the HTML is complex or incorrect?

      Also what exactly does the tidy filter do. I understand it is outputs XHTML but I still seem to have some validation errors on my output?

      Thanks

      -Kevin

        • 1. Re: Filter and FastFilter
          scottstevenson

          It depends how big your page is but with a large page the performance benefits are significant.

          You have to make sure that your HTML is well formed and contains no errors. I had particular problems using panelGrid inside a tabbedPane and had to hack the Tomahawk tabbedPane rendered to add a tbody tag.

          I also have had a lot of problems using fastFilter with a4j:page. See my earlier thread on this.

          Scott.