Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve loading speed #7084

Open
Tracked by #7049
guidomodarelli opened this issue Oct 8, 2024 · 2 comments · May be fixed by #7099
Open
Tracked by #7049

Improve loading speed #7084

guidomodarelli opened this issue Oct 8, 2024 · 2 comments · May be fixed by #7099
Assignees
Labels
level/subtask Subtask issue type/enhancement Enhancement issue

Comments

@guidomodarelli
Copy link
Contributor

guidomodarelli commented Oct 8, 2024

Description

Improve loading speed

image

@guidomodarelli guidomodarelli added type/enhancement Enhancement issue level/subtask Subtask issue labels Oct 8, 2024
@guidomodarelli guidomodarelli self-assigned this Oct 8, 2024
@guidomodarelli guidomodarelli self-assigned this Oct 15, 2024
@guidomodarelli guidomodarelli linked a pull request Oct 15, 2024 that will close this issue
6 tasks
@guidomodarelli guidomodarelli linked a pull request Oct 15, 2024 that will close this issue
6 tasks
@guidomodarelli
Copy link
Contributor Author

guidomodarelli commented Oct 15, 2024

image

In this last change, I thought that using Promise.allSettled would improve something, but it didn't.

image

Average of 648 ms

@guidomodarelli
Copy link
Contributor Author

guidomodarelli commented Oct 16, 2024

/login

I attempted to use Promise.all, but it performed worse after the modification.

image

BEFORE
Average of 109,625 ms

image

AFTER
Average of 507,25 ms

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/subtask Subtask issue type/enhancement Enhancement issue
Projects
Status: On hold
Development

Successfully merging a pull request may close this issue.

1 participant