Closed
Description
Description
The Admin -> Dashboard -> Summary shows many counting numbers. Some of them aren't useful to admins. Even worse, some counting operations on the large tables like action
will make the page timeout. For example:
- 504 on /admin after Gitea upgrade because of large
action
table #17504 , "Action table contains 8539538 rows", it takes several minutes to count.
I suggest to improve the summary information, we shouldn't count so many models. Each number displayed here should be useful to admins.