-
Notifications
You must be signed in to change notification settings - Fork 391
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
Asynchronous project loading no longer serves any purpose. #2216
Comments
Tagging @Pilchie |
I believe that the VS Platform project and solution team (@huizhonglong, etc), are already investigating disabling it. |
This issue seems a bit misleading to me. The problem we're experience is due to the legacy project system not actually allowing the projects to load asynchronously, but instead forcing them to load synchronously on the UI thread. The main point where I observed this occurring is due to the problem described in #2119, which apparently is in the process of being resolved by adding a fast path for |
We're doing A/B experiment on disabling ASL. @IlyaBiryukov |
Going to close this in lieu of specific issues:
|
Async project loading perf has taken a nose dive. Specifically, while loading VS is totally unusable due to UI thread hangs. As such, actually asynchronously loading serves no purpose. I still have to wait for hte entire solution to load.
The text was updated successfully, but these errors were encountered: