An error occurred fetching the project authors.
  1. 26 Jul, 2016 2 commits
  2. 22 Jul, 2016 1 commit
  3. 01 Jul, 2016 1 commit
  4. 29 Jun, 2016 1 commit
    • Stan Hu's avatar
      Reduce overhead and optimize ProjectTeam#max_member_access performance · e21c7d37
      Stan Hu authored
      The previous implementation would load the entire team member list and their
      respective attributes. Now we only search for the user's specific
      access level.
      
      In gitlab-com/operations#42, this reduces the overall overhead of rendering
      the issue from 28% to 20%.
      
      First step of optimizing #19273
      e21c7d37
  5. 16 Jun, 2016 2 commits
  6. 14 Jun, 2016 3 commits
  7. 13 Jun, 2016 1 commit
  8. 11 Mar, 2016 1 commit
  9. 18 Feb, 2016 1 commit
  10. 15 Oct, 2015 1 commit
    • Yorick Peterse's avatar
      Improve ProjectTeam#max_member_access performance · 3025b711
      Yorick Peterse authored
      By comparing objects in Ruby we can greatly improve the performance of
      this method. In the worst case (should no data be eager loaded) this
      will run the same amount of queries as before, in the best case (when
      data _is_ eager loadeD) it requires no queries at all.
      
      The added benchmark used to produce around 273 iterations per second.
      With this commit this has been increased to almost 40 000 iterations per
      second: a speedup of roughly 145 times.
      
      Combined with eager loading Note associations this results in about 30
      queries less when viewing a single issue, this in turn cuts down the
      loading time by 30-40%.
      3025b711
  11. 02 Oct, 2015 1 commit
  12. 14 Apr, 2015 2 commits
  13. 15 Mar, 2015 1 commit
  14. 01 Jan, 2015 1 commit
  15. 09 Oct, 2014 1 commit
  16. 03 Oct, 2014 1 commit
  17. 15 Sep, 2014 1 commit
  18. 14 Sep, 2014 1 commit
  19. 20 Jun, 2014 1 commit
  20. 04 Jun, 2014 3 commits
  21. 19 Jan, 2014 1 commit
  22. 25 Dec, 2013 1 commit
  23. 17 Dec, 2013 1 commit
  24. 14 Dec, 2013 1 commit
  25. 27 Aug, 2013 1 commit
  26. 26 Jun, 2013 1 commit
  27. 22 Jun, 2013 2 commits
  28. 18 Jun, 2013 3 commits
  29. 26 Feb, 2013 1 commit
  30. 04 Feb, 2013 1 commit