0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-17 14:02:25 +01:00
gitea/models/repo
Lunny Xiao aed3b53abd
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.
2024-03-12 04:57:19 +00:00
..
archiver.go
attachment.go
attachment_test.go
avatar.go
collaboration.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
collaboration_test.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
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
release_test.go
repo.go Some performance optimization on dashboard and issues page (#29010) 2024-03-12 04:57:19 +00:00
repo_indexer.go
repo_list.go Some performance optimization on dashboard and issues page (#29010) 2024-03-12 04:57:19 +00:00
repo_list_test.go
repo_test.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
repo_unit.go Fix projects mode bugs (#29593) 2024-03-04 20:49:21 +00:00
repo_unit_test.go
search.go
star.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
star_test.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
topic.go
topic_test.go
update.go
upload.go
user_repo.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
user_repo_test.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
watch.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
watch_test.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
wiki.go
wiki_test.go