Skip to content
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

Get rid of BUILD_ID #1227

Closed
arunoda opened this issue Feb 21, 2017 · 0 comments
Closed

Get rid of BUILD_ID #1227

arunoda opened this issue Feb 21, 2017 · 0 comments
Assignees

Comments

@arunoda
Copy link
Contributor

arunoda commented Feb 21, 2017

BUILD_ID is a short-term solution to make our assets immutable and properly cacheable.

But it's a pretty good idea to use individual hashes of each files rather a common BUILD_ID which is regenerated per each deployment.

When doing this, we can't have a hash for JSON pages. That's because, we need know hashes for all of the links in the client side. Which is not good. So, we'll use simple etags bases caching method for that.

@arunoda arunoda self-assigned this Feb 21, 2017
@lock lock bot locked as resolved and limited conversation to collaborators May 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant