|
Description
|
Setting to enable merging and minification of resources such as
JavaScript and CSS. If set to true, these resources will be merged and
minfied during delivery and only a single link will be rendered to
each type of resource. otherwise, each corresponding script and
stylesheet will be rendered as a separate link.
|
|
Description
|
Links to transformed images contain eTags in order to be unique if the
image changes. If this property is set to true, the
eTags do not only reflect the actual image data, but also the
transformation settings like jpegQuality. This is useful for
development purposes, if you want to see changes in the image
transformation configuration immediately. But it makes link building
very expensive, because the image data must always be streamed to
compute the eTag that reflects the current settings. Therefore this
flag should usually be false, esp. for production
systems, where image transformation settings are changed rarely. If it
is false, a CAE restart is required after changing the image
transformation settings. Default is true, for
backward compatibility. The recommended value is
false.
|