remove aggregates from "uploads" page
Categories
(Tecken :: General, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(3 files)
The "Uploads" page in the Tecken webapp interface has multiple database aggregates on it:
- number of uploads
- upload sizes sum
- upload sizes avg
- sum skipped files
- etc
The "Uploads" page also has pagination which uses the total count to figure out how many squares to show.
Many of these aggregates are expensive to generate. We should get rid of them all for now.
For Pagination, we can start with "set the count to infinity when there are no filters and set it to a count when there are" or something like that.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
While we're doing this, we can get rid of the "N New uploads available" thing which pings the server regularly for changes.
Assignee | ||
Comment 2•3 years ago
|
||
Grabbing this to do now to reduce the complexity on that page.
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 6•3 years ago
|
||
willkg merged PR #2623: "bug 1796579: fix null total in Files page" in 8c1fd85.
That fixes the Upload Files page.
Assignee | ||
Comment 7•3 years ago
|
||
Assignee | ||
Comment 8•3 years ago
|
||
Assignee | ||
Comment 9•3 years ago
|
||
This deployed to stage and everything looks groovy.
Assignee | ||
Comment 10•3 years ago
|
||
This was deployed just now in bug #1798788. Marking as FIXED.
Description
•