-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
React Native 0.63.3 is extremely slow #30403
Comments
|
OS: macOS Mojave 10.14.6 |
|
|
What type of information you want ? I can share performance monitoring video of my app with comparison of 0.63.3 to 0.59.9 |
More details would definitely help. As is this issue isn't particularly actionable. A repro, data, or references. Also FYI the issue title says 0.60 instead of 0.63, but based on your following information I assume we're talking about 0.63 (aka latest).
Can you provide references to the other discussions/issues people are hitting? |
Hi @chrisglein , https://www.gitmemory.com/issue/facebook/react-native/29589/671923038. [Same issue] |
Seconded. This is a huge issue. |
Hermes Engine did work for me :) |
@Anujmoglix — My understanding is that Hermes decreases bundle size, startup time and memory— but I'm not sure that has any impact on general app sluggishness when loaded up RE: redux usage, JS queries etc. Something changed under the hood likely related to redux binding to components. It's my best guess so far. |
I am just tracking it and slow frame rate count has been decreased . I will surely update after some more days analysis of app. |
I have the same issue, when update to RN063.3, mi app is too slow to start on android. |
I believe this is also related to the issue for additional context for people coming into this thread. |
right now it is a very huge issue we had upgraded our app from 0.59.6 to 0.63.3 and now our Android app is very very very slow! we have made lot of changes recent in our code base interesting thing we had found in emulator app is running very fast but when we generate its apk app is very slow so seems like it is issue with production release |
After Using Hermes, app performance is better but it is not same as old RN version. @smali-kazmi Try Hermes engine and check once. |
I made this comment because in the start I was thinking it was due to react natives latest version so debug why the app was very slow I had enabled Show Pref Monitor and check why are my fps against each action; my app's fps down to -2.0 after sometimes during that drop for 2-3 seconds app was totally unresponsive I had made the following changes in the app and I was so amused both Android + iOS apps are running on 60fps
|
we can enable it |
For me Hermes didn't help. |
Has anybody found a solution to this problem? |
@rahamin1 check my following comment in this thread that might help you!
|
Thanks a lot, @smali-kazmi!
Regarding the cause of the problem: if 0.59x is fast with the same code, and 0.63x is slow, it makes sense that it is because of changes in the react-native version, isn't it? |
@rahamin1 its true 0.63x is slow as compare to 0.59x but changes i here; help me to make app useable; in our code |
Well, not relevant for my app. Still hoping to get a solution soon, looking forward to other people's ideas. |
I too faced the same issue after upgrading from 0.64.2 to 0.66.1 |
Hey @Orange9000 did you find the reason for this issue? Facing the same issue, but building the release as you suggested has not solved the issue for me |
we also have same issue for android 0.67.4 react native. Any other possible solution for it. Tried above ones already. |
Unfortunately not. From one release to another, something is changing in ways react-native renders certain components. And often, to the worst. |
Found out what was causing the slow down of entire app's UI in my case. It is the |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This comment was marked as spam.
This comment was marked as spam.
This issue was closed because it has been stalled for 7 days with no activity. |
My updated App is very slow . It was working smooth in 0.59.9 but now it's performance is getting worse .
I am trying to downgrade it but getting lots of issues . What to do now? Is React Native Team working on that issue because lots of people are already facing that and there is no proper solution available here.
The text was updated successfully, but these errors were encountered: