Charlotte Van Petegem
Charlotte Van Petegem
> confirmed, that APK is repro compared with my local built APK from [a191118](https://github.com/chvp/NanoLedger/commit/a191118d2d0bbe015d25e0d967a7366fc6caea83) 🎉 > _(note: you built your APK from [e81f2f6](https://github.com/chvp/NanoLedger/commit/e81f2f6dc8dd294b1a8bd3e4d89c297b4d972c93) but I can't build from that as...
I looked at the timings using a profiler and 99% of the time is spent in the sqlite wasm. So I don't think the serialisation overhead is the issue here....
It's a music app where a lot of metadata is loaded beforehand (to allow offline browsing). Since it also supports playback, it doesn't really make sense to have multiple tabs...
I use upserts to add the data, which does make it take a long time, since it includes selections under the hood. It goes from a few hundred milliseconds on...