0
Home Logo
  • πŸ‡¬πŸ‡§ English
  • πŸ‡¨πŸ‡³ δΈ­ζ–‡
  • πŸ‡ͺπŸ‡Έ EspaΓ±ol
  • πŸ‡«πŸ‡· FranΓ§ais
  • πŸ‡©πŸ‡ͺ Deutsch
  • πŸ‡§πŸ‡· PortuguΓͺs (Brasil)
  • πŸ‡ΈπŸ‡ͺ Svenska
Log In
Logo

Optimizely

Developer Tools
Last Session - 1:28:06 PM
SDK Disabled Default Content 1 Error

Page Information

URL: https://robstoves-optimizely.vercel.app/en/archive/opal-created-sites/v2/evolve-home-demo-2026/insights-hub-demo-2026/
Locale: en
Status: ❌ Disabled
Available Flags: None
User ID:
User Type: Returning User
Default Content Key: 698fc4daaa854dfa998dd25d73a458b1
Flag Key Used: N/A
Final Content Key: 698fc4daaa854dfa998dd25d73a458b1
Variant Requested: None
Variant Received: None
Used Variant Content: ❌ No
  • Optimizely client not available
Query #13 - 1:28:05 PM
query contentByPath($base: String, $url: String!, $urlNoSlash: String!) {
  _Content(
    where: {_metadata: {url: {base: {eq: $base}}}, _and: [{_or: [{_metadata: {url: {default: {eq: $url}}}}, {_metadata: {url: {default: {eq: $urlNoSlash}}}}, {_metadata: {url: {hierarchical: {eq: $url}}}}]}]}
  ) {
    item {
      _metadata {
        key
        version
        locale
      }
    }
  }
}
{
  "base": "https://robstoves-optimizely.vercel.app",
  "url": "/en/archive/nissan-uk/insights/nissan-intelligent-mobility-driver-safety/",
  "urlNoSlash": "/en/archive/nissan-uk/insights/nissan-intelligent-mobility-driver-safety"
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "key": "60ca0770b07c487a9dba68df9ad1b49e",
        "version": "4886",
        "locale": "en"
      }
    }
  }
}
Query #12 - 1:28:05 PM
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": "60ca0770b07c487a9dba68df9ad1b49e",
  "ver": "4886",
  "loc": "en"
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "types": [
          "ArticlePage",
          "_Page",
          "_Content",
          "_Item"
        ]
      }
    }
  }
}
Query #11 - 1:28:06 PM
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 {
    ... on PageSeoSettings {
      MetaTitle
      MetaDescription
      SharingImage {
        ...ContentUrl
        ...ContentReferenceItem
      }
      GraphType
      Indexing
    }
  }
  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 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
  ...DamAssetList
}

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 DamAssetList on DamAssetList {
  Header
  Tags
  AssetCount
}

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 PageSeoSettingsProperty on PageSeoSettingsProperty {
  MetaTitle
  MetaDescription
  SharingImage {
    ...ContentUrl
    ...ContentReferenceItem
  }
  GraphType
  Indexing
}

fragment MockupPage on MockupPage {
  HtmlMockup
}
{
  "key": "60ca0770b07c487a9dba68df9ad1b49e",
  "loc": "en",
  "ver": "4886"
}
Query #10 - 1:28:06 PM
query contentByPath($base: String, $url: String!, $urlNoSlash: String!) {
  _Content(
    where: {_metadata: {url: {base: {eq: $base}}}, _and: [{_or: [{_metadata: {url: {default: {eq: $url}}}}, {_metadata: {url: {default: {eq: $urlNoSlash}}}}, {_metadata: {url: {hierarchical: {eq: $url}}}}]}]}
  ) {
    item {
      _metadata {
        key
        version
        locale
      }
    }
  }
}
{
  "base": "https://robstoves-optimizely.vercel.app",
  "url": "/en/archive/opal-created-sites/v2/evolve-home-demo-2026/insights-hub-demo-2026/",
  "urlNoSlash": "/en/archive/opal-created-sites/v2/evolve-home-demo-2026/insights-hub-demo-2026"
}
{
  "_Page": {
    "item": {
      "_metadata": {
        "url": {
          "base": "https://robstoves-optimizely.vercel.app",
          "default": "/en/archive/nissan-uk/insights/nissan-intelligent-mobility-driver-safety/",
          "hierarchical": "/en/archive/nissan-uk/insights/nissan-intelligent-mobility-driver-safety/",
          "type": "HIERARCHICAL"
        },
        "published": "2026-06-25T09:21:49.355Z",
        "displayName": "Nissan Intelligent Mobility and Driver Safety Tech"
      },
      "PromoImage": {
        "url": {
          "default": "https://images3.cmp.optimizely.com/Zz05MjBhOWFmMDcwNzQxMWYxOTNkMzJhNzU3ZjhhNTQ3Mg==",
          "hierarchical": "https://images3.cmp.optimizely.com/Zz05MjBhOWFmMDcwNzQxMWYxOTNkMzJhNzU3ZjhhNTQ3Mg=="
        },
        "item": {
          "AltText": null,
          "Url": "https://images3.cmp.optimizely.com/Zz05MjBhOWFmMDcwNzQxMWYxOTNkMzJhNzU3ZjhhNTQ3Mg=="
        }
      },
      "Heading": "Nissan Intelligent Mobility and Driver Safety Tech",
      "SubHeading": "How Nissan's advanced safety and connectivity technologies are making UK roads safer",
      "Author": "Claire Ashworth",
      "Body": {
        "html": "<h2>Driving Towards Zero Fatalities</h2><p>Nissan Intelligent Mobility is the brand's vision for the future of driving β€” a future where cars are smarter, safer, and more connected than ever before. At its core, this philosophy encompasses three pillars: Intelligent Driving, Intelligent Power, and Intelligent Integration. Together, they create vehicles that not only move people from place to place but actively protect them along the way.</p><p>Road safety is a critical issue in the UK. While fatality rates have fallen significantly over the past two decades, there were still over 1,600 road deaths in 2024. Nissan believes that advanced driver assistance systems (ADAS) can play a transformative role in reducing these numbers towards the ultimate goal of zero fatalities.</p><h2>ProPILOT: Semi-Autonomous Highway Driving</h2><p>Nissan's ProPILOT system represents the cutting edge of semi-autonomous driving technology available to UK consumers today. Available on the Qashqai, X-Trail, and ARIYA, ProPILOT with Navi-link combines adaptive cruise control with steering assist and navigation data to provide a remarkably relaxed highway driving experience.</p><p>The system maintains a safe following distance from the vehicle ahead, keeps the car centred in its lane, and can bring the vehicle to a complete stop in traffic and resume when the flow moves again. The Navi-link feature uses GPS and map data to proactively adjust speed for upcoming motorway exits, junctions, and speed limit changes β€” before you even see the signs. On a long motorway journey, ProPILOT significantly reduces driver fatigue, which is one of the leading causes of serious accidents.</p><h2>Intelligent Emergency Braking and Pedestrian Detection</h2><p>Every Nissan crossover sold in the UK comes equipped with Intelligent Emergency Braking (IEB) as standard. This system uses a forward-facing camera and radar to detect potential collisions with vehicles, pedestrians, and cyclists. If a collision risk is detected and the driver does not respond, the system will automatically apply the brakes to mitigate or avoid the impact.</p><p>The latest iteration of IEB includes junction detection capability, which can identify crossing traffic when turning at intersections β€” one of the most common accident scenarios in urban environments. Independent testing by Euro NCAP has consistently awarded Nissan vehicles five-star safety ratings, with particular praise for their active safety systems.</p><h2>Around View Monitor and Intelligent Parking</h2><p>Parking is a frequent source of stress and minor accidents for UK drivers, particularly in crowded city centres and tight car parks. Nissan's Around View Monitor (AVM) eliminates the guesswork by stitching together feeds from four cameras to create a virtual bird's-eye view of the vehicle and its surroundings. Moving object detection highlights pedestrians or cyclists approaching from blind spots, adding an extra layer of safety.</p><p>On selected models, Intelligent Park Assist takes this further by automatically steering the vehicle into parallel or perpendicular parking spaces. The driver simply controls the accelerator and brake while the system handles the wheel. It is a feature that, once experienced, quickly becomes indispensable.</p><h2>NissanConnect: Staying Connected and Informed</h2><p>Nissan Intelligent Mobility extends beyond the road to keep drivers connected with their vehicles at all times. NissanConnect Services provides remote access to key vehicle functions via a smartphone app, including door lock and unlock, climate pre-conditioning, charge status monitoring for EVs, and vehicle location tracking.</p><p>The in-car infotainment system features seamless Apple CarPlay and Android Auto integration, voice control for navigation and media, and over-the-air software updates that ensure your vehicle always has the latest features and security patches. Real-time traffic information and connected navigation help you find the fastest route and avoid congestion.</p><h2>The Safety Technologies of Tomorrow</h2><p>Nissan continues to invest heavily in the next generation of safety technologies. The company is developing advanced sensor fusion systems that combine cameras, radar, and lidar to create an even more detailed understanding of the driving environment. Machine learning algorithms enable the vehicle to predict the behaviour of other road users and take pre-emptive action to avoid hazards.</p><p>While fully autonomous driving remains a longer-term goal, the incremental advances in Nissan Intelligent Mobility are delivering tangible safety benefits to UK drivers today. Every new model brings additional capabilities, moving steadily towards the vision of a world where road accidents are a thing of the past.</p>"
      },
      "SeoSettings": {},
      "PageAdminSettings": {
        "EnableExternalPreview": null
      }
    }
  }
}
Query #9 - 1:28:06 PM
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": "robstoves-optimizely.vercel.app",
  "locale": [
    "en"
  ]
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "key": "698fc4daaa854dfa998dd25d73a458b1",
        "version": "3296",
        "locale": "en"
      }
    }
  }
}
Query #8 - 1:28:06 PM
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": "698fc4daaa854dfa998dd25d73a458b1",
  "ver": "3296",
  "loc": "en"
}
{
  "SiteSettings": {
    "item": {
      "SiteDomain": "robstoves-optimizely.vercel.app",
      "LogoResolution": "8",
      "Logo": {
        "url": {
          "default": "https://app-epsarobstov25hy1t002.cms.optimizely.com/contentassets/3031fcd9b1a24e968b628ae170dc6544/eyjwyxroijoizxbpc2vydmvyxc9hy2nvdw50c1wvymrclzqwmda0mtlcl2xvz2lucgfnzv9sb2dvc1wvzwnclzncl2uyyzrimdi0ogi3owq3ogu1ngi0mdk5m2i4zwy1nzyzlte2mtc2odu3ndcucg5nin0_episerver_irfeslxozwqezdfk1zxj23tabhn-03pfgyee6lktvmo.webp",
          "hierarchical": "/contentassets/3031fcd9b1a24e968b628ae170dc6544/eyjwyxroijoizxbpc2vydmvyxc9hy2nvdw50c1wvymrclzqwmda0mtlcl2xvz2lucgfnzv9sb2dvc1wvzwnclzncl2uyyzrimdi0ogi3owq3ogu1ngi0mdk5m2i4zwy1nzyzlte2mtc2odu3ndcucg5nin0_episerver_irfeslxozwqezdfk1zxj23tabhn-03pfgyee6lktvmo.webp"
        },
        "item": {}
      },
      "FooterText": "Optimizely",
      "TopNavStyle": null,
      "HeaderLinks": [],
      "FooterLinks": [],
      "SocialFacebook": null,
      "SocialInstagram": null,
      "SocialTwitter": null,
      "SocialTikTok": null,
      "SocialGitHub": null,
      "OptiWebProjectId": null
    }
  }
}
Query #7 - 1:28:06 PM
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": "robstoves-optimizely.vercel.app",
  "locale": [
    "en"
  ]
}
{
  "SiteStyles": {
    "item": {
      "SiteStylesDomain": "robstoves-optimizely.vercel.app",
      "daisyuiTheme": null,
      "primary": null,
      "primaryContent": null,
      "secondary": null,
      "secondaryContent": null,
      "accent": "#CEDAC8",
      "accentContent": "#8CA87E",
      "neutral": "#FDFBF5",
      "neutralContent": "#000000",
      "base100": null,
      "base200": null,
      "base300": null,
      "baseContent": null,
      "info": null,
      "infoContent": null,
      "success": null,
      "successContent": null,
      "warning": null,
      "warningContent": null,
      "error": "#BB2718",
      "errorContent": "#FFFFFF",
      "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": "h2 { color: #02677F; font-size: 20px; } .page-article div.bottom-0 h1, .page-article div.bottom-0 h2, .page-article div.bottom-0 p { color: #fff !important; } .component-card .content-center h2 { margin-top: 15px; }",
      "font": "--font-poppins",
      "cssFile": {
        "_metadata": {
          "lastModified": null,
          "url": {
            "default": null
          }
        }
      }
    }
  }
}
Query #6 - 1:28:06 PM
query getAvailableLocales {
  _Content(locale: [ALL], limit: 100) {
    facets {
      _metadata {
        locale(limit: 50) {
          name
          count
        }
      }
    }
  }
}
{
  "_Content": {
    "facets": {
      "_metadata": {
        "locale": [
          {
            "name": "en",
            "count": 1023
          },
          {
            "name": "",
            "count": 333
          },
          {
            "name": "zh",
            "count": 20
          },
          {
            "name": "es",
            "count": 18
          },
          {
            "name": "fr",
            "count": 15
          },
          {
            "name": "de",
            "count": 8
          },
          {
            "name": "ja",
            "count": 7
          },
          {
            "name": "ko-KR",
            "count": 4
          },
          {
            "name": "pt-BR",
            "count": 3
          },
          {
            "name": "sv",
            "count": 3
          }
        ]
      }
    }
  }
}
Query #5 - 1:28:06 PM
query getContentLanguageAlternatives($key: [String]!) {
  _Content(ids: $key, locale: [ALL]) {
    items {
      _metadata {
        key
        locale
        url {
          default
          hierarchical
        }
      }
    }
  }
}
{
  "key": [
    "60ca0770b07c487a9dba68df9ad1b49e"
  ]
}
{
  "_Content": {
    "item": {
      "_metadata": {
        "types": [
          "BlankExperience",
          "_Experience",
          "_Page",
          "_Content",
          "_Item"
        ]
      }
    }
  }
}
Query #4 - 1:28:06 PM
query getExperience($key: [String]!, $ver: String, $loc: [Locales]) {
  _Experience(
    ids: $key
    locale: $loc
    where: {_metadata: {version: {eq: $ver}}}
    variation: {include: ALL}
  ) {
    item {
      _metadata {
        key
        version
        url {
          default
          hierarchical
          type
        }
        types
        displayName
      }
      ...BlankExperienceSeo
      composition {
        grids: nodes {
          key
          displayName
          displayTemplateKey
          displaySettings {
            ...DisplaySettings
          }
          nodeType
          type
          ... on CompositionStructureNode {
            key
            nodeType
            type
            component {
              ...formContainerData
            }
            nodes: nodes {
              ... on CompositionStructureNode {
                key
                nodeType
                type
                displayTemplateKey
                displaySettings {
                  ...DisplaySettings
                }
                nodes: nodes {
                  ... on CompositionStructureNode {
                    key
                    nodeType
                    type
                    displayTemplateKey
                    displaySettings {
                      ...DisplaySettings
                    }
                    nodes: nodes {
                      ... on CompositionComponentNode {
                        key
                        nodeType
                        type
                        displayTemplateKey
                        displaySettings {
                          ...DisplaySettings
                        }
                        component {
                          _metadata {
                            types
                          }
                          ...AllComponents
                          ...formContainerData
                        }
                      }
                      ... on CompositionStructureNode {
                        key
                        nodeType
                        type
                        displayTemplateKey
                        displaySettings {
                          ...DisplaySettings
                        }
                        nodes: nodes {
                          ... on CompositionComponentNode {
                            key
                            nodeType
                            type
                            displayTemplateKey
                            displaySettings {
                              ...DisplaySettings
                            }
                            component {
                              _metadata {
                                types
                              }
                              ...AllComponents
                              ...AllFormComponents
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
          ... on CompositionComponentNode {
            nodeType
            key
            displayTemplateKey
            displaySettings {
              ...DisplaySettings
            }
            component {
              _metadata {
                types
              }
              ...AllComponents
            }
          }
        }
      }
    }
  }
}

fragment BlankExperienceSeo on BlankExperience {
  BlankExperienceSeoSettings {
    MetaTitle
    MetaDescription
    GraphType
    Indexing
  }
  PageAdminSettings {
    ...PageAdminSettingsProperty
  }
}

fragment PageAdminSettingsProperty on PageAdminSettingsProperty {
  EnableExternalPreview
}

fragment DisplaySettings on CompositionDisplaySetting {
  key
  value
}

fragment formContainerData on OptiFormsContainerData {
  SubmitConfirmationMessage
  ResetConfirmationMessage
  SubmitUrl {
    type
    default
    hierarchical
  }
  Title
  Description
  ShowSummaryMessageAfterSubmission
  DependencyRules {
    TargetElement
    SatisfiedAction
    ConditionCombination
    Conditions {
      DependsOnField
      ComparisonOperator
      ComparisonValue
    }
  }
}

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
  ...DamAssetList
}

fragment Text on Text {
  Content
}

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

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 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 DamAssetList on DamAssetList {
  Header
  Tags
  AssetCount
}

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

fragment AllFormComponents on _IComponent {
  ...formContainerData
  ...AllComponents
  ...choiceElement
  ...numberElement
  ...rangeElement
  ...resetElement
  ...selectionElement
  ...submitElement
  ...textareaElement
  ...textboxElement
  ...urlElement
  ...dateTimeElement
  ...hiddenFieldElement
  ...prebuiltListElement
}

fragment choiceElement on OptiFormsChoiceElement {
  Label
  Tooltip
  Options
  Validators
  AllowMultiSelect
}

fragment numberElement on OptiFormsNumberElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
  AutoComplete
}

fragment rangeElement on OptiFormsRangeElement {
  Label
  Tooltip
  PredefinedValue
  Min
  Max
  Increment
}

fragment resetElement on OptiFormsResetElement {
  Label
  Tooltip
}

fragment selectionElement on OptiFormsSelectionElement {
  Label
  Tooltip
  Options
  Validators
  AllowMultiSelect
  AutoComplete
}

fragment submitElement on OptiFormsSubmitElement {
  Label
  Tooltip
}

fragment textareaElement on OptiFormsTextareaElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
  AutoComplete
}

fragment textboxElement on OptiFormsTextboxElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
  AutoComplete
}

fragment urlElement on OptiFormsUrlElement {
  Label
  Placeholder
  Tooltip
  PredefinedValue
  Validators
}

fragment dateTimeElement on OptiFormsDateTimeElement {
  DateTimeSelectorType
  Label
  Placeholder
  Tooltip
  PredefinedValue
}

fragment hiddenFieldElement on OptiFormsHiddenFieldElement {
  HiddenFieldType
  Label
  Placeholder
  Tooltip
  PredefinedValue
}

fragment prebuiltListElement on OptiFormsPrebuiltListElement {
  PrebuiltListType
  Label
  Placeholder
  Tooltip
  PredefinedValue
}
{
  "key": "698fc4daaa854dfa998dd25d73a458b1",
  "ver": "3296",
  "loc": "en"
}
{
  "_Experience": {
    "item": {
      "_metadata": {
        "key": "698fc4daaa854dfa998dd25d73a458b1",
        "version": "3296",
        "url": {
          "default": "/en/archive/opal-created-sites/v2/evolve-home-demo-2026/insights-hub-demo-2026/",
          "hierarchical": "/en/archive/opal-created-sites/v2/evolve-home-demo-2026/insights-hub-demo-2026/",
          "type": "HIERARCHICAL"
        },
        "types": [
          "BlankExperience",
          "_Experience",
          "_Page",
          "_Content",
          "_Item"
        ],
        "displayName": "Insights Hub"
      },
      "BlankExperienceSeoSettings": {
        "MetaTitle": null,
        "MetaDescription": null,
        "GraphType": null,
        "Indexing": null
      },
      "PageAdminSettings": {
        "EnableExternalPreview": null
      },
      "composition": {
        "grids": []
      }
    }
  }
}
Query #3 - 1:28:07 PM
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": "robstoves-optimizely.vercel.app",
  "locale": [
    "en"
  ]
}
{
  "SiteSettings": {
    "item": {
      "SiteDomain": "robstoves-optimizely.vercel.app",
      "LogoResolution": "8",
      "Logo": {
        "url": {
          "default": "https://app-epsarobstov25hy1t002.cms.optimizely.com/contentassets/3031fcd9b1a24e968b628ae170dc6544/eyjwyxroijoizxbpc2vydmvyxc9hy2nvdw50c1wvymrclzqwmda0mtlcl2xvz2lucgfnzv9sb2dvc1wvzwnclzncl2uyyzrimdi0ogi3owq3ogu1ngi0mdk5m2i4zwy1nzyzlte2mtc2odu3ndcucg5nin0_episerver_irfeslxozwqezdfk1zxj23tabhn-03pfgyee6lktvmo.webp",
          "hierarchical": "/contentassets/3031fcd9b1a24e968b628ae170dc6544/eyjwyxroijoizxbpc2vydmvyxc9hy2nvdw50c1wvymrclzqwmda0mtlcl2xvz2lucgfnzv9sb2dvc1wvzwnclzncl2uyyzrimdi0ogi3owq3ogu1ngi0mdk5m2i4zwy1nzyzlte2mtc2odu3ndcucg5nin0_episerver_irfeslxozwqezdfk1zxj23tabhn-03pfgyee6lktvmo.webp"
        },
        "item": {}
      },
      "FooterText": "Optimizely",
      "TopNavStyle": null,
      "HeaderLinks": [],
      "FooterLinks": [],
      "SocialFacebook": null,
      "SocialInstagram": null,
      "SocialTwitter": null,
      "SocialTikTok": null,
      "SocialGitHub": null,
      "OptiWebProjectId": null
    }
  }
}
Query #2 - 1:28:07 PM
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": "robstoves-optimizely.vercel.app",
  "locale": [
    "en"
  ]
}
{
  "SiteStyles": {
    "item": {
      "SiteStylesDomain": "robstoves-optimizely.vercel.app",
      "daisyuiTheme": null,
      "primary": null,
      "primaryContent": null,
      "secondary": null,
      "secondaryContent": null,
      "accent": "#CEDAC8",
      "accentContent": "#8CA87E",
      "neutral": "#FDFBF5",
      "neutralContent": "#000000",
      "base100": null,
      "base200": null,
      "base300": null,
      "baseContent": null,
      "info": null,
      "infoContent": null,
      "success": null,
      "successContent": null,
      "warning": null,
      "warningContent": null,
      "error": "#BB2718",
      "errorContent": "#FFFFFF",
      "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": "h2 { color: #02677F; font-size: 20px; } .page-article div.bottom-0 h1, .page-article div.bottom-0 h2, .page-article div.bottom-0 p { color: #fff !important; } .component-card .content-center h2 { margin-top: 15px; }",
      "font": "--font-poppins",
      "cssFile": {
        "_metadata": {
          "lastModified": null,
          "url": {
            "default": null
          }
        }
      }
    }
  }
}
Query #1 - 1:28:07 PM
query getAvailableLocales {
  _Content(locale: [ALL], limit: 100) {
    facets {
      _metadata {
        locale(limit: 50) {
          name
          count
        }
      }
    }
  }
}
Current URL: /en/archive/opal-created-sites/v2/evolve-home-demo-2026/insights-hub-demo-2026/
Build Mode: production
Dev Mode: Enabled
SSR: Yes
GraphQL Queries: 13 total
Page Load Time:
DOM Ready:
Time to First Byte:
Render Start: