adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
287 stars 565 forks source link

Improve CDN cache-control settings #287

Closed keepthebyte closed 2 years ago

keepthebyte commented 2 years ago
  1. Disable the default caching via mod_expires - and reset age to 0 in vhost
  2. Avoid cache-control headers being set on 4xx and 5xx
  3. Adjust max-age/s-maxage based on longer term testing

These settings are already in production on wknd.site for a while

keepthebyte commented 2 years ago

https://wknd.site/ and https://aemcomponents.dev/ are now live with these settings.