• Industry Solutions
    • Data Center Solutions
    • Healthcare
    • Higher Education
    • Hospitality
    • Office
    • Sports & Entertainment
  • Resources
  • News
  • Search
Home Logo
  • Industry Solutions
    • Data Center Solutions
    • Healthcare
    • Higher Education
    • Hospitality
    • Office
    • Sports & Entertainment
  • Resources
  • News
  • Search
  • 🇬🇧 English
Log In
Logo

Perfecting The Air We Share

  • Facebook
  • Twitter
Developer Tools
Last Session - 3:10:23 AM
SDK Disabled Default Content 1 Error

Page Information

URL: https://opti-daa.opti-demo.net/resources/case-study/
Locale: en
Status: ❌ Disabled
Available Flags: None
User ID:
User Type: Returning User
Default Content Key: b3d71571963c466484529c772d1f2ae2
Flag Key Used: N/A
Final Content Key: b3d71571963c466484529c772d1f2ae2
Variant Requested: None
Variant Received: None
Used Variant Content: ❌ No
  • Optimizely client not available
Query #3 - 3:10:24 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 cmp_PublicRawFileAsset {
      ...PublicRawFileAsset
    }
    ... on _IContent {
      _metadata {
        displayName
      }
    }
  }
}

fragment PublicImageAsset on cmp_PublicImageAsset {
  AltText
  Url
}

fragment PublicVideoAsset on cmp_PublicVideoAsset {
  AltText
  Url
}

fragment PublicRawFileAsset on cmp_PublicRawFileAsset {
  Title
  Url
}
{
  "domain": "opti-daa.opti-demo.net",
  "locale": [
    "en"
  ]
}
{
  "SiteSettings": {
    "item": {
      "SiteDomain": "opti-daa.opti-demo.net",
      "LogoResolution": "16",
      "Logo": {
        "url": {
          "default": "https://app-daam01saasmms20p001.cms.optimizely.com/globalassets/daikin/logo/daikin-logo.png",
          "hierarchical": "/globalassets/daikin/logo/daikin-logo.png"
        },
        "item": {}
      },
      "FooterText": "Perfecting The Air We Share",
      "TopNavStyle": "standard",
      "HeaderLinks": [
        {
          "Link": {
            "text": null,
            "url": {
              "default": null
            }
          },
          "LinkText": "Industry Solutions",
          "SubMenuItems": [
            {
              "Link": {
                "text": "Data Center Solutions",
                "url": {
                  "default": "/industry-solutions/data-center-solutions/"
                }
              },
              "LinkText": "Data Center Solutions"
            },
            {
              "Link": {
                "text": "Healthcare",
                "url": {
                  "default": "/industry-solutions/healthcare/"
                }
              },
              "LinkText": "Healthcare"
            },
            {
              "Link": {
                "text": "Higher Education",
                "url": {
                  "default": "/industry-solutions/higher-education/"
                }
              },
              "LinkText": "Higher Education"
            },
            {
              "Link": {
                "text": "Hospitality",
                "url": {
                  "default": "/industry-solutions/hospitality/"
                }
              },
              "LinkText": "Hospitality"
            },
            {
              "Link": {
                "text": "Office",
                "url": {
                  "default": "/industry-solutions/office/"
                }
              },
              "LinkText": "Office"
            },
            {
              "Link": {
                "text": "Sports & Entertainment",
                "url": {
                  "default": "/industry-solutions/sports--entertainment/"
                }
              },
              "LinkText": "Sports & Entertainment"
            }
          ]
        },
        {
          "Link": {
            "text": "Resources",
            "url": {
              "default": "/resources/"
            }
          }
        },
        {
          "Link": {
            "text": "News",
            "url": {
              "default": "/news/"
            }
          }
        },
        {
          "Link": {
            "text": "Search",
            "url": {
              "default": "/search/"
            }
          }
        }
      ],
      "FooterLinks": [],
      "SocialFacebook": "DaikinApplied",
      "SocialInstagram": null,
      "SocialTwitter": "DaikinApplied",
      "SocialTikTok": null,
      "SocialGitHub": null,
      "OptiWebProjectId": "5328279998038016"
    }
  }
}
Query #2 - 3:10:24 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": "opti-daa.opti-demo.net",
  "locale": [
    "en"
  ]
}
{
  "SiteStyles": {
    "item": {
      "SiteStylesDomain": "opti-daa.opti-demo.net",
      "daisyuiTheme": null,
      "primary": "#009fde",
      "primaryContent": null,
      "secondary": null,
      "secondaryContent": null,
      "accent": null,
      "accentContent": null,
      "neutral": "#313131",
      "neutralContent": null,
      "base100": null,
      "base200": null,
      "base300": null,
      "baseContent": null,
      "info": "#69c6ef",
      "infoContent": "#fff",
      "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": "1.25rem",
      "textLg": null,
      "textXl": null,
      "text2xl": "3rem",
      "text3xl": "4rem",
      "text4xl": null,
      "text5xl": null,
      "text6xl": null,
      "text7xl": null,
      "text8xl": null,
      "text9xl": null,
      "freeFormStyles": null,
      "font": "--font-ibm-plex-sans",
      "cssFile": {
        "_metadata": {
          "lastModified": "2026-02-17T19:48:52.576Z",
          "url": {
            "default": "https://app-daam01saasmms20p001.cms.optimizely.com/globalassets/daikin/styles/daikin.css"
          }
        }
      }
    }
  }
}
Query #1 - 3:10:24 AM
query getAvailableLocales {
  _Content(locale: [ALL], limit: 100) {
    facets {
      _metadata {
        locale(limit: 50) {
          name
          count
        }
      }
    }
  }
}
Current URL: /resources/case-study/
Build Mode: production
Dev Mode: Enabled
SSR: Yes
GraphQL Queries: 3 total
Page Load Time:
DOM Ready:
Time to First Byte:
Render Start: