-
Notifications
You must be signed in to change notification settings - Fork 29.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support perf metrics for web #101850
Comments
@jrieken I would think that you can add
As for
and
This needs tweaks to our CSP though (refs). |
How does that case work? There is no require call in that one |
I actually do not remember anymore, quite sure I did this together with @alexdima. Is that relevant, I think we just need to ensure to put the perf-start-marker as early as possible, no? |
In the case of So if you want to know the time it takes to "require" workbench.main.js, I think you could try adding a |
@alexdima where would I put the "after" mark? What's the signal that all of the workbench.main has been loaded? |
nvm - figured that out |
@jrieken I like. I see that for web this is the very first entry in the HTML, but for desktop it is not. Shouldn't we put the |
Goal is to have the ITimerService and the Performance View (F1 > Startup Performance) working for the web. Not all values we currently have apply but things like loading the the main bundle or digesting contributions does apply.
The text was updated successfully, but these errors were encountered: