Comment by weird-eye-issue

2 hours ago

Yes exactly and once you factor in that a lot of sites have the Stripe JS code on every single page the total number of requests is quite high... Plus they do outbound webhook requests for dozens if not hundreds of different events so a single end to end customer checkout actually can fire dozens of webhook events (depending on what is set up for the particular merchant - it does for us!)

> once you factor in that a lot of sites have the Stripe JS code on every single page

That's rarely a hit to origin though? That's mostly cached at the browser, if not at the CDN.