You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is in my case concurrent slowing down the grunt tasks?
The task spawns child processes of grunt that runs concurrently. Spawning child processes generally comes with some overhead and launching grunt is very slow, especially on Windows and if you're not on a SSD harddrive. It's not a magic bullet and works best when you have heavy tasks with many files. In your case this task is overkill.
Why is in my case concurrent slowing down the grunt tasks?
Compared
to
I have a much better performance with standard registration.
The text was updated successfully, but these errors were encountered: