Skip to content

Combine multiple small fetches #140

@cmdcolin

Description

@cmdcolin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions