Performance #3697
Replies: 4 comments 1 reply
-
Can you try to figure out if there is anything that does not need to be loaded in your case? We always try to have a fast loading editor, but your feature request is quite unspecific. |
Beta Was this translation helpful? Give feedback.
-
Then maybe just my configuration is wrong. How can I test if everything I am using is required and if not then disable it to use just the bare minimum for it to make it work and perform better? |
Beta Was this translation helpful? Give feedback.
-
You can use the dev tools of your browser to see which scripts get requested. |
Beta Was this translation helpful? Give feedback.
-
Monaco-editor/esm/vs gets loaded in the webpack other than that it's a bunch of different scripts |
Beta Was this translation helpful? Give feedback.
-
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
No response
Actual Behavior
It takes up to 5 seconds to load which slows the site
Expected Behavior
Is it possible to get it to 2 seconds or less
Additional Context
Hi, I am using Monaco editor for a project however it takes quite a while to load. In my code, I even define the language which when I looked should improve the loading time however it still hasn't improved. Is there anything else that is possible to do so that the performance improves? Maybe some settings in JSON or in the editor itself. I couldn't find any relevant reference to it.
Beta Was this translation helpful? Give feedback.
All reactions