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

Default Branch Search is Too Slow #2537

Open
aj-codecov opened this issue Sep 18, 2024 · 1 comment
Open

Default Branch Search is Too Slow #2537

aj-codecov opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels
bug Something isn't working Medium Medium Priority Issues (to be fixed or re-evaluated in 3 months

Comments

@aj-codecov
Copy link

Describe the bug
Default Branch search is so slow that it sometimes doesn't resolve for larger repos.

To Reproduce
Org > Repo > Configuration > General > default branch dropdown > search for something > it's slow
Expected behavior
It's at least fast enough that when searching for a branch name in a large repo like Sentry's that we actually surface a result instead of an infini-spinner.

Screenshots
Image

@aj-codecov aj-codecov added the bug Something isn't working label Sep 18, 2024
@eliatcodecov eliatcodecov added the Medium Medium Priority Issues (to be fixed or re-evaluated in 3 months label Sep 18, 2024
@eliatcodecov
Copy link

It's unclear to me where precisely this problem is: front end, API , database. My guess is to probably hand this to someone to investigate from the API/database perspective to see if this search call can work better. It could also be benefitted potentially from a debounce on the front end if that's not already in place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Medium Medium Priority Issues (to be fixed or re-evaluated in 3 months
Projects
None yet
Development

No branches or pull requests

4 participants