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

Build is SLOW on large projects #173

Open
allmarkedup opened this issue Nov 3, 2016 · 3 comments
Open

Build is SLOW on large projects #173

allmarkedup opened this issue Nov 3, 2016 · 3 comments
Labels

Comments

@allmarkedup
Copy link
Member

allmarkedup commented Nov 3, 2016

Running the build task on 100's of components can be extremely slow. Some people are reporting build times around the half-hour mark - see issue #169

Needs improvement, possibly in conjunction with a smarter parsing system for incremental updates rather than full tree re-render.

@allmarkedup allmarkedup added the bug label Nov 3, 2016
@1stevengrant
Copy link

Have around 267 components so far and havent really seen any issues. Granted I haven't as yet set any contexts on all of them yet.

@tlenex
Copy link
Contributor

tlenex commented Sep 27, 2017

This is an issue. My projects are based on Atomic Design and have about 800-1500 components each.
Fractal 1.x is building those in about 5-7 minutes.
Very long if you try to fix someting specific on the production build.

Hope that in fractal 2.x performance will be a thing.

@tlenex
Copy link
Contributor

tlenex commented Sep 27, 2017

https://github.com/juanfran/gulp-multi-process/blob/master/index.js

This might be helpfull for moving things forward with fractal, it's a gulp implementation of spawning child processes.

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

No branches or pull requests

3 participants