Skip to content
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

[bukuserver] Load a specific set of tags upon autocomplete #559

Closed
GreenLunar opened this issue Jan 13, 2022 · 5 comments · Fixed by #546 or #594
Closed

[bukuserver] Load a specific set of tags upon autocomplete #559

GreenLunar opened this issue Jan 13, 2022 · 5 comments · Fixed by #546 or #594

Comments

@GreenLunar
Copy link

I've too many tags for autocomplete (as it is now) to be working properly, even on high end machines.

Buku seems to be loading ALL tags.

I suggest to start scan only on first charter;
Once a character is pressed, load only a certain set of tags that is closest to the given characters;
Doing it otherwise causes to an excessive usage of RAM.

@GreenLunar
Copy link
Author

GreenLunar commented Jan 20, 2022

Testing once again (I hope it's the right repository I'm testing).
Buku loads tags that contain a given string, not those that begin with a given string.
I suggest to load a selection that begins with a given string, so performance will be better.

e: anyway, performance is better now.

e2: buku loads a big set of tags before input of a character. (see e3, below)

e3: buku loads ALL tags just upon clicking on the tags field.

@rachmadaniHaryono
Copy link
Collaborator

@jarun, can we reopen this because half of this is not yet fixed by #546?

@jarun
Copy link
Owner

jarun commented Jan 22, 2022

Sure thing!

@jarun jarun reopened this Jan 22, 2022
@jarun
Copy link
Owner

jarun commented Aug 18, 2022

@rachmadaniHaryono please confirm if this is fixed.

@rachmadaniHaryono
Copy link
Collaborator

no, it not yet fixed. i will look into it this weekend

current proposed solution is to add cache feature for buku tag when bukuserver start

@github-actions github-actions bot locked and limited conversation to collaborators Sep 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants