Skip to content

Commit 5fc650b

Browse files
Clarify that Pages assets already served from Tiered Cache (#18518)
* Clarify that Pages assets already served from Tiered Cache This line in the docs was confusing and made it sound like you couldn't benefit from Tiered Cache with Pages. * Update src/content/docs/pages/configuration/serving-pages.mdx --------- Co-authored-by: ToriLindsay <[email protected]>
1 parent 66d4ff9 commit 5fc650b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/pages/configuration/serving-pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In addition, adding caching to your custom domain may cause issues with [Pages r
3030

3131
However, there are some situations where [Cache Rules](/cache/how-to/cache-rules/) on your custom domain does make sense. For example, you may have easily cacheable locations for immutable assets, such as CSS or JS files with content hashes in their file names. Custom caching can help in this case, speeding up the user experience until the file (and associated filename) changes. Just make sure that your caching does not interfere with any redirects or Functions.
3232

33-
Please note that tiered caching is not supported for custom domains on Pages.
33+
Note that when you use Cloudflare Pages, the static assets that you upload as part of your Pages project are automatically served from [Tiered Cache](/cache/how-to/tiered-cache/). You do not need to separately enable Tiered Cache for the custom domain that your Pages project runs on.
3434

3535
:::note[Purging the cache]
3636

0 commit comments

Comments
 (0)