You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a database containing ~15mb of data. On the same device, native is almost 10x slower than web. See the following image (native is first). iOS is faster than android, but still far slower. I think the problem is lots of serialization.
Plugin version: 6.0.2
Platform(s): native
The text was updated successfully, but these errors were encountered:
I am also experiencing performance issues on iOS where simple queries on a pretty small database sometimes take multiple seconds to complete.
Unfortunately I wasn't able to pinpoint the exact point in time when this behavior started (e.g. after an update of the library or so) since it only came to my attention quite recently.
I have a database containing ~15mb of data. On the same device, native is almost 10x slower than web. See the following image (native is first). iOS is faster than android, but still far slower. I think the problem is lots of serialization.
The text was updated successfully, but these errors were encountered: