Read your CDN docs very carefully on how it processes requests. Make sure that your CDN does request coalescing.
At my previous job, I became responsible for handling >350,000 requests/second and I dug so deep.
replies(1):
At my previous job, I became responsible for handling >350,000 requests/second and I dug so deep.
We leveraged the CDN heavily but I had to drill down and dive deep into the specifics of our CDN and our stack. One mistake might mean turning 10,000 into 100,000 requests and over 100 million requests, it would become a big(ger) deal.