ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

[PERF] Ember Twiddle browserify / babel performance #73

Closed Gaurav0 closed 7 years ago

Gaurav0 commented 8 years ago

See https://github.com/ember-cli/ember-twiddle/issues/359

ProLoser commented 8 years ago

I'm getting build times of 1-2 minutes initially and rebuilts of 10-20 seconds. I'm using babelify inside of one of the browserify'd packages but this is only adding about 10 seconds.

I also wrote a standalone test that's about 40 lines of code in total (app + addon + browserified node package) and browserify turns a 4 second load time into 8 seconds.

stefanpenner commented 8 years ago

some build stability improvements here

Going to be working on improving warm boot times next.

Gaurav0 commented 7 years ago

Removed browserify for now.