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

Retrieving the latest transactions list takes up to 120 seconds #27

Open
IBman1 opened this issue Aug 29, 2021 · 0 comments
Open

Retrieving the latest transactions list takes up to 120 seconds #27

IBman1 opened this issue Aug 29, 2021 · 0 comments

Comments

@IBman1
Copy link

IBman1 commented Aug 29, 2021

Retrieving the latest transactions list takes up to 120 seconds to show on the app. This is issue leads to one question, isn’t the data already synced and available locally on the device? we have it locally so why we are retrieving the data from the explorer API. If the data is available locally it will be faster to query and we will remove the dependency on a single explorer server.
Improvement in this area would enhance the user experience with this beautiful wallet.

update:i also noticted that the application spends about 77 seconds in opened connection with digibyte.org which i'm not sure if the connection over https with digibyte.org is required because my undertanding it only needs to connect to (seed.digibyteservers.io on port 12024) + (explorer-1.us.digibyteservers.io over https)

the delay seems to be caused by the fact that we try to sync before listing the transactions list. woud it be faster to first list the transactions from whatever cached on the device? then try to sync. this aproach would give the end user faster experiance and intraction

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