Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
chuckwolber
5 months agoNew Contributor
CLI Slow Performance
I have the 1Password desktop app installed and up to date on my macBook Pro, the `op` CLI is also installed, up to date, and working properly. All expected CLI queries work but they are surprisingly ...
kasperisager
4 days agoNew Member
I've just been bitten by this as well after moving all on-disk credentials like `npm` and `gh` authentication tokens into 1Password and instead relying on Shell Plugins (https://developer.1password.com/docs/cli/shell-plugins/). All `op` commands take between 2 and 5 seconds on my M1 MacBook Pro and that's running against 1Password Desktop which should all be local:
$ time op items list > /dev/null
op items list > /dev/null 0.08s user 0.04s system 2% cpu 5.587 total
$ time op items list > /dev/null
op items list > /dev/null 0.06s user 0.03s system 3% cpu 2.786 total
$ time op items list > /dev/null
op items list > /dev/null 0.06s user 0.03s system 2% cpu 3.590 totalThe `op plugin run` command is similarly slow. That's unacceptable to put in plainly. I can live with the delay if it means not having on-disk credentials, but it's pushing me to look to alternative password managers.