-
Notifications
You must be signed in to change notification settings - Fork 255
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
When searching for packages, results are slow to appear #595
Comments
@vertigo220 I have been making some changes in this area, and I would be curious if you can see any improvement. If you are interested in taking a look, the related issue is this one #525 and instructions for how to install the pre-release version are here: https://github.com/chocolatey/ChocolateyGUI#installation |
There will also likely be improvements once we update to this: #670 |
This is still a problem. Opening up https://chocolatey.org/packages is way faster |
Definitely annoying, including, astonishingly, no, so-far identifiable, cancel button for the very slow search, for: no search term, the wrong search term, or a stale search term, is blocking a new search... |
what triggers me, is having to wait for the main tab to do its stuff and wait, just to be able to select the "chocolatey" tab and wait again to be able to search and then wait again. Is the wait maybe related to the .NET-No-Proxy-Configured-Delay-Bug? ( Btw, the loading could be done async (Task.Run() !) to not block the UI. |
@BananaAcid @rwperrott @opusforlife2 @taotien can any of you please confirm what version of Chocolatey GUI you are using? Can you please try the latest pre-release version of Chocolatey GUI, installation instructions on the readme of this project, and report back if there is any improvement. |
got any command line snippet I can throw at powershell to install that specific version? Have v0.16.0 running |
@BananaAcid yip, in the readme that I mentioned... |
Ok thanks, installed it from there. |
@gep13 Does the pre-release version install over the stable version or does it install separately? If it does install over the existing installation, does it get updated back to the stable branch on the next release? |
Can you confirm what you mean by the |
Yes, the pre-release version replaces the currently installed stable version of the application. When 0.17.0 is released, it will install over the top of the pre-release version, so it should be a seamless transition when it is released. |
@gep13 Thanks. Installed the pre-release version. As @BananaAcid said, it is immediately noticeable that the startup time has been cut down considerably. I'll phrase the same issue differently for clarity: When you click on the 'chocolatey' tab (the only one apart from 'This PC'), the application immediately blocks the user from doing anything else by showing a big box, with the optional console output saying it is fetching packages. This process can go on for several minutes, and is completely pointless 95% of the time, because there is a very small chance of the user finding the software they want on the very first page of results that is loaded. Can this process not happen in the background? The priority should be given to the user being able to search for the package they want. A further issue as mentioned by @rwperrott is that once a search is executed... it will go on and on, regardless of what the user does, for several minutes until it either succeeds or fails. This means that if you entered the wrong spelling by mistake, you're in for a long and annoying wait. So there should be a way to cancel a search as well. |
@opusforlife2 so, it sounds like there are several moving parts here, and I think it would help to have these broken up into separate issues for tracking purposes. Based on what has been said here, I see three issues/concerns...
@opusforlife2 would you, or someone else in this thread mind taking the time to create those two feature request issues? Now, regarding it taking minutes to populate that first screen when clicking on the Would someone in this thread be able to provide a similar screen shot with timings of each request? I would like to know what is taking a long time to complete. |
@opusforlife2 thank you for doing that, I appreciate it! |
Started playing around with chocolatey again in the hopes I'd be able to use it on some new builds, but this is still a problem. Switching to the chocolatey "tab" still takes a while to load, as do searches. When viewing the command line output, both actions are doing the same thing: listing many/all of the installed apps, like this: Fetching packages... And it does this every time, even if I perform the same exact search immediately after. I am, however, able to switch to the chocolatey tab right away after opening the GUI. |
@vertigo220 Can you confirm exactly what version you are using? Based on your other comments, I suspect you are still using 0.16.0. |
You're right. I was wondering why it hadn't been updated in so long, didn't realize you had a separate development version. Just tried upgrading but it failed. Typed the following into an admin PowerShell console: choco upgrade chocolateygui --source https://www.myget.org/F/chocolateygui/ --pre and got this:
I have ver 4.8.03752 of dotNET installed. |
@vertigo220 add |
So just go to Settings > Sources and put that in the ID box and save? |
@vertigo220 no, @mkevenaar is suggesting that you try the following:
|
@gep13 which means
(quotes around the source) |
@LordMike Ah, that is a great catch! Thank you! |
Also .. Updating to |
Ok, now updated, and I realize I should have done some timed tests beforehand for comparison, but so far what I've noticed is that initial startup actually seems a tad slower (first time took ~10-20 seconds, don't remember exactly, but that's to be expected; subsequent startups take ~8 seconds, whereas before it was only probably 2-3, but still not a big deal) and, more importantly, switching to the chocolatey tab as well as performing searches each take ~8-10 seconds, which is definitely faster, though still seems like it could/should be faster still. The same goes for switching pages, which definitely should be faster, since it could easily preload the next 2-3 pages so they're ready right away, i.e. initially load page one then as soon as it's displayed load pages 2-3 or 2-4, then when page 2 is accessed load page 4/5, and so on. The console readout isn't going through all the installed packages anymore, instead just saying "Fetching packages..." |
Dear God @gep13 please release a new version of Chocolatey GUI. The last release was two years ago in february 2018 and is unusably slow. :-O I have tested the 0.17 version above and it is very usable and fast enough to not be annoying. Pretty much the same speed as running "choco outdated" and "choco search" on the command line. The old 0.16 version just hangs for minutes and I was going to uninstall the GUI to never use it again. Luckily I found this ticket with the 0.17 pre-release... |
@gep13 I have to agree with this comment. The difference between 0.16 and 0.17 is like night and day. The entire process of opening it, waiting for it to refresh, then updating software never took less than 15 minutes earlier. Now it is done under 5 minutes. |
A heads up for people in this thread: I found that the 0.17 pre-release has a toggle to prevent a search from executing until you press Enter. Enjoy! |
@opusforlife2 I assume you're talking about the delayed search option, which isn't new; it just has a description now to explain what it does, so that may be why you didn't notice it before. |
Blast! Foiled again. |
So I just used chocolatey to set up a new computer--something I'm hoping I don't regret due to the problems mentioned in the pinning issue--and this slowness made it a major PITA. After spending an entire day installing programs and being very frustrated at how long everything was taking, I finally thought to switch to the command line and that was much, much faster. When installing programs through the GUI, searching would take several seconds at least, which seemed to grow longer when I had a fair number of apps installed, now taking 15-20 seconds. This is pretty brutal, and a massive waste of time. Doing the math, that means I spent 1.5 (one and a half!) hours just waiting on searches. And that's not even the worst part. When actually installing software, it took forever every single time, with a couple (Activeperl and, I think though I could be wrong, Android SDK Platform Tools) taking so long I thought chocolatey had stopped working. Just guessing, I'd say those two took at least 15-20 minutes and the others mostly took between 3 and 10 minutes (and typically more like 5-10). It also isn't an issue of download, because they would download fairly quickly but then still take forever to finish installing. And when I switched to using the command line, searches take more like 3-5 seconds (so significantly faster there) and installs are also much, much faster. Of course, I didn't compare the speed of the same program done each way, but I did enough each way to be able to say that there's a definite, huge difference. What took me an entire day with the GUI would have taken 1/3 of that time, or less, had I just used the command line the entire time. So while the changes seem to have helped some, there's clearly much more needed to bring the two in line with each other. Another major annoyance with the slowness of the GUI is that it takes a few minutes once launching chocolatey to even be able to view the installed programs. It should display the list immediately, since it should always know what's installed. I wonder if it's checking for updates first, but that doesn't seem quite right since when the list finally shows it's still checking. So I'm not sure what the deal is with that, but something that should be very quick--launching chocolatey and scrolling or typing to search to see if a program is installed in chocolatey--takes far too long. And switching to the repo (from 'this PC' "tab" to 'chocolatey' "tab") is still frustrating, since it still automatically loads some generic results (and no idea what's so special about those ones), making the user wait to be able to search for what they actually want. |
@vertigo220 I am sorry to hear that you have had a back experience with Chocolatey GUI. This:
Is certainly not my experience. And it certainly shouldn't be taking this long. Are you in a position to provide more information about your machine and the configuration of Chocolatey? For example, what are the specs of your machine? Do you have any virus scanning software active on the machine? How many sources do you have configured in Chocolatey? How many packages do you have installed? What is the network connection speed that you have?
You may be interested in the new |
With the latest release, I have no more issue regarding slowness of fetching results or checking for updates. All that's left for me is the GUI blocking windows that I have talked about in #720. |
Glad to hear. That issue is on my list to get completed, so hopefully that will be soon. |
with 0.17.0 it still gets stuck a long time on the 'chocolatey' tab with 'Fetching packages... still SUPER frustrating. Why do I need a list of "Popularity" ordered Items? Would be nice to configure it to NONE if that would help to boot it up. Whatever button I did press, it does now hang on 'Loading page 1...' forever ... on 400Mbit/s connection ... |
@BananaAcid see the comment above...
I believe this is what you are looking for. |
I just launched it on my computer, and it was pretty quick. My computer is well-spec'd, with an i7-7820, 64GB of RAM, and a 1TB 960 EVO. The computer it's slow on, one that I was setting up for my parents, is much slower, with an AMD 5350, 8GB of RAM, and a slower SSD. As for anti-malware, it does have a few different things running, but the only one that's "active" is Win Defender. The computer is noticeably slower on most things than mine and even another computer with similarly old but faster hardware that I'm also working on, so that certainly could be a contributing factor. Nonetheless, chocolatey should, ideally, be able to perform well on even slower systems. Perhaps it could run a background service to monitor things so when it's run, everything is there, ready and waiting. At the very least, it should display the list of installed software, which it should be able to do within a couple seconds even on the slowest of computers, before doing any startup checks it does on the installed software. Very often I launch it simply to check if a program is installed through chocolatey (vs downloading and running the installer manually), and so all I need is to see the list of installed apps, yet it takes a significant amount of time for that to become available. |
Loading search results take a very long time. In fact, it's unusably slow, and significantly slower than Synaptic and Mint package managers and apt. The only reason I installed as many programs with it as I did was so I could thoroughly test it out, but it took hours (in fact, over a day IIRC) to install the ~120 programs I did. Here's my findings and thoughts on the matter:
As you can see, with an average of ~1:30 per search, considering one search per installed application, plus the forced blank searches, plus having to search for some multiple times, partly due to no back/forward or cache feature, partly due to figuring stuff out as I went, and partly due to other issues, you can figure I wasted probably close to 3.5 hours just waiting in order to install the programs I did. That's prohibitively slow and a very serious problem. I love the idea of Chocolatey, so I really hope this can be resolved.
This is on Win10x64, btw. Also, the search is much faster using the CLI, so it's a GUI-related issue.
The text was updated successfully, but these errors were encountered: