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 performance in Android web, particularly when joining polls #157

Open
mensch72 opened this issue Jul 3, 2022 · 0 comments
Open
Assignees
Labels
android Probably needs Android-related skills couchdb Probably needs CouchDB-related skills feature A new feature or enhancement typescript Probably needs Typescript-related skills urgent
Milestone

Comments

@mensch72
Copy link
Collaborator

mensch72 commented Jul 3, 2022

Joining a poll on Android from the browser takes too long, sometimes gets stuck, and sometimes opens the poll page before all poll data was synced.

Also, the web app becomes slow when several polls are joined.

Ideas:

  • reduce tallying frequency
  • optimize tallying process
  • make sure poll page is opened only after all poll data was replicated once (how to check?)
  • don't sync all polls, only the one currently open? (but then how to notice when options have added to a poll? maybe sync only option data when poll page not open?)
@mensch72 mensch72 added feature A new feature or enhancement urgent typescript Probably needs Typescript-related skills couchdb Probably needs CouchDB-related skills android Probably needs Android-related skills labels Jul 3, 2022
@mensch72 mensch72 added this to the First Release milestone Jul 3, 2022
@mensch72 mensch72 self-assigned this Jul 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Probably needs Android-related skills couchdb Probably needs CouchDB-related skills feature A new feature or enhancement typescript Probably needs Typescript-related skills urgent
Projects
None yet
Development

No branches or pull requests

1 participant