Closed
Bug 1177530
Opened 10 years ago
Closed 10 years ago
Improve performance of zamboni's mkt.detail.views.manifest
Categories
(Marketplace Graveyard :: Code Quality, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
2015-06-30
People
(Reporter: mat, Assigned: mat)
References
Details
From our testing with Jason in bug 881405 we determined that the manifest view in zamboni is hit quite a lot and does too many (useless) queries.
It needs to be optimized if we want to get rid of cache-machine.
| Assignee | ||
Comment 1•10 years ago
|
||
Will be fixed in 2 parts. First part is https://github.com/mozilla/zamboni/commit/e739d6eb37534dd771dc12ebd89fd45f99e356f7
Status: NEW → ASSIGNED
Target Milestone: --- → 2015-06-30
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•10 years ago
|
||
STR:
- Upload a packaged app, review it, push it to public
- Install that packaged app on FxOS
- Manually check for updates on FxOS and check that you don't see any updates
- Upload a new version of that app, push it to public
- Manually check for updates on FxOS and check that you can see the update and apply it
Comment 4•10 years ago
|
||
I have tried those steps, after uploading/approving a new versions and then checking for updates i receive "No updates were found" after restarting the device I get there was an error when checking for updates.
Verified in FFOS 2.1(Flame) Build: 20150511001203 in marketplace-stage.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•10 years ago
|
||
Sorry, when checking for updates, you should wait 30 seconds - a minute, no need to restart the device.
Not sure yet what error you are getting and whether this is related to this bug
Comment 6•10 years ago
|
||
I have waited 10 minutes and then checked for updates, but still the same message "No updates were found"
I have tried this time with the latest 2.1 build.
| Assignee | ||
Comment 7•10 years ago
|
||
Can you test on prod ? I received the update for Marketplace itself on prod, so I suspect it's working correctly and it's just stage that's giving you trouble.
Comment 8•10 years ago
|
||
I can't test in production as I do not have permissions to approve apps in there.
| Assignee | ||
Comment 9•10 years ago
|
||
:krupa, can you help here ? See comment 7 and 8.
Flags: needinfo?(krupa.mozbugs)
Comment 10•10 years ago
|
||
I could verify this on stage using https://marketplace.allizom.org/app/premium-packaged-app-2/
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Flags: needinfo?(krupa.mozbugs)
Resolution: --- → FIXED
Updated•10 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•