mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Creation, edits and delete of entries slow 5+ seconds each #1946
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ChoosenMEME on GitHub (Jun 24, 2024).
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
@ChoosenMEME commented on GitHub (Jun 24, 2024):
Edit:
testing to minimize the environment revealed that my problem is caused by Push Notifications
as removing the following from docker compose seems to have resolved my complaint.
Same with US servers
maybe debug logs are helpful
Show Logs
@stefan0xC commented on GitHub (Jun 25, 2024):
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
testingimage if https://github.com/dani-garcia/vaultwarden/pull/3988 resolves the issue@ChoosenMEME commented on GitHub (Jul 9, 2024):
update to v 1.31.0 resolved the problem i only uncommented previously commented lines in docker compose