Merge lp://staging/~cjohnston/qa-dashboard/reduce-queries into lp://staging/~joetalbott/qa-dashboard/dev
Proposed by
Chris Johnston
Status: | Merged |
---|---|
Approved by: | Joe Talbott |
Approved revision: | 137 |
Merged at revision: | 138 |
Proposed branch: | lp://staging/~cjohnston/qa-dashboard/reduce-queries |
Merge into: | lp://staging/~joetalbott/qa-dashboard/dev |
Diff against target: |
71 lines (+6/-6) 4 files modified
dashboard/views/smoke.py (+3/-3) dashboard/views/sru.py (+1/-1) qa_dashboard/settings.py (+1/-1) requirements.txt (+1/-1) |
To merge this branch: | bzr merge lp://staging/~cjohnston/qa-dashboard/reduce-queries |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joe Talbott | Approve | ||
Review via email: mp+133092@code.staging.launchpad.net |
Commit message
Reducing the number of db queries on views that support this tweak.
To post a comment you must log in.
Starting optimization of db queries. Main change so far is on the flat view a reduction in db queries by about ~400 locally.