forgejo/models/repo
Lunny Xiao d996c5d517
Some performance optimization on dashboard and issues page (#29010)
This PR do some loading speed optimization for feeds user interface
pages.
- Load action users batchly but not one by one.
- Load action repositories batchly but not one by one.
- Load action's Repo Owners batchly but not one by one.
- Load action's possible issues batchly but not one by one.
- Load action's possible comments batchly but not one by one.

(cherry picked from commit aed3b53abdd02a3ffbf9e8eb90272ff567333073)
2024-03-20 08:46:28 +01:00
..
archiver.go
attachment.go
attachment_test.go
avatar.go
collaboration.go
collaboration_test.go
fork.go
fork_test.go
git.go
issue.go
language_stats.go
main_test.go
mirror.go
pushmirror.go
pushmirror_test.go
redirect.go
redirect_test.go
release.go Refactor some Str2html code (#29397) 2024-03-06 12:10:44 +08:00
release_test.go
repo.go Some performance optimization on dashboard and issues page (#29010) 2024-03-20 08:46:28 +01:00
repo_flags.go
repo_flags_test.go
repo_indexer.go
repo_list.go Some performance optimization on dashboard and issues page (#29010) 2024-03-20 08:46:28 +01:00
repo_list_test.go
repo_test.go remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08:00
repo_unit.go
repo_unit_test.go
search.go
star.go
star_test.go
topic.go
topic_test.go
update.go
upload.go
user_repo.go
user_repo_test.go
watch.go
watch_test.go
wiki.go
wiki_test.go