largeFileOptimizationAdvanced


The Large File Optimization feature improves performance and reliability when delivering large files. You need this behavior for objects larger than 1.​8GB, and it's recommended for anything over 100MB. You should apply it only to the specific content to be optimized, such as a download directory's .gz files. Note that it is best to use Net​Storage for objects larger than 1.​8GB.

This advanced behavior provides additional HTTP/2 options not present in the large​File​Optimization behavior.

OptionTypeDescriptionRequires
enabledboolean

Enables the file optimization behavior.

{"displayType":"boolean","tag":"input","type":"checkbox"}
object​Sizestring

Specifies the size of the file at which point to apply partial object (POC) caching. Append a numeric value with a MB or GB suffix.

{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
fragment​Sizeenum

Specifies the size of each fragment used for partial object caching.

{"displayType":"enum","options":["HALF_MB","ONE_MB","TWO_MB","FOUR_MB"],"tag":"select"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
Supported values:
FOUR_MB
HALF_MB
ONE_MB
TWO_MB
prefetch​During​Requestnumber

The number of POC fragments to prefetch during the request.

{"displayType":"number","tag":"input","type":"number"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
prefetch​After​Requestnumber

The number of POC fragments to prefetch after the request.

{"displayType":"number","tag":"input","type":"number"}
{"if":{"attribute":"enabled","op":"eq","value":true}}