Sage
March 25, 2024, 11:48pm
1
My netlify autodeploys are minutes slower than before.
Getting hung here for a long time.
Is there something I/netlify can do to improve speed?
Were deploy speeds throttled for some reason?
Thanks for any help!
SamO
March 27, 2024, 2:28pm
2
Did make a change to your repo or added a large file or form? Given that we are on a globally shared build network, you will definitely see slower deploy times during peak hours.
You can should check these articles:
Last checked in April 2022
The only universal answer to this is: it varies. More detail would probably be helpful, right? Below we explain which factors affect the lengths of builds on Netlify
One key factor is the site itself. Larger sites will take longer to build than smaller ones, and things like images and video can impact this (if those assets need to be downloaded or processed during build).
Another factor is the static site generator (SSG) being used (if any). The perfo…
hey there,
that is a long post processing time, indeed!
Do you have a lot of assets that are being optimized? Or a massive form?
i can say that it is very likely that your site download is getting stuck due to the site size - that functionality works awesome for small sites, and is somewhat unreliable for large ones, which, hopefully, we will fix at some point, but that clearly isn’t your main issue - your main issue is site builds!
here is some maybe helpful info:
if you are…
If none of this helps can you share a link to your full log?