You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are experiencing issues with processing images as described in the official docs (https://www.gatsbyjs.com/plugins/gatsby-plugin-image/). The website contains 22k pages with around 7k images. The 22k pages are a joke to Gatsby. No issues there. But if there are more than 1000 images in a build, it times out after Writing page-data.json ... with Gatsby Cloud's 1500sec timeout with no output. Locally we can get past that point, but then the HTML rendering is really slow.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
We are experiencing issues with processing images as described in the official docs (https://www.gatsbyjs.com/plugins/gatsby-plugin-image/). The website contains 22k pages with around 7k images. The 22k pages are a joke to Gatsby. No issues there. But if there are more than 1000 images in a build, it times out after
Writing page-data.json ...
with Gatsby Cloud's 1500sec timeout with no output. Locally we can get past that point, but then the HTML rendering is really slow.We request 2 breakpoints for these images:
As soon as we remove this part of the query, everything fast.
There are a couple of ways to deal with that, but I would like to ask first:
Edit: Tested on Gatsby 3 and 4.
Beta Was this translation helpful? Give feedback.
All reactions