gitea/models/avatars
Lunny Xiao 9df573bddc
Fix context cache bug & enable context cache for dashabord commits' authors(#26991) (#27017)
backport #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-13 15:15:00 +08:00
..
avatar.go Fix context cache bug & enable context cache for dashabord commits' authors(#26991) (#27017) 2023-09-13 15:15:00 +08:00
avatar_test.go Avoid warning for system setting when start up (#23054) 2023-02-24 18:23:13 +08:00
main_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00