-
Notifications
You must be signed in to change notification settings - Fork 33
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
Menu shows with noticeable delay #153
Comments
Interesting, thanks for the report. For me the menu loads instantly, but if your cache is sufficiently large there may be a noticeable delay. |
Thanks a lot! :) I am using a build from the latest git revision 7ad25c0. FWIW, my cache is close to 18.000 entries (I am using your tool to access my library of scientific articles). Before, the menu opened instantly, too. Filtering is still as fast as ever. |
Hi @vestingz In summary, I'm not yet sure if I've been able to replicate the slow-down you've been experiencing. So I would like to ask, would that change in launch-time from 0.22 seconds to 0.5 seconds explain the loss of snappiness you're experiencing? Main Branch (v1.1.4)Run 1Time to open menu (empty cache)
Time to load cache of 1000 entries ...
Time to load cache of 20000 entries ...
Time to load cache of 100000 entries ...
Run 2Time to open menu (empty cache)
Time to load cache of 1000 entries ...
Time to load cache of 20000 entries ...
Time to load cache of 100000 entries ...
Reverting removal of
|
Thank you so much for your analysis! And yes, it has been a real pleasure to work with for someone who keeps their filenames tidy and predictable :) It could indeed very well be the difference that the new installer created. It is hard to assess the difference subjectively, though. Could you maybe link the last commit before the new installer? I'll try to install from there and get back to you with my results. FWIW, since I stated in my last comment that filtering is still as fast as ever: that also has gone now. There is a lag of about 0.3 - 0.5 seconds until the closest result shows, while before that was nearly instant. Maybe it is connected to some newly updated python library? These are the python packages that have been updated since recently:
|
Since one of the recent updates, the menu lost its snappiness. After calling it, it shows with a noticeable delay of sth around .5 seconds, whereas before it would show instantly. Could this in any way be connected to your recent updates?
The text was updated successfully, but these errors were encountered: