Skip to content

query cache #65

@tantaman

Description

@tantaman

We should be caching query results and/or resolving queries as much as possible from the app-cache.

This'll keep all things instant post pre-fetch. This is really only a problem for the browser where non-trivial queries against sqlite backed by indexeddb can take ~5ms rather than microseconds.

~5ms doesn't seem so bad but if the user has 4 complex queries to resolve before updating the UI it'll be above our ideal threshold of 16ms.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions