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

Performance issues #109

Closed
SebastianStehle opened this issue Oct 25, 2018 · 1 comment
Closed

Performance issues #109

SebastianStehle opened this issue Oct 25, 2018 · 1 comment

Comments

@SebastianStehle
Copy link

Hi,

I love the functionality of this tslint-loader. But I wonder about the performance. My angular project takes ~15sec to build in the dev-server, even if I do not change a single file and just force it by saving a random file.

I tried to cache as much as possible, e.g. I turned on useCache and useBabel with awesome-typescript-loader, but it has almost no effect.

When I remove ts-lint from my loader settings, the performance is increased to 4sec. Still a little bit slow, but I can live with that.

In theory webpack should be able to cache everything so I am confused why tslint is running so long for incremental builds.

@nfm
Copy link

nfm commented Dec 20, 2018

@SebastianStehle see #76 if you haven't already, there's some performance related discussion there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants