Understanding CDN - does it call the backend again?
Say you have yoursite.com/products
CDN caches it. Redis caches the database results. This URL becomes a 'hot' URL for the CDN cache.
When you or other users visit yoursite.com/products, do API requests still happen or do the API results not get called and the API results automatically gets returemd by the CDN?