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

Optimize wallet connecting interactions for mobile #5448

Closed
woodenfurniture opened this issue Oct 11, 2023 · 0 comments · Fixed by #5433
Closed

Optimize wallet connecting interactions for mobile #5448

woodenfurniture opened this issue Oct 11, 2023 · 0 comments · Fixed by #5433
Assignees
Milestone

Comments

@woodenfurniture
Copy link
Member

woodenfurniture commented Oct 11, 2023

Overview

Enhance rendering performance for low-compute mobile devices, specifically focusing on the initial login and wallet connection phases.

Current performance bottlenecks have been identified in sub-optimal use of React Hooks, notably the absence of useMemo and useCallback for expensive computations and function references.

References and additional details

  1. Profile the application using Chrome DevTools with 6x throttling to identify components causing re-renders.
  2. Implement useMemo for computationally expensive render elements.
  3. Utilize useCallback to memoize function references passed to child components.
  4. Review Chakra UI components for potential performance optimizations, such as lazy-loading or conditional rendering.

https://www.notion.so/shapeshift/Mobile-profiling-0321f42373a14e399db7e5255676a97c

Acceptance Criteria

  • Improved in rendering performance on low-compute devices.
  • No degradation in user experience or functionality.

Need By Date

No response

Screenshots/Mockups

No response

Estimated effort

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant