GuideReference
TrainingSupportCommunity
Guide

predictive_​prefetching


This behavior potentially reduces the client's page load time by pre-caching objects based on historical data for the page, not just its current set of referenced objects. It also detects second-level dependencies, such as objects retrieved by Java​Script.

OptionTypeDescriptionRequires
enabledboolean

Enables the predictive prefetching behavior.

{"displayType":"boolean","tag":"input","type":"checkbox"}
accuracy_​targetenum

The level of prefetching. A higher level results in better client performance, but potentially greater load on the origin.

{"displayType":"enum","options":["LOW","MEDIUM","HIGH"],"tag":"select"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
LOW

Low.

MEDIUM

Medium.

HIGH

High.