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

WIP - Per-source threaded minification [Do not merge] #174

Closed
wants to merge 1 commit into from

Conversation

guybedford
Copy link
Contributor

This is some experimental work on parallelizing minification.

It doesn't currently support the self-build due to the good old dynamic require issue (#41), so its pending a workaround for that.

So I'm running this with - node ./src/cli.js build twilio.js -o twilio.

When building twilio I get the following numbers:

  • 37s minified on master
  • 27s per-source minification, parallel as in this PR
  • 21s unminified

@guybedford
Copy link
Contributor Author

Fixes #114.

@guybedford guybedford force-pushed the terser-loader-parallel branch from 5688c5a to 1ff6d64 Compare December 20, 2018 12:54
@rauchg rauchg added the wip label Dec 22, 2018
@rauchg
Copy link
Member

rauchg commented Jan 31, 2019

Not huge on minifying for the time being, so let's leave this for later

@rauchg rauchg closed this Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants