-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PageController to write out Last-Modified response header #31
Comments
TSI-1943 (internal issue ID for tracking purposes) |
We have been looking into this Enhancement further (we were considering implementing it in DXA 1.7), but found it to be rather tricky: Closely related to the Suggestions how to deal with this? |
This functionality would be used (in our case at least) in combination with a deployer extension that flushes the URL on page publish. In this use case using the publish date as IMHO I think trying to determine a |
The question is whether it is useful to put a (potentially wrong) I agree that "pages with dynamic content should probably not be cached (by the CDN) to begin with". But how do we distinguish between "pages with dynamic content" and "pages with static content"? Isn't the whole idea behind Dynamic Delivery architectures like DXA that the majority of pages have (more or less) dynamic content? |
When a CDN is used in front of DXA, it would be helpful if the PageController could write out the Last-Modified response header with the last published timestamp as value to support content invalidation. For background see Akamai CCU API Concepts.
The text was updated successfully, but these errors were encountered: