Possible perf issue due to unnecessary rendering of outputs when outputs are not visible #207748
Labels
notebook-layout
notebook-output
under-discussion
Issue is under discussion for relevance, priority, approach
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Note: At this point in time only a few cells are visible
In fact if you create a large code cell to occupy the whole notebook and reload you can still run into this same issue.
This leads me to believe theres a possible perf issue as we're rendering images when we should not.
Hence if we have a notebook with large outputs and a large number of them, then it will freeze or hang vscode.
The text was updated successfully, but these errors were encountered: