You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxiaoguang 520eb57d76
Use a separate admin page to show global stats, remove `actions` stat (#25062)
Before, Gitea shows the database table stats on the `admin dashboard`
page.

It has some problems:

* `count(*)` is quite heavy. If tables have many records, this blocks
loading the admin page blocks for a long time
* Some users had even reported issues that they can't visit their admin
page because this page causes blocking or `50x error (reverse proxy
timeout)`
* The `actions` stat is not useful. The table is simply too large. Does
it really matter if it contains 1,000,000 rows or 9,999,999 rows?
* The translation `admin.dashboard.statistic_info` is difficult to
maintain.

So, this PR uses a separate page to show the stats and removes the
`actions` stat.


![image](https://github.com/go-gitea/gitea/assets/2114189/babf7c61-b93b-4a62-bfaa-22983636427e)

## ⚠️ BREAKING

The `actions` Prometheus metrics collector has been removed for the
reasons mentioned beforehand.
Please do not rely on its output anymore.
1 year ago
..
applications Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
auth Minor UI improvements: logo alignment, auth map editor, auth name display (#25043) 1 year ago
base Optimize html templates (#22080) 2 years ago
emails Improve some modal action buttons (#24289) 1 year ago
org Fix template function DateTime (#24317) 1 year ago
packages Fix template function DateTime (#24317) 1 year ago
repo Add "Updated" column for admin repositories list (#24429) 1 year ago
runners Move secrets and runners settings to actions settings (#24200) 1 year ago
user various style fixes (#25008) 1 year ago
actions.tmpl Move secrets and runners settings to actions settings (#24200) 1 year ago
config.tmpl Fix admin config page error, use tests to cover the admin config and 500 error page (#24965) 1 year ago
cron.tmpl various style fixes (#25008) 1 year ago
dashboard.tmpl Use a separate admin page to show global stats, remove `actions` stat (#25062) 1 year ago
hook_new.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
hooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
layout_head.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
navbar.tmpl Use a separate admin page to show global stats, remove `actions` stat (#25062) 1 year ago
notice.tmpl Modify width of ui container, fine tune css for settings pages and org header (#24315) 1 year ago
queue.tmpl Improve queue & process & stacktrace (#24636) 1 year ago
queue_manage.tmpl Improve queue & process & stacktrace (#24636) 1 year ago
stacktrace-row.tmpl Use auto-updating, natively hoverable, localized time elements (#23988) 1 year ago
stacktrace.tmpl Improve queue & process & stacktrace (#24636) 1 year ago
stats.tmpl Use a separate admin page to show global stats, remove `actions` stat (#25062) 1 year ago