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

Optimize SDK build step #1840

Open
sodic opened this issue Feb 29, 2024 · 0 comments
Open

Optimize SDK build step #1840

sodic opened this issue Feb 29, 2024 · 0 comments
Labels
enhancement New feature or request post-0.12.0

Comments

@sodic
Copy link
Contributor

sodic commented Feb 29, 2024

Building the SDK (i.e., the wasp package) takes several seconds even on high-end machines.

Explore ways to optimize the SDK build step.

For example:

  1. Don't build the SDK if not necessary (e.g., when there no changes or when the user user-code has errors).
  2. Minimize how often it's necessary to build the SDK (e.g., by stripping the SDK of all unnecessary functionality, tracked in Refactor our generated codebase #1841 ).
  3. Find other ways to speed up the build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request post-0.12.0
Projects
None yet
Development

No branches or pull requests

1 participant