Eurydia / project-phosphophyllite

A UI wrapper around GitHub API for issue aggregration powered by OctokitJS.
0 stars 0 forks source link

performance improvement while fetching #17

Closed Eurydia closed 6 months ago

Eurydia commented 7 months ago

It might be possible to improve the fetching performance from APIs, especially the getRepos function which fetches elementary repository data along with the repo's readme. Due to the way GitHub provide their endpoints, one request will collect the project's metadata, and another will collect the readme since the readme file is technically a repository content.

I need to revisit this sometime soon for vanity's sake.