Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Nevertheless, the value you set via Cache Rule will be ignored if `Cache-Control

## Set Browser Cache TTL

The Cloudflare UI and [API](/api/resources/zones/subresources/settings/methods/edit/) both prohibit setting Browser Cache TTL to 0 for non-Enterprise domains.

:::note[Note]


Expand All @@ -34,11 +32,3 @@ If you modify cached assets, the new asset is not displayed to repeat visitors b
3. Under **Browser Cache TTL**, select the drop-down menu to select the desired cache expiration time.

The **Respect Existing Headers** option tells Cloudflare to honor the settings in the `Cache-Control` headers from your origin web server.

:::note[Respect Existing Headers Availability]


For all plan types, you can set Browser Cache TTL to Respect Existing Headers at a zone level (zone setting) or you can use a Cache Rule.


:::
6 changes: 3 additions & 3 deletions src/content/plans/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@
"ent": "30 seconds"
},
"minimum_cache_rules": {
"title": "Minimum Browser Cache TTL (Cache Rules)",
"free": "2 hours",
"pro": "1 hour",
"title": "Minimum Browser Cache TTL",
"free": "1 second",
"pro": "1 second",
"biz": "1 second",
"ent": "1 second"
},
Expand Down