webpack-contrib / webpack-bundle-analyzer

Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap
MIT License
12.56k stars 483 forks source link

[Question] Chrome performance issue #534

Closed LitileXueZha closed 1 year ago

LitileXueZha commented 1 year ago

Issue description

I'm not sure this is caused by the plugin or my system.

It's a very strange behavior: the output page is very slow when moving the mouse, at the same time, GPU usage is jump to 100%.

image

It's only occurred in Google Chrome, and in the Microsoft Edge is normal.

Technical info

Debug info

zzz-analyzer.html.txt

Github not allow the .html extension files, please remove the .txt suffix to view this HTML file.

valscion commented 1 year ago

If someone with a Windows machine could test whether this is reproducible that would be great.

We could also try if we're running an out-of-date version of FoamTree and see if updating it would fix any possibly existing performance issue.

LitileXueZha commented 1 year ago

Tried again today, and the performance of moving mouse is reasonable, the behavior disappeared, so close it.