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

Improve Frontend Build time #35

Open
brendancol opened this issue Jan 17, 2023 · 3 comments
Open

Improve Frontend Build time #35

brendancol opened this issue Jan 17, 2023 · 3 comments
Assignees
Labels
bug Something isn't working high-priority

Comments

@brendancol
Copy link
Contributor

No description provided.

@brendancol brendancol added the enhancement New feature or request label Jan 17, 2023
@brendancol brendancol added bug Something isn't working high-priority and removed enhancement New feature or request labels Jan 21, 2023
@brendancol
Copy link
Contributor Author

@jam-lock ping.

On my local system, with good internet, react component build took 15mins to buld

@brendancol
Copy link
Contributor Author

Let's now consider this a critical bug

@jam-lock
Copy link
Contributor

Building the React application is only needed when deploying it to the server, for development you shouldn't be using the built version since it hide's away all the debug information. Webpack's building process usually takes some time, but there's no internet connection and the main bottleneck is the number of processor cores, since webpack is just bundling all the files together

@jam-lock jam-lock closed this as not planned Won't fix, can't repro, duplicate, stale Jan 21, 2023
@jam-lock jam-lock reopened this Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority
Projects
None yet
Development

No branches or pull requests

2 participants