1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-05 04:15:07 -04:00
gitea/routers/web/user/setting
Lunny Xiao ebff0513db
Fix context cache bug & enable context cache for dashabord commits' authors (#26991)
Unfortunately, when a system setting hasn't been stored in the database,
it cannot be cached.
Meanwhile, this PR also uses context cache for push email avatar display
which should avoid to read user table via email address again and again.

According to my local test, this should reduce dashboard elapsed time
from 150ms -> 80ms .
2023-09-11 10:14:01 +00:00
..
security
account_test.go Move web/api context related testing function into a separate package (#26859) 2023-09-01 11:26:07 +00:00
account.go
adopt.go Move createrepository from module to service layer (#26927) 2023-09-06 12:08:51 +00:00
applications.go
keys.go
main_test.go
oauth2_common.go Show always repo count in header (#26842) 2023-09-06 08:49:36 +00:00
oauth2.go
packages.go
profile.go Fix context cache bug & enable context cache for dashabord commits' authors (#26991) 2023-09-11 10:14:01 +00:00
runner.go
webhooks.go