2 Replies Latest reply on Sep 16, 2008 8:55 AM by nbelaevski

    ui.pack.js size

      The size of the file ui.pack.js seems to be causing a bottle neck with my application. Has anyone else experienced this or know of a way around it?

      Thanks

      Kevin

        • 1. Re: ui.pack.js size
          anders.norgaard

          What kind of bottleneck?

          (and since I am a newbie - where is the ui.pack.js file used? Couldn't see it referenced on my richfaces app.)

          • 2. Re: ui.pack.js size
            nbelaevski

            Kevin,

            You can turn off ui.pack.js and use per-component loading strategy:

            <context-param>
             <param-name>org.richfaces.LoadScriptStrategy</param-name>
             <param-value>DEFAULT</param-value>
             </context-param>