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

devise efficient scheme for fetching multiple users versions of identical feeds #9

Open
cqr opened this issue Aug 28, 2019 · 1 comment

Comments

@cqr
Copy link
Member

cqr commented Aug 28, 2019

currently thinking that advice to publishers is to vary URL only when content varies, and vary token portion per user. That way, client can make If-None-Match: requests in sequence for a given URL but with varying tokens to ensure tokens are still valid without having to parse each of the responses.

@mahemoff
Copy link

This will help to scale the entire ecosystem, instead of treating each token-access URL as a unique feed on the basis that it might contain personalised content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants