Browser TTL
Browser TTL controls how long an image stays in a browser’s cache and specifically configures the cache-control
response header.
By default, an image’s TTL is set to two days to meet user needs, such as re-uploading an image under the same Custom ID.
You can use two custom settings to control the Browser TTL, an account or a named variant. To adjust how long a browser should keep an image in the cache, set the TTL in seconds, similar to how the max-age
header is set. The value should be an interval between one hour to one year.
Setting the Browser TTL per account overrides the default TTL.
When the Browser TTL is set to one year for all images, the response for the cache-control
header is essentially public
, max-age=31536000
, stale-while-revalidate=7200
.
Setting the Browser TTL for a named variant is a more granular option that overrides all of the above when creating or updating an image variant, specifically the browser_ttl
option in seconds.
When the Browser TTL is set to one day for images requested with this variant, the response for the cache-control
header is essentially public
, max-age=86400
, stale-while-revalidate=7200
.