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

Investigate speeding up CodeBuild processes #27

Open
cdriehuys opened this issue May 9, 2019 · 0 comments
Open

Investigate speeding up CodeBuild processes #27

cdriehuys opened this issue May 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@cdriehuys
Copy link
Member

The CodeBuild processes for building the API Docker image and building/testing the web application are the slowest parts of the build process. Through a mixture of caching and custom Docker images, we should be able to speed these processes up.

When building the Docker image, we could look into caching the intermediate layers of the image between runs so that they can be reused.

For building/testing the API, we spend a lot of time installing system and node dependencies for Cypress, our testing framework. By using one of their provided Docker images, we could greatly speed up our build times. Additionally, caching node_modules between runs would also speed up the build.

@cdriehuys cdriehuys added the enhancement New feature or request label May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant