aerni / statamic-advanced-seo

Comprehensive SEO addon for Statamic with flexibility in mind
https://statamic.com/addons/aerni/advanced-seo
10 stars 5 forks source link

seoMeta query: Maximum execution time of 30 seconds exceeded #107

Closed maartenvanhunsel closed 7 months ago

maartenvanhunsel commented 7 months ago

When upgrading to Statamic version 4.32.0 our query for fetching seo related data fails. Statamic returns immediate the following error:Maximum execution time of 30 seconds exceeded

Query is as simple as:

query MyQuery {
  seoMeta(id: "home") {
    computed {
      title
    }
  }
}

However I won't see any direct relation within this update.

aerni commented 7 months ago

I just tested this on a fresh installation and can't reproduce the error. Must be something unique to your site and likely unrelated to Advanced SEO. Please try to reproduce this issue in a repo and send it over, so I can take a look at it.

aerni commented 7 months ago

Did you resolve this issue?