1
0
Fork 0
gitea/routers
zeripath 001dbf100d
Defer Last Commit Info (#16467)
One of the biggest reasons for slow repository browsing is that we wait
until last commit information has been generated for all files in the
repository.

This PR proposes deferring this generation to a new POST endpoint that
does the look up outside of the main page request.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-10-08 15:08:22 +02:00
..
api/v1 API pull's head/base have correct permission (#17214) 2021-10-07 02:03:37 +02:00
common
install
private refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
utils
web Defer Last Commit Info (#16467) 2021-10-08 15:08:22 +02:00
init.go