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

Combine multiple small fetches #140

Open
cmdcolin opened this issue Sep 10, 2024 · 1 comment
Open

Combine multiple small fetches #140

cmdcolin opened this issue Sep 10, 2024 · 1 comment

Comments

@cmdcolin
Copy link
Contributor

cmdcolin commented Sep 10, 2024

Currently, jbrowse uses http-range-fetcher to 'aggregate all the fetches that have occurred in the last 100ms'

this can be potentially** problematic though

a) it requires any use of cram-js to use http-range-fetcher or similar workaround to get reasonable performance
b) if you get into a weird scenario where you aren't caching requests right, it can get into a very slow mode (xref GMOD/jbrowse-components#4555)

it might be good to bundle multiple requests together automatically if possible

@cmdcolin
Copy link
Contributor Author

similar issue in bbi-js GMOD/bbi-js#55

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

1 participant