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
Every time you download a song, then search for another and download, the UI and search takes more time to display results or start the download. This is an incremental process, it is not very noticeable the first 10 downloads, but the more you download, the more you will notice the increasing delay each time. The only way to fix this increasing delay is by restarting the app.
*
Is this a regression?
To Reproduce
Open the app and navigate to the song search area.
Search for a song and proceed to download it.
After the download completes, search for another song.
Notice the increase in time taken for the UI to display search results and to start the download.
Repeat the search and download process for additional songs, observing the incremental increase in delay.
Restart the app and notice that the initial download speeds are restored, confirming the issue is temporarily fixed by restarting.
Expected behaviour
The expectation is that the app maintains a consistent performance level during multiple downloads and searches, without any degradation in response times, regardless of the number of operations performed.
*
Screenshots
Additional context
This issue might be related to memory leaks or improper handling of cache/data buildup during multiple downloads within the same session.
The text was updated successfully, but these errors were encountered:
🐞 Bug Report
Describe the bug
Every time you download a song, then search for another and download, the UI and search takes more time to display results or start the download. This is an incremental process, it is not very noticeable the first 10 downloads, but the more you download, the more you will notice the increasing delay each time. The only way to fix this increasing delay is by restarting the app.
*
Is this a regression?
To Reproduce
Expected behaviour
The expectation is that the app maintains a consistent performance level during multiple downloads and searches, without any degradation in response times, regardless of the number of operations performed.
*
Screenshots
Additional context
This issue might be related to memory leaks or improper handling of cache/data buildup during multiple downloads within the same session.
The text was updated successfully, but these errors were encountered: