Conversation
…tion, and load only their avatars
|
Here’s the revised version with all three examples included: Stats: The number of loaded developer avatars decreased from 1673 to 550. Vue.js: The number of loaded developer avatars decreased from 6700 to 1700. TensorFlow: The number of loaded developer avatars decreased from 1300 to 500. |
| tip={`Loading avatars ${loadedAvatars}/${contributors.length}`} | ||
| style={{ maxHeight: 'none' }} // disable maxHeight to make the loading tip be placed in the center | ||
| spinning={isLoading || loadedAvatars < totalAvatars} | ||
| tip={`Loading ${currentMonth} avatars (${loadedAvatars}/${totalAvatars})`} |
There was a problem hiding this comment.
Add another configuration in both Chinese and English.Although it hasn't happened before either.
|
This loading is indeed much faster than before. |
Yes, you can make some changes |


Brief Information
This pull request is in the type of (more info about types):
Related issues (all available keywords):
Details
Each month, the top 15 most active developers are selected based on their activity data and added to a set. Then, only the avatars of these active developers are loaded, optimizing the avatar loading efficiency.
Checklist
Others