-
-
Notifications
You must be signed in to change notification settings - Fork 436
Takes x 6 times to load in compare to the old IDE #876
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
Comments
@zaid894
Thank you :) |
In my current installation, I have 47 libraries (I used to have over 280) and 21 platforms. I just restarted the IDE and it took 19 seconds from typing (Samsung Evo970+ SSD, 40GB Ram, "11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz") Platforms:
Libraries
I see lots of stuff like this in the output: the IDE making a bunch of connections to check for updates before loading the editor. These checks should be deferred and run in the background.
|
|
thank you @ckuethe for the comprehensive output. u. |
I don't think the signature errors are as important as not blocking app startup while checking for updates. When I turn off my network the IDE loads much more quickly: |
Wow. rc5 is even worse.
|
The IDE starts to Auto index-update CLI changes:
I did some measurements on the No 3rd party URLs:
My 3rd party URLs:
(Note: the numbers do not necessarily add up, but On my dev env, zero cores and libs are installed. Still, the core index update takes a long time and heavily depends on the 3rd party URLs config. |
It can take 60s+ to load on my laptop, and seems to take at least 30s before there's any visual indication that it's loading. Admittedly I have an HDD and not an SSD, but something like Visual Code doesn't have this problem. I'm on Windows 10 - is there a way to show startup logs? |
Hi @stodge. You should get everything of interest by starting the Arduino IDE from the command line. I'll provide instructions for how you can do that and then share the output here:
Please let me know if you have any questions or problems while following those instructions. |
Thanks. I ran the command as you suggested, and it did nothing for 5 minutes until I pressed RETURN in Power Shell. It still has the problem where you the splash logo sits over everything on the screen and you can't bring any other window on top of it. Will post the logs in a bit. I started the IDE from the command line before you replied, but as a foreground process. Again, it didn't do anything for 5+{ minutes until I pressed return in PowerShell and both instances started at the same time. I'll close both instances and restart. More later... Thanks. |
Ok, so if I run the command, it tells me that the background process has started. But the app doesn't load until I hit return again. Then the splash screen and window are displayed, but it doesn't finish loading until I interact with the window (i.e. use the basic menu). Then it loads quickly. If I don't press return the second time at startup, it never loads. If I don't interact with the window during startup, the splash screen never goes away and the app never loads. This is rc5.
|
This bug is tracked at #193
By this, do you mean that you are no longer experiencing the original problem you reported?:
|
@msujew |
Ten minutes...
|
rc7 is waaaaaaaaaaaayyyyyyy faster! Thanks for fixing! |
rc7 is exactly the same for me, no improvement. Did you uninstall rc6 before installing rc7? I installed rc7 over rc6. |
IMHO the times are still far too long.
|
Describe the bug
Takes so much time to launch and load sketches that you allmostly forget what have you been waiting for, the load time is really too long in compare to the old IDE.
I have an M.2 and 2 x 4GB 3200 MHz RAM though it takes the 2.0 IDE around 31 Seconds to start and load a sketch while 4.5 Seconds at version 1.8.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I was expecting for much better launch time.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: