Setting org.icefaces.compressDOM to true indicates to the ICEfaces core framework that the server-side DOM representation of the current view should be serialized and compressed between requests. The default value of false leaves the DOM representation intact between requests.
<context-param>
<param-name>org.icefaces.compressDOM</param-name>
<param-value>true</param-value>
</context-param>