1 Reply Latest reply on Nov 6, 2012 9:32 AM by iabughosh

    compressed one big resource file to serve

    javatwo

      I put the following the web.xml, hope all richfaces resources (.css,.js) will be packaged and compressed into one big file.

      but it did not.

       

      <context-param>
          <param-name>org.richfaces.enableControlSkinning</param-name>
          <param-value>true</param-value>
      </context-param>

       

      Anyone knows how to achieve it? It is important for e-commerce website to load page quickly, otherwise customers will go away before page completes loading.

       

      Thanks,

      Dave