How to prevent multiple requests from being proxied to the origin server before 1st request cache?
Hello, I found that our client will burst multiple request of same file path which can cache for a year, but my problem is when burst request like 130 requests to my origin. That my origin need to process and prepare 130 times of these requests.
How to group or somehow delay another 129 requests and let just 1 request to reach my origin before serve another 129 requests from cloudflare cache?
How to group or somehow delay another 129 requests and let just 1 request to reach my origin before serve another 129 requests from cloudflare cache?



