Learn more about these different git repos.
Other Git URLs
When there are a large number of packages there are some usability issues with pagination. E.g.:
https://copr.fedorainfracloud.org/coprs/g/rubygems/rubygems/packages/
So far as I can tell there is pagination but it is entirely client side (!?). The entire table must be loaded before it is then paginated. In my case this will crash Firefox on OSX and kill Chrome for a bit before the pagination kicks in.
Metadata Update from @clime: - Issue assigned to clime
Metadata Update from @msuchy: - Issue tagged with: RFE
The pagination has been enhanced recently, I believe the issues are over. Please reopen if you still experience issues.
Metadata Update from @praiskup: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Metadata Update from @praiskup: - Issue status updated to: Open (was: Closed)
Ok, no. Such large pages are still slow.
Metadata Update from @praiskup: - Assignee reset
Another report: https://bugzilla.redhat.com/show_bug.cgi?id=1995121
Metadata Update from @praiskup: - Issue tagged with: bug
Metadata Update from @praiskup: - Issue untagged with: RFE - Issue priority set to: High - Issue tagged with: UI
@praiskup do we know whether the page rendering chokes or whether the database query takes for ages?
This used to be a problem with rendering; the query was pretty optimized if I remember correctly (but I did not check the logs now).
FTR., I tested copr list-builds yesterday, and it took 63 minutes (but finished eventually). copr list-packages did not work for me.
copr list-builds
copr list-packages
Commit 8684ff8 fixes this issue
Commit 51d484a fixes this issue
Commit d84a7cf fixes this issue
Login to comment on this ticket.