Yaroslav
CDCloudflare Developers
•Created by Yaroslav on 3/27/2025 in #pages-help
Cloudflare Pages Cache / and cache warm-up
I won’t have any trouble cleaning this cache (in the browser) for the whole site or a specific page?
14 replies
CDCloudflare Developers
•Created by Yaroslav on 3/27/2025 in #pages-help
Cloudflare Pages Cache / and cache warm-up
Yes, as I can see, once I disabled the Caching Rules, my pages stopped being cached, and every time I revisit a page, it reloads again.
Here are the options I have in Cache Rules:
- All incoming requests
- Eligible for cache
- Use cache-control header if present, bypass cache if not
14 replies
CDCloudflare Developers
•Created by Yaroslav on 3/27/2025 in #pages-help
Cloudflare Pages Cache / and cache warm-up
Oh, even so 😢
Btw, I've deployed my project already. Should I provide you a link ?
Or should I cancel the caching rules first?
14 replies
CDCloudflare Developers
•Created by Yaroslav on 3/27/2025 in #pages-help
Cloudflare Pages Cache / and cache warm-up
Okay, thank you, I'll try to test it only with
newHeaders
and without Cache Rules.
If you don’t mind, can I ask you a few more questions on this subject ? because I’ve been suffering for two weeks with these questions :NotLikeThis:
1. Is there a way to pre-warm the cache for all pages on Cloudflare Pages globally across all regions?
2. Can Cache Reserve help with global cache warming?
3. What’s the best way to simulate requests from multiple regions to warm the cache?
4. Does Tiered Cache or Smart Tiered Caching Topology help with cache warming?
Thank you in advance :MeowHeartCloudflare:14 replies
CDCloudflare Developers
•Created by Yaroslav on 3/27/2025 in #pages-help
Cloudflare Pages Cache / and cache warm-up
"Caching yourself" you mean my caching rules "Cache Everything" ?
By "header," do you mean the newHeaders.set in my middleware function?
By "header," do you mean the newHeaders.set in my middleware function?
14 replies