Replies: 1 comment 1 reply
-
Hard to say without seeing a reproduction. Is there some way you could share a minimal example of this happening? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a site where some of the source data contains image paths that Gatsby can't resolve to file nodes by default. In order to mitigate that, we use a field extension to resolve them at build time.
The original requirement for the image paths to be written this way no longer exists, so I set out to fix the paths and remove the field extension. I was mostly expecting the build time to stay the same, however after making the change the site now takes around 5 times longer on average to build, with most of this extra time being spent running the page queries.
Is there any reason that using a field extension for this purpose would result in a significantly faster build time?
Beta Was this translation helpful? Give feedback.
All reactions