0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-18 17:30:39 +01:00
gitea/routers/web/repo
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
..
actions Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) (#32397) 2024-11-01 03:53:59 +00:00
setting Refactor push mirror find and add check for updating push mirror (#32539) (#32549) 2024-11-18 23:55:27 +08:00
activity.go
attachment.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) (#32397) 2024-11-01 03:53:59 +00:00
blame.go
branch.go
cherry_pick.go
code_frequency.go
commit.go
compare.go Refactor sha1 and time-limited code (#31023) (#31030) 2024-05-21 00:58:21 +08:00
contributors.go Fix Activity Page Contributors dropdown (#31264) (#31269) 2024-06-06 08:14:00 +00:00
download.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) (#32397) 2024-11-01 03:53:59 +00:00
editor_test.go
editor.go Add missed return after ctx.ServerError (#31130) (#31133) 2024-05-28 12:47:11 +02:00
find.go
fork.go
githttp_test.go
githttp.go Fix wrong last modify time (#32102) (#32104) 2024-09-22 19:12:57 +00:00
helper_test.go
helper.go
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Fix get reviewers' bug (#32415) (#32616) 2024-11-23 12:42:58 +08:00
main_test.go
middlewares.go
migrate.go Fix javascript error when an anonymous user visiting migration page (#32144) (#32179) 2024-10-04 17:58:04 +00:00
milestone.go
packages.go
patch.go
projects_test.go
projects.go Fix various problems around projects board view (#30696) (#30902) 2024-05-08 15:46:21 +00:00
pull_review_test.go
pull_review.go Prevent allow/reject reviews on merged/closed PRs (#30686) 2024-04-27 11:55:03 +00:00
pull.go Fix delete branch perm checking (#32654) (#32707) 2024-12-04 13:25:35 +08:00
recent_commits.go
release_test.go
release.go
render.go Fix rendered wiki page link (#31398) (#31407) 2024-06-19 11:23:24 +08:00
repo.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) (#32397) 2024-11-01 03:53:59 +00:00
search_test.go Improve grep search (#30843) (#30850) 2024-05-03 17:59:33 +08:00
search.go Improve grep search (#30843) (#30850) 2024-05-03 17:59:33 +08:00
topic.go
treelist.go
view_test.go
view.go Refactor find forks and fix possible bugs that weak permissions check (#32528) (#32547) 2024-11-19 04:08:32 +00:00
wiki_test.go Fix raw wiki links (#31825) (#31845) 2024-08-17 03:19:26 +00:00
wiki.go Make wiki pages visit fast (#32732) (#32745) 2024-12-07 02:54:29 +08:00