goldcaddy77 / warthog

GraphQL API Framework with strong conventions and auto-generated schema
https://warthog.dev/
MIT License
359 stars 38 forks source link

ts-node-dev restart slow #97

Open bdombro opened 5 years ago

bdombro commented 5 years ago

When I make a change to a file, ts-node-dev restart takes 20+ seconds. My other projects that use ts-node-dev are less than a few seconds. Do you have any idea what the cause of the slow is? Can we improve that?

goldcaddy77 commented 5 years ago

Interesting. Can you create a branch in your fork with a minimal example?

goldcaddy77 commented 5 years ago

@deweyjose - you were seeing something similar and ended up compiling using TSC, right?

goldcaddy77 commented 5 years ago

Just checking back in - are you still struggling with this? It's likely the code generation that is taking so long. Let me know if this is still an issue.

bdombro commented 5 years ago

Hey! Sorry I had to pause my Warthog work for a month. I'll jump back in soon.

On Wed, Jun 12, 2019 at 12:36 AM Dan Caddigan notifications@github.com wrote:

Just checking back in - are you still struggling with this? It's likely the code generation that is taking so long. Let me know if this is still an issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/goldcaddy77/warthog/issues/97?email_source=notifications&email_token=AAYE5SOSXUI2RGN5UFFUL3TP2B4N3A5CNFSM4HK3E6TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXPHBUY#issuecomment-501117139, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYE5SNOPVR7RRLGNYOYRY3P2B4N3ANCNFSM4HK3E6TA .

goldcaddy77 commented 4 years ago

Hi did you ever get to take a peek at this?