-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Development Panel, DVCS Connector
-
1
-
3
When we open the Development Panel to observe detailed information about the commits, branches, Pull Requests, each line shows the User avatar who executed the action.
We can observe that if there is no cached record or if expiry field in the JSON column is 30 minutes old then it will fetch the data from DVCS and for each row on the Development Panel, a request is sent to GitHub to grab user and avatar information: https://<github>/api/v3/users/<user>
To reduce the number of requests sent to GitHub, could we remove the avatar information and only show user information stored on our DVCS tables? (like AUTHOR for the commit on AO_E8B6CC_CHANGESET_MAPPING)
- links to