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

Tracking: Performance & Architecture #504

Open
8 tasks
nplasterer opened this issue Aug 12, 2024 · 0 comments
Open
8 tasks

Tracking: Performance & Architecture #504

nplasterer opened this issue Aug 12, 2024 · 0 comments

Comments

@nplasterer
Copy link
Collaborator

nplasterer commented Aug 12, 2024

  • quick scrolling on conversation list view shows blank spaces
  • react hooks called too many times when it’s not necessary (useless rerenders)
  • initial loading time of the app (loading the sqlite db data into the app state, while the splash screen is shown)
  • initial sync (while the activity indicator is shown) time improvement (when we only use v3 so when 1:1 has been migrated)
  • overlapping messages, jumpy scroll & flash list improvements (long list of items of varying height
  • overall perf, especially on older android devices, due to RN (try the new architecture in the next Expo version and see what breaks)
  • message cell rendering performance (including regex to parse content / unfurl frames)
  • frames rendering & caching (already implemented but could be improved?) #807
@nplasterer nplasterer pinned this issue Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant