Details
Description
ICEfaces stores the previous DOM to determine incremental updates.
Analysis indicates that the persistent DOM can be stored in a binary form using FastInfoset
http://fi.dev.java.net
Analysis indicates that the persistent DOM can be stored in a binary form using FastInfoset
http://fi.dev.java.net
Issue Links
- blocks
-
ICE-3083 Memory performance/efficiency
- Open
committed... an app using DOM compression needs to have the following parameter set to true
<context-param>
<param-name>com.icesoft.faces.compressDOM</param-name>
<param-value>true</param-value>
</context-param>