Loading activity too slowly
App takes more than 10 seconds to load repo/user activity, which I don't think is acceptable. I noticed that the app is making a lot of API requests to populate the content, can you remove them?
See the discussion in https://github.com/slapperwan/gh4a/commit/67ae6777974e62ca3f1fd8bef30be165a97af574 The gust of it is that GH removed a lot of information from the event feed that was present before, so we now (need to) fetch it separately. The largest performance issue is push events, so we'd need to remove those from the feed if we want to get it fast again.
FWIW, I have also opened a feedback discussion to GitHub to try and get back some pull request fields in the feed that we now need to fetch separately: https://github.com/orgs/community/discussions/177735
Also, The feed is now populated with "starred", I am not sure if it is important to see all the new starred repositories in feed. Half the feed is xy starred regository