Will
Will
CDCloudflare Developers
Created by Will on 1/23/2024 in #general-help
how long is the maximum cache livetime?
I have a landing page builder saas with Astro in SSR mode and cloudflare worker. a few of pages type, like index page of my client business and several others, are largely static with minimum change. how can I set cloudflare to cache it for eternity unless I purge the cache by url via cloudflare api?
7 replies
CDCloudflare Developers
Created by Will on 12/2/2023 in #pages-help
Does uploading with wrangler count against deploy limit?
I am planning to generate the site on other machine then push it to cloudflare pages via wrangler
2 replies
CDCloudflare Developers
Created by Will on 12/2/2023 in #general-help
how to rate limit request to my api endpoint with cloudflare?
I am trying to build api endpoint with worker, now I am thinking about how to rate limit the request per cookie id with cloudflare. the api endpoint will be public, no need of auth. If my learning is correct, cloudflare can do this for me, so I don't need to do it in backend.
2 replies