BugTask:+editstatus-page timing out in ~4% of requests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Deryck Hodge |
Bug Description
BugTask:
http://
https:/
hundredpapercut
hundredpapercut
SQL time: 12570 ms
Non-sql time: 4316 ms
Total time: 16886 ms
Statement Count: 551
Big queries:
1 8487.0 1 launchpad-
1 310 1686 5 1681 launchpad-
This is the inverse of https:/
Related branches
- Robert Collins (community): Approve
- Launchpad code reviewers: Pending requested
-
Diff: 59 lines (+24/-12)1 file modifiedlib/lp/bugs/model/bugtarget.py (+24/-12)
tags: | added: dba |
description: | updated |
Changed in malone: | |
status: | Triaged → In Progress |
assignee: | nobody → Deryck Hodge (deryck) |
Changed in malone: | |
status: | Fix Committed → Fix Released |
I think using this will be better for the heat : distribution = 1 order by bug.heat desc limit 1;
select bug.heat from bug, bugtask where bugtask.bug = bug.id and bugtask.
heat
-------
11062
(1 row)
Time: 58.710 ms