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

πŸ› οΈ [TASK] : Optimize the sign function #1025

Closed
Tracked by #815
apskhem opened this issue Oct 17, 2024 · 1 comment
Closed
Tracked by #815

πŸ› οΈ [TASK] : Optimize the sign function #1025

apskhem opened this issue Oct 17, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@apskhem
Copy link
Collaborator

apskhem commented Oct 17, 2024

Summary

Find a way and optimize the sign function as it causes lagging on the frontend side.

Description

Regarding the lagging issue linked to compression. we reviewed the process again after the problem was addressed. While the performance issue has improved, there are still noticeable lagging in the user experience that might caused from other functions.

As we inspected, we found that the problem caused from the sign function. And we need to find a way to remedy this issue.

Screenshot 2024-10-17 at 14 26 43

In the initial inspecting, we found that this function causes approx. 150ms lagging (blocking).

@apskhem apskhem added this to Catalyst Oct 17, 2024
@apskhem apskhem moved this from New to πŸ“‹ Backlog in Catalyst Oct 17, 2024
@apskhem apskhem added the enhancement New feature or request label Oct 17, 2024
@apskhem apskhem moved this from πŸ“‹ Backlog to πŸ”– Ready in Catalyst Oct 17, 2024
@dtscalac dtscalac added this to the M4: Voting & Delegation milestone Oct 18, 2024
@dtscalac dtscalac self-assigned this Oct 18, 2024
@dtscalac dtscalac moved this from πŸ”– Ready to πŸ— In progress in Catalyst Oct 18, 2024
@dtscalac dtscalac moved this from πŸ— In progress to βœ… Done in Catalyst Oct 28, 2024
@dtscalac
Copy link
Contributor

Closed, key derivation was identified as much bigger problem compared to the sign function. The key derivation will be optimized in #1012

@github-project-automation github-project-automation bot moved this from βœ… Done to πŸ”¬ Ready For QA in Catalyst Oct 28, 2024
@dtscalac dtscalac moved this from πŸ”¬ Ready For QA to βœ… Done in Catalyst Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants