GuideReference
TrainingSupportCommunity
Reference

large_​file_​optimization_​advanced


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}}