Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Repeated calls to NotebookSession.listNotebookInfo() #39

@tdudgeon

Description

@tdudgeon

When opening a notebook there are lots of redundant calls to NotebookSession.listNotebookInfo() each resulting in a service call and database retrieval.
For instance, when first running the app when only 2 notebooks are present that are 9 repeated calls. See here: listNotebookInfo.txt

It should be possible to do this with only one call.

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions