-
Notifications
You must be signed in to change notification settings - Fork 183
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
Install excruciatingly slow on Windows #179
Comments
@rbtcollins |
@rbtcollins We are deprecating the bracket shell and migrating it to the electron. Once we migrate to electron, we will get better installation performance. #112 |
Thanks for the reply! So, I know file IO can be slow on windows, particularly if you're unpacking files that defender considers possible attack vectors (like HTML or JS). That said, it is possible to get good performance - I'm one of the developers of rustup, and we went from many minutes to install documentation for rust to inconsequential delays. There is a youtube recording of my talk at LCA a couple years ago, but the tl;dr for low hanging fruit is that A rust toolchain's This could be as simple as converting a loop like (pseudocode)
into something like
As an example, this is updating the nightly toolchain on the same machine I reported this bug from, still in Windows: the entire process, downloading the archives, deleting ~20K existing files, extracting ~20K new files, all takes 34s.
|
Prerequisites
Debug -> Reload Without Extensions
?No: this bug is about the installation process.
Yes
Yes.
For more information on how to write a good bug report read here
For more information on how to contribute read here
Description
Installation is extremely slow. I did not capture exact times (but perhaps the installer leaves a log?), but it was well over 10 minutes, perhaps even 15 minutes.
I had brackets 1.something installed, from maybe 18months back.
The install brought up the UAC very quickly, and then moved into the progress bar, but it advanced excruciatingly slowly.
Runtime environment: Windows 11, SSD boot drive, Threadripper 2990WX, 128GB of RAM.
Steps to Reproduce
Not sure. My experience with bugs like this is that it may depend heavily on context.
Expected behavior: [What you expected to happen]
Install should take a few seconds: the download is 84MB in size, and even a many-file heavy HTML tarball of that size can be unpacked in a few seconds with appropriate optimization to allow for antivirus and operating system inefficiencies.
Actual behavior: [What actually happened]
Install took many more seconds than that.
Versions
Please include the OS and what version of the OS you're running.
Please include the version of Brackets. You can find it under
Help -> About Brackets
(Windows and Linux) orBrackets -> About Brackets
(macOS)Release 2.0 build 2.0.1-17920 (master 7f6dffa)
The text was updated successfully, but these errors were encountered: