The index
method on allura.controllers.repository.CommitBrowser
has an issue where every page from the pagination consists of an identical copy of the entire list.
so ?page=2 is the same as ?page=10 and they both contain a full (non-paged) version of the changes.
Pagination fixed and load time much faster for large commits!
QA at: hs/7932