Application ScopeSetting org.icefaces.coalesceResources to true indicates to the ICEfaces core framework that the resources required by the rendered components are to be coalesced. The coalescing is applied to Javascript and CSS resources resulting into two separate resources, one for the coalesced Javascript and the other for the coalesced CSS. By reducing the numbers of requests made by the browser the page load time will improve significantly. The feature uses the Resource dependencies metadata to coalesce the resources in the correct order. mandatoryResourceConfiguration can be used to pre-define the resources that are needed right away (on session start). This way the application can be configured to deterministically coalesce the resources that are known to be used most of the time. The default value for the parameter used to enable/disable the coalescing is false. <context-param> <param-name>org.icefaces.coalesceResources</param-name> <param-value>true</param-value> </context-param>
|
coalesceResources
© Copyright 2021 ICEsoft Technologies Canada Corp.