-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Description
I have an app with three collections, all using local storage, and I have massive performance issues.
Two examples that might have different root causes:
1 mutating text onChange causes massive slow downs (sort of reasonable)
2 rendering lists from localStorage causes jitters. This is more strange. When I switch to localOnlyCollectionOptions it's buttery smooth again.
1 I can sort of understand, even though localStorage should probably be able to do this 🤔
but 2 is surprising. Nothing is writing to local storage, so I'm only reading from it (using liveQuery) and rendering. And getting 20fps with just less than a hundred total objects rendered.
Anyone else having similar issues?
Metadata
Metadata
Assignees
Labels
No labels