-
Notifications
You must be signed in to change notification settings - Fork 142
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
Improve caching a bit more #325
Comments
Can you explain what that would change? |
Sending both My understanding is that if you have an ETag then you can use expiration dates farther in the future, because the client will use |
Oh, so we hit the server everytime no matter what? |
You're probably not going to hit the server every time. But sometimes you are. The behaviour on reload for instance (and spec dev is all about the reloads) is browser-dependent. You're going to get |
Emailed with mnot briefly, he suggested:
"You can drop Expires and just do CC: max-age."
I'm wondering if we could play with extending the cache duration for up to a week? If it's still going to revalidate against the hashed content (via etag), then it should be fairly safe to extend to a week.
Anyone have opinions?
The text was updated successfully, but these errors were encountered: