0
Home Logo
  • 🇬🇧 English
  • 🇩🇪 Deutsch
Log In
Logo

Big Enough To Serve, Small Enough To Care.

Developer Tools
Last Session - 1:36:03 AM
SDK Disabled Default Content 1 Error

Page Information

URL: https://dach1-moseybank.optimizely.cc/translate1/
Locale: en
SDK Key: Not configured
Status: ❌ Disabled
Available Flags: None
Error: OPTIMIZELY_FX_SDK_KEY not set or invalid
User ID:
User Type: Returning User
Default Content Key: 097989f1877c4bfaa02416780c63ce6c
Flag Key Used: N/A
Final Content Key: 097989f1877c4bfaa02416780c63ce6c
Variant Requested: None
Variant Received: None
Used Variant Content: ❌ No
  • Optimizely client not available
Query #5 - 1:36:03 AM
query contentById($key: [String]!, $loc: [Locales]!, $ver: String!) {
  _Content(
    ids: $key
    locale: $loc
    where: {_metadata: {version: {eq: $ver}}}
    variation: {include: ALL}
  ) {
    item {
      _metadata {
        types
      }
    }
  }
}
{
  "key": "097989f1877c4bfaa02416780c63ce6c",
  "ver": "256",
  "loc": "en"
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "types": [
          "LandingPage",
          "_Page",
          "_Content",
          "_Item"
        ]
      }
    }
  }
}
Query #4 - 1:36:04 AM
query pageById($key: [String], $loc: [Locales], $ver: String) {
  _Page(
    ids: $key
    locale: $loc
    where: {_metadata: {version: {eq: $ver}}}
    variation: {include: ALL}
  ) {
    item {
      ...ArticlePage
      ...LandingPage
      ...MockupPage
    }
  }
}

fragment ArticlePage on ArticlePage {
  _metadata {
    ...PageUrl
    published
    displayName
  }
  PromoImage {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Heading
  SubHeading
  Author
  Body {
    html
  }
  SeoSettings {
    ...PageSeoSettingsProperty
  }
  PageAdminSettings {
    ...PageAdminSettingsProperty
  }
}

fragment PageUrl on IContentMetadata {
  url {
    base
    default
    hierarchical
    type
  }
}

fragment ContentUrl on ContentReference {
  url {
    default
    hierarchical
  }
}

fragment ContentReferenceItem on ContentReference {
  item {
    ... on ImageMedia {
      AltText
    }
    ... on cmp_PublicImageAsset {
      ...PublicImageAsset
    }
    ... on cmp_PublicVideoAsset {
      ...PublicVideoAsset
    }
    ... on _IContent {
      _metadata {
        displayName
      }
    }
  }
}

fragment PublicImageAsset on cmp_PublicImageAsset {
  AltText
  Url
}

fragment PublicVideoAsset on cmp_PublicVideoAsset {
  AltText
  Url
}

fragment PageSeoSettingsProperty on PageSeoSettingsProperty {
  MetaTitle
  MetaDescription
  SharingImage {
    ...ContentUrl
    ...ContentReferenceItem
  }
  GraphType
  Indexing
}

fragment PageAdminSettingsProperty on PageAdminSettingsProperty {
  EnableExternalPreview
}

fragment LandingPage on LandingPage {
  _metadata {
    ...PageUrl
    published
    displayName
  }
  TopContentArea {
    _metadata {
      types
    }
    ...ContentArea
  }
  MainContentArea {
    _metadata {
      types
    }
    ...ContentArea
  }
  SeoSettings {
    ...PageSeoSettingsProperty
  }
  PageAdminSettings {
    ...PageAdminSettingsProperty
  }
}

fragment ContentArea on _IContent {
  ...AllComponents
  ...ArticlePageExcerpt
}

fragment AllComponents on _IComponent {
  ...AllComponentsExceptGrid
  ...Grid
}

fragment AllComponentsExceptGrid on _IComponent {
  ...Text
  ...Image
  ...CallToAction
  ...Video
  ...Paragraph
  ...Card
  ...Hero
  ...Carousel
  ...Collapse
  ...ArticleList
  ...Button
  ...Iframe
  ...VideoExternal
  ...Divider
  ...OdpForm
  ...FacetedSearch
  ...GenericProduct
  ...GenericProductList
}

fragment Text on Text {
  Content
}

fragment Image on Image {
  AltText
  Image {
    ...ContentUrl
    ...ContentReferenceItem
  }
}

fragment CallToAction on CallToAction {
  Links {
    ...LinkCollection
  }
}

fragment LinkCollection on Link {
  text
  title
  target
  url {
    base
    default
    hierarchical
    type
  }
}

fragment Video on Video {
  Video {
    ...ContentUrl
    ...ContentReferenceItem
  }
  VideoPosterImage {
    ...ContentUrl
    ...ContentReferenceItem
  }
}

fragment Paragraph on Paragraph {
  Text {
    html
  }
}

fragment Card on Card {
  DisplayAs
  Heading
  SubHeading
  Body {
    html
  }
  Asset {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Links {
    ...LinkCollection
  }
}

fragment Hero on Hero {
  Video {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Image {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Heading
  SubHeading
  Body {
    html
  }
  Links {
    ...LinkCollection
  }
}

fragment Carousel on Carousel {
  Heading
  Link {
    ...LinkUrl
  }
  Assets {
    url {
      default
    }
    title
  }
}

fragment LinkUrl on Link {
  url {
    base
    default
    hierarchical
    type
  }
  title
  target
  text
}

fragment Collapse on Collapse {
  Heading
  Body {
    html
  }
}

fragment ArticleList on ArticleList {
  Title
  NumberOfArticles
  ArticleRoot {
    url {
      default
      base
    }
  }
  IncludeAllSites
}

fragment Button on Button {
  ButtonLabel
  ButtonLink {
    ...LinkUrl
  }
}

fragment Iframe on Iframe {
  Title
  IframePageUrl
  ManualHeight
  Width
}

fragment VideoExternal on VideoExternal {
  Provider
  VideoExternal: Video
  Poster {
    ...ContentUrl
  }
  Params
  PlayLabel
  DisplayWidth
}

fragment Divider on Divider {
  DividerText
  DividerDirection
}

fragment OdpForm on OdpForm {
  SelectorType
  SelectorName
}

fragment FacetedSearch on FacetedSearch {
  Title
  IntroText {
    html
  }
  ItemsPerPage
  DefaultViewMode
  GridColumns
  DefaultSortOrder
  ShowSearchInput
  DefaultFiltersState
  ShowAuthorFacet
  ShowTypeFacet
  UseSemanticSearch
  SemanticWeight
  SearchPlaceholder
  NoResultsMessage
}

fragment GenericProduct on GenericProduct {
  ProductSKU
  GenericProductName
  GenericProductDescription {
    html
  }
  GenericProductAsset {
    ...ContentUrl
  }
  ProductPrice
  AddToCartText
}

fragment GenericProductList on GenericProductList {
  UseProductCatalog
  PreSelectedCategory
  ListedProducts {
    _metadata {
      types
      key
    }
    ...GenericProduct
  }
}

fragment Grid on Grid {
  RichText {
    html
  }
  Items {
    _metadata {
      types
    }
    ...AllComponentsExceptGrid
  }
}

fragment ArticlePageExcerpt on ArticlePage {
  _metadata {
    ...PageUrl
  }
  PromoImage {
    ...ContentUrl
    ...ContentReferenceItem
  }
  Heading
  SubHeading
  Author
  Body {
    html
  }
}

fragment MockupPage on MockupPage {
  HtmlMockup
}
{
  "key": "097989f1877c4bfaa02416780c63ce6c",
  "loc": "en",
  "ver": "256"
}
{
  "_Page": {
    "item": {
      "_metadata": {
        "url": {
          "base": "https://dach1-moseybank.optimizely.cc",
          "default": "/translate1/",
          "hierarchical": "/translate1/",
          "type": "HIERARCHICAL"
        },
        "published": "2026-04-28T22:01:41.011Z",
        "displayName": "translate1"
      },
      "TopContentArea": [],
      "MainContentArea": [],
      "SeoSettings": {
        "MetaTitle": null,
        "MetaDescription": null,
        "SharingImage": {
          "url": {
            "default": null,
            "hierarchical": null
          },
          "item": {}
        },
        "GraphType": "-",
        "Indexing": null
      },
      "PageAdminSettings": {
        "EnableExternalPreview": null
      }
    }
  }
}
Query #3 - 1:36:04 AM
query siteSettingsByHostname($domain: String!, $locale: [Locales]!) {
  SiteSettings(
    locale: $locale
    where: {SiteDomain: {eq: $domain}}
    orderBy: {_metadata: {lastModified: DESC}}
    limit: 1
  ) {
    item {
      SiteDomain
      LogoResolution
      Logo {
        ...ContentUrl
        ...ContentReferenceItem
      }
      FooterText
      TopNavStyle
      HeaderLinks {
        ... on MenuItem {
          Link {
            text
            url {
              default
            }
          }
          LinkText
          SubMenuItems {
            ... on MenuItem {
              Link {
                text
                url {
                  default
                }
              }
              LinkText
            }
          }
        }
        ... on _Experience {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
        ... on _Page {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
      }
      FooterLinks {
        ... on MenuItem {
          Link {
            text
            url {
              default
            }
          }
        }
        ... on _Experience {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
        ... on _Page {
          Link: _metadata {
            text: displayName
            url {
              default
            }
          }
        }
      }
      SocialFacebook
      SocialInstagram
      SocialTwitter
      SocialTikTok
      SocialGitHub
      OptiWebProjectId
    }
  }
}

fragment ContentUrl on ContentReference {
  url {
    default
    hierarchical
  }
}

fragment ContentReferenceItem on ContentReference {
  item {
    ... on ImageMedia {
      AltText
    }
    ... on cmp_PublicImageAsset {
      ...PublicImageAsset
    }
    ... on cmp_PublicVideoAsset {
      ...PublicVideoAsset
    }
    ... on _IContent {
      _metadata {
        displayName
      }
    }
  }
}

fragment PublicImageAsset on cmp_PublicImageAsset {
  AltText
  Url
}

fragment PublicVideoAsset on cmp_PublicVideoAsset {
  AltText
  Url
}
{
  "domain": "dach1-moseybank.optimizely.cc",
  "locale": [
    "en"
  ]
}
{
  "SiteSettings": {
    "item": {
      "SiteDomain": null,
      "LogoResolution": null,
      "Logo": {
        "url": {
          "default": null,
          "hierarchical": null
        },
        "item": {}
      },
      "FooterText": null,
      "TopNavStyle": null,
      "HeaderLinks": [],
      "FooterLinks": [],
      "SocialFacebook": null,
      "SocialInstagram": null,
      "SocialTwitter": null,
      "SocialTikTok": null,
      "SocialGitHub": null,
      "OptiWebProjectId": null
    }
  }
}
Query #2 - 1:36:04 AM
query siteStylesByHostname($domain: String!, $locale: [Locales]!) {
  SiteStyles(
    locale: $locale
    where: {SiteStylesDomain: {eq: $domain}}
    orderBy: {_metadata: {lastModified: DESC}}
    limit: 1
  ) {
    item {
      SiteStylesDomain
      daisyuiTheme
      primary
      primaryContent
      secondary
      secondaryContent
      accent
      accentContent
      neutral
      neutralContent
      base100
      base200
      base300
      baseContent
      info
      infoContent
      success
      successContent
      warning
      warningContent
      error
      errorContent
      radiusSelector
      radiusField
      radiusBox
      sizeSelector
      sizeField
      borderWidth
      depth
      noise
      textXs
      textSm
      textBase
      textLg
      textXl
      text2xl
      text3xl
      text4xl
      text5xl
      text6xl
      text7xl
      text8xl
      text9xl
      freeFormStyles
      font
      cssFile {
        _metadata {
          lastModified
          url {
            default
          }
        }
      }
    }
  }
}
{
  "domain": "dach1-moseybank.optimizely.cc",
  "locale": [
    "en"
  ]
}
{
  "SiteStyles": {
    "item": {
      "SiteStylesDomain": null,
      "daisyuiTheme": null,
      "primary": null,
      "primaryContent": null,
      "secondary": null,
      "secondaryContent": null,
      "accent": null,
      "accentContent": null,
      "neutral": null,
      "neutralContent": null,
      "base100": null,
      "base200": null,
      "base300": null,
      "baseContent": null,
      "info": null,
      "infoContent": null,
      "success": null,
      "successContent": null,
      "warning": null,
      "warningContent": null,
      "error": null,
      "errorContent": null,
      "radiusSelector": null,
      "radiusField": null,
      "radiusBox": null,
      "sizeSelector": null,
      "sizeField": null,
      "borderWidth": null,
      "depth": null,
      "noise": null,
      "textXs": null,
      "textSm": null,
      "textBase": null,
      "textLg": null,
      "textXl": null,
      "text2xl": null,
      "text3xl": null,
      "text4xl": null,
      "text5xl": null,
      "text6xl": null,
      "text7xl": null,
      "text8xl": null,
      "text9xl": null,
      "freeFormStyles": null,
      "font": null,
      "cssFile": {
        "_metadata": {
          "lastModified": null,
          "url": {
            "default": null
          }
        }
      }
    }
  }
}
Query #1 - 1:36:05 AM
query getAvailableLocales {
  _Content(locale: [ALL], limit: 100) {
    facets {
      _metadata {
        locale(limit: 50) {
          name
          count
        }
      }
    }
  }
}
Current URL: /translate1/
Build Mode: production
Dev Mode: Enabled
SSR: Yes
GraphQL Queries: 5 total
Page Load Time:
DOM Ready:
Time to First Byte:
Render Start: