Closed pdpinch closed 1 year ago
In MITxPro, we are using Wagtail renditions and ServeView does not add such a header. In MITxOnline, we are statically serving the images and Django's serve view adds a Last-Modified header.
The image caching issue is solved for now. These extra headers were added by Django in MITxOnline. We can close this one.
Comparing the HTTP response headers between mitxonline and xPRO, it seems like xPRO is missing
etag
andlast-modified
headers, which are important for effective caching, both in the CDN and in the client.example mitxonline:
acceptance criteria