window.onload
time (assuming there is JavaScript on the page). This can have a positive impact on your Google search ranking. When turned on, Rocket Loader will automatically defer the loading of all Javascript referenced in your HTML, with no configuration required. Refer to Understanding Rocket Loader for more information.{
"value": "off"
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/zones//settings/rocket_loader' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": "off"
}'
window.onload
time (assuming there is JavaScript on the page). This can have a positive impact on your Google search ranking. When turned on, Rocket Loader will automatically defer the loading of all Javascript referenced in your HTML, with no configuration required. Refer to Understanding Rocket Loader for more information.{
"errors": [],
"messages": [],
"result": {
"editable": true,
"id": "rocket_loader",
"modified_on": "2014-01-01T05:20:00.12345Z",
"value": "off"
},
"success": true
}