Skip to content
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

Remove 'flavors' from FAR results #73592

Merged
merged 3 commits into from
May 20, 2024
Merged

Conversation

CyrusNajmabadi
Copy link
Member

@CyrusNajmabadi CyrusNajmabadi commented May 20, 2024

This has several positive results for FAR scenarios.

First, the time taken to present results drops dramatically. In testing, this takes us down from ~25-30 seconds to present results, to <10s.

Second, the UI is much more 'stable' when results are being shown. As you can see from teh gif below, when we add a new 'flavor' to a project, the FAR window (platform-owned) thinks of it as a new top level group. It first will 'drain' the items from the prior gruop, and then add them all to the new group. This is both costly in terms of time, as well as confusing in terms of UX (since hte far numbers go down as you're watching them!).

Here's what it looks like before (note the numbers going up and down spastically):

UpDown

And afterwards:

UpDown2

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels May 20, 2024
@CyrusNajmabadi CyrusNajmabadi marked this pull request as ready for review May 20, 2024 20:30
@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner May 20, 2024 20:30
Copy link
Contributor

@ToddGrun ToddGrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants