Comment 3 for bug 1802728

Revision history for this message
Colin Watson (cjwatson) wrote :

Well, it's faster, but not fast enough: it's still timing out. A current OOPS is OOPS-88ba1d4284215d4813e0f7e59c73983e. In that, it takes rather more than five seconds between the query in the bugtask_set.getBugTaskPeople call in BugLinksListingView.buglinks and the next database query, which is an authentication check on a person. It's hard to tell how much of that is the cost of materialising the list of Person rows and how much is other stuff in between. (Also the authentication check may be a problem in itself, though I can't be sure about that.)

I think we probably need to make sure that the whole list is batched, rather than just batching the individual lists of tasks for each bug.