Skip to content

Very slow to open or save in 1.8.4 when connected to wireless #6809

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

Open
spacelego opened this issue Oct 10, 2017 · 2 comments
Open

Very slow to open or save in 1.8.4 when connected to wireless #6809

spacelego opened this issue Oct 10, 2017 · 2 comments
Assignees
Labels
Component: IDE The Arduino IDE IDE 1.9.x Beta Related to the Arduino IDE Beta Build Type: Bug

Comments

@spacelego
Copy link

When the PC is connected to a wireless LAN, Arduino IDE is VERY slow to open, and if you try to save or compile a sketch, it also hangs.

I suspect this has to do with searching? for a UnoWifi board via some kind of discovery. Is there no way to specify the IP of the board(s) you want to connect, to instead of waiting for the discovery or for it to timeout and find nothing?

@facchinm
Copy link
Member

Could be a duplicated of #6350, we are working on a long term solution to solve it once for all.
The hang while compiling, instead, could be due to an antivirus checking all the intermediate files produced by the build. If you are on windows, try pausing your AV and check if it alleviates the issue.

@spacelego
Copy link
Author

spacelego commented Oct 10, 2017

I took a look at thread 6350, and while I do also have the VirtualBox Host-Only Network "NIC" that does not seem to be related. Tested on two different machines...

Again, when connected to the LAN with WiFi, opening the IDE takes forever, a save takes forever, a compile or an upload takes forever.
On the same machine, when disconnected from wireless, but connected to the LAN with a hard-line Ethernet cable, opening the IDE is fast, as is save/compile/upload.

There is NO anti-virus anti-malware product installed on either machine.

I used wireshark to make a packet capture when starting the IDE on Eth vs. on WiFi

When on WiFi there seems to be a bunch more queries for "MDNS" and "._arduino._tcp.local"

Curiously, on my WiFi there are other things that are responding to .local besides just the UnoWiFi board ... for example something/spotify on the Amazon Fire TV box ... when I unplug the Amazon Fire TV box, then the Arduino IDE starts much faster. There must be some kind of timeout waiting for the not-right/not-expected response from the Amazon Fire TV? Obviously it is not an Arduino.

When on Eth there is nothing responding to .local so the IDE loads up quick.

@facchinm facchinm self-assigned this Oct 11, 2017
@facchinm facchinm added the IDE 1.9.x Beta Related to the Arduino IDE Beta Build label Apr 11, 2018
@per1234 per1234 added Component: IDE The Arduino IDE Type: Bug labels Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE The Arduino IDE IDE 1.9.x Beta Related to the Arduino IDE Beta Build Type: Bug
Projects
None yet
Development

No branches or pull requests

3 participants