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

~2 second pause before anything is rendered on app start #354

Open
samgiles opened this issue Nov 22, 2016 · 2 comments
Open

~2 second pause before anything is rendered on app start #354

samgiles opened this issue Nov 22, 2016 · 2 comments

Comments

@samgiles
Copy link
Contributor

There is a 2 second pause on a cold app start.

Looks like debugging on Android might be difficult: facebook/react-native#9349

@wilsonpage
Copy link
Collaborator

We could use a splash screen :)

@samgiles
Copy link
Contributor Author

samgiles commented Nov 22, 2016

I have a feeling it's the JS thread doing something. When I profiled this,
it appeared that the render tree was calculated, but all threads then
remained idle for about two seconds. That's when I discovered the aforementioned issue. I'm gonna figure out how to enable
the systrace from JS for Android. i.e. Fix the mentioned issue.

On 22 Nov 2016 19:05, "Wilson Page" notifications@github.com wrote:

We could use a splash screen :)


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#354 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAzSjv-1qchBNe5gU83IJrv9dYkKEFIXks5rAz0OgaJpZM4K5yfp
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants