0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-18 04:51:48 +01:00
gitea/modules
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
..
activitypub
analyze
auth
avatar
base
cache
charset
context
convert API pull's head/base have correct permission (#17214) 2021-10-07 02:03:37 +02:00
cron
csv
doctor
emoji
eventsource
generate
git Defer Last Commit Info (#16467) 2021-10-08 15:08:22 +02:00
gitgraph
graceful
hcaptcha
highlight
httpcache Avatar refactor, move avatar code from models to models.avatars, remove duplicated code (#17123) 2021-10-06 01:25:46 +02:00
httplib
indexer
json
lfs
log
markup
matchlist
metrics Add metrics to get issues by repository (#17225) 2021-10-05 20:39:37 +02:00
migrations Remove heads pointing to missing old refs (#17076) 2021-10-08 12:59:35 +03:00
nosql
notification API pull's head/base have correct permission (#17214) 2021-10-07 02:03:37 +02:00
options
password
pprof
private
process
proxy
public
queue
recaptcha
references
repofiles
repository Avatar refactor, move avatar code from models to models.avatars, remove duplicated code (#17123) 2021-10-06 01:25:46 +02:00
secret
session
setting Add protection to disable Gitea when run as root (#17168) 2021-10-07 10:52:08 +02:00
ssh
storage
structs
svg
sync
task
templates Avatar refactor, move avatar code from models to models.avatars, remove duplicated code (#17123) 2021-10-06 01:25:46 +02:00
test
timeutil
translation
typesniffer
upload
uri
user
util
validation
web