14 Replies Latest reply on Jul 22, 2009 12:49 PM by jbalunas

    RichFaces HTML optimizations discussions from sfwk.org

    jbalunas

      Hi All,

      I had a talk with Christian from the Seam team today and he had some good thoughts on optimization for HTML processing in RichFaces.

      Take a look here for details:

      http://www.seamframework.org/Documentation/HTTPClientserverOptimizationStrategies#H-OptimizationsForRichFaces

      Overall his finding were good. We use caching and compression well for the most part and that is one of the most important things.

      Where we could use some more improvements are in bundling requests, supporting parallel resource requests, and ordering of resource requests (CSS, JS, img, etc...)

      Please take a look and let me know what you think?