You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been under the impression that the Web UI is smart. For example, tabs that are not on top do not update or use resources. I think they are using resources in VS Code.
That tab will render with contents in the table. Additionally, when the code is run in step 2, the top table is very slow to render.
I repeated the experiment with a dynamic table. The tables are very slow to initially render, and the data is all there when switching tabs, so I think this is not a small-static table artifact that I am seeing.
Panels now lazy load the first time they are shown.
Can be tested using:
```python
from deephaven import time_table
simple_ticking = time_table("PT2S")
simple_ticking2 = time_table("PT2S")
simple_ticking3 = time_table("PT2S")
```
- `simple_ticking` tab should load as usual
- Clicking `simple_ticking` or `simple_ticking2` will show spinner the
first time. Switching to another tab and back again should show what is
already loaded without spinner
- Closing tabs and re-opening from `PANELS` should re-open tabs
resolves#52
Plugin:
1.3.0
I have been under the impression that the Web UI is smart. For example, tabs that are not on top do not update or use resources. I think they are using resources in VS Code.
That tab will render with contents in the table. Additionally, when the code is run in step 2, the top table is very slow to render.
I repeated the experiment with a dynamic table. The tables are very slow to initially render, and the data is all there when switching tabs, so I think this is not a small-static table artifact that I am seeing.
The text was updated successfully, but these errors were encountered: