Closed
Bug 1064608
Opened 10 years ago
Closed 10 years ago
CurrentProducts gets called too often
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
FIXED
102
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
Attachments
(1 file)
111.96 KB,
image/png
|
Details |
When analyzing all the model calls the, by far, most frequently requested model is the CurrentProducts().
It's almost always a fetch from memcache, which is fast, but even that is adding up. Most likely we're calling it excessively even within one request.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/f99c105ca1e3615a2be74fc355f0d28a101272f4
fixes bug 1064608 - CurrentProducts gets called too often
https://github.com/mozilla/socorro/commit/cfd892f94130fdeccc1f12e27f441ec956e9dce0
Merge pull request #2343 from peterbe/bug-1064608-currentproducts-gets-called-too-often
fixes bug 1064608 - CurrentProducts gets called too often
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: --- → 102
You need to log in
before you can comment on or make changes to this bug.
Description
•