-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[browser][perf] Blazor startup regression 2023-04-21 #89631
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue Details
cc @radekdoulik
|
I wasn't able to reproduce the regression locally. Local runs for commits from mentioned PRs had variations |
Were there any System.Text.Json commits nearby in the history but outside the range? |
Right now I think that the regression could be caused by postponing the start of the DLL downloads until I hope I mostly fixed that in my #89857 |
In Net7 Blazor didn't have any download throttling at all.
But maybe it's impacting the perf benchmark because it's running on beefy machine with local web server. We could
Note, I'm not 100% sure that this is the regression we see here. |
The throttling was still "disabled" in this regression https://github.com/maraf/aspnetcore/blob/4b7087f7dd984b2a7d882ff8ad3305a5959f7f66/src/Components/Web.JS/src/Platform/Mono/MonoPlatform.ts#L252C27-L252C34 EDIT: It is STILL disabled https://github.com/dotnet/aspnetcore/blob/a0db11ba7c3ae217e9745976056f10cb2a7dafde/src/Components/Web.JS/src/Platform/Mono/MonoPlatform.ts#L179 |
Changes from #90388 seem promising |
We have gained something back with mentioned PR matching values from March |
e795ec77ab3737b54c8ab3e92f87a02d29eaeabb
, previous run from commite21ecb3dc51338f4d8288a844cb8491f550e4cd1
cc @radekdoulik
The text was updated successfully, but these errors were encountered: