-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Datastore show performance issues on Safari. #5434
Comments
Anyone? |
Hi @rpostulart I am working on some performance improvements on the DataStore, if we don't encounter issues or problems, we are targeting next to release them. I just tested a DataStore app with an API returning 100k items and it worked fine on Safari, so hopefully these fixes will make the issue go away for you. Thank you for the patience |
Hi good to hear, but were you also able to reproduce the issue / did you noticed the performance issue? |
Hey @rpostulart We just published new versions to the |
Will try immediately, thanks team great job. I will provide you the feedback soon |
I added some error details at the merge page, is that ok? |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
When there are for example 600 records in your DB and you init/start your app with
DataStore.configure(awsConfig)
DataStore.observe(Quiz).subscribe(Quiz => {
console.log(Quiz)
})
The first time all the records are loaded. In seems like in chrome it's working well and in Safari there is some idle time and looks like your application crashes, your app continues working after all the records are loaded.
The text was updated successfully, but these errors were encountered: