-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
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.