-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Perf issues with @material-ui/icons #30908
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
Comments
Running tsc with
|
This seems to have gotten better with 3.7
|
@sheetalkamat How did the file count drop so much? |
I don't recall whether the original repro compiled cleanly, but this time I had to add |
Updating the metadata to reflect the fact that, while I am currently investigating, this is not yet an expected milestone for an actual fix. |
I think this is too stale to be useful. |
Server synced to 4fee628
Repro: In VS, create a new TypeScript Node Console App. Add npm references to
@material-ui/icons
and@material-ui/core
(a peer dependency). Add the following import at the top of app.ts:Looks like the first updateGraph takes ~10 seconds.
code.zip
vs.zip
The log files are huge, but only because each project listing has ~5300 files. The Code log is for opening the same folder with
The text was updated successfully, but these errors were encountered: