Skip to content

Prevent refetching commit data

Jacques Erasmus requested to merge 214685-prevent-refetching-commit-data into master

What does this MR do?

Prevents re-fetching commit data if the Show more button is clicked.

This is part of a bigger effort to improve the performance of the repository file tree if there are many files in a folder.

More performance improvements to this page to follow.

Screenshots (strongly suggested)

Before (notice how we start re-fetching from offset 0)

Screen_Recording_2021-06-11_at_12.00.40

After (start fetching from where the page previously stopped)

Screen_Recording_2021-06-11_at_11.18.16

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #214685 (closed)

Edited by Jacques Erasmus

Merge request reports