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

Improve performance when retrieving a project with collaborators #335

Merged
merged 5 commits into from
Dec 7, 2020

Commits on Dec 3, 2020

  1. Add Collaborators by performing for each loop instead of joining tables

    Joining the tables by using Include() caused the query to take sometimes up to 10 times as long. This was an issue as it caused drastic slow down when retrieving all projects, retrieving project detail or when searching for projects.
    Brend-Smits committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    92a6c81 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Update CHANGELOG.md

    Brend-Smits authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    96dbfad View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    4a87f55 View commit details
    Browse the repository at this point in the history
  2. Happy tests, happy life

    Brend-Smits committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    50e1809 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c68bb82 View commit details
    Browse the repository at this point in the history