I have a Gatsby site at https://tacticspaces.netlify.app/. A week ago, build times were approximately 7 minutes, however after updating the essential Gatsby plugin, it is now taking ~40 minutes each time. It seems that the cache is being deleted each time. Initially it recognises an existing cache, however it still displays this during the build:
8:54:45 AM: info gatsby-source-wordpress
8:54:45 AM: This is either your first build or the cache was cleared.
8:54:45 AM: Please wait while your WordPress data is synced to your Gatsby cache.
8:54:45 AM: Maybe now’s a good time to get up and stretch?
When I build the site locally or on Gatsby Cloud, it takes about 7 minutes when the cache is clear. Not sure why it would take so much longer only in a Netlify build environment?
Any ideas? Here is the full deploy log.