gh4a icon indicating copy to clipboard operation
gh4a copied to clipboard

Loading activity too slowly

Open vvb2060 opened this issue 2 months ago • 3 comments

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?

vvb2060 avatar Oct 28 '25 13:10 vvb2060

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.

maniac103 avatar Oct 28 '25 13:10 maniac103

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

Fs00 avatar Oct 30 '25 10:10 Fs00

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

rancidfrog avatar Nov 04 '25 14:11 rancidfrog