Page MenuHomeSoftware Heritage

deposit moderation view is slow
Closed, MigratedEdits Locked

Description

It's slow even in staging (with less deposits).

Reading through the webapp and deposit code.
The (private) deposit api used is paginated but the webapp reads all deposits nonetheless in one go.
And then paginate it itself.

Something should be adapted webapp side so it lifts the actual paginated deposit api.