+1 vote
in Gitea by
How to fix Gitea is running slow ?

1 Answer

0 votes
by

The most common culprit for this is loading federated avatars.
This can be turned off by setting ENABLE_FEDERATED_AVATAR to false in your app.ini
Another option that may need to be changed is setting DISABLE_GRAVATAR to true in your app.ini

...