Closed nejurgis closed 4 years ago
would anyone explain to me what I could do better?
You could preoptimize your images (manually or automatically) so that the resulting images are smaller/quicker to process: https://www.gatsbyjs.org/docs/preoptimizing-images/ - this is especially relevant if you e.g. have 50 megapixel images.
You could also change the srcSetBreakpoints
option to create less images or for only certain breakpoints: https://www.gatsbyjs.org/docs/gatsby-image/#images-that-stretch-across-a-fluid-container
Everytime I'm running the build there's more and more image thumbnails, though the ammount of images didnt change
This sounds not correct, can you give a reproduction of that?
The build was slow but working until i finally uploaded a lambda function, after that it started always breaking, don't know if it has anything to do with it?
If this issue is solely related to gatsby-parallel-runner
we sadly can't help you with that. You'll need to contact Netlify for that.
Hiya!
This issue has gone quiet. Spooky quiet. 👻
We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open! As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks for being a part of the Gatsby community! 💪💜
Hey again!
It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it.
Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m HUMAN_EMOTION_SORRY
. Please feel free to reopen this issue or create a new one if you need anything else.
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks again for being part of the Gatsby community! 💪💜
Hey guys, i'm building a site, and it seems that gatsby image is taking too long to process the images, would anyone explain to me what I could do better? Everytime I'm running the build there's more and more image thumbnails, though the ammount of images didnt change.. And at the moment there's less than 100 images, and counting. The build was slow but working until i finally uploaded a lambda function, after that it started always breaking, don't know if it has anything to do with it?
also is it normal for the build for a small website to take 13 min?
Using node v10.18.1
Tried: gatsby-parallel-running Deleting Cache both on netlify and with gatsby clean Switching node versions
and here's the repo: https://github.com/nejurgis/warehouse
Here's my netlify log:
p.s it works when building locally