-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebooknotebook-perfperfverifiedVerification succeededVerification succeededwebviewWebview issuesWebview issues
Milestone
Description
- use GHINBs or any other notebook extension in the web
- open a notebook file
- 🐢 notice how slow the notebook opens, it takes roughly a second for its contents to appear
Screen.Recording.2022-03-21.at.15.49.40.mov
The slowness is because of the fetching of "dynamic" resources. Fetching iframe resources takes ~300ms in average - that's why subsequent fetches of the same notebook are fast, but of a different notebook are slow.
Things that we should investigate
- Why is
*.vscode-webview.net/
so slow? @joaomoreno - San we reuse the same dynamic subdomain per notebook-type (or notebook extension)? That would mean only the first load of a notebook of a type is slow, not all @mjbvz @rebornix
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebooknotebook-perfperfverifiedVerification succeededVerification succeededwebviewWebview issuesWebview issues