Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@seer-by-sentry
Copy link
Contributor

@seer-by-sentry seer-by-sentry bot commented Oct 3, 2025

Fixes BLT-DJANGO-2HS. The issue was that: GitHubIssuesView fails to use select_related('repo') on the queryset, causing N redundant database queries to fetch the related website_repo object during template rendering.

  • Add select_related('repo') to the GitHubIssue queryset to reduce the number of database queries when displaying the issue list.

This fix was generated by Seer in Sentry, triggered by DB. πŸ‘οΈ Run ID: 1755467

Not quite right? Click here to continue debugging with Seer.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 3, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@DonnieBLT DonnieBLT marked this pull request as ready for review October 3, 2025 15:43
@DonnieBLT DonnieBLT merged commit 0e486a9 into main Oct 3, 2025
12 of 15 checks passed
@DonnieBLT DonnieBLT deleted the seer/improve-github-issue-list-performance branch October 3, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants