gitstars
gitstars copied to clipboard
改善 - 当 star 项目较多时,首次加载慢
我 star 的项目有2000多个,第一次打开的时候,需要请求20多个 GitHub 的 API(https://api.github.com/users/zqhong/starred)。一个请求大概需要1.5秒,20个请求就是30秒。
建议按需加载。
这个是有考虑过的,但是目前没有想到合适的解决方案。
最近工作比较忙,可能得过段时间再做仔细思考...