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
In between 2.9.1 and 2.10.1 we noticed that upon starting our webpack build, our rebuilds were extremely slow. After the initial webpack build command, cpu usage would shoot up to >99% and stay there. Thus subsequent rebuilds due to the watch command would take minutes instead of the usual second. Holding everything constant and pinning the version of webpack-bundle-analyzer to 2.9.1 caused the issue to go away.
Technical info
Webpack Bundle Analyzer version: 2.10.1
Webpack version: 3.11.0
Node.js version: v6.12.0
npm/yarn version: 3.10.10
OS:
Docker for Mac on MacOS Sierra , with this container
Could you try running with generateStatsFile: false? It's likely that your high CPU usage is due to #129. Could you verify that version 2.9.2 still works for you, so that we can be sure the regression happened between 2.9.2 and 2.10.0?
Issue description
In between
2.9.1
and2.10.1
we noticed that upon starting our webpack build, our rebuilds were extremely slow. After the initial webpack build command, cpu usage would shoot up to >99% and stay there. Thus subsequent rebuilds due to the watch command would take minutes instead of the usual second. Holding everything constant and pinning the version ofwebpack-bundle-analyzer
to2.9.1
caused the issue to go away.Technical info
2.10.1
3.11.0
v6.12.0
3.10.10
Docker for Mac on MacOS Sierra , with this container
Debug info
Plugin
The text was updated successfully, but these errors were encountered: