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

Performance audit #217

Open
mwistrand opened this issue Nov 29, 2018 · 1 comment
Open

Performance audit #217

mwistrand opened this issue Nov 29, 2018 · 1 comment
Assignees
Projects

Comments

@mwistrand
Copy link
Contributor

Enhancement

After #68 is resolved, we should run a performance audit and look for ways to decrease the build time. @matt-gadd has already noted a few possible enhancements, such as using experimentalWatch on the ts-loader and adding caching plugin like https://github.com/mzgoddard/hard-source-webpack-plugin.

Package Version: 4+

@maier49
Copy link
Contributor

maier49 commented Jun 9, 2020

I tested the hard source caching plugin and as expected it significantly improved repeated build times. I've opened a PR to add that to the build. My testing with the experimentalWatchApi for ts-loader didn't show any improvements in build time when watching. The only other low hanging fruit I saw was removing the postCss loader when it's not needed but we are already doing that when the experimental speed flag is set.

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

Successfully merging a pull request may close this issue.

2 participants