mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
d996c5d517
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) |
||
---|---|---|
.. | ||
action.go | ||
action_list.go | ||
action_test.go | ||
main_test.go | ||
notification.go | ||
notification_test.go | ||
repo_activity.go | ||
statistic.go | ||
user_heatmap.go | ||
user_heatmap_test.go |