Closed
Bug 905967
Opened 12 years ago
Closed 12 years ago
Add django-cache-machine to UserProfile model
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: nemo-yiannis, Assigned: nemo-yiannis)
References
Details
(Whiteboard: [kb=1080148] [qa-])
Some of ReMo DB models heavily favor reads over writes.
We can make some optimization improvements by adding django-cache-machine to that models.
The first 2 that we can start are:
* FunctionalArea (rarely change)
* UserProfile
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jgiannelos
Group: mozilla-reps-admins
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [kb=1080148]
| Assignee | ||
Comment 1•12 years ago
|
||
Due to that [1] issue we can't enable cache-machine to FunctionalArea.
[1] https://github.com/jbalogh/django-cache-machine/issues/23
| Assignee | ||
Updated•12 years ago
|
Summary: Add django-cache-machine to remo backend → Add django-cache-machine to UserProfile model
Updated•12 years ago
|
Status: NEW → ASSIGNED
Comment 2•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/cfcfa0b626321fa0249418c7005299f4ad6f2810
[Fix bug 905967] Enable cache machine in UserProfile model
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 3•12 years ago
|
||
Did some verification on Edit Profile, reviewed the changes made on github. Please add specific steps if anything else is needed.
| Assignee | ||
Comment 4•12 years ago
|
||
I don't think there is a way to verify django-cache-machine to the portal page. I assume that this is QA-.
Comment 5•12 years ago
|
||
Verified as [qa-]
Status: RESOLVED → VERIFIED
Whiteboard: [kb=1080148] → [kb=1080148] [qa-]
Updated•12 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Version: unspecified → 411
Updated•5 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•