-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Try using v8-compile-cache #3306
Comments
Easy to add — just require it webpack/webpack-cli@0564ceb |
I can do? |
@pwener would love a PR! Please test the bootstrap times with and without the compile cache. |
Hello, where you think would be the best place to put this? I've try with |
It might not have much effect. Try adding a process.exit() right after the require and measure the time to their with and without the require. |
The results were good, can you evaluate my PR? |
PR merged 💯 |
webpack-cli just added it and saw substantial speedups
https://twitter.com/ev1stensberg/status/943865463406301184
https://www.npmjs.com/package/v8-compile-cache
The text was updated successfully, but these errors were encountered: