-
Suggestion
-
Resolution: Fixed
-
None
Move/Delete Builds page is slow. From my profiling results I can see that we spend a lot of time in project.getBuilds(). Changing this so that we return all of the builds we have access to and sort them by project (one db hit instead of n * project).