Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Performance optimisations #26

Open
jjcollinge opened this issue Dec 19, 2017 · 0 comments
Open

Performance optimisations #26

jjcollinge opened this issue Dec 19, 2017 · 0 comments
Labels
sdk issues relating to the SF sdk

Comments

@jjcollinge
Copy link
Owner

jjcollinge commented Dec 19, 2017

Currently the provider resolves every service endpoint every x seconds. We need to find a way to optimise this by reducing the number of requests and caching.

Options include:

  • Attempt to proxy request, if it timeouts out or fails with 404/410, resolve the endpoint and forward on. This would act as a trigger for staleness but would directly effect atleast the first request since a endpoint change.
  • Try to detect and handle just differential changes
  • Improve use of caching
@jjcollinge jjcollinge added the sdk issues relating to the SF sdk label Apr 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
sdk issues relating to the SF sdk
Projects
None yet
Development

No branches or pull requests

1 participant