[GH-ISSUE #122] Library Size #85

Closed
opened 2026-02-26 02:32:05 +03:00 by kerem · 1 comment
Owner

Originally created by @br13an on GitHub (Dec 19, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/122

I've got an issue with the loading times.
When I've got up to 6000 songs scanned it's not a problem at all.
So I tried testing 20.000 songs, but the application is just handing on the loading screen at all times.
Is there a DB request running for too long?

Originally created by @br13an on GitHub (Dec 19, 2015). Original GitHub issue: https://github.com/koel/koel/issues/122 I've got an issue with the loading times. When I've got up to 6000 songs scanned it's not a problem at all. So I tried testing 20.000 songs, but the application is just handing on the loading screen at all times. Is there a DB request running for too long?
kerem closed this issue 2026-02-26 02:32:05 +03:00
Author
Owner

@phanan commented on GitHub (Dec 20, 2015):

No, that would be the javascript processing initial data. JS on browser is single-threaded, hence the freeze. In the future I'd want to try using web workers, but that's, again, in the future.

<!-- gh-comment-id:166051730 --> @phanan commented on GitHub (Dec 20, 2015): No, that would be the javascript processing initial data. JS on browser is single-threaded, hence the freeze. In the future I'd want to try using web workers, but that's, again, in the future.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#85
No description provided.