-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Really poor performance with Firefox #920
Comments
Likely due to |
Could you send a PR? |
Hmmm. Ok. Not sure if there is anything more to change? But I will do it. |
Probably nothing else. |
@gaearon: Done. Thank you again for the help! |
Fixed via #924, will be out in 0.8.0. |
Description
I really like this tool and I use it for all my current projects. I have however a major trouble.
Indeed, when using Firefox with the debugger opened, it just become really slow and it may even freeze as soon as the project fatten.
For example, here with the default project, not even changed:
On this test, I have lost the control of my browser for more than 2 seconds!
Expected behavior
Using Chromium or Firefox should not have a major impact on the performance.
Actual behavior
Using Firefox debugging tools is impossible with the react-app-cli solution.
With my previous tools and the same level of features, it was totally usable.
Environment
Reproducible Demo
It is fully reproducible with the standard app created by
create-react-app
tool.You just have then to start the application with:
➜ demo npm start
And then, inside Firefox, open the debugging tools (F12) and refresh the page (F5) and watch how much times it get you to have the page displayed.
Cheers,
The text was updated successfully, but these errors were encountered: