-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Creation, edits and delete of entries slow 5+ seconds each #4669
Comments
Edit:
Same with US servers maybe debug logs are helpful Show Logs
|
They point to DNS resolution as the cause of the issue as each lookup takes about 4 seconds:
So you might want to test it with a different DNS name server? Or try the |
update to v 1.31.0 resolved the problem i only uncommented previously commented lines in docker compose
|
Subject of the issue
Creation, edits and delete of entries slow
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Install method: Docker Image with docker compose
Clients used:
web vault, desktop, Android
Reverse proxy and version:
traefik 3.0.3 (for local network)
Cloudflare Tunnel (for external network)
Other relevant details:
The vault itself is not that big 1 User and ~500 Entries
import/export not really an option due to passkeys not being transfered that way
Steps to reproduce
Expected behaviour
Faster editing, creation or deletion of entries.
Expected behaviour occurs if the /data directory is empty and everything is created from scratch with identical configuration otherwise.
Expected behaviour also still occurs on old System where the ?data directory is originally from.
Actual behaviour
Each editing, creation or deletion aprox. 5 seconds for each of those actions to complete.
Troubleshooting data
The text was updated successfully, but these errors were encountered: