Any tips to increase performance? #254
matthewjosephtaylor
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi there, the tool relies on the typescript compiler a lot, and from my experience the most of the execution time is taken by compiling the code rather than the tool's internals. What time it takes to compile your project? What do you use as an input for the tool - dts file(s) or ts? Do you compile your code in the pipeline/build steps somewhere before running the tool? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I notice this tool (which is awesome!) runs a bit slower than I would have anticipated.
I'm running it on a large monorepo with many workspace sub-projects, so I'm not to astonished it takes a while...but still. Like a minute or two.
If there is a known 'hotspot' in the code I'd love to take a crack at cooling it down.
Otherwise if there are any command line tweaks I'd be interested in those as well.
Thanks for such a useful tool (just what I needed, and I can see by the codebase that it must have taken quite some effort to code up)!
Beta Was this translation helpful? Give feedback.
All reactions