-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Why does the new version feel so laggy to me? #12698
Comments
Thank you for reporting this issue! We've added this to our internal tracking system. |
Hello @JarmoHu, How long does it take for the entire extension to render? Thank you, |
click button -> 2 seconds cold start (or 1 second warm start) -> render red component -> 3 seconds cold start (or 1 second warm start) -> render yellow component -> 1 second -> render green component. Actually, I want the logo and the green part to render earlier because every time I click the 'Fill' button, the layout suddenly shifts, and I end up clicking the 'Copy password' button instead. |
Hello everyone, Thank you. Could you please let me know how large your vaults are? I'd like to know if this could be related. You can check that in Firefox by right-clicking on the extension, clicking on (Manage extension), clicking on the cogwheel and then on (Debug Add-ons) and then clicking on (Inspect) next to the Bitwarden Password Manager; in the new window, please open the (Network) tab and then run a manual sync in the extension like so, and let me know how large the GET request for "sync" was. Thank you in advance, |
Just got the new extensions, and it feels definitely way slower than the old one, and it adds friction to logging in I don't think it is related to the GET request: if the password manager is already unlocked, it still feels slow to render, but there is no request in the network console. For me, unlocking requires more or less a second. Strangely enough, it seems to decrypt things twice:
|
166ms when I click "Sync Now" I see 352 items in my vault |
Can you try switching the the Settings tab (could also try Generator tab) and then open and close the extension popup to see if that page renders just as slow as the Vault tab? |
I'm experiencing the same issue. Any time I open the extension popup (seems to be regardless of "cold" vs "warm") there is no feedback for a second or two and then the extension opens.
The settings tab is just as unresponsive. |
Same here - I click the icon and nothing happens for up to 10 seconds, then it suddenly all appears. |
Why "fix" something that worked great in the previous version, I need to disable updates. |
Hello! For those reporting a delay in the initial opening of the popup (separate from any navigation/loading delay within the popup itself once it's open), please see #12286. There are some instructions there that may help alleviate that issue. |
Steps To Reproduce
Why does the new version feel so laggy to me? Previously, the browser extension interface would load instantly, but now it happens in three steps: first, the outer frame (marked in red in the screenshot), then the inner controls and items (marked in yellow), and finally the 'copy username and password' button (marked in green). There's a noticeable lag between each of these steps.
Expected Result
I hope it can display all the content at once.
Actual Result
There is a noticeable lag with a step-by-step loading process when clicking.
Screenshots or Videos
No response
Additional Context
No response
Operating System
Windows
Operating System Version
No response
Web Browser
Firefox
Browser Version
No response
Build Version
2024.12.3
Issue Tracking Info
The text was updated successfully, but these errors were encountered: