GuideReference
TrainingSupportCommunity
Guide

script_​management


Ensures unresponsive linked Java​Script files do not prevent HTML pages from loading. See Script Management API for more information.

OptionTypeDescriptionRequires
enabledboolean

Enables the Script Management feature.

{"displayType":"boolean","tag":"input","type":"checkbox"}
serviceworkerenum

Script Management uses a Java​Script service worker called akam-sw.​js. It applies a policy that helps you manage scripts.

{"displayType":"enum","options":["YES_SERVICE_WORKER","NO_SERVICE_WORKER"],"tag":"select"}
{"if":{"attribute":"enabled","op":"eq","value":true}}
YES_​SERVICE_​WORKER

Review insights about script usage, and create a policy to list scripts you want to defer or block. This also installs the akam-sw.​js service worker for you.

NO_​SERVICE_​WORKER

Review insights about script usage. The akam-sw.​js service worker isn't installed.

timestampnumber

A read-only epoch timestamp that represents the last time a Script Management policy was synchronized with its Ion property.

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