Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Linaori
3 months agoNew Contributor
1password input focus lag with lots of inputs
I'm running into an issue where 1password seems to significantly slow down interaction with the webpage I'm working on. There's a ton of input fields of which most are hidden, I cannot lower the amou...
1P_Phil
Moderator
3 months agoHi Linaori ,
Thanks for writing in, could you share a bit more information about which platforms and versions of the App, Browser Plugin you are using? also has anyone on your team experienced it testing?
Thanks!
Phil
- ShadeDream13 days agoNew Contributor
This issue still persists for me. I've tried everything I've been able to come up with (using data-1p-ignore, disabling autocomplete on the form and inputs etc) and it's still a problem in the application we're developing.
Firefox 147.0
MacOS 26.3 (Apple Silicon)
1password extension 8.12.2.38
Roughly 900 inputs on the page (up to 128 individual components with 6-8 inputs each). I could disable the feature in 1password or disable it for this URL... but this application will be rolling out to our users on 1password enterprise accounts using the standard configuration, so that's not feasible for them.- 1P_Phil11 days ago
Moderator
Hi ShadeDream ,
When you log into your dashboard, there should be contact information for enterprise support. Please reach out to that team and they can help optimize your implementation.
Thanks!
Phil- ShadeDream11 days agoNew Contributor
Unfortunately I'm just an employee without access to that. But I'm also a long-time family plan customer on my personal account.
This seems like an issue that needs fixing across the board in the plugin, not changes in implementation to avoid it as it's a situation that could easily be run into by anybody on any site or application using lots of inputs. A normal user would likely not even understand that the plugin was the issue, I only ran into it because I knew enough to run a profiler on the app in the dev console.
- Linaori2 months agoNew Contributor
- Firefox 145.0.1 (64-bit)
- Fedora 43, KDE Plasma 6.5.3
- 1password browser extension version: 8.11.16.35
Nobody else on my team has this issue (yet) because I'm still developing the page. For now I've disabled 1password on my local env, but that's obviously not a permanent solution.
Here's a list of the input amounts:
document.querySelectorAll(`input[type="text"]`).length; 2989 document.querySelectorAll(`input[type="checkbox"]`).length; 609 document.querySelectorAll(`textarea`).length; 1 document.querySelectorAll(`select`).length; 427 document.querySelectorAll(`option`).length; 5708- Benjiman1 month agoNew Contributor
I am experiencing a very similar issue and am also interested in the solution