0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 06:55:51 +01:00
gitea/routers/web
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
..
admin Add a warning for disallowed email domains (#29658) 2024-03-11 06:07:36 +00:00
auth Make "/user/login" page redirect if the current user has signed in (#29583) 2024-03-05 02:12:03 +00:00
devtest
events
explore Patch in exact search for meilisearch (#29671) 2024-03-09 01:39:27 +00:00
feed
healthcheck
misc
org
repo Some performance optimization on dashboard and issues page (#29010) 2024-03-12 04:57:19 +00:00
shared
user Patch in exact search for meilisearch (#29671) 2024-03-09 01:39:27 +00:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go
webfinger.go