-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
High CPU Load #595
Comments
@HashDot that's something to investigate. Let's check. |
That's pretty weird. Can we have a way to reproduce this locally. |
I use storybook in a meteor project. I doesn't have a custom webpack config but I use some babel modules. For testing I removed all my components and custom stuff, the CPU load decreases slightly to ~50/60%. I try to create a new project without meteor and check the cpu load. Btw. I use macOS El Capitan 10.11.6 and react-storybook 2.27.0 |
I think this CPU load is due to Meteor's devtool. Not something related Storybook. Check it with Activity Monitor or top/ps |
Meteor isn't running. I created a new meteor project with the same dependencies. Now, the CPU is at 0-1%. I don't know why. I try to provide a CPU Profile, if I find some time for it. It is not a Storybook bug. Thanks for your help and patience. |
Hi folks,
why does react-storybook consume so much cpu load? I have an other project with react, hmr and the fancy stuff. If the Webpack process done, I have 0-1% cpu load. react-storybook consumed over 80%, all the time.
Is it possible to fix this?
The text was updated successfully, but these errors were encountered: