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

Performance improvements for pull request list page (#29900) #29972

Merged
merged 2 commits into from
Mar 22, 2024

Commits on Mar 21, 2024

  1. Performance improvements for pull request list page (go-gitea#29900)

    This PR will avoid load pullrequest.Issue twice in pull request list
    page. It will reduce x times database queries for those WIP pull
    requests.
    
    Partially fix go-gitea#29585
    
    ---------
    
    Co-authored-by: Giteabot <teabot@gitea.io>
    lunny and GiteaBot committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    10a9161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62f1e37 View commit details
    Browse the repository at this point in the history