forgejo/models/activities
Lunny Xiao d996c5d517
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.

(cherry picked from commit aed3b53abdd02a3ffbf9e8eb90272ff567333073)
2024-03-20 08:46:28 +01:00
..
action.go Some performance optimization on dashboard and issues page (#29010) 2024-03-20 08:46:28 +01:00
action_list.go Some performance optimization on dashboard and issues page (#29010) 2024-03-20 08:46:28 +01:00
action_test.go
main_test.go
notification.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
notification_test.go
repo_activity.go Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00
statistic.go
user_heatmap.go
user_heatmap_test.go