HTTP compression of static files
The
Pega Platform
supports HTTP compression of static files to reduce HTTP message size and network demand. The
HTTP/ServerGZIPEnabled
prconfig setting (for UNIX) is enabled by default, indicating that compression occurs. You can additionally set the value of these settings to "false" to disable such compression if needed for debugging or other purposes.
A similar setting
HTTP/ServerZIPEnabled
setting for Windows servers is not enabled by default. You can add this prconfig setting with value="true":
<env name="HTTP/ServerZIPEnabled" value="true" />