ember-cli-deploy / ember-cli-deploy-s3

An ember-cli-deploy plugin to upload to s3
MIT License
52 stars 82 forks source link

Use immutable in cache-control #160

Closed BryanCrotaz closed 1 year ago

BryanCrotaz commented 1 year ago

Fingerprinted files are guaranteed to never change.

The immutable tag in the cache-control header was recently added so that browsers no longer need to check for a fresh file and get a 304 response.

@lukemelia Any objections to me submitting a PR for this?

https://www.keycdn.com/blog/cache-control-immutable

lukemelia commented 1 year ago

Sounds like a good improvement @BryanCrotaz. Thanks.

lukemelia commented 1 year ago

Closed by #161