A delay rule selects a subset of resources and applies some DelayOptions to it. See SpeedKitConfig.delayed | the delayed option for more information.
1.17.0
Optional
The options to apply to the selected resources.
{ event: 'load', timeout: 1000 } Copy
{ event: 'load', timeout: 1000 }
Delays all resources affected by this rule until the load event has been completed plus a one second timeout.
The rules to match only some resources.
[{ url: 'www.googletagmanager.com/gtm.js' }] Copy
[{ url: 'www.googletagmanager.com/gtm.js' }]
Speed Kit will delay the Google Tag Manager request to speed up all render-critical requests.
A delay rule selects a subset of resources and applies some DelayOptions to it. See SpeedKitConfig.delayed | the delayed option for more information.
Since
1.17.0