Closed
Bug 593253
Opened 15 years ago
Closed 15 years ago
Add share_count totals to Addon.transformer
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P5)
Tracking
(Not tracked)
VERIFIED
FIXED
5.12.2
People
(Reporter: jbalogh, Assigned: jbalogh)
Details
(Whiteboard: [z])
No description provided.
| Assignee | ||
Comment 1•15 years ago
|
||
Easy: transform share counts.
SELECT `stats_share_counts_totals`.`service`, `stats_share_counts_totals`.`count` FROM `stats_share_counts_totals` WHERE `stats_share_counts_totals`.`addon_id` = 1865
Harder: cache translations harder.
Updated•15 years ago
|
Priority: -- → P5
Updated•15 years ago
|
Target Milestone: 5.12 → 5.12.1
| Assignee | ||
Comment 2•15 years ago
|
||
These pages don't get hit much, it's not a high priority.
Once zamboni is managing add-ons we can think about faster translations.
Summary: Make /extensions and /themes faster → Add share_count totals to Addon.transformer
Updated•15 years ago
|
Target Milestone: 5.12.1 → 4.x (triaged)
| Assignee | ||
Comment 3•15 years ago
|
||
http://github.com/jbalogh/zamboni/commit/8009c8a
QA: make sure share counts on add-ons and collections still look right.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: 4.x (triaged) → 5.12.2
Comment 4•15 years ago
|
||
Counts look fine for both logged-on and anonymous users.
Verified that sharing works for add-ons and collections in en-US, it and he locales
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•