Closed
Bug 1143093
Opened 10 years ago
Closed 10 years ago
operator dashboard endpoints are slow
Categories
(Marketplace Graveyard :: Curation Tools, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kngo, Unassigned)
Details
(Whiteboard: [perf])
As an admin, it takes 33 seconds and 1MB. The feed-shelf-mine endpoint:
1. Fetches all shelves rather than just the currently active carrier/region combo the user is browsing.
2. Fully deserializes all apps.
This could be sped up by only fetching what we need since we know which carrier/region the user is looking at, and swapping out the app serializer for something slimmer.
Reporter | ||
Updated•10 years ago
|
Priority: -- → P3
Whiteboard: [perf]
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•