Skip to content
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

Html file is slow and stopping to respond #74

Open
radimjanda754 opened this issue Jun 1, 2022 · 2 comments
Open

Html file is slow and stopping to respond #74

radimjanda754 opened this issue Jun 1, 2022 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@radimjanda754
Copy link

radimjanda754 commented Jun 1, 2022

Current behavior

Currently for large projects (500+) components, the Html report seems to be very slow - for example I wait like 5-10 seconds when I'm switching from Ownership section to Breakdown section.
On Ownership section the Html file even completly stops responding when I choose to see components by owner who has too many components (500+-)

Expected behavior

Html file works smoothly

Steps to reproduce

Project with many components 500+, 10k files

Versions

No response

Anything else?

No response

@radimjanda754 radimjanda754 added the bug Something isn't working label Jun 1, 2022
@simonschiller
Copy link
Collaborator

Thanks for reporting this, we're actually facing the same problem internally. We spent some time to look into this and found that it's probably related to the fact that we render the whole table at once. We didn't have time to investigate in detail yet but our guess would be that leveraging something like react-virtual and/or react-table could help solve this problem.

The priority of this unfortunately isn't super high for us, but we want to fix it eventually. We're open to contributions if somebody is interested.

@botronic botronic added the help wanted Extra attention is needed label Sep 5, 2022
@botronic
Copy link
Collaborator

botronic commented Sep 7, 2022

To give an update on this - we are limited in front end capacity and will not actively work on this in the foreseeable future. We would be very appreciative of contributions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants