We have swapped out the caching software with a different one and it still fails. We removed Cloudflare and it also still fails. So it fails without an CDN and caching software. We next tried using the pagespeed api. It returns the 500 response below. We have removed CloudFlare so the 500 error has be be from Google's server or the site being tested (
wreathsunlimited.com). Does anyone know which? We can find no 500 errors in the server logs, but I think it is possible that some 500 errors don't get logged (I could be wrong). We also tried it with Bing's tool (
https://www.bing.com/webmaster/tools/mobile-friendliness) and it runs fine. Any suggestions or things to try would be great - Thank You
curl "https://www.googleapis.com/pagespeedonline/v1/runPagespeed?url=https://www.wreathsunlimited.com/shop/&key=(apikey)"
{
"error": {
"errors": [
{
"domain": "global",
"reason": "internalError",
"message": "An error occurred while fetching or analyzing the page."
}
],
"code": 500,
"message": "An error occurred while fetching or analyzing the page."