-
Notifications
You must be signed in to change notification settings - Fork 1
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
Make Builds/Deploys faster #26
Comments
Oh, I see now, So next step is to see if |
I tried this out as I was working on #24 With empty By far, the most time consuming part of the build is the "Generating image thumbnails" step, so maybe this is also taking longer on the build machine than my laptop. Seems odd that the "bootstrap" phase on the build machine was taking > 300 seconds... on my machine it only took 4. Aside from hardware, we could also try to update our npm dependencies and see if there have been any performance improvements. A separate "dependency audit" issue would be useful regardless, since I noticed a few out-of-date and/or deprecated dependencies used in our site. Below is the output from my local build:
|
I just saw an email about "Gatsby Incremental Builds" for Netlify. Might be worth trying out: https://www.netlify.com/blog/2020/04/23/enable-gatsby-incremental-builds-on-netlify |
Thanks for testing this and adding more info. I am down for trying the incremental builds on Netlify. |
Current deploys and builds are taking 10+ minutes. I wonder if it something to do with shared workers on Netlify's side and if we can throw some $$ at the problem. This may not be the issue, but I do know that a fresh site should build/deploy in under 3 minutes.
Here is a sample log where we see 9 minutes in between boostrap and build steps with no information as to why the wait, which leads me to believe it is a Netlify worker. Maybe we can have our own dedicated worker?
The text was updated successfully, but these errors were encountered: