3 Replies Latest reply on Oct 27, 2008 5:29 PM by fabboco

    pages.xml performance problem !

    arissonleal

      I extends the Pages class this way:


      @Scope(ScopeType.APPLICATION)
      @BypassInterceptors
      @Name("org.jboss.seam.navigation.pages")
      @Startup
      @Install(precedence = APPLICATION, classDependencies = "javax.faces.context.FacesContext")
      public class MyProjectPages extends Pages {
      ...
      }



      I verfied that the method initialize is call for every request and do a parse in the pages.xml.


      The problem is my pages.xml is too big and i have performance problems with this.


      What could i do to solve this ??