We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Serve static assets (js, css, woff2) with an efficient cache policy. Because files have unique hash in filename, a long cache lifetime can be used.
The text was updated successfully, but these errors were encountered:
This can't be adjusted in AmazonS3/cloudfront from where the website is served ? (some cache control settings ?) Either that or modified serviceworker ? (https://stackoverflow.com/questions/46038668/how-to-modify-auto-generated-service-worker-in-create-react-app)
Sorry, something went wrong.
Yes, this must be adjusted on AWS side.
There is documentation for those settings: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html
https://medium.com/@joecrobak/production-deploy-of-a-single-page-app-using-s3-and-cloudfront-d4aa2d170aa3
https://www.edureka.co/community/989/is-there-a-way-to-add-cache-control-in-aws-s3
No branches or pull requests
Serve static assets (js, css, woff2) with an efficient cache policy. Because files have unique hash in filename, a long cache lifetime can be used.
The text was updated successfully, but these errors were encountered: