Hello there,
I’m having huge performance issues with a basic Wordpress Gatsby build on Netlify - https://xenodochial-goldberg-87cabc.netlify.app
I’ve simply cloned the Gatsby Wordpress starter demo (gatsby-source-wordpress-experimental/getting-started.md at master · gatsbyjs/gatsby-source-wordpress-experimental · GitHub) and updated the config to point at my Wordpress CMS. The application runs smoothly in development & build on my machine but doesn’t appear to work when I deploy to Netlify. Clicking the ‘Hello World’ link does nothing.
In the console log for the Netlify build, I get the error ‘The result of this StaticQuery could not be fetched.’ However, there is no output on my local build.
Can anyone help please? Am I missing something really basic here?
Thanks in advance,
Paul