Open petertgiles opened 1 year ago
Can we look into CDN's after experimenting with cache policy (#6164)? I've been reading about cache policies a bit (eg this) and I wonder if giving things a Cache-Control: public
will let azure or other CDNs start caching our assets on their own.
Icebox due to low priority and possible low return
♻️ Debt/Refactor
The vast majority of our page load is static content. It's not super fast and the rate can be quite variable. Can we improve the download performance of our big images and JS bundles?
🙋♀️ Proposed Solution
Azure has a CDN with several locations in Canada. Can we use this? https://azure.microsoft.com/en-us/products/cdn
IMTD has brought up the possibility of serving blobs from the F5 infrastructure a few times. Would that be faster?
✅ Acceptance Criteria