Cripplingly slow UI: am I the only one?

Also one thing that will help a lot in debugger performance issues is browser “developer tools”

It dumps a huge about of information about what the browser is doing. In particular you get the see the traffic back and forth.

One suggestion is that you might try to run jupyter on a browser without adblock. Jupyter is sending across a lot of javascript which the adblock might be trying to process.

1 Like