A sample OOPS ID is OOPS-e1b93f3fca787989722a35f75101e32b.
I think BugLinksListingView.buglinks needs to be rearranged in order to make it practical to render this page; rather than retrieving all the bug tasks and then grouping them into a set of batch navigators by bug, we need to group them at the DB level and return a single batch navigator so that we can page the listing for CVEs with very large numbers of associated bug tasks. This will also involve some slight UI rearrangements, as we'll need a single table rather than one table per bug.
A sample OOPS ID is OOPS-e1b93f3fca787989722a35f75101e32b.
I think BugLinksListing View.buglinks needs to be rearranged in order to make it practical to render this page; rather than retrieving all the bug tasks and then grouping them into a set of batch navigators by bug, we need to group them at the DB level and return a single batch navigator so that we can page the listing for CVEs with very large numbers of associated bug tasks. This will also involve some slight UI rearrangements, as we'll need a single table rather than one table per bug.