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

Plugin is really slow to search #15

Open
abbasou opened this issue Jul 9, 2024 · 4 comments
Open

Plugin is really slow to search #15

abbasou opened this issue Jul 9, 2024 · 4 comments

Comments

@abbasou
Copy link

abbasou commented Jul 9, 2024

I have the extension successfully installed and working on Fedora 40, however it is extremely slow to search. Each operation takes several seconds to complete. Is there anything I can configure to make it faster, or what is possibly the issue?

Note: It's connected to a self-hosted instance of vaultwarden, but all other clients (desktop and mobile) are very fast.

@Pijuli
Copy link

Pijuli commented Jul 25, 2024

Not a thing of self-hosting. It happens also with SaaS version

@morph027
Copy link

morph027 commented Sep 7, 2024

This is due to bw binary calls on every operation. I've updated my fork to work w/ bw cli REST API, which is a bit faster.

https://github.com/morph027/ulauncher-bitwarden

Although it looks like bitwarden/clients#8845 is still a thing.

@abbasou
Copy link
Author

abbasou commented Sep 7, 2024

Are these updates merged into whatever branch Ulauncher pulls from when installing from your URL? Also, if I'm using your fork, can I report issues over there? Or just over here?

@morph027
Copy link

morph027 commented Sep 7, 2024

Jip, just use the other URL. Issues should be reported in the other repo too. Basically, i've just re-implemented all calls to bitwarden cli w/ REST-API requests, the rest (keywords, ...) is the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants