You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your report. This has been fixed by #32333. The approach is the same as you. v1.23.0-rc0 will be released very soon. Since it will migrate the database, so that cannot be backported to v1.22.
Description
When loading the dashboad for a logged in user (i.e. GET /) the response time is quite high at about two to four seconds.
The reason is one query that is not using an index.
All other queries are very fast and there are no complaints about response times.
After introducing a new index, the problem is resolved.
The dashboard loads now within 250 ms.
Gitea Version
1.22.5, 1.22.6
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
1.22.6
Operating System
Debian 12
How are you running Gitea?
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: