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

Make Build Time Render render pages in parallel #184

Open
matt-gadd opened this issue Jul 19, 2019 · 1 comment
Open

Make Build Time Render render pages in parallel #184

matt-gadd opened this issue Jul 19, 2019 · 1 comment
Assignees
Labels
enhancement next Issue/Pull Request for the next major version

Comments

@matt-gadd
Copy link
Contributor

Enhancement
Rendering many pages in Build Time Render can take a lot of time due to them running sequentially. In theory we should be able to run them in parallel as they are self contained.

@agubler agubler added enhancement next Issue/Pull Request for the next major version labels Jul 28, 2020
@agubler
Copy link
Member

agubler commented Jul 28, 2020

As we are using worker threads to execute Dojo blocks, we could leverage the same for running running each path. A poc can using worker pooling can be found here https://github.com/agubler/webpack-contrib/tree/btr-workers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement next Issue/Pull Request for the next major version
Projects
None yet
2 participants