Skip to content
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

Excruciatingly slow on Windows #401

Closed
henrikjaerleblad opened this issue Sep 13, 2021 · 2 comments
Closed

Excruciatingly slow on Windows #401

henrikjaerleblad opened this issue Sep 13, 2021 · 2 comments

Comments

@henrikjaerleblad
Copy link

I am using the Interact.jl package on Windows as a standalone web page via the webio_serve() function.
It is unfortunately really slow, taking approx 7s for every interactive action to take effect. Does anyone know if there is anything I can do to make it faster?

I am also using it on Mac and there it works like a charm!

@twavv
Copy link
Member

twavv commented Sep 13, 2021

I don't have a Windows machine (nor, honestly, the time in the day) to try to figure this out. If you (or anyone) wants to try to profile this on Windows, I'd be open to that. Generally, with Windows performance issues, my first instinct is to check operations that interface with the filesystem.

Does turning off antivirus speed things up?

@henrikjaerleblad
Copy link
Author

henrikjaerleblad commented Sep 14, 2021

I think I found a solution. I had been using Julia 1.5.1, so I decided to remove Julia and all content in my .julia folder. I then installed Julia 1.6.2 and re-installed all my packages. I also allowed Julia freely through the firewall (which I am not certain I did before). And now, the response when using the web-based widgets is almost instantaneous (both on Mac and Windows)!

So I think it would be fine to close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants