-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Improve startup performance #2692
Comments
|
@cpojer, just inline-imports, no plans to support |
Also, @zertosh has a handy script here: https://gist.github.com/zertosh/1486c709fa7683c7bf1e165f114d2875 |
We landed inline imports in Jest 21 and as a result startup is faster by ~50% |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Let's use the inline-requires and inline-imports transform (cc @zertosh do we have a combined transform yet? Otherwise, where are the two separate ones?).
How to measure:
More startup performance wins:
The text was updated successfully, but these errors were encountered: