[jboss-user] [Performance Tuning] - Re: The performance problem of richfaces in IE

akoennecker do-not-reply at jboss.com
Fri May 29 06:07:07 EDT 2009


Try adding

<context-param>
            <param-name>org.richfaces.LoadStyleStrategy</param-name>
            <param-value>ALL</param-value>
    </context-param>

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

to the web.xml which will make RichFaces download all the css and js as big cache-able files. 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234073#4234073

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234073



More information about the jboss-user mailing list