-
Notifications
You must be signed in to change notification settings - Fork 1
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
Registration of first-party endpoint can take up to 6 seconds #336
Comments
I did some initial profiling to assess what could be causing the delays. On a 3.5 seconds registration the parts that took the most time were: I feel we don't have a lot of margin to optimize here.
|
I'm surprised that Can you please run the same profiling with the oldest Android 6+ device you have? I think that'd be useful to decide whether to spend more time on this -- for example, if the extra 3 seconds are used solely by |
The worst device I have right now is a Nokia 3.1 with Android 10, and it took 2.5 seconds to run |
For example, using the logging from Letro, we can see it takes 3 seconds on a Pixel 5 (Android 13):
But we've seen around 6 seconds on a Redmi 9A (Android 11) and a Pixel 2 (Android 11). Here's the logs from a Pixel 2:
The text was updated successfully, but these errors were encountered: