-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Startup is loading forever in Firefox #859
Comments
Ok, So now it throws the following warning after I open it in another Cromium based browser.
|
I am not sure what error message you shared in your first message, but it looks like something internal in Firefox, can you instead share the output of the Web Console when the page is frozen? Have a look at these steps: #553 (comment) |
Hi,Here is the output from dev. console of the browser. When it happen first time the error is little bit different. Later it continuously happen when working in the notebook. Let me know thats what you are looking for or you need some thing more. These are from firefox. The other cromium based browser seems fine. Here is the only error throws in a cromium borwser: |
Thanks! Can you do it again, and post multiple screenshots to make sure that we see everything, including the first messages? (You can ignore the "Failed to load resource: ... 404", that's 'supposed to happen') |
@DataPsycho Hey! I'm trying to reproduce this! can you give some information for OS and Firefox version? |
Also, this seems to be related to #848. |
Hi @pankgeorg , Its a Mozilla Firefox 84.0.2 and I am running on Linux Mint 20 Ulyana. I will try to create more screen shot it might help. |
Hi @pankgeorg It start with that following error: Then I try to open a notebook. Which through following errors: Then I try to open another notebook and it start to reconnect continuously: |
Thank you, that is very helpful. In my computer (Windows 10, FF84.0.2 (64-bit)) it kind-of-works, though Firefox does throw this error. Investigating! |
Unfortunately, I can't reproduce this issue at all. Thank you! |
Just as another data point, I can't reproduce it either, on my Firefox 86 on Linux. Pluto startup does take some time (20+ seconds), but there doesn't seem to be any error like the ones posted, except for the 404 error mentioned as 'expected' above. |
@digital-carver This sounds like it's just the waiting time for Julia's JIT compiler. Pluto is written in Julia after all. |
This is very helpful @digital-carver. I will try to find the source of the delay and keep you posted! |
This does not isolate JIT time, because the request is handled by Julia code, so the first request will trigger JIT. It does not make sense to measure JIT time when trying to optimize frontend loading time. To isolate JIT, repeat an action on the frontend multiple times, only the first request will trigger JIT on the server. E.g. load the notebook, wait, and then refresh the browser. |
Closing due to lack of progress - let's continue in #1168 if we have new data |
Hi,
when starting the Pluto.run() in my default Firefox browser it loads forever. But if I copy the url and secret to my Cromium based browser then the url ones fine. Some time it shows the following message in the console:
or Sometime
But no error is printed in the colsole. Is that a problem only with Firefox?
The text was updated successfully, but these errors were encountered: