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

Make production compilation faster (patch) #4677

Merged
merged 2 commits into from Jun 27, 2018
Merged

Make production compilation faster (patch) #4677

merged 2 commits into from Jun 27, 2018

Conversation

ex3ndr
Copy link
Contributor

@ex3ndr ex3ndr commented Jun 26, 2018

I have spend whole day on profiling next.js compiling performance and one of the easy hacks to reduce built time is avoid doing full stats.toJson() that is heavy by default.

Copy link
Member

@timneutkens timneutkens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🙏 I noticed this too when working on webpack 4 👍

@timneutkens timneutkens changed the title Makes compilation faster by 2 seconds Make production compilation faster (patch) Jun 27, 2018
@timneutkens timneutkens merged commit 7fcfb8b into vercel:canary Jun 27, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jun 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants