Pagination option for merge requests with greater no of changes
Description
There might be many more changes being requested to merge. My issue relates to merge requests with more than 1000 changes as this is the limit indicated by GitLab-CE. This makes users more confused as the page loads slower and even freezes sometimes. Although its obvious that the changes be viewed in a single page but it tends to be more impratical for larger no of changes (specially >1000) where the merge request page even freezes as the browser has to load greater no of diffs.
Proposal
We can use Pagination as an option with a single page comprising of about 50-100 diffs. This would seem more reasonable as usual change-sets falls within this range. The most probable reason for having more than 50-100 change-sets with diffs would be due to change in plugins and other files generated while the projects needs to be built (which is sometimes required even if its better to ignore from git). These files come as exception and provides a level of torture as some insane users would push the essentials files alongwith this dump of changes. Summary: A pagination with a page comprising of 50-100 changesets each can be provided to fix this issue.
Use cases
This can be beneficial when codes submitted with large change-sets needs to be reviewed.