-
Notifications
You must be signed in to change notification settings - Fork 152
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
FAQ out of date? #264
Comments
Thanks |
@WhyNotHugo Edit: Nevermind, I found the message from AWS (from September 15th) that using automatic compression is without extra costs. This is good news, I reverted back to the Django ManifestStatiFileStorage (instead of the compressed one) and now the collectstatic command is much faster and also we have much less files on or version control system, making it faster again 👍 |
I missed this comment at the time (there's no email notification if a comment is edited). Thanks for pointing this out, I'm still using |
Does this mean this part of the docs is also outdated? Do I still need to enable brotli in whitenoise via According to Amazon: "CloudFront can compress objects using the Gzip and Brotli compression formats. When the viewer supports both formats, CloudFront prefers Brotli." |
Yes, a PR for that would be nice. Support for gzip and brotli needs to be enabled on cloudfront too, btw. |
Looks like this is out of date. CloudFront supports compressing files, and, since September 2020, supports Brotli compression.
The text was updated successfully, but these errors were encountered: