GuideReference
TrainingSupportCommunity
Reference

large_​file_​optimization_​advanced

  • Property Manager name: Large File Optimization (Advanced)
  • Behavior version: The v2023-01-05 rule format supports the large_​file_​optimization_​advanced behavior v1.0.
  • Rule format status: GA, stable
  • Access: Read-only
  • Allowed in includes: Yes

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