-
Notifications
You must be signed in to change notification settings - Fork 551
Cloudfront cache duration #285
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
Comments
Hi @smknstd |
Yes ! These are default values : But honestly it's not easy to understand how these work. Here is my hit/miss ratio from the cloudfront's "cache statistics" tab: Can you confirm some of my questions :
Thanks in advance |
If the origin includes the The reason you are seeing the There is no TTL on the CloudFront origin, however you can add cache-control headers to your objects in S3. This will bypass the solution adding the You can see a breakdown of how objects are cached in CloudFront in the CloudFront Developer Guide: Managing Cache Expiration |
wow this is great explanation ! I didn't expect so much details. Thanx a lot, it is really helpful. |
Uh oh!
There was an error while loading. Please reload this page.
Where can I set how much time processed images should be saved in cloudfront's cache ?
Thank you for your help.
The text was updated successfully, but these errors were encountered: