-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
Guides - Improving Build Performance #16
Comments
Brunch, for example, claims that they use caching and process only those files that were not changed. In addition to that I know that gulp if configured properly will process only changed files rather then reprocess all of the files in a glob pattern. When I've read webpack documentation I had no idea on how could I structure my build so it will be fast. Does it somehow optimize one .less file that includes all smaller once? etc... |
And what about different linting tools in the loader chain? How does that affect overall build/rebuild performance. |
Great ideas and topics to study. Thanks! |
@bebraw I'm looking forward to become an open source participant. I would like to contribute perhaps I could do some kind of investigation and write about it. |
@yuridevx Language won't be an issue as long as the content is solid and well researched. If you can comment around at the issues and help to craft outlines, that would help quite a bit. We'll be developing the content based on this work. I hope to make another, more focused blog post in two weeks after the direction is clearer and there's a site prototype to show. |
|
State: Some more info: It seems in the webpack community people are using a mix of:
Happy perf! :) |
@vvo good catch -- I updated the link in that comment. By any chance would you be interested in taking a stab at completing that guide? |
@bebraw those links in @vvo's comment and the slideshare are a good start... do you have anything on SurviveJS already that deals with build performance? Maybe between that and the other information here we'd have a good start. #1337 removes the current stub as it's still all TODOs and makes our current review a bit easier but there's a few ideas there as well (if you view the history). I'm not familiar enough with these optimizations to pick this up myself atm, so it would be great if someone else could dig into this! |
@skipjack I have one chapter on the topic. |
Ok great, I added the |
(if anyone starts this, please put a comment as I might do it "at some point") |
Stub.
Feel free to comment here if you have ideas on what this guide should cover. Link to potential resources too.
The text was updated successfully, but these errors were encountered: