Skip to content

[Optimize] It is possible to optimise the logic used to load numerous contributor avatars. #938

@mingcheng

Description

@mingcheng

Description

Depending on the circumstances, we load the avatars first and then display them when there are numerous contributors. The fact that not every user's avatar is shown simultaneously makes this incredibly wasteful.

For instance, the page https://github.com/exelban/stats/pulse is currently awaiting the loading of all contributors' avatars, which may take several minutes depending on the networking performance.

Image

Image

Consider displaying the avatar while loading it concurrently to speed up the loading process.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions