Author: alessio.soldano(a)jboss.com
Date: 2013-07-03 13:28:48 -0400 (Wed, 03 Jul 2013)
New Revision: 574
Modified:
webgui/trunk/src/main/webapp/WEB-INF/web.xml
Log:
[WISE-205] Further perf tuning
Modified: webgui/trunk/src/main/webapp/WEB-INF/web.xml
===================================================================
--- webgui/trunk/src/main/webapp/WEB-INF/web.xml 2013-07-03 16:51:11 UTC (rev 573)
+++ webgui/trunk/src/main/webapp/WEB-INF/web.xml 2013-07-03 17:28:48 UTC (rev 574)
@@ -20,6 +20,14 @@
<param-name>org.richfaces.resourceOptimization.enabled</param-name>
<param-value>true</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.FACELETS_SKIP_COMMENTS</param-name>
+ <param-value>true</param-value>
+ </context-param>
+ <context-param>
+ <param-name>javax.faces.FACELETS_REFRESH_PERIOD</param-name>
+ <param-value>-1</param-value>
+ </context-param>
<!-- Set the PROJECT_STAGE to 'Development' to receive constructive error
messages during development.
Change the PROJECT_STAGE to 'Production' when putting the application into
production -->
<context-param>
Show replies by date