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

Performance #47

Open
1 of 3 tasks
stefanpenner opened this issue Jan 10, 2016 · 2 comments
Open
1 of 3 tasks

Performance #47

stefanpenner opened this issue Jan 10, 2016 · 2 comments

Comments

@stefanpenner
Copy link
Collaborator

stefanpenner commented Jan 10, 2016

@vitch
Copy link

vitch commented Mar 24, 2018

I'm definitely interested in where this could be attacked. I've been optimising our builds and have got a rebuild down to 6s (from ~22s) but the remaining time seems to be down mostly to broccoli-concat:

screen shot 2018-03-24 at 01 02 25

This is compiling an addon so everything is ending up in vendor.js and there is a lot of other stuff in that file (ember, jquery, moment, lodash etc)...

I'd be happy to try and take a look at a solution if you have any pointers on how to approach it?

@stefanpenner
Copy link
Collaborator Author

@vitch In development I would turn off source-maps. If there were produce by babel they are likely already broken, and make debugging quite painful.

If turning off source-maps addresses the above issue. Thats a good workaround, but then you also know additional work needs to be directed at fast-sourcemap not specifically this project. Any improvements there should then help out here. @krisselden is a good person to ping regarding that, as he has some WIP in the area (I am sure he would love a hand with)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants