Closed
Description
- Gitea version (or commit ref): 6a6656a, but was the same since 1.6
- Git version: 2.21.0
- Operating system: Windows 10 Pro
- Database (use
[x]
): (also tried MSSQL but no difference)- PostgreSQL
- MySQL
- SQLite
- [] MSSQL
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
Gitea on my Work PC is generally very slow.
My PC has plenty of resources left according to resmon.
Changing to the commit view of the repo takes 9.4 seconds.
Trying to create a pull request between two branches, the loading time after selecting the branch is 50 sencods.
I already tried disabling the antivirus, and it does help (pull request goes down to 42 seconds), but that's still way to much.
Any way to debug what is taking so long?
I looked at ProcessExplorer, but all i can see is that gitea spawns a view git processes in that time. Maybe i just need to know where to look..
Thanks in advance!