-
Notifications
You must be signed in to change notification settings - Fork 0
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
Technical discovery on how to improve CASEI build time #524
Comments
I'm 90% that I've been able to resolve dependency issues. (Documented in this PR). |
Going to move notes to the PR above ^ |
Update: Progress has been logged in PR #562. The PR will be rolled back to commit Other PRs and comments to this PR were discussing implementing the Slices API for Gatsby. Implementing Slices allows the CASEI site to be "split up" into discreet components that will bring down the build time by building CASEI in "Slices", as opposed to on a per-page build process. Caveat and moving forwardImplementing Slices does require non-significant refactoring so I believe this should be split into a separate issue, such as "Implement Slices API in CASEI" or something of that nature. I have discussed this with @Tammo-Feldmann who may be the most knowledgeable engineer for the slices implementation task and I would like to support. |
@naomatheus Thanks, so I think we can consider this issue done. However, would you be able to create that separate issue to "Implement Slices API in CASEI" as mentioned above for the backlog on and then close out this issue? |
UpdatesThis issue will closed with the following result:
Result 1:
Result 2:
|
Is your feature request related to a problem? Please describe.
We ought to improve build time of the front end as part of hand off because it's slow
Describe the solution you'd like
Look into how we can speed up front end build
Things loosely considered
What is done?
We want to time box the discovery aspect so that it doesn't take more than 1-2 days.
Depending on the solution, we can close this issue by:
The text was updated successfully, but these errors were encountered: