GZIP compression level

GZIP compression is used by the server and web clients to improve transfer speed and bandwidth utilization.

General Information

Domain

TcHmiSrv

Full symbol path

TcHmiSrv.Config::DEFLATECOMPRESSIONLEVEL

Category

Webserver

Property is hidden

No

Contained in every configuration by default

No

Schema

Enumeration type

integer

Minimum

0

Maximum

9

Default value

5

Options

Value

Label

1

Best Speed

5

Medium

9

Best Size

JSON Schema

{
    "category": "CATEGORY_WEBSERVER",
    "default": 5,
    "description": "DESC_DEFLATECOMPRESSIONLEVEL",
    "maximum": 9,
    "minimum": 0,
    "options": [
        {
            "label": "GZIP_BEST_SPEED",
            "value": 1
        },
        {
            "label": "GZIP_MEDIUM",
            "value": 5
        },
        {
            "label": "GZIP_BEST_SIZE",
            "value": 9
        }
    ],
    "propertyOrder": 12,
    "type": "integer"
}