103
responses with Link
headers from the final response. Refer to Early Hints for more information.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.{
"items": [
{
"id": "always_online",
"value": "on"
},
{
"id": "browser_cache_ttl",
"value": 18000
},
{
"id": "ip_geolocation",
"value": "off"
}
]
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/zones//settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"id": "always_online",
"value": "on"
},
{
"id": "browser_cache_ttl",
"value": 18000
},
{
"id": "ip_geolocation",
"value": "off"
}
]
}'
{
"errors": [],
"messages": [],
"result": [
null
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}