You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my Xiaomi Redmi Note 5 it takes ~4 seconds till the app becomes responsive. After quick profiling I can see that most of the time is spent on evaluating JavaScript in V8. Not that it's terrible amount of time, but if possible I'd like to improve this.
Possible solutions:
Move V8 into background thread, so UI is responsive immediately
On my Xiaomi Redmi Note 5 it takes ~4 seconds till the app becomes responsive. After quick profiling I can see that most of the time is spent on evaluating JavaScript in V8. Not that it's terrible amount of time, but if possible I'd like to improve this.
Possible solutions:
Build the whole thing together and AOT compile with Prepack(requires additional type hinting on compiled code, doesn't worth to invest time)The text was updated successfully, but these errors were encountered: