You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
When first used, the revision selector takes a second or two to load. We should look into whether we can speed this up or preload it (depending on how frequently it's used).
The text was updated successfully, but these errors were encountered:
Looked into this a bit and found that, for each reference, we're making a followup git request to resolve the author information.
We looked into two ideas:
use git for-each-ref to return a formatted list with all the authorship information in one go
batch resolve the authorship information
The problem with both is we don't know in advance whether the authorship information is needed, and our GraphQL library doesn't support inspecting which fields are requested.
When first used, the revision selector takes a second or two to load. We should look into whether we can speed this up or preload it (depending on how frequently it's used).
The text was updated successfully, but these errors were encountered: