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

Use conditional requests to improve performance #53

Open
rplopes opened this issue Sep 24, 2018 · 0 comments
Open

Use conditional requests to improve performance #53

rplopes opened this issue Sep 24, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@rplopes
Copy link
Contributor

rplopes commented Sep 24, 2018

As described in the docs.

We can persist somehow the ETag response header to send it as If-None-Match. Alternatively, we can send an If-Modified-Since.

With this approach we can get 304s for requests that didn't change their response, which means faster responses and fewer increments of the rate limiter.

@rplopes rplopes added the enhancement New feature or request label Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant