Closed
Bug 1052727
Opened 11 years ago
Closed 11 years ago
Signature summary to support returning multiple reports
Categories
(Socorro Graveyard :: Middleware, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
99
People
(Reporter: peterbe, Assigned: peterbe)
Details
At the moment we call the middleware 9 times to generate the data for the report list. One for each 9 reports.
https://github.com/mozilla/socorro/blob/7a04f8c84c14cecc6ae9efa8206222403bb16701/webapp-django/crashstats/crashstats/views.py#L2138
This is causing an excessive amount of HTTP GETs when ultimately the database server needs to do the same amount of work anyway.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/ae991961257f842cfa25e88dddd9e3480add77d9
fixes bug 1052727 - Signature summary to support returning multiple reports, r=@AdrianGaudebert
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 99
Updated•9 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•