Specifications
Lotus Redbooks Wiki – IBM Lotus Notes and Domino V8.5 Deployment Guide
20
Field
Action
Compressed output DominoGzipEnabled=1
Allows you to enable compression for Domino Web engine output. The default is disabled.
Include MIME Types DominoIncludeMimeTypes=text/*;application/*
Specify the MIME types to consider for compression. To enter multiple MIME types, separate
each type with a semicolon (;).
Exclude MIME types DominoIncludeMimeTypes=application/x-gzip;application/x-
zip
Specify the MIME types to be excluded from consideration for compression. These MIME types
are excluded even if they are also in the DominoIncludeMimeTypes list. To enter multiple MIME
types, separate each type with a semicolon (;).
Compress to file threshold DominoGzipCompressToFileThreshold=1
Specify the minimum size of content that will be compressed to disk. If response content is
greater than the value of this setting, the compression of the content will be done to a temporary
disk file to reduce process memory usage. The default setting is 1 MB.
Minimum compress
content length
DominoGzipMinBytesToCompress=500
Specify the minimum size of content that can be compressed. The default setting is 300 bytes.