vscode icon indicating copy to clipboard operation
vscode copied to clipboard

webview open slow on 1.101

Open wszgrcy opened this issue 7 months ago • 1 comments

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.101
  • OS Version: windows 10

Steps to Reproduce:

same as https://github.com/microsoft/vscode/issues/245756

When I used the test version, the performance was normal, but when testing the official version(1.101.0), the performance became slower again.

test version https://github.com/microsoft/vscode/commit/ccdd214171190f69e28c8c3def68a6315f4d9ae0

Image

After testing, it was found that the speed of webview slows down when it is first opened, but it returns to normal thereafter Better than before (1.99)

wszgrcy avatar Jun 15 '25 08:06 wszgrcy

Please run the following command to narrow down the commit range that re-introduced the regression

  • npx --yes vscode-bisect@latest
  • follow the instructions until you found the offending build
  • report back the commit range in this issue

Thanks!

deepak1556 avatar Jun 16 '25 03:06 deepak1556

Not just webview, everything was slow. I've never even known there's a spinner associated with 'Paste' but I saw it quite a bit. Or commands like Running 'File Create/Rename' participants. Once i reinstalled 1.100.3, everything is fast again. I used to look forward to VSCode updates; now I'm afraid to update.

promethyttrium avatar Jun 23 '25 17:06 promethyttrium

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!