-
-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
long delay when selecting tags in UI #382
Comments
This is most likely not related to the database query/your server, but rather on the UI showing all those tags. |
I have too many tags to count. Is there a way to get a count? |
Looks like over 6000 tags based on a copy and paste to another file and counting the rows. |
improved performance by not handling hover in css also rendering the draggable div only if draggable mode is active
yeah, i was able to reproduce the issue, with 4000 tags that I added directly in the datbase and rendering took about 5 seconds for me. |
That's a big improvement! Will that be pushed to Docker soon? |
Depends on:
|
improved performance by not handling hover in css also rendering the draggable div only if draggable mode is active
(hoarder-app#390) * long delay when selecting tags in UI hoarder-app#382 improved performance by not handling hover in css also rendering the draggable div only if draggable mode is active * updated the code to reuse the DeleteTagConfirmationDialog to improve performance and fix the tag deletion * some fixes --------- Co-authored-by: MohamedBassem <[email protected]>
I have nearly 4000 bookmarks, so a lot of tags. When I select the "Tags" on the left UI menu, it takes around 14 seconds to display the list. Hoarder is running on a server with a Celeron N5105, 16 GB RAM, and SSD storage.
The text was updated successfully, but these errors were encountered: