Gitea - Slow Dashboard
For a few weeks now, I have noticed my Gitea instance takes nearly two minutes to load.
Turns out, when you use gitea for archiving lots of public repos, this will build up many entries in the actions table, which can drastically increase the loading time needed.
To fix this, I made a query & cron job, which removes actions for my "Archive" organization.
This- fixes the issue.
IF, you aren't archiving/mirroring a lot of repositories, this post will not help you.