Vasilj Milošević
Vasilj Milošević
It didn't crash this time:  And closing takes roughly 5 seconds. Next start is around minute or so with blank window while loading. I'll upload the screen record. But...
OK, now closing is almost instant. Here's the startup screen recording: [Screencast from 2023-11-17 01-05-58.webm](https://github.com/ubuntu-flutter-community/musicpod/assets/624357/80856449-171e-4be2-bf11-52c10ea9356d)
Here's the app profile startup. The first item in dart debugger says it took 11s. I think you can import it in your profiler or something. It may help. [dart_devtools_2023-11-17_01...
Well, it's kinda worse then the last version. It acts like it's rebuilding every time even though it's set to use caching. [Screencast from 2023-11-18 01-25-04.webm](https://github.com/ubuntu-flutter-community/musicpod/assets/624357/2409cbf6-262b-4f8c-a904-6ce63098cedb)
Great! Not ideal, but I think this is much more usable :) [Screencast from 2023-11-18 12-31-39.webm](https://github.com/ubuntu-flutter-community/musicpod/assets/624357/747dd635-35c4-4cc3-a1c9-90de0e48144a) I think we can close this issue. I have some experience with flutter (but...
Yes, with cache loaded. Well, native ones are much much faster (C, Rust, Python...), electron is mixed bag. Strawberry and Clementine are extremely fast for example. But the UI is...
Will do. I'm using an appimage that I build myself 😁 I'll report back
Initial start is instant. First start never finished indexing or what. I've deleted .config/musicpod/ It started with loading icon (not sure why) I've picked the folder. It indexed in a...
Yup, when the index is saved, loaded from cache, it takes some time, maybe not as indexing, but still it's slow to show something. I'll record the video if you...
Hmm, I'm debugging now and it seems that ~/.config/musicpod is recreating when the app is started. But deleting it doesn't delete the index. In ~/.cache/images are only images, there is...