<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Perhaps running pass directly with bash -x (it shows the whole
      execution flow) could be helpful, combined with perf.</p>
    <p>Cheers!<br>
    </p>
    <div class="moz-cite-prefix">On 2/15/19 3:34 PM, Kevin Faulkner
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:20190215133407.37bffe4f@horse.lan">
      <pre class="moz-quote-pre" wrap="">On Fri, 15 Feb 2019 09:20:20 +0800
Ryan Lue <a class="moz-txt-link-rfc2396E" href="mailto:lists@ryanlue.com"><lists@ryanlue.com></a> wrote:

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Hi,

Suddenly, pass is v. slow on my desktop.

    $ time pass ls

shows 0.6s on my desktop vs. 0.04s on my laptop.
Both are comparably specced and running
nearly identical installations of Debian buster. 

This only began a week or so ago, but for the life of me,
I can’t figure out what change caused it.

Any suggestions re: how to debug this performance issue?

—Ryan

P.S. Thanks for an amazing utility.
_______________________________________________
Password-Store mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a>
<a class="moz-txt-link-freetext" href="https://lists.zx2c4.com/mailman/listinfo/password-store">https://lists.zx2c4.com/mailman/listinfo/password-store</a>
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Interesting, problem. I would suggest looking at running perf:
``perf stat -d pass ls``
Or try using perf record the attempt, then use perf report to analyze
it. While perf has its limitations it is likely to work on your Debian
machine out of the box.
Aside from that perhaps even using strace to see what is being done and
could be failing or taking in in an attempt to do something. Problems
like this are usually pretty fun to dig into, and will usually be very
insightful into your system.
Without more information or data I don't think we could give you
anything to fix the issue you are having (maybe someone else knows more
than me though!).

Good luck
-Kevin
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Password-Store mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a>
<a class="moz-txt-link-freetext" href="https://lists.zx2c4.com/mailman/listinfo/password-store">https://lists.zx2c4.com/mailman/listinfo/password-store</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
HacKan || Iván
GPG: 0x35710D312FDE468B</pre>
  </body>
</html>