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
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.
In the initial inspecting, we found that this function causes approx. 150ms lagging (blocking).
The text was updated successfully, but these errors were encountered:
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.In the initial inspecting, we found that this function causes approx. 150ms lagging (blocking).
The text was updated successfully, but these errors were encountered: