microsoft / vsts-extension-retrospectives

An Azure DevOps extension for efficient retrospectives
MIT License
181 stars 80 forks source link

The retrospective extension take too long time to load and view #868

Open sinnypan opened 5 days ago

sinnypan commented 5 days ago

Describe the bug We found that the retrospective take longer time to load recently. Sometimes it took ~1 min to load completed. We are using Azure DevOps Service. And we're MS product team using the same org that every Azure org using.

Are you using the Retrospectives Tool on-prem? [ ] Yes [x ] No

If Yes, what version of the extension?

To Reproduce Steps to reproduce the behavior:

  1. Click "Retrospective" on Azure DevOps project
  2. The new window start loading, and it will take a lot of time, 1 min+

Expected behavior Should be shown within second(s)

Screenshots NA

What screen type are you seeing this on ? [x ] Desktop [ ] Mobile

Additional context Add any other context about the problem here.

UrielTapia commented 5 days ago

Can't comment from my MSFT account here for some reason. Me and my team have been seeing this too.

I found out you guys are linear searching for over a minute in 100 count increases. We should have higher standards than this.

image

glennmusa commented 2 days ago

Perhaps instead of fetching every team in a project, the $mine query option on the /teams API could be useful for fetching teams specific to a user.