0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-18 13:11:57 +01:00
gitea/routers/web
Giteabot 3a9039bc95
Make wiki pages visit fast (#32732) (#32745)
Backport #32732 by @lunny

Fix #20156

We reuse the code from the repository code view instead of the current
code.
Previously it took `5653ms` for
https://gitea.com/henri/wiki/wiki/?action=_pages in my local machine,
now it's about `300ms` .

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-12-07 02:54:29 +08:00
..
admin
auth Fix oauth2 error handle not return immediately (#32514) (#32516) 2024-11-15 11:27:04 +08:00
devtest
events
explore Respect UI.ExploreDefaultSort setting again (#32357) (#32385) 2024-10-31 13:49:09 +08:00
feed
healthcheck
misc
org
repo Make wiki pages visit fast (#32732) (#32745) 2024-12-07 02:54:29 +08:00
shared
user
base.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) (#32397) 2024-11-01 03:53:59 +00:00
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Support HTTP POST requests to /userinfo, aligning to OpenID Core specification (#32578) (#32594) 2024-11-21 07:22:18 -08:00
webfinger.go