{
"data": {
"id": "240906_BiDc7F_707",
"url": "https:\/\/www.geissbuehler.net\/",
"summary": "https:\/\/www.webpagetest.org\/results.php?test=240906_BiDc7F_707",
"testUrl": "https:\/\/www.geissbuehler.net\/",
"location": "FRA_DE_02:Chrome",
"from": "Frankfurt, Germany - <b>Chrome<\/b> - <b>Cable<\/b>",
"connectivity": "Cable",
"bwDown": 5000,
"bwUp": 1000,
"latency": 28,
"plr": "0",
"shaperLimit": 0,
"mobile": 0,
"completed": 1725614792,
"testRuns": 1,
"fvonly": false,
"successfulFVRuns": 0,
"successfulRVRuns": 0,
"lighthouse": {
"lighthouseVersion": "11.4.0",
"requestedUrl": "https:\/\/www.geissbuehler.net\/",
"mainDocumentUrl": "https:\/\/www.geissbuehler.net\/",
"finalDisplayedUrl": "https:\/\/www.geissbuehler.net\/",
"finalUrl": "https:\/\/www.geissbuehler.net\/",
"fetchTime": "2024-09-06T09:24:54.711Z",
"gatherMode": "navigation",
"runtimeError": {
"code": "NO_FCP",
"message": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)"
},
"runWarnings": [
"The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)"
],
"userAgent": "Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) HeadlessChrome\/128.0.0.0 Safari\/537.36",
"environment": {
"hostUserAgent": "Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) HeadlessChrome\/128.0.0.0 Safari\/537.36",
"benchmarkIndex": 1254.5,
"credits": []
},
"audits": {
"is-on-https": {
"id": "is-on-https",
"title": "Uses HTTPS",
"description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https:\/\/developers.google.com\/web\/fundamentals\/security\/prevent-mixed-content\/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP\/2 and many new web platform APIs. [Learn more about HTTPS](https:\/\/developer.chrome.com\/docs\/lighthouse\/pwa\/is-on-https\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"viewport": {
"id": "viewport",
"title": "Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`",
"description": "A `<meta name=\"viewport\">` not only optimizes your app for mobile screen sizes, but also prevents [a 300 millisecond delay to user input](https:\/\/developer.chrome.com\/blog\/300ms-tap-delay-gone-away\/). [Learn more about using the viewport meta tag](https:\/\/developer.chrome.com\/docs\/lighthouse\/pwa\/viewport\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"first-contentful-paint": {
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"description": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/first-contentful-paint\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"largest-contentful-paint": {
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"description": "Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn more about the Largest Contentful Paint metric](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/lighthouse-largest-contentful-paint\/)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"first-meaningful-paint": {
"id": "first-meaningful-paint",
"title": "First Meaningful Paint",
"description": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more about the First Meaningful Paint metric](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/first-meaningful-paint\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"speed-index": {
"id": "speed-index",
"title": "Speed Index",
"description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/speed-index\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"screenshot-thumbnails": {
"id": "screenshot-thumbnails",
"title": "Screenshot Thumbnails",
"description": "This is what the load of your site looked like.",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"final-screenshot": {
"id": "final-screenshot",
"title": "Final Screenshot",
"description": "The last screenshot captured of the pageload.",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"total-blocking-time": {
"id": "total-blocking-time",
"title": "Total Blocking Time",
"description": "Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. [Learn more about the Total Blocking Time metric](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/lighthouse-total-blocking-time\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"max-potential-fid": {
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"description": "The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more about the Maximum Potential First Input Delay metric](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/lighthouse-max-potential-fid\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"cumulative-layout-shift": {
"id": "cumulative-layout-shift",
"title": "Cumulative Layout Shift",
"description": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https:\/\/web.dev\/articles\/cls).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"errors-in-console": {
"id": "errors-in-console",
"title": "No browser errors logged to the console",
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/errors-in-console\/)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"server-response-time": {
"id": "server-response-time",
"title": "Initial server response time was short",
"description": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/time-to-first-byte\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 1
},
"interactive": {
"id": "interactive",
"title": "Time to Interactive",
"description": "Time to Interactive is the amount of time it takes for the page to become fully interactive. [Learn more about the Time to Interactive metric](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/interactive\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"user-timings": {
"id": "user-timings",
"title": "User Timing marks and measures",
"description": "Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more about User Timing marks](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/user-timings\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"critical-request-chains": {
"id": "critical-request-chains",
"title": "Avoid chaining critical requests",
"description": "The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. [Learn how to avoid chaining critical requests](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/critical-request-chains\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 1
},
"redirects": {
"id": "redirects",
"title": "Avoid multiple page redirects",
"description": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/redirects\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"installable-manifest": {
"id": "installable-manifest",
"title": "Web app manifest and service worker meet the installability requirements",
"description": "Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. [Learn more about manifest installability requirements](https:\/\/developer.chrome.com\/docs\/lighthouse\/pwa\/installable-manifest\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"splash-screen": {
"id": "splash-screen",
"title": "Configured for a custom splash screen",
"description": "A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. [Learn more about splash screens](https:\/\/developer.chrome.com\/docs\/lighthouse\/pwa\/splash-screen\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"themed-omnibox": {
"id": "themed-omnibox",
"title": "Sets a theme color for the address bar.",
"description": "The browser address bar can be themed to match your site. [Learn more about theming the address bar](https:\/\/developer.chrome.com\/docs\/lighthouse\/pwa\/themed-omnibox\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"maskable-icon": {
"id": "maskable-icon",
"title": "Manifest has a maskable icon",
"description": "A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. [Learn about maskable manifest icons](https:\/\/developer.chrome.com\/docs\/lighthouse\/pwa\/maskable-icon-audit\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"content-width": {
"id": "content-width",
"title": "Content is sized correctly for the viewport",
"description": "If the width of your app's content doesn't match the width of the viewport, your app might not be optimized for mobile screens. [Learn how to size content for the viewport](https:\/\/developer.chrome.com\/docs\/lighthouse\/pwa\/content-width\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"image-aspect-ratio": {
"id": "image-aspect-ratio",
"title": "Displays images with correct aspect ratio",
"description": "Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/image-aspect-ratio\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"image-size-responsive": {
"id": "image-size-responsive",
"title": "Serves images with appropriate resolution",
"description": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https:\/\/web.dev\/articles\/serve-responsive-images).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"preload-fonts": {
"id": "preload-fonts",
"title": "Fonts with `font-display: optional` are preloaded",
"description": "Preload `optional` fonts so first-time visitors may use them. [Learn more about preloading fonts](https:\/\/web.dev\/articles\/preload-optional-fonts)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"deprecations": {
"id": "deprecations",
"title": "Avoids deprecated APIs",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/deprecations\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"third-party-cookies": {
"id": "third-party-cookies",
"title": "Avoids third-party cookies",
"description": "Support for third-party cookies will be removed in a future version of Chrome. [Learn more about phasing out third-party cookies](https:\/\/developer.chrome.com\/en\/docs\/privacy-sandbox\/third-party-cookie-phase-out\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"mainthread-work-breakdown": {
"id": "mainthread-work-breakdown",
"title": "Minimizes main-thread work",
"description": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to minimize main-thread work](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/mainthread-work-breakdown\/)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 1
},
"bootup-time": {
"id": "bootup-time",
"title": "JavaScript execution time",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/bootup-time\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 1
},
"uses-rel-preload": {
"id": "uses-rel-preload",
"title": "Preload key requests",
"description": "Consider using `<link rel=preload>` to prioritize fetching resources that are currently requested later in page load. [Learn how to preload key requests](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/uses-rel-preload\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"uses-rel-preconnect": {
"id": "uses-rel-preconnect",
"title": "Preconnect to required origins",
"description": "Consider adding `preconnect` or `dns-prefetch` resource hints to establish early connections to important third-party origins. [Learn how to preconnect to required origins](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/uses-rel-preconnect\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"font-display": {
"id": "font-display",
"title": "All text remains visible during webfont loads",
"description": "Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/font-display\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"diagnostics": {
"id": "diagnostics",
"title": "Diagnostics",
"description": "Collection of useful page vitals.",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"network-requests": {
"id": "network-requests",
"title": "Network Requests",
"description": "Lists the network requests that were made during page load.",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"network-rtt": {
"id": "network-rtt",
"title": "Network Round Trip Times",
"description": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more about the Round Trip Time](https:\/\/hpbn.co\/primer-on-latency-and-bandwidth\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"network-server-latency": {
"id": "network-server-latency",
"title": "Server Backend Latencies",
"description": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more about server response time](https:\/\/hpbn.co\/primer-on-web-performance\/#analyzing-the-resource-waterfall).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"main-thread-tasks": {
"id": "main-thread-tasks",
"title": "Tasks",
"description": "Lists the toplevel main thread tasks that executed during page load.",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"metrics": {
"id": "metrics",
"title": "Metrics",
"description": "Collects all available metrics.",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"performance-budget": {
"id": "performance-budget",
"title": "Performance budget",
"description": "Keep the quantity and size of network requests under the targets set by the provided performance budget. [Learn more about performance budgets](https:\/\/developers.google.com\/web\/tools\/lighthouse\/audits\/budgets).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"timing-budget": {
"id": "timing-budget",
"title": "Timing budget",
"description": "Set a timing budget to help you keep an eye on the performance of your site. Performant sites load fast and respond to user input events quickly. [Learn more about performance budgets](https:\/\/developers.google.com\/web\/tools\/lighthouse\/audits\/budgets).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"resource-summary": {
"id": "resource-summary",
"title": "Resources Summary",
"description": "Aggregates all network requests and groups them by type",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"third-party-summary": {
"id": "third-party-summary",
"title": "Minimize third-party usage",
"description": "Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. [Learn how to minimize third-party impact](https:\/\/developers.google.com\/web\/fundamentals\/performance\/optimizing-content-efficiency\/loading-third-party-javascript\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 1
},
"third-party-facades": {
"id": "third-party-facades",
"title": "Lazy load third-party resources with facades",
"description": "Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. [Learn how to defer third-parties with a facade](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/third-party-facades\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"largest-contentful-paint-element": {
"id": "largest-contentful-paint-element",
"title": "Largest Contentful Paint element",
"description": "This is the largest contentful element painted within the viewport. [Learn more about the Largest Contentful Paint element](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/lighthouse-largest-contentful-paint\/)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 1
},
"lcp-lazy-loaded": {
"id": "lcp-lazy-loaded",
"title": "Largest Contentful Paint image was not lazily loaded",
"description": "Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. [Learn more about optimal lazy loading](https:\/\/web.dev\/articles\/lcp-lazy-loading).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"layout-shift-elements": {
"id": "layout-shift-elements",
"title": "Avoid large layout shifts",
"description": "These DOM elements were most affected by layout shifts. Some layout shifts may not be included in the CLS metric value due to [windowing](https:\/\/web.dev\/articles\/cls#what_is_cls). [Learn how to improve CLS](https:\/\/web.dev\/articles\/optimize-cls)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"long-tasks": {
"id": "long-tasks",
"title": "Avoid long main-thread tasks",
"description": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https:\/\/web.dev\/articles\/long-tasks-devtools)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 1
},
"no-unload-listeners": {
"id": "no-unload-listeners",
"title": "Avoids `unload` event listeners",
"description": "The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Use `pagehide` or `visibilitychange` events instead. [Learn more about unload event listeners](https:\/\/web.dev\/articles\/bfcache#never_use_the_unload_event)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"non-composited-animations": {
"id": "non-composited-animations",
"title": "Avoid non-composited animations",
"description": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/non-composited-animations\/)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"unsized-images": {
"id": "unsized-images",
"title": "Image elements have explicit `width` and `height`",
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https:\/\/web.dev\/articles\/optimize-cls#images_without_dimensions)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"valid-source-maps": {
"id": "valid-source-maps",
"title": "Page has valid source maps",
"description": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https:\/\/developer.chrome.com\/docs\/devtools\/javascript\/source-maps\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"prioritize-lcp-image": {
"id": "prioritize-lcp-image",
"title": "Preload Largest Contentful Paint image",
"description": "If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. [Learn more about preloading LCP elements](https:\/\/web.dev\/articles\/optimize-lcp#optimize_when_the_resource_is_discovered).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"csp-xss": {
"id": "csp-xss",
"title": "Ensure CSP is effective against XSS attacks",
"description": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/csp-xss\/)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"script-treemap-data": {
"id": "script-treemap-data",
"title": "Script Treemap Data",
"description": "Used for treemap app",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"pwa-cross-browser": {
"id": "pwa-cross-browser",
"title": "Site works cross-browser",
"description": "To reach the most number of users, sites should work across every major browser. [Learn about cross-browser compatibility](https:\/\/developer.chrome.com\/docs\/lighthouse\/pwa\/pwa-cross-browser\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"pwa-page-transitions": {
"id": "pwa-page-transitions",
"title": "Page transitions don't feel like they block on the network",
"description": "Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of performance. [Learn more about page transitions](https:\/\/developer.chrome.com\/docs\/lighthouse\/pwa\/pwa-page-transitions\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"pwa-each-page-has-url": {
"id": "pwa-each-page-has-url",
"title": "Each page has a URL",
"description": "Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. [Learn more about providing deep links](https:\/\/developer.chrome.com\/docs\/lighthouse\/pwa\/pwa-each-page-has-url\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"accesskeys": {
"id": "accesskeys",
"title": "`[accesskey]` values are unique",
"description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/accesskeys).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-allowed-attr": {
"id": "aria-allowed-attr",
"title": "`[aria-*]` attributes match their roles",
"description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-allowed-attr).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-allowed-role": {
"id": "aria-allowed-role",
"title": "Values assigned to `role=\"\"` are valid ARIA roles.",
"description": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-allowed-role).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-command-name": {
"id": "aria-command-name",
"title": "`button`, `link`, and `menuitem` elements have accessible names",
"description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-command-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-dialog-name": {
"id": "aria-dialog-name",
"title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.",
"description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-dialog-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-hidden-body": {
"id": "aria-hidden-body",
"title": "`[aria-hidden=\"true\"]` is not present on the document `<body>`",
"description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `<body>`. [Learn how `aria-hidden` affects the document body](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-hidden-body).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-hidden-focus": {
"id": "aria-hidden-focus",
"title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents",
"description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-hidden-focus).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-input-field-name": {
"id": "aria-input-field-name",
"title": "ARIA input fields have accessible names",
"description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-input-field-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-meter-name": {
"id": "aria-meter-name",
"title": "ARIA `meter` elements have accessible names",
"description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-meter-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-progressbar-name": {
"id": "aria-progressbar-name",
"title": "ARIA `progressbar` elements have accessible names",
"description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-progressbar-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-required-attr": {
"id": "aria-required-attr",
"title": "`[role]`s have all required `[aria-*]` attributes",
"description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-required-attr).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-required-children": {
"id": "aria-required-children",
"title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.",
"description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-required-children).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-required-parent": {
"id": "aria-required-parent",
"title": "`[role]`s are contained by their required parent element",
"description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-required-parent).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-roles": {
"id": "aria-roles",
"title": "`[role]` values are valid",
"description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-roles).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-text": {
"id": "aria-text",
"title": "Elements with the `role=text` attribute do not have focusable descendents.",
"description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-text).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-toggle-field-name": {
"id": "aria-toggle-field-name",
"title": "ARIA toggle fields have accessible names",
"description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-toggle-field-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-tooltip-name": {
"id": "aria-tooltip-name",
"title": "ARIA `tooltip` elements have accessible names",
"description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-tooltip-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-treeitem-name": {
"id": "aria-treeitem-name",
"title": "ARIA `treeitem` elements have accessible names",
"description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-treeitem-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-valid-attr-value": {
"id": "aria-valid-attr-value",
"title": "`[aria-*]` attributes have valid values",
"description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-valid-attr-value).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"aria-valid-attr": {
"id": "aria-valid-attr",
"title": "`[aria-*]` attributes are valid and not misspelled",
"description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/aria-valid-attr).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"button-name": {
"id": "button-name",
"title": "Buttons have an accessible name",
"description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/button-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"bypass": {
"id": "bypass",
"title": "The page contains a heading, skip link, or landmark region",
"description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/bypass).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"color-contrast": {
"id": "color-contrast",
"title": "Background and foreground colors have a sufficient contrast ratio",
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/color-contrast).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"definition-list": {
"id": "definition-list",
"title": "`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.",
"description": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/definition-list).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"dlitem": {
"id": "dlitem",
"title": "Definition list items are wrapped in `<dl>` elements",
"description": "Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/dlitem).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"document-title": {
"id": "document-title",
"title": "Document has a `<title>` element",
"description": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/document-title).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"duplicate-id-active": {
"id": "duplicate-id-active",
"title": "`[id]` attributes on active, focusable elements are unique",
"description": "All focusable elements must have a unique `id` to ensure that they're visible to assistive technologies. [Learn how to fix duplicate `id`s](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/duplicate-id-active).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"duplicate-id-aria": {
"id": "duplicate-id-aria",
"title": "ARIA IDs are unique",
"description": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn how to fix duplicate ARIA IDs](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/duplicate-id-aria).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"empty-heading": {
"id": "empty-heading",
"title": "All heading elements contain content.",
"description": "A heading with no content or inaccessible text prevent screen reader users from accessing information on the page's structure. [Learn more about headings](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/empty-heading).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"form-field-multiple-labels": {
"id": "form-field-multiple-labels",
"title": "No form fields have multiple labels",
"description": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn how to use form labels](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/form-field-multiple-labels).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"frame-title": {
"id": "frame-title",
"title": "`<frame>` or `<iframe>` elements have a title",
"description": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/frame-title).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"heading-order": {
"id": "heading-order",
"title": "Heading elements appear in a sequentially-descending order",
"description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/heading-order).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"html-has-lang": {
"id": "html-has-lang",
"title": "`<html>` element has a `[lang]` attribute",
"description": "If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/html-has-lang).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"html-lang-valid": {
"id": "html-lang-valid",
"title": "`<html>` element has a valid value for its `[lang]` attribute",
"description": "Specifying a valid [BCP 47 language](https:\/\/www.w3.org\/International\/questions\/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/html-lang-valid).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"html-xml-lang-mismatch": {
"id": "html-xml-lang-mismatch",
"title": "`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.",
"description": "If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/html-xml-lang-mismatch).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"identical-links-same-purpose": {
"id": "identical-links-same-purpose",
"title": "Identical links have the same purpose.",
"description": "Links with the same destination should have the same description, to help users understand the link's purpose and decide whether to follow it. [Learn more about identical links](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/identical-links-same-purpose).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"image-alt": {
"id": "image-alt",
"title": "Image elements have `[alt]` attributes",
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/image-alt).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"image-redundant-alt": {
"id": "image-redundant-alt",
"title": "Image elements do not have `[alt]` attributes that are redundant text.",
"description": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/image-redundant-alt).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"input-button-name": {
"id": "input-button-name",
"title": "Input buttons have discernible text.",
"description": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/input-button-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"input-image-alt": {
"id": "input-image-alt",
"title": "`<input type=\"image\">` elements have `[alt]` text",
"description": "When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/input-image-alt).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"label-content-name-mismatch": {
"id": "label-content-name-mismatch",
"title": "Elements with visible text labels have matching accessible names.",
"description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/label-content-name-mismatch).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"label": {
"id": "label",
"title": "Form elements have associated labels",
"description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/label).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"landmark-one-main": {
"id": "landmark-one-main",
"title": "Document has a main landmark.",
"description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/landmark-one-main).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"link-name": {
"id": "link-name",
"title": "Links have a discernible name",
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/link-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"link-in-text-block": {
"id": "link-in-text-block",
"title": "Links are distinguishable without relying on color.",
"description": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/link-in-text-block).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"list": {
"id": "list",
"title": "Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).",
"description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/list).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"listitem": {
"id": "listitem",
"title": "List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements",
"description": "Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. [Learn more about proper list structure](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/listitem).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"meta-refresh": {
"id": "meta-refresh",
"title": "The document does not use `<meta http-equiv=\"refresh\">`",
"description": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more about the refresh meta tag](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/meta-refresh).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"meta-viewport": {
"id": "meta-viewport",
"title": "`[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5.",
"description": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/meta-viewport).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"object-alt": {
"id": "object-alt",
"title": "`<object>` elements have alternate text",
"description": "Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey meaning to users. [Learn more about alt text for `object` elements](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/object-alt).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"select-name": {
"id": "select-name",
"title": "Select elements have associated label elements.",
"description": "Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/select-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"skip-link": {
"id": "skip-link",
"title": "Skip links are focusable.",
"description": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/skip-link).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"tabindex": {
"id": "tabindex",
"title": "No element has a `[tabindex]` value greater than 0",
"description": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/tabindex).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"table-duplicate-name": {
"id": "table-duplicate-name",
"title": "Tables have different content in the summary attribute and `<caption>`.",
"description": "The summary attribute should describe the table structure, while `<caption>` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/table-duplicate-name).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"table-fake-caption": {
"id": "table-fake-caption",
"title": "Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.",
"description": "Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. [Learn more about captions](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/table-fake-caption).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"target-size": {
"id": "target-size",
"title": "Touch targets have sufficient size and spacing.",
"description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/target-size).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"td-has-header": {
"id": "td-has-header",
"title": "`<td>` elements in a large `<table>` have one or more table headers.",
"description": "Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. [Learn more about table headers](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/td-has-header).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"td-headers-attr": {
"id": "td-headers-attr",
"title": "Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.",
"description": "Screen readers have features to make navigating tables easier. Ensuring `<td>` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more about the `headers` attribute](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/td-headers-attr).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"th-has-data-cells": {
"id": "th-has-data-cells",
"title": "`<th>` elements and elements with `[role=\"columnheader\"\/\"rowheader\"]` have data cells they describe.",
"description": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more about table headers](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/th-has-data-cells).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"valid-lang": {
"id": "valid-lang",
"title": "`[lang]` attributes have a valid value",
"description": "Specifying a valid [BCP 47 language](https:\/\/www.w3.org\/International\/questions\/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn how to use the `lang` attribute](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/valid-lang).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"video-caption": {
"id": "video-caption",
"title": "`<video>` elements contain a `<track>` element with `[kind=\"captions\"]`",
"description": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more about video captions](https:\/\/dequeuniversity.com\/rules\/axe\/4.8\/video-caption).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"custom-controls-labels": {
"id": "custom-controls-labels",
"title": "Custom controls have associated labels",
"description": "Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more about custom controls and labels](https:\/\/developer.chrome.com\/docs\/lighthouse\/accessibility\/custom-controls-labels\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"custom-controls-roles": {
"id": "custom-controls-roles",
"title": "Custom controls have ARIA roles",
"description": "Custom interactive controls have appropriate ARIA roles. [Learn how to add roles to custom controls](https:\/\/developer.chrome.com\/docs\/lighthouse\/accessibility\/custom-control-roles\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"focus-traps": {
"id": "focus-traps",
"title": "User focus is not accidentally trapped in a region",
"description": "A user can tab into and out of any control or region without accidentally trapping their focus. [Learn how to avoid focus traps](https:\/\/developer.chrome.com\/docs\/lighthouse\/accessibility\/focus-traps\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"focusable-controls": {
"id": "focusable-controls",
"title": "Interactive controls are keyboard focusable",
"description": "Custom interactive controls are keyboard focusable and display a focus indicator. [Learn how to make custom controls focusable](https:\/\/developer.chrome.com\/docs\/lighthouse\/accessibility\/focusable-controls\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"interactive-element-affordance": {
"id": "interactive-element-affordance",
"title": "Interactive elements indicate their purpose and state",
"description": "Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. [Learn how to decorate interactive elements with affordance hints](https:\/\/developer.chrome.com\/docs\/lighthouse\/accessibility\/interactive-element-affordance\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"logical-tab-order": {
"id": "logical-tab-order",
"title": "The page has a logical tab order",
"description": "Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. [Learn more about logical tab ordering](https:\/\/developer.chrome.com\/docs\/lighthouse\/accessibility\/logical-tab-order\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"managed-focus": {
"id": "managed-focus",
"title": "The user's focus is directed to new content added to the page",
"description": "If new content, such as a dialog, is added to the page, the user's focus is directed to it. [Learn how to direct focus to new content](https:\/\/developer.chrome.com\/docs\/lighthouse\/accessibility\/managed-focus\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"offscreen-content-hidden": {
"id": "offscreen-content-hidden",
"title": "Offscreen content is hidden from assistive technology",
"description": "Offscreen content is hidden with display: none or aria-hidden=true. [Learn how to properly hide offscreen content](https:\/\/developer.chrome.com\/docs\/lighthouse\/accessibility\/offscreen-content-hidden\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"use-landmarks": {
"id": "use-landmarks",
"title": "HTML5 landmark elements are used to improve navigation",
"description": "Landmark elements (`<main>`, `<nav>`, etc.) are used to improve the keyboard navigation of the page for assistive technology. [Learn more about landmark elements](https:\/\/developer.chrome.com\/docs\/lighthouse\/accessibility\/use-landmarks\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"visual-order-follows-dom": {
"id": "visual-order-follows-dom",
"title": "Visual order on the page follows DOM order",
"description": "DOM order matches the visual order, improving navigation for assistive technology. [Learn more about DOM and visual ordering](https:\/\/developer.chrome.com\/docs\/lighthouse\/accessibility\/visual-order-follows-dom\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"uses-long-cache-ttl": {
"id": "uses-long-cache-ttl",
"title": "Uses efficient cache policy on static assets",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about efficient cache policies](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/uses-long-cache-ttl\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"total-byte-weight": {
"id": "total-byte-weight",
"title": "Avoids enormous network payloads",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/total-byte-weight\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 1
},
"offscreen-images": {
"id": "offscreen-images",
"title": "Defer offscreen images",
"description": "Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn how to defer offscreen images](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/offscreen-images\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"render-blocking-resources": {
"id": "render-blocking-resources",
"title": "Eliminate render-blocking resources",
"description": "Resources are blocking the first paint of your page. Consider delivering critical JS\/CSS inline and deferring all non-critical JS\/styles. [Learn how to eliminate render-blocking resources](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/render-blocking-resources\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"unminified-css": {
"id": "unminified-css",
"title": "Minify CSS",
"description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/unminified-css\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"unminified-javascript": {
"id": "unminified-javascript",
"title": "Minify JavaScript",
"description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/unminified-javascript\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"unused-css-rules": {
"id": "unused-css-rules",
"title": "Reduce unused CSS",
"description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/unused-css-rules\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"unused-javascript": {
"id": "unused-javascript",
"title": "Reduce unused JavaScript",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/unused-javascript\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"modern-image-formats": {
"id": "modern-image-formats",
"title": "Serve images in next-gen formats",
"description": "Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more about modern image formats](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/uses-webp-images\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"uses-optimized-images": {
"id": "uses-optimized-images",
"title": "Efficiently encode images",
"description": "Optimized images load faster and consume less cellular data. [Learn how to efficiently encode images](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/uses-optimized-images\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"uses-text-compression": {
"id": "uses-text-compression",
"title": "Enable text compression",
"description": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more about text compression](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/uses-text-compression\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"uses-responsive-images": {
"id": "uses-responsive-images",
"title": "Properly size images",
"description": "Serve images that are appropriately-sized to save cellular data and improve load time. [Learn how to size images](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/uses-responsive-images\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"efficient-animated-content": {
"id": "efficient-animated-content",
"title": "Use video formats for animated content",
"description": "Large GIFs are inefficient for delivering animated content. Consider using MPEG4\/WebM videos for animations and PNG\/WebP for static images instead of GIF to save network bytes. [Learn more about efficient video formats](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/efficient-animated-content\/)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"duplicated-javascript": {
"id": "duplicated-javascript",
"title": "Remove duplicate modules in JavaScript bundles",
"description": "Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity. ",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"legacy-javascript": {
"id": "legacy-javascript",
"title": "Avoid serving legacy JavaScript to modern browsers",
"description": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module\/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. [Learn how to use modern JavaScript](https:\/\/web.dev\/articles\/publish-modern-javascript)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"doctype": {
"id": "doctype",
"title": "Page has the HTML doctype",
"description": "Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more about the doctype declaration](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/doctype\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"charset": {
"id": "charset",
"title": "Properly defines charset",
"description": "A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more about declaring the character encoding](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/charset\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"dom-size": {
"id": "dom-size",
"title": "Avoids an excessive DOM size",
"description": "A large DOM will increase memory usage, cause longer [style calculations](https:\/\/developers.google.com\/web\/fundamentals\/performance\/rendering\/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https:\/\/developers.google.com\/speed\/articles\/reflow). [Learn how to avoid an excessive DOM size](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/dom-size\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 1
},
"geolocation-on-start": {
"id": "geolocation-on-start",
"title": "Avoids requesting the geolocation permission on page load",
"description": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. [Learn more about the geolocation permission](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/geolocation-on-start\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"inspector-issues": {
"id": "inspector-issues",
"title": "No issues in the `Issues` panel in Chrome Devtools",
"description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"no-document-write": {
"id": "no-document-write",
"title": "Avoids `document.write()`",
"description": "For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. [Learn how to avoid document.write()](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/no-document-write\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
},
"js-libraries": {
"id": "js-libraries",
"title": "Detected JavaScript libraries",
"description": "All front-end JavaScript libraries detected on the page. [Learn more about this JavaScript library detection diagnostic audit](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/js-libraries\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"notification-on-start": {
"id": "notification-on-start",
"title": "Avoids requesting the notification permission on page load",
"description": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more about responsibly getting permission for notifications](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/notification-on-start\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"paste-preventing-inputs": {
"id": "paste-preventing-inputs",
"title": "Allows users to paste into input fields",
"description": "Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.[Learn more about user-friendly input fields](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/paste-preventing-inputs\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"uses-http2": {
"id": "uses-http2",
"title": "Use HTTP\/2",
"description": "HTTP\/2 offers many benefits over HTTP\/1.1, including binary headers and multiplexing. [Learn more about HTTP\/2](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/uses-http2\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"uses-passive-event-listeners": {
"id": "uses-passive-event-listeners",
"title": "Uses passive listeners to improve scrolling performance",
"description": "Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. [Learn more about adopting passive event listeners](https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/uses-passive-event-listeners\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 3
},
"meta-description": {
"id": "meta-description",
"title": "Document has a meta description",
"description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https:\/\/developer.chrome.com\/docs\/lighthouse\/seo\/meta-description\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"http-status-code": {
"id": "http-status-code",
"title": "Page has successful HTTP status code",
"description": "Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more about HTTP status codes](https:\/\/developer.chrome.com\/docs\/lighthouse\/seo\/http-status-code\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"font-size": {
"id": "font-size",
"title": "Document uses legible font sizes",
"description": "Font sizes less than 12px are too small to be legible and require mobile visitors to \u201cpinch to zoom\u201d in order to read. Strive to have >60% of page text \u226512px. [Learn more about legible font sizes](https:\/\/developer.chrome.com\/docs\/lighthouse\/seo\/font-size\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"link-text": {
"id": "link-text",
"title": "Links have descriptive text",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https:\/\/developer.chrome.com\/docs\/lighthouse\/seo\/link-text\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"crawlable-anchors": {
"id": "crawlable-anchors",
"title": "Links are crawlable",
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https:\/\/support.google.com\/webmasters\/answer\/9112205)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"is-crawlable": {
"id": "is-crawlable",
"title": "Page isn\u2019t blocked from indexing",
"description": "Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more about crawler directives](https:\/\/developer.chrome.com\/docs\/lighthouse\/seo\/is-crawlable\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"robots-txt": {
"id": "robots-txt",
"title": "robots.txt is valid",
"description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https:\/\/developer.chrome.com\/docs\/lighthouse\/seo\/invalid-robots-txt\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"tap-targets": {
"id": "tap-targets",
"title": "Tap targets are sized appropriately",
"description": "Interactive elements like buttons and links should be large enough (48x48px), or have enough space around them, to be easy enough to tap without overlapping onto other elements. [Learn more about tap targets](https:\/\/developer.chrome.com\/docs\/lighthouse\/seo\/tap-targets\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"hreflang": {
"id": "hreflang",
"title": "Document has a valid `hreflang`",
"description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https:\/\/developer.chrome.com\/docs\/lighthouse\/seo\/hreflang\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"plugins": {
"id": "plugins",
"title": "Document avoids plugins",
"description": "Search engines can't index plugin content, and many devices restrict plugins or don't support them. [Learn more about avoiding plugins](https:\/\/developer.chrome.com\/docs\/lighthouse\/seo\/plugins\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"canonical": {
"id": "canonical",
"title": "Document has a valid `rel=canonical`",
"description": "Canonical links suggest which URL to show in search results. [Learn more about canonical links](https:\/\/developer.chrome.com\/docs\/lighthouse\/seo\/canonical\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"structured-data": {
"id": "structured-data",
"title": "Structured data is valid",
"description": "Run the [Structured Data Testing Tool](https:\/\/search.google.com\/structured-data\/testing-tool\/) and the [Structured Data Linter](http:\/\/linter.structured-data.org\/) to validate structured data. [Learn more about Structured Data](https:\/\/developer.chrome.com\/docs\/lighthouse\/seo\/structured-data\/).",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)"
},
"bf-cache": {
"id": "bf-cache",
"title": "Page didn't prevent back\/forward cache restoration",
"description": "Many navigations are performed by going back to a previous page, or forwards again. The back\/forward cache (bfcache) can speed up these return navigations. [Learn more about the bfcache](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/bf-cache\/)",
"score": null,
"scoreDisplayMode": "error",
"errorMessage": "The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)",
"errorStack": "LighthouseError: NO_FCP\n at Timeout.<anonymous> (file:\/\/\/usr\/lib\/node_modules\/lighthouse\/core\/gather\/driver\/wait-for-condition.js:85:14)\n at listOnTimeout (node:internal\/timers:581:17)\n at process.processTimers (node:internal\/timers:519:7)",
"guidanceLevel": 2
}
},
"configSettings": {
"output": [
"html",
"json"
],
"maxWaitForFcp": 30000,
"maxWaitForLoad": 80000,
"pauseAfterFcpMs": 5250,
"pauseAfterLoadMs": 5250,
"networkQuietThresholdMs": 5250,
"cpuQuietThresholdMs": 5250,
"formFactor": "desktop",
"throttling": {
"rttMs": 150,
"throughputKbps": 1638.4000000000001,
"requestLatencyMs": 562.5,
"downloadThroughputKbps": 1474.5600000000002,
"uploadThroughputKbps": 675,
"cpuSlowdownMultiplier": 4
},
"throttlingMethod": "provided",
"screenEmulation": {
"mobile": true,
"width": 412,
"height": 823,
"deviceScaleFactor": 1.75,
"disabled": true
},
"emulatedUserAgent": "Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09",
"auditMode": false,
"gatherMode": false,
"clearStorageTypes": [
"file_systems",
"shader_cache",
"service_workers",
"cache_storage"
],
"disableStorageReset": false,
"debugNavigation": false,
"channel": "cli",
"usePassiveGathering": false,
"disableFullPageScreenshot": true,
"skipAboutBlank": false,
"blankPage": "about:blank",
"ignoreStatusCode": false,
"budgets": null,
"locale": "en-US",
"blockedUrlPatterns": null,
"additionalTraceCategories": null,
"extraHeaders": null,
"precomputedLanternData": null,
"onlyAudits": null,
"onlyCategories": null,
"skipAudits": null
},
"categories": {
"performance": {
"title": "Performance",
"supportedModes": [
"navigation",
"timespan",
"snapshot"
],
"auditRefs": [
{
"id": "first-contentful-paint",
"weight": 10,
"group": "metrics",
"acronym": "FCP",
"relevantAudits": [
"server-response-time",
"render-blocking-resources",
"redirects",
"critical-request-chains",
"uses-text-compression",
"uses-rel-preconnect",
"uses-rel-preload",
"font-display",
"unminified-javascript",
"unminified-css",
"unused-css-rules"
]
},
{
"id": "largest-contentful-paint",
"weight": 25,
"group": "metrics",
"acronym": "LCP",
"relevantAudits": [
"server-response-time",
"render-blocking-resources",
"redirects",
"critical-request-chains",
"uses-text-compression",
"uses-rel-preconnect",
"uses-rel-preload",
"font-display",
"unminified-javascript",
"unminified-css",
"unused-css-rules",
"largest-contentful-paint-element",
"prioritize-lcp-image",
"unused-javascript",
"efficient-animated-content",
"total-byte-weight",
"lcp-lazy-loaded"
]
},
{
"id": "total-blocking-time",
"weight": 30,
"group": "metrics",
"acronym": "TBT",
"relevantAudits": [
"long-tasks",
"third-party-summary",
"third-party-facades",
"bootup-time",
"mainthread-work-breakdown",
"dom-size",
"duplicated-javascript",
"legacy-javascript",
"viewport"
]
},
{
"id": "cumulative-layout-shift",
"weight": 25,
"group": "metrics",
"acronym": "CLS",
"relevantAudits": [
"layout-shift-elements",
"non-composited-animations",
"unsized-images"
]
},
{
"id": "speed-index",
"weight": 10,
"group": "metrics",
"acronym": "SI"
},
{
"id": "interactive",
"weight": 0,
"group": "hidden",
"acronym": "TTI"
},
{
"id": "max-potential-fid",
"weight": 0,
"group": "hidden"
},
{
"id": "first-meaningful-paint",
"weight": 0,
"acronym": "FMP",
"group": "hidden"
},
{
"id": "render-blocking-resources",
"weight": 0
},
{
"id": "uses-responsive-images",
"weight": 0
},
{
"id": "offscreen-images",
"weight": 0
},
{
"id": "unminified-css",
"weight": 0
},
{
"id": "unminified-javascript",
"weight": 0
},
{
"id": "unused-css-rules",
"weight": 0
},
{
"id": "unused-javascript",
"weight": 0
},
{
"id": "uses-optimized-images",
"weight": 0
},
{
"id": "modern-image-formats",
"weight": 0
},
{
"id": "uses-text-compression",
"weight": 0
},
{
"id": "uses-rel-preconnect",
"weight": 0
},
{
"id": "server-response-time",
"weight": 0
},
{
"id": "redirects",
"weight": 0
},
{
"id": "uses-rel-preload",
"weight": 0
},
{
"id": "uses-http2",
"weight": 0
},
{
"id": "efficient-animated-content",
"weight": 0
},
{
"id": "duplicated-javascript",
"weight": 0
},
{
"id": "legacy-javascript",
"weight": 0
},
{
"id": "prioritize-lcp-image",
"weight": 0
},
{
"id": "total-byte-weight",
"weight": 0
},
{
"id": "uses-long-cache-ttl",
"weight": 0
},
{
"id": "dom-size",
"weight": 0
},
{
"id": "critical-request-chains",
"weight": 0
},
{
"id": "user-timings",
"weight": 0
},
{
"id": "bootup-time",
"weight": 0
},
{
"id": "mainthread-work-breakdown",
"weight": 0
},
{
"id": "font-display",
"weight": 0
},
{
"id": "third-party-summary",
"weight": 0
},
{
"id": "third-party-facades",
"weight": 0
},
{
"id": "largest-contentful-paint-element",
"weight": 0
},
{
"id": "lcp-lazy-loaded",
"weight": 0
},
{
"id": "layout-shift-elements",
"weight": 0
},
{
"id": "uses-passive-event-listeners",
"weight": 0
},
{
"id": "no-document-write",
"weight": 0
},
{
"id": "long-tasks",
"weight": 0
},
{
"id": "non-composited-animations",
"weight": 0
},
{
"id": "unsized-images",
"weight": 0
},
{
"id": "viewport",
"weight": 0
},
{
"id": "bf-cache",
"weight": 0
},
{
"id": "performance-budget",
"weight": 0,
"group": "budgets"
},
{
"id": "timing-budget",
"weight": 0,
"group": "budgets"
},
{
"id": "network-requests",
"weight": 0,
"group": "hidden"
},
{
"id": "network-rtt",
"weight": 0,
"group": "hidden"
},
{
"id": "network-server-latency",
"weight": 0,
"group": "hidden"
},
{
"id": "main-thread-tasks",
"weight": 0,
"group": "hidden"
},
{
"id": "diagnostics",
"weight": 0,
"group": "hidden"
},
{
"id": "metrics",
"weight": 0,
"group": "hidden"
},
{
"id": "screenshot-thumbnails",
"weight": 0,
"group": "hidden"
},
{
"id": "final-screenshot",
"weight": 0,
"group": "hidden"
},
{
"id": "script-treemap-data",
"weight": 0,
"group": "hidden"
},
{
"id": "resource-summary",
"weight": 0,
"group": "hidden"
}
],
"id": "performance",
"score": null
},
"accessibility": {
"title": "Accessibility",
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https:\/\/developer.chrome.com\/docs\/lighthouse\/accessibility\/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https:\/\/web.dev\/articles\/how-to-review) is also encouraged.",
"manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https:\/\/web.dev\/articles\/how-to-review).",
"supportedModes": [
"navigation",
"snapshot"
],
"auditRefs": [
{
"id": "accesskeys",
"weight": 7,
"group": "a11y-navigation"
},
{
"id": "aria-allowed-attr",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "aria-allowed-role",
"weight": 1,
"group": "a11y-aria"
},
{
"id": "aria-command-name",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-dialog-name",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-hidden-body",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "aria-hidden-focus",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-input-field-name",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-meter-name",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-progressbar-name",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-required-attr",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "aria-required-children",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "aria-required-parent",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "aria-roles",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-text",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-toggle-field-name",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-tooltip-name",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-treeitem-name",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-valid-attr-value",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "aria-valid-attr",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "button-name",
"weight": 10,
"group": "a11y-names-labels"
},
{
"id": "bypass",
"weight": 7,
"group": "a11y-navigation"
},
{
"id": "color-contrast",
"weight": 7,
"group": "a11y-color-contrast"
},
{
"id": "definition-list",
"weight": 7,
"group": "a11y-tables-lists"
},
{
"id": "dlitem",
"weight": 7,
"group": "a11y-tables-lists"
},
{
"id": "document-title",
"weight": 7,
"group": "a11y-names-labels"
},
{
"id": "duplicate-id-active",
"weight": 7,
"group": "a11y-navigation"
},
{
"id": "duplicate-id-aria",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "form-field-multiple-labels",
"weight": 3,
"group": "a11y-names-labels"
},
{
"id": "frame-title",
"weight": 7,
"group": "a11y-names-labels"
},
{
"id": "heading-order",
"weight": 3,
"group": "a11y-navigation"
},
{
"id": "html-has-lang",
"weight": 7,
"group": "a11y-language"
},
{
"id": "html-lang-valid",
"weight": 7,
"group": "a11y-language"
},
{
"id": "html-xml-lang-mismatch",
"weight": 3,
"group": "a11y-language"
},
{
"id": "image-alt",
"weight": 10,
"group": "a11y-names-labels"
},
{
"id": "image-redundant-alt",
"weight": 1,
"group": "a11y-names-labels"
},
{
"id": "input-button-name",
"weight": 10,
"group": "a11y-names-labels"
},
{
"id": "input-image-alt",
"weight": 10,
"group": "a11y-names-labels"
},
{
"id": "label",
"weight": 7,
"group": "a11y-names-labels"
},
{
"id": "link-in-text-block",
"weight": 7,
"group": "a11y-color-contrast"
},
{
"id": "link-name",
"weight": 7,
"group": "a11y-names-labels"
},
{
"id": "list",
"weight": 7,
"group": "a11y-tables-lists"
},
{
"id": "listitem",
"weight": 7,
"group": "a11y-tables-lists"
},
{
"id": "meta-refresh",
"weight": 10,
"group": "a11y-best-practices"
},
{
"id": "meta-viewport",
"weight": 10,
"group": "a11y-best-practices"
},
{
"id": "object-alt",
"weight": 7,
"group": "a11y-names-labels"
},
{
"id": "select-name",
"weight": 7,
"group": "a11y-names-labels"
},
{
"id": "skip-link",
"weight": 3,
"group": "a11y-names-labels"
},
{
"id": "tabindex",
"weight": 7,
"group": "a11y-navigation"
},
{
"id": "table-duplicate-name",
"weight": 1,
"group": "a11y-tables-lists"
},
{
"id": "td-headers-attr",
"weight": 7,
"group": "a11y-tables-lists"
},
{
"id": "th-has-data-cells",
"weight": 7,
"group": "a11y-tables-lists"
},
{
"id": "valid-lang",
"weight": 7,
"group": "a11y-language"
},
{
"id": "video-caption",
"weight": 10,
"group": "a11y-audio-video"
},
{
"id": "focusable-controls",
"weight": 0
},
{
"id": "interactive-element-affordance",
"weight": 0
},
{
"id": "logical-tab-order",
"weight": 0
},
{
"id": "visual-order-follows-dom",
"weight": 0
},
{
"id": "focus-traps",
"weight": 0
},
{
"id": "managed-focus",
"weight": 0
},
{
"id": "use-landmarks",
"weight": 0
},
{
"id": "offscreen-content-hidden",
"weight": 0
},
{
"id": "custom-controls-labels",
"weight": 0
},
{
"id": "custom-controls-roles",
"weight": 0
},
{
"id": "empty-heading",
"weight": 0,
"group": "hidden"
},
{
"id": "identical-links-same-purpose",
"weight": 0,
"group": "hidden"
},
{
"id": "landmark-one-main",
"weight": 0,
"group": "hidden"
},
{
"id": "target-size",
"weight": 0,
"group": "hidden"
},
{
"id": "label-content-name-mismatch",
"weight": 0,
"group": "hidden"
},
{
"id": "table-fake-caption",
"weight": 0,
"group": "hidden"
},
{
"id": "td-has-header",
"weight": 0,
"group": "hidden"
}
],
"id": "accessibility",
"score": null
},
"best-practices": {
"title": "Best Practices",
"supportedModes": [
"navigation",
"timespan",
"snapshot"
],
"auditRefs": [
{
"id": "is-on-https",
"weight": 5,
"group": "best-practices-trust-safety"
},
{
"id": "geolocation-on-start",
"weight": 1,
"group": "best-practices-trust-safety"
},
{
"id": "notification-on-start",
"weight": 1,
"group": "best-practices-trust-safety"
},
{
"id": "csp-xss",
"weight": 0,
"group": "best-practices-trust-safety"
},
{
"id": "paste-preventing-inputs",
"weight": 3,
"group": "best-practices-ux"
},
{
"id": "image-aspect-ratio",
"weight": 1,
"group": "best-practices-ux"
},
{
"id": "image-size-responsive",
"weight": 1,
"group": "best-practices-ux"
},
{
"id": "preload-fonts",
"weight": 1,
"group": "best-practices-ux"
},
{
"id": "doctype",
"weight": 1,
"group": "best-practices-browser-compat"
},
{
"id": "charset",
"weight": 1,
"group": "best-practices-browser-compat"
},
{
"id": "no-unload-listeners",
"weight": 1,
"group": "best-practices-general"
},
{
"id": "js-libraries",
"weight": 0,
"group": "best-practices-general"
},
{
"id": "deprecations",
"weight": 5,
"group": "best-practices-general"
},
{
"id": "third-party-cookies",
"weight": 5,
"group": "best-practices-general"
},
{
"id": "errors-in-console",
"weight": 1,
"group": "best-practices-general"
},
{
"id": "valid-source-maps",
"weight": 0,
"group": "best-practices-general"
},
{
"id": "inspector-issues",
"weight": 1,
"group": "best-practices-general"
}
],
"id": "best-practices",
"score": null
},
"seo": {
"title": "SEO",
"description": "These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https:\/\/web.dev\/explore\/vitals). [Learn more about Google Search Essentials](https:\/\/support.google.com\/webmasters\/answer\/35769).",
"manualDescription": "Run these additional validators on your site to check additional SEO best practices.",
"supportedModes": [
"navigation",
"snapshot"
],
"auditRefs": [
{
"id": "viewport",
"weight": 1,
"group": "seo-mobile"
},
{
"id": "document-title",
"weight": 1,
"group": "seo-content"
},
{
"id": "meta-description",
"weight": 1,
"group": "seo-content"
},
{
"id": "http-status-code",
"weight": 1,
"group": "seo-crawl"
},
{
"id": "link-text",
"weight": 1,
"group": "seo-content"
},
{
"id": "crawlable-anchors",
"weight": 1,
"group": "seo-crawl"
},
{
"id": "is-crawlable",
"weight": 1,
"group": "seo-crawl"
},
{
"id": "robots-txt",
"weight": 1,
"group": "seo-crawl"
},
{
"id": "image-alt",
"weight": 1,
"group": "seo-content"
},
{
"id": "hreflang",
"weight": 1,
"group": "seo-content"
},
{
"id": "canonical",
"weight": 1,
"group": "seo-content"
},
{
"id": "font-size",
"weight": 1,
"group": "seo-mobile"
},
{
"id": "plugins",
"weight": 1,
"group": "seo-content"
},
{
"id": "tap-targets",
"weight": 1,
"group": "seo-mobile"
},
{
"id": "structured-data",
"weight": 0
}
],
"id": "seo",
"score": null
},
"pwa": {
"title": "PWA",
"description": "These checks validate the aspects of a Progressive Web App. [Learn what makes a good Progressive Web App](https:\/\/web.dev\/articles\/pwa-checklist).",
"manualDescription": "These checks are required by the baseline [PWA Checklist](https:\/\/web.dev\/articles\/pwa-checklist) but are not automatically checked by Lighthouse. They do not affect your score but it's important that you verify them manually.",
"supportedModes": [
"navigation"
],
"auditRefs": [
{
"id": "installable-manifest",
"weight": 2,
"group": "pwa-installable"
},
{
"id": "splash-screen",
"weight": 1,
"group": "pwa-optimized"
},
{
"id": "themed-omnibox",
"weight": 1,
"group": "pwa-optimized"
},
{
"id": "content-width",
"weight": 1,
"group": "pwa-optimized"
},
{
"id": "viewport",
"weight": 2,
"group": "pwa-optimized"
},
{
"id": "maskable-icon",
"weight": 1,
"group": "pwa-optimized"
},
{
"id": "pwa-cross-browser",
"weight": 0
},
{
"id": "pwa-page-transitions",
"weight": 0
},
{
"id": "pwa-each-page-has-url",
"weight": 0
}
],
"id": "pwa",
"score": null
}
},
"categoryGroups": {
"metrics": {
"title": "Metrics"
},
"load-opportunities": {
"title": "Opportunities",
"description": "These suggestions can help your page load faster. They don't [directly affect](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/performance-scoring\/) the Performance score."
},
"budgets": {
"title": "Budgets",
"description": "Performance budgets set standards for the performance of your site."
},
"diagnostics": {
"title": "Diagnostics",
"description": "More information about the performance of your application. These numbers don't [directly affect](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/performance-scoring\/) the Performance score."
},
"pwa-installable": {
"title": "Installable"
},
"pwa-optimized": {
"title": "PWA Optimized"
},
"a11y-best-practices": {
"title": "Best practices",
"description": "These items highlight common accessibility best practices."
},
"a11y-color-contrast": {
"title": "Contrast",
"description": "These are opportunities to improve the legibility of your content."
},
"a11y-names-labels": {
"title": "Names and labels",
"description": "These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader."
},
"a11y-navigation": {
"title": "Navigation",
"description": "These are opportunities to improve keyboard navigation in your application."
},
"a11y-aria": {
"title": "ARIA",
"description": "These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader."
},
"a11y-language": {
"title": "Internationalization and localization",
"description": "These are opportunities to improve the interpretation of your content by users in different locales."
},
"a11y-audio-video": {
"title": "Audio and video",
"description": "These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments."
},
"a11y-tables-lists": {
"title": "Tables and lists",
"description": "These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader."
},
"seo-mobile": {
"title": "Mobile Friendly",
"description": "Make sure your pages are mobile friendly so users don\u2019t have to pinch or zoom in order to read the content pages. [Learn how to make pages mobile-friendly](https:\/\/developers.google.com\/search\/mobile-sites\/)."
},
"seo-content": {
"title": "Content Best Practices",
"description": "Format your HTML in a way that enables crawlers to better understand your app\u2019s content."
},
"seo-crawl": {
"title": "Crawling and Indexing",
"description": "To appear in search results, crawlers need access to your app."
},
"best-practices-trust-safety": {
"title": "Trust and Safety"
},
"best-practices-ux": {
"title": "User Experience"
},
"best-practices-browser-compat": {
"title": "Browser Compatibility"
},
"best-practices-general": {
"title": "General"
},
"hidden": {
"title": ""
}
},
"stackPacks": [],
"timing": {
"entries": [
{
"startTime": 926.72000000000003,
"name": "lh:config",
"duration": 944.69000000000005,
"entryType": "measure"
},
{
"startTime": 930.33000000000004,
"name": "lh:config:resolveArtifactsToDefns",
"duration": 97.430000000000007,
"entryType": "measure"
},
{
"startTime": 1871.6900000000001,
"name": "lh:runner:gather",
"duration": 39352.809999999998,
"entryType": "measure"
},
{
"startTime": 2200.3899999999999,
"name": "lh:driver:connect",
"duration": 30.09,
"entryType": "measure"
},
{
"startTime": 2230.9699999999998,
"name": "lh:driver:navigate",
"duration": 19.949999999999999,
"entryType": "measure"
},
{
"startTime": 2251.6100000000001,
"name": "lh:gather:getBenchmarkIndex",
"duration": 1018.01,
"entryType": "measure"
},
{
"startTime": 3269.96,
"name": "lh:gather:getVersion",
"duration": 1.8700000000000001,
"entryType": "measure"
},
{
"startTime": 3272.1300000000001,
"name": "lh:prepare:navigationMode",
"duration": 63.670000000000002,
"entryType": "measure"
},
{
"startTime": 3304.5999999999999,
"name": "lh:storage:clearDataForOrigin",
"duration": 14.199999999999999,
"entryType": "measure"
},
{
"startTime": 3319.1700000000001,
"name": "lh:storage:clearBrowserCaches",
"duration": 12.880000000000001,
"entryType": "measure"
},
{
"startTime": 3333.4299999999998,
"name": "lh:gather:prepareThrottlingAndNetwork",
"duration": 2.21,
"entryType": "measure"
},
{
"startTime": 41178.830000000002,
"name": "lh:gather:getArtifact:DevtoolsLog",
"duration": 0.47999999999999998,
"entryType": "measure"
},
{
"startTime": 41179.580000000002,
"name": "lh:gather:getArtifact:Trace",
"duration": 0.23000000000000001,
"entryType": "measure"
},
{
"startTime": 41180.169999999998,
"name": "lh:computed:NetworkRecords",
"duration": 8.0099999999999998,
"entryType": "measure"
},
{
"startTime": 41225.150000000001,
"name": "lh:runner:audit",
"duration": 401.80000000000001,
"entryType": "measure"
},
{
"startTime": 41225.370000000003,
"name": "lh:runner:auditing",
"duration": 400.75999999999999,
"entryType": "measure"
},
{
"startTime": 41228.800000000003,
"name": "lh:audit:is-on-https",
"duration": 2.96,
"entryType": "measure"
},
{
"startTime": 41233.470000000001,
"name": "lh:audit:viewport",
"duration": 2.3900000000000001,
"entryType": "measure"
},
{
"startTime": 41236.599999999999,
"name": "lh:audit:first-contentful-paint",
"duration": 5.5800000000000001,
"entryType": "measure"
},
{
"startTime": 41242.730000000003,
"name": "lh:audit:largest-contentful-paint",
"duration": 1.6000000000000001,
"entryType": "measure"
},
{
"startTime": 41244.769999999997,
"name": "lh:audit:first-meaningful-paint",
"duration": 1.47,
"entryType": "measure"
},
{
"startTime": 41246.75,
"name": "lh:audit:speed-index",
"duration": 1.5600000000000001,
"entryType": "measure"
},
{
"startTime": 41248.379999999997,
"name": "lh:audit:screenshot-thumbnails",
"duration": 0.29999999999999999,
"entryType": "measure"
},
{
"startTime": 41248.720000000001,
"name": "lh:audit:final-screenshot",
"duration": 0.25,
"entryType": "measure"
},
{
"startTime": 41249.540000000001,
"name": "lh:audit:total-blocking-time",
"duration": 1.75,
"entryType": "measure"
},
{
"startTime": 41253.519999999997,
"name": "lh:audit:max-potential-fid",
"duration": 1.8700000000000001,
"entryType": "measure"
},
{
"startTime": 41255.870000000003,
"name": "lh:audit:cumulative-layout-shift",
"duration": 2.1400000000000001,
"entryType": "measure"
},
{
"startTime": 41259.669999999998,
"name": "lh:audit:errors-in-console",
"duration": 1.9099999999999999,
"entryType": "measure"
},
{
"startTime": 41262.150000000001,
"name": "lh:audit:server-response-time",
"duration": 1.98,
"entryType": "measure"
},
{
"startTime": 41264.690000000002,
"name": "lh:audit:interactive",
"duration": 1.6000000000000001,
"entryType": "measure"
},
{
"startTime": 41266.800000000003,
"name": "lh:audit:user-timings",
"duration": 1.46,
"entryType": "measure"
},
{
"startTime": 41268.800000000003,
"name": "lh:audit:critical-request-chains",
"duration": 1.46,
"entryType": "measure"
},
{
"startTime": 41270.650000000001,
"name": "lh:audit:redirects",
"duration": 1.98,
"entryType": "measure"
},
{
"startTime": 41274.019999999997,
"name": "lh:audit:installable-manifest",
"duration": 2.7999999999999998,
"entryType": "measure"
},
{
"startTime": 41277.360000000001,
"name": "lh:audit:splash-screen",
"duration": 1.8500000000000001,
"entryType": "measure"
},
{
"startTime": 41279.720000000001,
"name": "lh:audit:themed-omnibox",
"duration": 1.77,
"entryType": "measure"
},
{
"startTime": 41282.120000000003,
"name": "lh:audit:maskable-icon",
"duration": 2.23,
"entryType": "measure"
},
{
"startTime": 41285.059999999998,
"name": "lh:audit:content-width",
"duration": 2.0800000000000001,
"entryType": "measure"
},
{
"startTime": 41287.68,
"name": "lh:audit:image-aspect-ratio",
"duration": 9.0800000000000001,
"entryType": "measure"
},
{
"startTime": 41297.459999999999,
"name": "lh:audit:image-size-responsive",
"duration": 2.0099999999999998,
"entryType": "measure"
},
{
"startTime": 41300.449999999997,
"name": "lh:audit:preload-fonts",
"duration": 1.48,
"entryType": "measure"
},
{
"startTime": 41302.419999999998,
"name": "lh:audit:deprecations",
"duration": 6.3899999999999997,
"entryType": "measure"
},
{
"startTime": 41309.32,
"name": "lh:audit:third-party-cookies",
"duration": 1.8500000000000001,
"entryType": "measure"
},
{
"startTime": 41311.82,
"name": "lh:audit:mainthread-work-breakdown",
"duration": 2.7200000000000002,
"entryType": "measure"
},
{
"startTime": 41315.220000000001,
"name": "lh:audit:bootup-time",
"duration": 1.8999999999999999,
"entryType": "measure"
},
{
"startTime": 41317.639999999999,
"name": "lh:audit:uses-rel-preload",
"duration": 10.960000000000001,
"entryType": "measure"
},
{
"startTime": 41340.32,
"name": "lh:audit:uses-rel-preconnect",
"duration": 2.8799999999999999,
"entryType": "measure"
},
{
"startTime": 41344.099999999999,
"name": "lh:audit:font-display",
"duration": 1.6100000000000001,
"entryType": "measure"
},
{
"startTime": 41345.779999999999,
"name": "lh:audit:diagnostics",
"duration": 0.20999999999999999,
"entryType": "measure"
},
{
"startTime": 41346.029999999999,
"name": "lh:audit:network-requests",
"duration": 0.16,
"entryType": "measure"
},
{
"startTime": 41346.620000000003,
"name": "lh:audit:network-rtt",
"duration": 1.0800000000000001,
"entryType": "measure"
},
{
"startTime": 41348.089999999997,
"name": "lh:audit:network-server-latency",
"duration": 1.3100000000000001,
"entryType": "measure"
},
{
"startTime": 41349.449999999997,
"name": "lh:audit:main-thread-tasks",
"duration": 0.19,
"entryType": "measure"
},
{
"startTime": 41349.68,
"name": "lh:audit:metrics",
"duration": 0.14999999999999999,
"entryType": "measure"
},
{
"startTime": 41350.129999999997,
"name": "lh:audit:performance-budget",
"duration": 0.72999999999999998,
"entryType": "measure"
},
{
"startTime": 41351.160000000003,
"name": "lh:audit:timing-budget",
"duration": 0.80000000000000004,
"entryType": "measure"
},
{
"startTime": 41352,
"name": "lh:audit:resource-summary",
"duration": 0.17999999999999999,
"entryType": "measure"
},
{
"startTime": 41352.809999999998,
"name": "lh:audit:third-party-summary",
"duration": 1.6799999999999999,
"entryType": "measure"
},
{
"startTime": 41355.480000000003,
"name": "lh:audit:third-party-facades",
"duration": 1.6599999999999999,
"entryType": "measure"
},
{
"startTime": 41357.589999999997,
"name": "lh:audit:largest-contentful-paint-element",
"duration": 1.74,
"entryType": "measure"
},
{
"startTime": 41359.989999999998,
"name": "lh:audit:lcp-lazy-loaded",
"duration": 1.75,
"entryType": "measure"
},
{
"startTime": 41362.349999999999,
"name": "lh:audit:layout-shift-elements",
"duration": 1.21,
"entryType": "measure"
},
{
"startTime": 41363.870000000003,
"name": "lh:audit:long-tasks",
"duration": 0.96999999999999997,
"entryType": "measure"
},
{
"startTime": 41365.25,
"name": "lh:audit:no-unload-listeners",
"duration": 1.27,
"entryType": "measure"
},
{
"startTime": 41366.830000000002,
"name": "lh:audit:non-composited-animations",
"duration": 0.97999999999999998,
"entryType": "measure"
},
{
"startTime": 41368.209999999999,
"name": "lh:audit:unsized-images",
"duration": 1.45,
"entryType": "measure"
},
{
"startTime": 41370.279999999999,
"name": "lh:audit:valid-source-maps",
"duration": 1.98,
"entryType": "measure"
},
{
"startTime": 41395.940000000002,
"name": "lh:audit:prioritize-lcp-image",
"duration": 1.5900000000000001,
"entryType": "measure"
},
{
"startTime": 41397.959999999999,
"name": "lh:audit:csp-xss",
"duration": 1.28,
"entryType": "measure"
},
{
"startTime": 41399.290000000001,
"name": "lh:audit:script-treemap-data",
"duration": 0.22,
"entryType": "measure"
},
{
"startTime": 41399.949999999997,
"name": "lh:audit:pwa-cross-browser",
"duration": 1.1000000000000001,
"entryType": "measure"
},
{
"startTime": 41401.449999999997,
"name": "lh:audit:pwa-page-transitions",
"duration": 1.8400000000000001,
"entryType": "measure"
},
{
"startTime": 41403.790000000001,
"name": "lh:audit:pwa-each-page-has-url",
"duration": 1.3799999999999999,
"entryType": "measure"
},
{
"startTime": 41405.830000000002,
"name": "lh:audit:accesskeys",
"duration": 3.25,
"entryType": "measure"
},
{
"startTime": 41409.75,
"name": "lh:audit:aria-allowed-attr",
"duration": 1.8999999999999999,
"entryType": "measure"
},
{
"startTime": 41412.309999999998,
"name": "lh:audit:aria-allowed-role",
"duration": 2.1299999999999999,
"entryType": "measure"
},
{
"startTime": 41414.809999999998,
"name": "lh:audit:aria-command-name",
"duration": 1.05,
"entryType": "measure"
},
{
"startTime": 41416.169999999998,
"name": "lh:audit:aria-dialog-name",
"duration": 1.54,
"entryType": "measure"
},
{
"startTime": 41418.209999999999,
"name": "lh:audit:aria-hidden-body",
"duration": 1.8999999999999999,
"entryType": "measure"
},
{
"startTime": 41420.519999999997,
"name": "lh:audit:aria-hidden-focus",
"duration": 1.1599999999999999,
"entryType": "measure"
},
{
"startTime": 41422,
"name": "lh:audit:aria-input-field-name",
"duration": 0.95999999999999996,
"entryType": "measure"
},
{
"startTime": 41423.32,
"name": "lh:audit:aria-meter-name",
"duration": 0.97999999999999998,
"entryType": "measure"
},
{
"startTime": 41424.639999999999,
"name": "lh:audit:aria-progressbar-name",
"duration": 1,
"entryType": "measure"
},
{
"startTime": 41426.089999999997,
"name": "lh:audit:aria-required-attr",
"duration": 0.96999999999999997,
"entryType": "measure"
},
{
"startTime": 41427.379999999997,
"name": "lh:audit:aria-required-children",
"duration": 1.49,
"entryType": "measure"
},
{
"startTime": 41429.379999999997,
"name": "lh:audit:aria-required-parent",
"duration": 1.45,
"entryType": "measure"
},
{
"startTime": 41431.339999999997,
"name": "lh:audit:aria-roles",
"duration": 1.3100000000000001,
"entryType": "measure"
},
{
"startTime": 41433.18,
"name": "lh:audit:aria-text",
"duration": 1.54,
"entryType": "measure"
},
{
"startTime": 41435.32,
"name": "lh:audit:aria-toggle-field-name",
"duration": 1.5800000000000001,
"entryType": "measure"
},
{
"startTime": 41437.400000000001,
"name": "lh:audit:aria-tooltip-name",
"duration": 1.5900000000000001,
"entryType": "measure"
},
{
"startTime": 41439.529999999999,
"name": "lh:audit:aria-treeitem-name",
"duration": 0.94999999999999996,
"entryType": "measure"
},
{
"startTime": 41441.050000000003,
"name": "lh:audit:aria-valid-attr-value",
"duration": 1.4299999999999999,
"entryType": "measure"
},
{
"startTime": 41442.760000000002,
"name": "lh:audit:aria-valid-attr",
"duration": 0.95999999999999996,
"entryType": "measure"
},
{
"startTime": 41444.099999999999,
"name": "lh:audit:button-name",
"duration": 0.92000000000000004,
"entryType": "measure"
},
{
"startTime": 41445.309999999998,
"name": "lh:audit:bypass",
"duration": 1,
"entryType": "measure"
},
{
"startTime": 41471.349999999999,
"name": "lh:audit:color-contrast",
"duration": 1.1200000000000001,
"entryType": "measure"
},
{
"startTime": 41472.809999999998,
"name": "lh:audit:definition-list",
"duration": 1.0900000000000001,
"entryType": "measure"
},
{
"startTime": 41474.199999999997,
"name": "lh:audit:dlitem",
"duration": 1.1200000000000001,
"entryType": "measure"
},
{
"startTime": 41475.82,
"name": "lh:audit:document-title",
"duration": 1.3600000000000001,
"entryType": "measure"
},
{
"startTime": 41477.580000000002,
"name": "lh:audit:duplicate-id-active",
"duration": 0.95999999999999996,
"entryType": "measure"
},
{
"startTime": 41478.830000000002,
"name": "lh:audit:duplicate-id-aria",
"duration": 1.23,
"entryType": "measure"
},
{
"startTime": 41480.349999999999,
"name": "lh:audit:empty-heading",
"duration": 0.93999999999999995,
"entryType": "measure"
},
{
"startTime": 41481.589999999997,
"name": "lh:audit:form-field-multiple-labels",
"duration": 0.92000000000000004,
"entryType": "measure"
},
{
"startTime": 41482.790000000001,
"name": "lh:audit:frame-title",
"duration": 0.93999999999999995,
"entryType": "measure"
},
{
"startTime": 41484.040000000001,
"name": "lh:audit:heading-order",
"duration": 0.91000000000000003,
"entryType": "measure"
},
{
"startTime": 41485.269999999997,
"name": "lh:audit:html-has-lang",
"duration": 1.04,
"entryType": "measure"
},
{
"startTime": 41486.620000000003,
"name": "lh:audit:html-lang-valid",
"duration": 1.4199999999999999,
"entryType": "measure"
},
{
"startTime": 41488.360000000001,
"name": "lh:audit:html-xml-lang-mismatch",
"duration": 1.0800000000000001,
"entryType": "measure"
},
{
"startTime": 41489.760000000002,
"name": "lh:audit:identical-links-same-purpose",
"duration": 0.92000000000000004,
"entryType": "measure"
},
{
"startTime": 41491.040000000001,
"name": "lh:audit:image-alt",
"duration": 0.93000000000000005,
"entryType": "measure"
},
{
"startTime": 41492.269999999997,
"name": "lh:audit:image-redundant-alt",
"duration": 0.94999999999999996,
"entryType": "measure"
},
{
"startTime": 41493.5,
"name": "lh:audit:input-button-name",
"duration": 0.88,
"entryType": "measure"
},
{
"startTime": 41494.669999999998,
"name": "lh:audit:input-image-alt",
"duration": 1.03,
"entryType": "measure"
},
{
"startTime": 41496,
"name": "lh:audit:label-content-name-mismatch",
"duration": 0.91000000000000003,
"entryType": "measure"
},
{
"startTime": 41497.419999999998,
"name": "lh:audit:label",
"duration": 0.96999999999999997,
"entryType": "measure"
},
{
"startTime": 41498.660000000003,
"name": "lh:audit:landmark-one-main",
"duration": 0.93000000000000005,
"entryType": "measure"
},
{
"startTime": 41499.870000000003,
"name": "lh:audit:link-name",
"duration": 0.91000000000000003,
"entryType": "measure"
},
{
"startTime": 41501.080000000002,
"name": "lh:audit:link-in-text-block",
"duration": 0.93999999999999995,
"entryType": "measure"
},
{
"startTime": 41502.309999999998,
"name": "lh:audit:list",
"duration": 0.97999999999999998,
"entryType": "measure"
},
{
"startTime": 41503.589999999997,
"name": "lh:audit:listitem",
"duration": 0.93999999999999995,
"entryType": "measure"
},
{
"startTime": 41504.830000000002,
"name": "lh:audit:meta-refresh",
"duration": 0.97999999999999998,
"entryType": "measure"
},
{
"startTime": 41506.120000000003,
"name": "lh:audit:meta-viewport",
"duration": 1.0900000000000001,
"entryType": "measure"
},
{
"startTime": 41507.489999999998,
"name": "lh:audit:object-alt",
"duration": 0.90000000000000002,
"entryType": "measure"
},
{
"startTime": 41508.669999999998,
"name": "lh:audit:select-name",
"duration": 1.0900000000000001,
"entryType": "measure"
},
{
"startTime": 41510.230000000003,
"name": "lh:audit:skip-link",
"duration": 1.3200000000000001,
"entryType": "measure"
},
{
"startTime": 41512.050000000003,
"name": "lh:audit:tabindex",
"duration": 1.2,
"entryType": "measure"
},
{
"startTime": 41513.540000000001,
"name": "lh:audit:table-duplicate-name",
"duration": 0.96999999999999997,
"entryType": "measure"
},
{
"startTime": 41514.830000000002,
"name": "lh:audit:table-fake-caption",
"duration": 1.04,
"entryType": "measure"
},
{
"startTime": 41516.169999999998,
"name": "lh:audit:target-size",
"duration": 0.91000000000000003,
"entryType": "measure"
},
{
"startTime": 41542.650000000001,
"name": "lh:audit:td-has-header",
"duration": 1.25,
"entryType": "measure"
},
{
"startTime": 41544.25,
"name": "lh:audit:td-headers-attr",
"duration": 1.0600000000000001,
"entryType": "measure"
},
{
"startTime": 41545.620000000003,
"name": "lh:audit:th-has-data-cells",
"duration": 1.02,
"entryType": "measure"
},
{
"startTime": 41547,
"name": "lh:audit:valid-lang",
"duration": 1,
"entryType": "measure"
},
{
"startTime": 41548.300000000003,
"name": "lh:audit:video-caption",
"duration": 1.1499999999999999,
"entryType": "measure"
},
{
"startTime": 41549.510000000002,
"name": "lh:audit:custom-controls-labels",
"duration": 0.17999999999999999,
"entryType": "measure"
},
{
"startTime": 41549.720000000001,
"name": "lh:audit:custom-controls-roles",
"duration": 0.14999999999999999,
"entryType": "measure"
},
{
"startTime": 41549.910000000003,
"name": "lh:audit:focus-traps",
"duration": 0.14000000000000001,
"entryType": "measure"
},
{
"startTime": 41550.07,
"name": "lh:audit:focusable-controls",
"duration": 0.13,
"entryType": "measure"
},
{
"startTime": 41550.220000000001,
"name": "lh:audit:interactive-element-affordance",
"duration": 0.13,
"entryType": "measure"
},
{
"startTime": 41550.370000000003,
"name": "lh:audit:logical-tab-order",
"duration": 0.12,
"entryType": "measure"
},
{
"startTime": 41550.519999999997,
"name": "lh:audit:managed-focus",
"duration": 0.12,
"entryType": "measure"
},
{
"startTime": 41550.660000000003,
"name": "lh:audit:offscreen-content-hidden",
"duration": 0.14000000000000001,
"entryType": "measure"
},
{
"startTime": 41550.830000000002,
"name": "lh:audit:use-landmarks",
"duration": 0.12,
"entryType": "measure"
},
{
"startTime": 41550.970000000001,
"name": "lh:audit:visual-order-follows-dom",
"duration": 0.20000000000000001,
"entryType": "measure"
},
{
"startTime": 41551.629999999997,
"name": "lh:audit:uses-long-cache-ttl",
"duration": 0.90000000000000002,
"entryType": "measure"
},
{
"startTime": 41552.860000000001,
"name": "lh:audit:total-byte-weight",
"duration": 0.91000000000000003,
"entryType": "measure"
},
{
"startTime": 41554,
"name": "lh:audit:offscreen-images",
"duration": 0.68999999999999995,
"entryType": "measure"
},
{
"startTime": 41554.910000000003,
"name": "lh:audit:render-blocking-resources",
"duration": 0.72999999999999998,
"entryType": "measure"
},
{
"startTime": 41555.870000000003,
"name": "lh:audit:unminified-css",
"duration": 0.65000000000000002,
"entryType": "measure"
},
{
"startTime": 41556.730000000003,
"name": "lh:audit:unminified-javascript",
"duration": 0.66000000000000003,
"entryType": "measure"
},
{
"startTime": 41557.589999999997,
"name": "lh:audit:unused-css-rules",
"duration": 0.69999999999999996,
"entryType": "measure"
},
{
"startTime": 41558.519999999997,
"name": "lh:audit:unused-javascript",
"duration": 0.71999999999999997,
"entryType": "measure"
},
{
"startTime": 41559.470000000001,
"name": "lh:audit:modern-image-formats",
"duration": 0.70999999999999996,
"entryType": "measure"
},
{
"startTime": 41560.379999999997,
"name": "lh:audit:uses-optimized-images",
"duration": 0.69999999999999996,
"entryType": "measure"
},
{
"startTime": 41561.370000000003,
"name": "lh:audit:uses-text-compression",
"duration": 0.69999999999999996,
"entryType": "measure"
},
{
"startTime": 41562.279999999999,
"name": "lh:audit:uses-responsive-images",
"duration": 0.68000000000000005,
"entryType": "measure"
},
{
"startTime": 41563.230000000003,
"name": "lh:audit:efficient-animated-content",
"duration": 0.70999999999999996,
"entryType": "measure"
},
{
"startTime": 41564.150000000001,
"name": "lh:audit:duplicated-javascript",
"duration": 0.65000000000000002,
"entryType": "measure"
},
{
"startTime": 41565.050000000003,
"name": "lh:audit:legacy-javascript",
"duration": 0.76000000000000001,
"entryType": "measure"
},
{
"startTime": 41566.099999999999,
"name": "lh:audit:doctype",
"duration": 0.88,
"entryType": "measure"
},
{
"startTime": 41567.32,
"name": "lh:audit:charset",
"duration": 1.53,
"entryType": "measure"
},
{
"startTime": 41569.360000000001,
"name": "lh:audit:dom-size",
"duration": 2.0099999999999998,
"entryType": "measure"
},
{
"startTime": 41571.919999999998,
"name": "lh:audit:geolocation-on-start",
"duration": 1.46,
"entryType": "measure"
},
{
"startTime": 41573.910000000003,
"name": "lh:audit:inspector-issues",
"duration": 1.29,
"entryType": "measure"
},
{
"startTime": 41575.480000000003,
"name": "lh:audit:no-document-write",
"duration": 1,
"entryType": "measure"
},
{
"startTime": 41576.699999999997,
"name": "lh:audit:js-libraries",
"duration": 0.95999999999999996,
"entryType": "measure"
},
{
"startTime": 41578.019999999997,
"name": "lh:audit:notification-on-start",
"duration": 1.1899999999999999,
"entryType": "measure"
},
{
"startTime": 41579.550000000003,
"name": "lh:audit:paste-preventing-inputs",
"duration": 1.3999999999999999,
"entryType": "measure"
},
{
"startTime": 41581.230000000003,
"name": "lh:audit:uses-http2",
"duration": 0.80000000000000004,
"entryType": "measure"
},
{
"startTime": 41582.379999999997,
"name": "lh:audit:uses-passive-event-listeners",
"duration": 1.1299999999999999,
"entryType": "measure"
},
{
"startTime": 41583.860000000001,
"name": "lh:audit:meta-description",
"duration": 1.03,
"entryType": "measure"
},
{
"startTime": 41585.220000000001,
"name": "lh:audit:http-status-code",
"duration": 1.03,
"entryType": "measure"
},
{
"startTime": 41586.589999999997,
"name": "lh:audit:font-size",
"duration": 25.460000000000001,
"entryType": "measure"
},
{
"startTime": 41612.419999999998,
"name": "lh:audit:link-text",
"duration": 1.49,
"entryType": "measure"
},
{
"startTime": 41614.410000000003,
"name": "lh:audit:crawlable-anchors",
"duration": 1.72,
"entryType": "measure"
},
{
"startTime": 41616.440000000002,
"name": "lh:audit:is-crawlable",
"duration": 1.1000000000000001,
"entryType": "measure"
},
{
"startTime": 41617.839999999997,
"name": "lh:audit:robots-txt",
"duration": 1.0600000000000001,
"entryType": "measure"
},
{
"startTime": 41619.25,
"name": "lh:audit:tap-targets",
"duration": 0.95999999999999996,
"entryType": "measure"
},
{
"startTime": 41620.510000000002,
"name": "lh:audit:hreflang",
"duration": 0.93000000000000005,
"entryType": "measure"
},
{
"startTime": 41621.809999999998,
"name": "lh:audit:plugins",
"duration": 0.89000000000000001,
"entryType": "measure"
},
{
"startTime": 41622.989999999998,
"name": "lh:audit:canonical",
"duration": 0.93000000000000005,
"entryType": "measure"
},
{
"startTime": 41624.160000000003,
"name": "lh:audit:structured-data",
"duration": 0.70999999999999996,
"entryType": "measure"
},
{
"startTime": 41625.190000000002,
"name": "lh:audit:bf-cache",
"duration": 0.91000000000000003,
"entryType": "measure"
},
{
"startTime": 41626.150000000001,
"name": "lh:runner:generate",
"duration": 0.78000000000000003,
"entryType": "measure"
}
],
"total": 39754.610000000001
},
"i18n": {
"rendererFormattedStrings": {
"calculatorLink": "See calculator.",
"collapseView": "Collapse view",
"crcInitialNavigation": "Initial Navigation",
"crcLongestDurationLabel": "Maximum critical path latency:",
"dropdownCopyJSON": "Copy JSON",
"dropdownDarkTheme": "Toggle Dark Theme",
"dropdownPrintExpanded": "Print Expanded",
"dropdownPrintSummary": "Print Summary",
"dropdownSaveGist": "Save as Gist",
"dropdownSaveHTML": "Save as HTML",
"dropdownSaveJSON": "Save as JSON",
"dropdownViewer": "Open in Viewer",
"dropdownViewUnthrottledTrace": "View Unthrottled Trace",
"errorLabel": "Error!",
"errorMissingAuditInfo": "Report error: no audit information",
"expandView": "Expand view",
"firstPartyChipLabel": "1st party",
"footerIssue": "File an issue",
"hide": "Hide",
"labDataTitle": "Lab Data",
"lsPerformanceCategoryDescription": "[Lighthouse](https:\/\/developers.google.com\/web\/tools\/lighthouse\/) analysis of the current page on an emulated mobile network. Values are estimated and may vary.",
"manualAuditsGroupTitle": "Additional items to manually check",
"notApplicableAuditsGroupTitle": "Not applicable",
"openInANewTabTooltip": "Open in a new tab",
"opportunityResourceColumnLabel": "Opportunity",
"opportunitySavingsColumnLabel": "Estimated Savings",
"passedAuditsGroupTitle": "Passed audits",
"runtimeAnalysisWindow": "Initial page load",
"runtimeAnalysisWindowSnapshot": "Point-in-time snapshot",
"runtimeAnalysisWindowTimespan": "User interactions timespan",
"runtimeCustom": "Custom throttling",
"runtimeDesktopEmulation": "Emulated Desktop",
"runtimeMobileEmulation": "Emulated Moto G Power",
"runtimeNoEmulation": "No emulation",
"runtimeSettingsAxeVersion": "Axe version",
"runtimeSettingsBenchmark": "Unthrottled CPU\/Memory Power",
"runtimeSettingsCPUThrottling": "CPU throttling",
"runtimeSettingsDevice": "Device",
"runtimeSettingsNetworkThrottling": "Network throttling",
"runtimeSettingsScreenEmulation": "Screen emulation",
"runtimeSettingsUANetwork": "User agent (network)",
"runtimeSingleLoad": "Single page session",
"runtimeSingleLoadTooltip": "This data is taken from a single page session, as opposed to field data summarizing many sessions.",
"runtimeSlow4g": "Slow 4G throttling",
"runtimeUnknown": "Unknown",
"show": "Show",
"showRelevantAudits": "Show audits relevant to:",
"snippetCollapseButtonLabel": "Collapse snippet",
"snippetExpandButtonLabel": "Expand snippet",
"thirdPartyResourcesLabel": "Show 3rd-party resources",
"throttlingProvided": "Provided by environment",
"toplevelWarningsMessage": "There were issues affecting this run of Lighthouse:",
"unattributable": "Unattributable",
"varianceDisclaimer": "Values are estimated and may vary. The [performance score is calculated](https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/performance-scoring\/) directly from these metrics.",
"viewTraceLabel": "View Trace",
"viewTreemapLabel": "View Treemap",
"warningAuditsGroupTitle": "Passed audits but with warnings",
"warningHeader": "Warnings: "
},
"icuMessagePaths": {
"core\/lib\/lh-error.js | noFcp": [
{
"values": {
"errorCode": "NO_FCP"
},
"path": "runtimeError.message"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "runWarnings[0]"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[is-on-https].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.viewport.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[first-contentful-paint].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[largest-contentful-paint].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[first-meaningful-paint].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[speed-index].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[screenshot-thumbnails].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[final-screenshot].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[total-blocking-time].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[max-potential-fid].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[cumulative-layout-shift].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[errors-in-console].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[server-response-time].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.interactive.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[user-timings].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[critical-request-chains].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.redirects.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[installable-manifest].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[splash-screen].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[themed-omnibox].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[maskable-icon].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[content-width].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[image-aspect-ratio].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[image-size-responsive].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[preload-fonts].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.deprecations.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[third-party-cookies].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[mainthread-work-breakdown].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[bootup-time].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[uses-rel-preload].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[uses-rel-preconnect].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[font-display].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.diagnostics.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[network-requests].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[network-rtt].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[network-server-latency].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[main-thread-tasks].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.metrics.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[performance-budget].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[timing-budget].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[resource-summary].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[third-party-summary].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[third-party-facades].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[largest-contentful-paint-element].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[lcp-lazy-loaded].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[layout-shift-elements].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[long-tasks].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[no-unload-listeners].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[non-composited-animations].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[unsized-images].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[valid-source-maps].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[prioritize-lcp-image].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[csp-xss].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[script-treemap-data].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[pwa-cross-browser].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[pwa-page-transitions].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[pwa-each-page-has-url].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.accesskeys.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-allowed-attr].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-allowed-role].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-command-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-dialog-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-hidden-body].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-hidden-focus].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-input-field-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-meter-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-progressbar-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-required-attr].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-required-children].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-required-parent].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-roles].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-text].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-toggle-field-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-tooltip-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-treeitem-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-valid-attr-value].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[aria-valid-attr].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[button-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.bypass.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[color-contrast].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[definition-list].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.dlitem.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[document-title].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[duplicate-id-active].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[duplicate-id-aria].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[empty-heading].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[form-field-multiple-labels].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[frame-title].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[heading-order].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[html-has-lang].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[html-lang-valid].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[html-xml-lang-mismatch].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[identical-links-same-purpose].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[image-alt].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[image-redundant-alt].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[input-button-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[input-image-alt].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[label-content-name-mismatch].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.label.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[landmark-one-main].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[link-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[link-in-text-block].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.list.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.listitem.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[meta-refresh].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[meta-viewport].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[object-alt].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[select-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[skip-link].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.tabindex.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[table-duplicate-name].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[table-fake-caption].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[target-size].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[td-has-header].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[td-headers-attr].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[th-has-data-cells].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[valid-lang].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[video-caption].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[custom-controls-labels].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[custom-controls-roles].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[focus-traps].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[focusable-controls].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[interactive-element-affordance].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[logical-tab-order].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[managed-focus].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[offscreen-content-hidden].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[use-landmarks].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[visual-order-follows-dom].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[uses-long-cache-ttl].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[total-byte-weight].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[offscreen-images].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[render-blocking-resources].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[unminified-css].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[unminified-javascript].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[unused-css-rules].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[unused-javascript].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[modern-image-formats].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[uses-optimized-images].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[uses-text-compression].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[uses-responsive-images].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[efficient-animated-content].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[duplicated-javascript].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[legacy-javascript].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.doctype.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.charset.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[dom-size].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[geolocation-on-start].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[inspector-issues].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[no-document-write].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[js-libraries].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[notification-on-start].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[paste-preventing-inputs].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[uses-http2].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[uses-passive-event-listeners].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[meta-description].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[http-status-code].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[font-size].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[link-text].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[crawlable-anchors].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[is-crawlable].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[robots-txt].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[tap-targets].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.hreflang.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.plugins.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits.canonical.errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[structured-data].errorMessage"
},
{
"values": {
"errorCode": "NO_FCP"
},
"path": "audits[bf-cache].errorMessage"
}
],
"core\/audits\/is-on-https.js | title": [
"audits[is-on-https].title"
],
"core\/audits\/is-on-https.js | description": [
"audits[is-on-https].description"
],
"core\/audits\/viewport.js | title": [
"audits.viewport.title"
],
"core\/audits\/viewport.js | description": [
"audits.viewport.description"
],
"core\/lib\/i18n\/i18n.js | firstContentfulPaintMetric": [
"audits[first-contentful-paint].title"
],
"core\/audits\/metrics\/first-contentful-paint.js | description": [
"audits[first-contentful-paint].description"
],
"core\/lib\/i18n\/i18n.js | largestContentfulPaintMetric": [
"audits[largest-contentful-paint].title"
],
"core\/audits\/metrics\/largest-contentful-paint.js | description": [
"audits[largest-contentful-paint].description"
],
"core\/lib\/i18n\/i18n.js | firstMeaningfulPaintMetric": [
"audits[first-meaningful-paint].title"
],
"core\/audits\/metrics\/first-meaningful-paint.js | description": [
"audits[first-meaningful-paint].description"
],
"core\/lib\/i18n\/i18n.js | speedIndexMetric": [
"audits[speed-index].title"
],
"core\/audits\/metrics\/speed-index.js | description": [
"audits[speed-index].description"
],
"core\/lib\/i18n\/i18n.js | totalBlockingTimeMetric": [
"audits[total-blocking-time].title"
],
"core\/audits\/metrics\/total-blocking-time.js | description": [
"audits[total-blocking-time].description"
],
"core\/lib\/i18n\/i18n.js | maxPotentialFIDMetric": [
"audits[max-potential-fid].title"
],
"core\/audits\/metrics\/max-potential-fid.js | description": [
"audits[max-potential-fid].description"
],
"core\/lib\/i18n\/i18n.js | cumulativeLayoutShiftMetric": [
"audits[cumulative-layout-shift].title"
],
"core\/audits\/metrics\/cumulative-layout-shift.js | description": [
"audits[cumulative-layout-shift].description"
],
"core\/audits\/errors-in-console.js | title": [
"audits[errors-in-console].title"
],
"core\/audits\/errors-in-console.js | description": [
"audits[errors-in-console].description"
],
"core\/audits\/server-response-time.js | title": [
"audits[server-response-time].title"
],
"core\/audits\/server-response-time.js | description": [
"audits[server-response-time].description"
],
"core\/lib\/i18n\/i18n.js | interactiveMetric": [
"audits.interactive.title"
],
"core\/audits\/metrics\/interactive.js | description": [
"audits.interactive.description"
],
"core\/audits\/user-timings.js | title": [
"audits[user-timings].title"
],
"core\/audits\/user-timings.js | description": [
"audits[user-timings].description"
],
"core\/audits\/critical-request-chains.js | title": [
"audits[critical-request-chains].title"
],
"core\/audits\/critical-request-chains.js | description": [
"audits[critical-request-chains].description"
],
"core\/audits\/redirects.js | title": [
"audits.redirects.title"
],
"core\/audits\/redirects.js | description": [
"audits.redirects.description"
],
"core\/audits\/installable-manifest.js | title": [
"audits[installable-manifest].title"
],
"core\/audits\/installable-manifest.js | description": [
"audits[installable-manifest].description"
],
"core\/audits\/splash-screen.js | title": [
"audits[splash-screen].title"
],
"core\/audits\/splash-screen.js | description": [
"audits[splash-screen].description"
],
"core\/audits\/themed-omnibox.js | title": [
"audits[themed-omnibox].title"
],
"core\/audits\/themed-omnibox.js | description": [
"audits[themed-omnibox].description"
],
"core\/audits\/maskable-icon.js | title": [
"audits[maskable-icon].title"
],
"core\/audits\/maskable-icon.js | description": [
"audits[maskable-icon].description"
],
"core\/audits\/content-width.js | title": [
"audits[content-width].title"
],
"core\/audits\/content-width.js | description": [
"audits[content-width].description"
],
"core\/audits\/image-aspect-ratio.js | title": [
"audits[image-aspect-ratio].title"
],
"core\/audits\/image-aspect-ratio.js | description": [
"audits[image-aspect-ratio].description"
],
"core\/audits\/image-size-responsive.js | title": [
"audits[image-size-responsive].title"
],
"core\/audits\/image-size-responsive.js | description": [
"audits[image-size-responsive].description"
],
"core\/audits\/preload-fonts.js | title": [
"audits[preload-fonts].title"
],
"core\/audits\/preload-fonts.js | description": [
"audits[preload-fonts].description"
],
"core\/audits\/deprecations.js | title": [
"audits.deprecations.title"
],
"core\/audits\/deprecations.js | description": [
"audits.deprecations.description"
],
"core\/audits\/third-party-cookies.js | title": [
"audits[third-party-cookies].title"
],
"core\/audits\/third-party-cookies.js | description": [
"audits[third-party-cookies].description"
],
"core\/audits\/mainthread-work-breakdown.js | title": [
"audits[mainthread-work-breakdown].title"
],
"core\/audits\/mainthread-work-breakdown.js | description": [
"audits[mainthread-work-breakdown].description"
],
"core\/audits\/bootup-time.js | title": [
"audits[bootup-time].title"
],
"core\/audits\/bootup-time.js | description": [
"audits[bootup-time].description"
],
"core\/audits\/uses-rel-preload.js | title": [
"audits[uses-rel-preload].title"
],
"core\/audits\/uses-rel-preload.js | description": [
"audits[uses-rel-preload].description"
],
"core\/audits\/uses-rel-preconnect.js | title": [
"audits[uses-rel-preconnect].title"
],
"core\/audits\/uses-rel-preconnect.js | description": [
"audits[uses-rel-preconnect].description"
],
"core\/audits\/font-display.js | title": [
"audits[font-display].title"
],
"core\/audits\/font-display.js | description": [
"audits[font-display].description"
],
"core\/audits\/network-rtt.js | title": [
"audits[network-rtt].title"
],
"core\/audits\/network-rtt.js | description": [
"audits[network-rtt].description"
],
"core\/audits\/network-server-latency.js | title": [
"audits[network-server-latency].title"
],
"core\/audits\/network-server-latency.js | description": [
"audits[network-server-latency].description"
],
"core\/audits\/performance-budget.js | title": [
"audits[performance-budget].title"
],
"core\/audits\/performance-budget.js | description": [
"audits[performance-budget].description"
],
"core\/audits\/timing-budget.js | title": [
"audits[timing-budget].title"
],
"core\/audits\/timing-budget.js | description": [
"audits[timing-budget].description"
],
"core\/audits\/third-party-summary.js | title": [
"audits[third-party-summary].title"
],
"core\/audits\/third-party-summary.js | description": [
"audits[third-party-summary].description"
],
"core\/audits\/third-party-facades.js | title": [
"audits[third-party-facades].title"
],
"core\/audits\/third-party-facades.js | description": [
"audits[third-party-facades].description"
],
"core\/audits\/largest-contentful-paint-element.js | title": [
"audits[largest-contentful-paint-element].title"
],
"core\/audits\/largest-contentful-paint-element.js | description": [
"audits[largest-contentful-paint-element].description"
],
"core\/audits\/lcp-lazy-loaded.js | title": [
"audits[lcp-lazy-loaded].title"
],
"core\/audits\/lcp-lazy-loaded.js | description": [
"audits[lcp-lazy-loaded].description"
],
"core\/audits\/layout-shift-elements.js | title": [
"audits[layout-shift-elements].title"
],
"core\/audits\/layout-shift-elements.js | description": [
"audits[layout-shift-elements].description"
],
"core\/audits\/long-tasks.js | title": [
"audits[long-tasks].title"
],
"core\/audits\/long-tasks.js | description": [
"audits[long-tasks].description"
],
"core\/audits\/no-unload-listeners.js | title": [
"audits[no-unload-listeners].title"
],
"core\/audits\/no-unload-listeners.js | description": [
"audits[no-unload-listeners].description"
],
"core\/audits\/non-composited-animations.js | title": [
"audits[non-composited-animations].title"
],
"core\/audits\/non-composited-animations.js | description": [
"audits[non-composited-animations].description"
],
"core\/audits\/unsized-images.js | title": [
"audits[unsized-images].title"
],
"core\/audits\/unsized-images.js | description": [
"audits[unsized-images].description"
],
"core\/audits\/valid-source-maps.js | title": [
"audits[valid-source-maps].title"
],
"core\/audits\/valid-source-maps.js | description": [
"audits[valid-source-maps].description"
],
"core\/audits\/prioritize-lcp-image.js | title": [
"audits[prioritize-lcp-image].title"
],
"core\/audits\/prioritize-lcp-image.js | description": [
"audits[prioritize-lcp-image].description"
],
"core\/audits\/csp-xss.js | title": [
"audits[csp-xss].title"
],
"core\/audits\/csp-xss.js | description": [
"audits[csp-xss].description"
],
"core\/audits\/manual\/pwa-cross-browser.js | title": [
"audits[pwa-cross-browser].title"
],
"core\/audits\/manual\/pwa-cross-browser.js | description": [
"audits[pwa-cross-browser].description"
],
"core\/audits\/manual\/pwa-page-transitions.js | title": [
"audits[pwa-page-transitions].title"
],
"core\/audits\/manual\/pwa-page-transitions.js | description": [
"audits[pwa-page-transitions].description"
],
"core\/audits\/manual\/pwa-each-page-has-url.js | title": [
"audits[pwa-each-page-has-url].title"
],
"core\/audits\/manual\/pwa-each-page-has-url.js | description": [
"audits[pwa-each-page-has-url].description"
],
"core\/audits\/accessibility\/accesskeys.js | title": [
"audits.accesskeys.title"
],
"core\/audits\/accessibility\/accesskeys.js | description": [
"audits.accesskeys.description"
],
"core\/audits\/accessibility\/aria-allowed-attr.js | title": [
"audits[aria-allowed-attr].title"
],
"core\/audits\/accessibility\/aria-allowed-attr.js | description": [
"audits[aria-allowed-attr].description"
],
"core\/audits\/accessibility\/aria-allowed-role.js | title": [
"audits[aria-allowed-role].title"
],
"core\/audits\/accessibility\/aria-allowed-role.js | description": [
"audits[aria-allowed-role].description"
],
"core\/audits\/accessibility\/aria-command-name.js | title": [
"audits[aria-command-name].title"
],
"core\/audits\/accessibility\/aria-command-name.js | description": [
"audits[aria-command-name].description"
],
"core\/audits\/accessibility\/aria-dialog-name.js | title": [
"audits[aria-dialog-name].title"
],
"core\/audits\/accessibility\/aria-dialog-name.js | description": [
"audits[aria-dialog-name].description"
],
"core\/audits\/accessibility\/aria-hidden-body.js | title": [
"audits[aria-hidden-body].title"
],
"core\/audits\/accessibility\/aria-hidden-body.js | description": [
"audits[aria-hidden-body].description"
],
"core\/audits\/accessibility\/aria-hidden-focus.js | title": [
"audits[aria-hidden-focus].title"
],
"core\/audits\/accessibility\/aria-hidden-focus.js | description": [
"audits[aria-hidden-focus].description"
],
"core\/audits\/accessibility\/aria-input-field-name.js | title": [
"audits[aria-input-field-name].title"
],
"core\/audits\/accessibility\/aria-input-field-name.js | description": [
"audits[aria-input-field-name].description"
],
"core\/audits\/accessibility\/aria-meter-name.js | title": [
"audits[aria-meter-name].title"
],
"core\/audits\/accessibility\/aria-meter-name.js | description": [
"audits[aria-meter-name].description"
],
"core\/audits\/accessibility\/aria-progressbar-name.js | title": [
"audits[aria-progressbar-name].title"
],
"core\/audits\/accessibility\/aria-progressbar-name.js | description": [
"audits[aria-progressbar-name].description"
],
"core\/audits\/accessibility\/aria-required-attr.js | title": [
"audits[aria-required-attr].title"
],
"core\/audits\/accessibility\/aria-required-attr.js | description": [
"audits[aria-required-attr].description"
],
"core\/audits\/accessibility\/aria-required-children.js | title": [
"audits[aria-required-children].title"
],
"core\/audits\/accessibility\/aria-required-children.js | description": [
"audits[aria-required-children].description"
],
"core\/audits\/accessibility\/aria-required-parent.js | title": [
"audits[aria-required-parent].title"
],
"core\/audits\/accessibility\/aria-required-parent.js | description": [
"audits[aria-required-parent].description"
],
"core\/audits\/accessibility\/aria-roles.js | title": [
"audits[aria-roles].title"
],
"core\/audits\/accessibility\/aria-roles.js | description": [
"audits[aria-roles].description"
],
"core\/audits\/accessibility\/aria-text.js | title": [
"audits[aria-text].title"
],
"core\/audits\/accessibility\/aria-text.js | description": [
"audits[aria-text].description"
],
"core\/audits\/accessibility\/aria-toggle-field-name.js | title": [
"audits[aria-toggle-field-name].title"
],
"core\/audits\/accessibility\/aria-toggle-field-name.js | description": [
"audits[aria-toggle-field-name].description"
],
"core\/audits\/accessibility\/aria-tooltip-name.js | title": [
"audits[aria-tooltip-name].title"
],
"core\/audits\/accessibility\/aria-tooltip-name.js | description": [
"audits[aria-tooltip-name].description"
],
"core\/audits\/accessibility\/aria-treeitem-name.js | title": [
"audits[aria-treeitem-name].title"
],
"core\/audits\/accessibility\/aria-treeitem-name.js | description": [
"audits[aria-treeitem-name].description"
],
"core\/audits\/accessibility\/aria-valid-attr-value.js | title": [
"audits[aria-valid-attr-value].title"
],
"core\/audits\/accessibility\/aria-valid-attr-value.js | description": [
"audits[aria-valid-attr-value].description"
],
"core\/audits\/accessibility\/aria-valid-attr.js | title": [
"audits[aria-valid-attr].title"
],
"core\/audits\/accessibility\/aria-valid-attr.js | description": [
"audits[aria-valid-attr].description"
],
"core\/audits\/accessibility\/button-name.js | title": [
"audits[button-name].title"
],
"core\/audits\/accessibility\/button-name.js | description": [
"audits[button-name].description"
],
"core\/audits\/accessibility\/bypass.js | title": [
"audits.bypass.title"
],
"core\/audits\/accessibility\/bypass.js | description": [
"audits.bypass.description"
],
"core\/audits\/accessibility\/color-contrast.js | title": [
"audits[color-contrast].title"
],
"core\/audits\/accessibility\/color-contrast.js | description": [
"audits[color-contrast].description"
],
"core\/audits\/accessibility\/definition-list.js | title": [
"audits[definition-list].title"
],
"core\/audits\/accessibility\/definition-list.js | description": [
"audits[definition-list].description"
],
"core\/audits\/accessibility\/dlitem.js | title": [
"audits.dlitem.title"
],
"core\/audits\/accessibility\/dlitem.js | description": [
"audits.dlitem.description"
],
"core\/audits\/accessibility\/document-title.js | title": [
"audits[document-title].title"
],
"core\/audits\/accessibility\/document-title.js | description": [
"audits[document-title].description"
],
"core\/audits\/accessibility\/duplicate-id-active.js | title": [
"audits[duplicate-id-active].title"
],
"core\/audits\/accessibility\/duplicate-id-active.js | description": [
"audits[duplicate-id-active].description"
],
"core\/audits\/accessibility\/duplicate-id-aria.js | title": [
"audits[duplicate-id-aria].title"
],
"core\/audits\/accessibility\/duplicate-id-aria.js | description": [
"audits[duplicate-id-aria].description"
],
"core\/audits\/accessibility\/empty-heading.js | title": [
"audits[empty-heading].title"
],
"core\/audits\/accessibility\/empty-heading.js | description": [
"audits[empty-heading].description"
],
"core\/audits\/accessibility\/form-field-multiple-labels.js | title": [
"audits[form-field-multiple-labels].title"
],
"core\/audits\/accessibility\/form-field-multiple-labels.js | description": [
"audits[form-field-multiple-labels].description"
],
"core\/audits\/accessibility\/frame-title.js | title": [
"audits[frame-title].title"
],
"core\/audits\/accessibility\/frame-title.js | description": [
"audits[frame-title].description"
],
"core\/audits\/accessibility\/heading-order.js | title": [
"audits[heading-order].title"
],
"core\/audits\/accessibility\/heading-order.js | description": [
"audits[heading-order].description"
],
"core\/audits\/accessibility\/html-has-lang.js | title": [
"audits[html-has-lang].title"
],
"core\/audits\/accessibility\/html-has-lang.js | description": [
"audits[html-has-lang].description"
],
"core\/audits\/accessibility\/html-lang-valid.js | title": [
"audits[html-lang-valid].title"
],
"core\/audits\/accessibility\/html-lang-valid.js | description": [
"audits[html-lang-valid].description"
],
"core\/audits\/accessibility\/html-xml-lang-mismatch.js | title": [
"audits[html-xml-lang-mismatch].title"
],
"core\/audits\/accessibility\/html-xml-lang-mismatch.js | description": [
"audits[html-xml-lang-mismatch].description"
],
"core\/audits\/accessibility\/identical-links-same-purpose.js | title": [
"audits[identical-links-same-purpose].title"
],
"core\/audits\/accessibility\/identical-links-same-purpose.js | description": [
"audits[identical-links-same-purpose].description"
],
"core\/audits\/accessibility\/image-alt.js | title": [
"audits[image-alt].title"
],
"core\/audits\/accessibility\/image-alt.js | description": [
"audits[image-alt].description"
],
"core\/audits\/accessibility\/image-redundant-alt.js | title": [
"audits[image-redundant-alt].title"
],
"core\/audits\/accessibility\/image-redundant-alt.js | description": [
"audits[image-redundant-alt].description"
],
"core\/audits\/accessibility\/input-button-name.js | title": [
"audits[input-button-name].title"
],
"core\/audits\/accessibility\/input-button-name.js | description": [
"audits[input-button-name].description"
],
"core\/audits\/accessibility\/input-image-alt.js | title": [
"audits[input-image-alt].title"
],
"core\/audits\/accessibility\/input-image-alt.js | description": [
"audits[input-image-alt].description"
],
"core\/audits\/accessibility\/label-content-name-mismatch.js | title": [
"audits[label-content-name-mismatch].title"
],
"core\/audits\/accessibility\/label-content-name-mismatch.js | description": [
"audits[label-content-name-mismatch].description"
],
"core\/audits\/accessibility\/label.js | title": [
"audits.label.title"
],
"core\/audits\/accessibility\/label.js | description": [
"audits.label.description"
],
"core\/audits\/accessibility\/landmark-one-main.js | title": [
"audits[landmark-one-main].title"
],
"core\/audits\/accessibility\/landmark-one-main.js | description": [
"audits[landmark-one-main].description"
],
"core\/audits\/accessibility\/link-name.js | title": [
"audits[link-name].title"
],
"core\/audits\/accessibility\/link-name.js | description": [
"audits[link-name].description"
],
"core\/audits\/accessibility\/link-in-text-block.js | title": [
"audits[link-in-text-block].title"
],
"core\/audits\/accessibility\/link-in-text-block.js | description": [
"audits[link-in-text-block].description"
],
"core\/audits\/accessibility\/list.js | title": [
"audits.list.title"
],
"core\/audits\/accessibility\/list.js | description": [
"audits.list.description"
],
"core\/audits\/accessibility\/listitem.js | title": [
"audits.listitem.title"
],
"core\/audits\/accessibility\/listitem.js | description": [
"audits.listitem.description"
],
"core\/audits\/accessibility\/meta-refresh.js | title": [
"audits[meta-refresh].title"
],
"core\/audits\/accessibility\/meta-refresh.js | description": [
"audits[meta-refresh].description"
],
"core\/audits\/accessibility\/meta-viewport.js | title": [
"audits[meta-viewport].title"
],
"core\/audits\/accessibility\/meta-viewport.js | description": [
"audits[meta-viewport].description"
],
"core\/audits\/accessibility\/object-alt.js | title": [
"audits[object-alt].title"
],
"core\/audits\/accessibility\/object-alt.js | description": [
"audits[object-alt].description"
],
"core\/audits\/accessibility\/select-name.js | title": [
"audits[select-name].title"
],
"core\/audits\/accessibility\/select-name.js | description": [
"audits[select-name].description"
],
"core\/audits\/accessibility\/skip-link.js | title": [
"audits[skip-link].title"
],
"core\/audits\/accessibility\/skip-link.js | description": [
"audits[skip-link].description"
],
"core\/audits\/accessibility\/tabindex.js | title": [
"audits.tabindex.title"
],
"core\/audits\/accessibility\/tabindex.js | description": [
"audits.tabindex.description"
],
"core\/audits\/accessibility\/table-duplicate-name.js | title": [
"audits[table-duplicate-name].title"
],
"core\/audits\/accessibility\/table-duplicate-name.js | description": [
"audits[table-duplicate-name].description"
],
"core\/audits\/accessibility\/table-fake-caption.js | title": [
"audits[table-fake-caption].title"
],
"core\/audits\/accessibility\/table-fake-caption.js | description": [
"audits[table-fake-caption].description"
],
"core\/audits\/accessibility\/target-size.js | title": [
"audits[target-size].title"
],
"core\/audits\/accessibility\/target-size.js | description": [
"audits[target-size].description"
],
"core\/audits\/accessibility\/td-has-header.js | title": [
"audits[td-has-header].title"
],
"core\/audits\/accessibility\/td-has-header.js | description": [
"audits[td-has-header].description"
],
"core\/audits\/accessibility\/td-headers-attr.js | title": [
"audits[td-headers-attr].title"
],
"core\/audits\/accessibility\/td-headers-attr.js | description": [
"audits[td-headers-attr].description"
],
"core\/audits\/accessibility\/th-has-data-cells.js | title": [
"audits[th-has-data-cells].title"
],
"core\/audits\/accessibility\/th-has-data-cells.js | description": [
"audits[th-has-data-cells].description"
],
"core\/audits\/accessibility\/valid-lang.js | title": [
"audits[valid-lang].title"
],
"core\/audits\/accessibility\/valid-lang.js | description": [
"audits[valid-lang].description"
],
"core\/audits\/accessibility\/video-caption.js | title": [
"audits[video-caption].title"
],
"core\/audits\/accessibility\/video-caption.js | description": [
"audits[video-caption].description"
],
"core\/audits\/byte-efficiency\/uses-long-cache-ttl.js | title": [
"audits[uses-long-cache-ttl].title"
],
"core\/audits\/byte-efficiency\/uses-long-cache-ttl.js | description": [
"audits[uses-long-cache-ttl].description"
],
"core\/audits\/byte-efficiency\/total-byte-weight.js | title": [
"audits[total-byte-weight].title"
],
"core\/audits\/byte-efficiency\/total-byte-weight.js | description": [
"audits[total-byte-weight].description"
],
"core\/audits\/byte-efficiency\/offscreen-images.js | title": [
"audits[offscreen-images].title"
],
"core\/audits\/byte-efficiency\/offscreen-images.js | description": [
"audits[offscreen-images].description"
],
"core\/audits\/byte-efficiency\/render-blocking-resources.js | title": [
"audits[render-blocking-resources].title"
],
"core\/audits\/byte-efficiency\/render-blocking-resources.js | description": [
"audits[render-blocking-resources].description"
],
"core\/audits\/byte-efficiency\/unminified-css.js | title": [
"audits[unminified-css].title"
],
"core\/audits\/byte-efficiency\/unminified-css.js | description": [
"audits[unminified-css].description"
],
"core\/audits\/byte-efficiency\/unminified-javascript.js | title": [
"audits[unminified-javascript].title"
],
"core\/audits\/byte-efficiency\/unminified-javascript.js | description": [
"audits[unminified-javascript].description"
],
"core\/audits\/byte-efficiency\/unused-css-rules.js | title": [
"audits[unused-css-rules].title"
],
"core\/audits\/byte-efficiency\/unused-css-rules.js | description": [
"audits[unused-css-rules].description"
],
"core\/audits\/byte-efficiency\/unused-javascript.js | title": [
"audits[unused-javascript].title"
],
"core\/audits\/byte-efficiency\/unused-javascript.js | description": [
"audits[unused-javascript].description"
],
"core\/audits\/byte-efficiency\/modern-image-formats.js | title": [
"audits[modern-image-formats].title"
],
"core\/audits\/byte-efficiency\/modern-image-formats.js | description": [
"audits[modern-image-formats].description"
],
"core\/audits\/byte-efficiency\/uses-optimized-images.js | title": [
"audits[uses-optimized-images].title"
],
"core\/audits\/byte-efficiency\/uses-optimized-images.js | description": [
"audits[uses-optimized-images].description"
],
"core\/audits\/byte-efficiency\/uses-text-compression.js | title": [
"audits[uses-text-compression].title"
],
"core\/audits\/byte-efficiency\/uses-text-compression.js | description": [
"audits[uses-text-compression].description"
],
"core\/audits\/byte-efficiency\/uses-responsive-images.js | title": [
"audits[uses-responsive-images].title"
],
"core\/audits\/byte-efficiency\/uses-responsive-images.js | description": [
"audits[uses-responsive-images].description"
],
"core\/audits\/byte-efficiency\/efficient-animated-content.js | title": [
"audits[efficient-animated-content].title"
],
"core\/audits\/byte-efficiency\/efficient-animated-content.js | description": [
"audits[efficient-animated-content].description"
],
"core\/audits\/byte-efficiency\/duplicated-javascript.js | title": [
"audits[duplicated-javascript].title"
],
"core\/audits\/byte-efficiency\/duplicated-javascript.js | description": [
"audits[duplicated-javascript].description"
],
"core\/audits\/byte-efficiency\/legacy-javascript.js | title": [
"audits[legacy-javascript].title"
],
"core\/audits\/byte-efficiency\/legacy-javascript.js | description": [
"audits[legacy-javascript].description"
],
"core\/audits\/dobetterweb\/doctype.js | title": [
"audits.doctype.title"
],
"core\/audits\/dobetterweb\/doctype.js | description": [
"audits.doctype.description"
],
"core\/audits\/dobetterweb\/charset.js | title": [
"audits.charset.title"
],
"core\/audits\/dobetterweb\/charset.js | description": [
"audits.charset.description"
],
"core\/audits\/dobetterweb\/dom-size.js | title": [
"audits[dom-size].title"
],
"core\/audits\/dobetterweb\/dom-size.js | description": [
"audits[dom-size].description"
],
"core\/audits\/dobetterweb\/geolocation-on-start.js | title": [
"audits[geolocation-on-start].title"
],
"core\/audits\/dobetterweb\/geolocation-on-start.js | description": [
"audits[geolocation-on-start].description"
],
"core\/audits\/dobetterweb\/inspector-issues.js | title": [
"audits[inspector-issues].title"
],
"core\/audits\/dobetterweb\/inspector-issues.js | description": [
"audits[inspector-issues].description"
],
"core\/audits\/dobetterweb\/no-document-write.js | title": [
"audits[no-document-write].title"
],
"core\/audits\/dobetterweb\/no-document-write.js | description": [
"audits[no-document-write].description"
],
"core\/audits\/dobetterweb\/js-libraries.js | title": [
"audits[js-libraries].title"
],
"core\/audits\/dobetterweb\/js-libraries.js | description": [
"audits[js-libraries].description"
],
"core\/audits\/dobetterweb\/notification-on-start.js | title": [
"audits[notification-on-start].title"
],
"core\/audits\/dobetterweb\/notification-on-start.js | description": [
"audits[notification-on-start].description"
],
"core\/audits\/dobetterweb\/paste-preventing-inputs.js | title": [
"audits[paste-preventing-inputs].title"
],
"core\/audits\/dobetterweb\/paste-preventing-inputs.js | description": [
"audits[paste-preventing-inputs].description"
],
"core\/audits\/dobetterweb\/uses-http2.js | title": [
"audits[uses-http2].title"
],
"core\/audits\/dobetterweb\/uses-http2.js | description": [
"audits[uses-http2].description"
],
"core\/audits\/dobetterweb\/uses-passive-event-listeners.js | title": [
"audits[uses-passive-event-listeners].title"
],
"core\/audits\/dobetterweb\/uses-passive-event-listeners.js | description": [
"audits[uses-passive-event-listeners].description"
],
"core\/audits\/seo\/meta-description.js | title": [
"audits[meta-description].title"
],
"core\/audits\/seo\/meta-description.js | description": [
"audits[meta-description].description"
],
"core\/audits\/seo\/http-status-code.js | title": [
"audits[http-status-code].title"
],
"core\/audits\/seo\/http-status-code.js | description": [
"audits[http-status-code].description"
],
"core\/audits\/seo\/font-size.js | title": [
"audits[font-size].title"
],
"core\/audits\/seo\/font-size.js | description": [
"audits[font-size].description"
],
"core\/audits\/seo\/link-text.js | title": [
"audits[link-text].title"
],
"core\/audits\/seo\/link-text.js | description": [
"audits[link-text].description"
],
"core\/audits\/seo\/crawlable-anchors.js | title": [
"audits[crawlable-anchors].title"
],
"core\/audits\/seo\/crawlable-anchors.js | description": [
"audits[crawlable-anchors].description"
],
"core\/audits\/seo\/is-crawlable.js | title": [
"audits[is-crawlable].title"
],
"core\/audits\/seo\/is-crawlable.js | description": [
"audits[is-crawlable].description"
],
"core\/audits\/seo\/robots-txt.js | title": [
"audits[robots-txt].title"
],
"core\/audits\/seo\/robots-txt.js | description": [
"audits[robots-txt].description"
],
"core\/audits\/seo\/tap-targets.js | title": [
"audits[tap-targets].title"
],
"core\/audits\/seo\/tap-targets.js | description": [
"audits[tap-targets].description"
],
"core\/audits\/seo\/hreflang.js | title": [
"audits.hreflang.title"
],
"core\/audits\/seo\/hreflang.js | description": [
"audits.hreflang.description"
],
"core\/audits\/seo\/plugins.js | title": [
"audits.plugins.title"
],
"core\/audits\/seo\/plugins.js | description": [
"audits.plugins.description"
],
"core\/audits\/seo\/canonical.js | title": [
"audits.canonical.title"
],
"core\/audits\/seo\/canonical.js | description": [
"audits.canonical.description"
],
"core\/audits\/seo\/manual\/structured-data.js | title": [
"audits[structured-data].title"
],
"core\/audits\/seo\/manual\/structured-data.js | description": [
"audits[structured-data].description"
],
"core\/audits\/bf-cache.js | title": [
"audits[bf-cache].title"
],
"core\/audits\/bf-cache.js | description": [
"audits[bf-cache].description"
],
"core\/config\/default-config.js | performanceCategoryTitle": [
"categories.performance.title"
],
"core\/config\/default-config.js | a11yCategoryTitle": [
"categories.accessibility.title"
],
"core\/config\/default-config.js | a11yCategoryDescription": [
"categories.accessibility.description"
],
"core\/config\/default-config.js | a11yCategoryManualDescription": [
"categories.accessibility.manualDescription"
],
"core\/config\/default-config.js | bestPracticesCategoryTitle": [
"categories[best-practices].title"
],
"core\/config\/default-config.js | seoCategoryTitle": [
"categories.seo.title"
],
"core\/config\/default-config.js | seoCategoryDescription": [
"categories.seo.description"
],
"core\/config\/default-config.js | seoCategoryManualDescription": [
"categories.seo.manualDescription"
],
"core\/config\/default-config.js | pwaCategoryTitle": [
"categories.pwa.title"
],
"core\/config\/default-config.js | pwaCategoryDescription": [
"categories.pwa.description"
],
"core\/config\/default-config.js | pwaCategoryManualDescription": [
"categories.pwa.manualDescription"
],
"core\/config\/default-config.js | metricGroupTitle": [
"categoryGroups.metrics.title"
],
"core\/config\/default-config.js | loadOpportunitiesGroupTitle": [
"categoryGroups[load-opportunities].title"
],
"core\/config\/default-config.js | loadOpportunitiesGroupDescription": [
"categoryGroups[load-opportunities].description"
],
"core\/config\/default-config.js | budgetsGroupTitle": [
"categoryGroups.budgets.title"
],
"core\/config\/default-config.js | budgetsGroupDescription": [
"categoryGroups.budgets.description"
],
"core\/config\/default-config.js | diagnosticsGroupTitle": [
"categoryGroups.diagnostics.title"
],
"core\/config\/default-config.js | diagnosticsGroupDescription": [
"categoryGroups.diagnostics.description"
],
"core\/config\/default-config.js | pwaInstallableGroupTitle": [
"categoryGroups[pwa-installable].title"
],
"core\/config\/default-config.js | pwaOptimizedGroupTitle": [
"categoryGroups[pwa-optimized].title"
],
"core\/config\/default-config.js | a11yBestPracticesGroupTitle": [
"categoryGroups[a11y-best-practices].title"
],
"core\/config\/default-config.js | a11yBestPracticesGroupDescription": [
"categoryGroups[a11y-best-practices].description"
],
"core\/config\/default-config.js | a11yColorContrastGroupTitle": [
"categoryGroups[a11y-color-contrast].title"
],
"core\/config\/default-config.js | a11yColorContrastGroupDescription": [
"categoryGroups[a11y-color-contrast].description"
],
"core\/config\/default-config.js | a11yNamesLabelsGroupTitle": [
"categoryGroups[a11y-names-labels].title"
],
"core\/config\/default-config.js | a11yNamesLabelsGroupDescription": [
"categoryGroups[a11y-names-labels].description"
],
"core\/config\/default-config.js | a11yNavigationGroupTitle": [
"categoryGroups[a11y-navigation].title"
],
"core\/config\/default-config.js | a11yNavigationGroupDescription": [
"categoryGroups[a11y-navigation].description"
],
"core\/config\/default-config.js | a11yAriaGroupTitle": [
"categoryGroups[a11y-aria].title"
],
"core\/config\/default-config.js | a11yAriaGroupDescription": [
"categoryGroups[a11y-aria].description"
],
"core\/config\/default-config.js | a11yLanguageGroupTitle": [
"categoryGroups[a11y-language].title"
],
"core\/config\/default-config.js | a11yLanguageGroupDescription": [
"categoryGroups[a11y-language].description"
],
"core\/config\/default-config.js | a11yAudioVideoGroupTitle": [
"categoryGroups[a11y-audio-video].title"
],
"core\/config\/default-config.js | a11yAudioVideoGroupDescription": [
"categoryGroups[a11y-audio-video].description"
],
"core\/config\/default-config.js | a11yTablesListsVideoGroupTitle": [
"categoryGroups[a11y-tables-lists].title"
],
"core\/config\/default-config.js | a11yTablesListsVideoGroupDescription": [
"categoryGroups[a11y-tables-lists].description"
],
"core\/config\/default-config.js | seoMobileGroupTitle": [
"categoryGroups[seo-mobile].title"
],
"core\/config\/default-config.js | seoMobileGroupDescription": [
"categoryGroups[seo-mobile].description"
],
"core\/config\/default-config.js | seoContentGroupTitle": [
"categoryGroups[seo-content].title"
],
"core\/config\/default-config.js | seoContentGroupDescription": [
"categoryGroups[seo-content].description"
],
"core\/config\/default-config.js | seoCrawlingGroupTitle": [
"categoryGroups[seo-crawl].title"
],
"core\/config\/default-config.js | seoCrawlingGroupDescription": [
"categoryGroups[seo-crawl].description"
],
"core\/config\/default-config.js | bestPracticesTrustSafetyGroupTitle": [
"categoryGroups[best-practices-trust-safety].title"
],
"core\/config\/default-config.js | bestPracticesUXGroupTitle": [
"categoryGroups[best-practices-ux].title"
],
"core\/config\/default-config.js | bestPracticesBrowserCompatGroupTitle": [
"categoryGroups[best-practices-browser-compat].title"
],
"core\/config\/default-config.js | bestPracticesGeneralGroupTitle": [
"categoryGroups[best-practices-general].title"
]
}
},
"test_log": "lighthouse \"https:\/\/www.geissbuehler.net\/\" --channel wpt --enable-error-reporting --disable-full-page-screenshot --max-wait-for-load 80000 --hostname 127.0.0.1 --port 9291 --output html --output json --output-path \"\/home\/wptagent\/work\/wpt-fra-lb-cxmf-10.10.1.35\/240906_BiDc7F_707.1.0\/lighthouse.json\" --throttling-method provided --form-factor desktop --screenEmulation.disabled --emulatedUserAgent 'Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09'\nFri, 06 Sep 2024 09:24:52 GMT LH:ChromeLauncher Found existing Chrome already running using port 9291, using that.\nFri, 06 Sep 2024 09:24:53 GMT LH:status Connecting to browser\nFri, 06 Sep 2024 09:24:53 GMT LH:status Navigating to about:blank\nFri, 06 Sep 2024 09:24:53 GMT LH:status Benchmarking machine\nFri, 06 Sep 2024 09:24:54 GMT LH:status Preparing target for navigation mode\nFri, 06 Sep 2024 09:24:54 GMT LH:status Cleaning origin data\nFri, 06 Sep 2024 09:24:54 GMT LH:status Cleaning browser cache\nFri, 06 Sep 2024 09:24:54 GMT LH:status Preparing network conditions\nFri, 06 Sep 2024 09:24:54 GMT LH:status Navigating to https:\/\/www.geissbuehler.net\/\nFri, 06 Sep 2024 09:25:32 GMT LH:status Getting artifact: DevtoolsLog\nFri, 06 Sep 2024 09:25:32 GMT LH:status Getting artifact: Trace\nFri, 06 Sep 2024 09:25:32 GMT LH:NavigationRunner:error The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP) https:\/\/www.geissbuehler.net\/\nFri, 06 Sep 2024 09:25:32 GMT LH:status Analyzing and running audits...\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Uses HTTPS\nFri, 06 Sep 2024 09:25:32 GMT LH:is-on-https:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`\nFri, 06 Sep 2024 09:25:32 GMT LH:viewport:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: First Contentful Paint\nFri, 06 Sep 2024 09:25:32 GMT LH:first-contentful-paint:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Largest Contentful Paint\nFri, 06 Sep 2024 09:25:32 GMT LH:largest-contentful-paint:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: First Meaningful Paint\nFri, 06 Sep 2024 09:25:32 GMT LH:first-meaningful-paint:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Speed Index\nFri, 06 Sep 2024 09:25:32 GMT LH:speed-index:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Screenshot Thumbnails\nFri, 06 Sep 2024 09:25:32 GMT LH:screenshot-thumbnails:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Final Screenshot\nFri, 06 Sep 2024 09:25:32 GMT LH:final-screenshot:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Total Blocking Time\nFri, 06 Sep 2024 09:25:32 GMT LH:total-blocking-time:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Max Potential First Input Delay\nFri, 06 Sep 2024 09:25:32 GMT LH:max-potential-fid:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Cumulative Layout Shift\nFri, 06 Sep 2024 09:25:32 GMT LH:cumulative-layout-shift:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: No browser errors logged to the console\nFri, 06 Sep 2024 09:25:32 GMT LH:errors-in-console:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Initial server response time was short\nFri, 06 Sep 2024 09:25:32 GMT LH:server-response-time:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Time to Interactive\nFri, 06 Sep 2024 09:25:32 GMT LH:interactive:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: User Timing marks and measures\nFri, 06 Sep 2024 09:25:32 GMT LH:user-timings:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Avoid chaining critical requests\nFri, 06 Sep 2024 09:25:32 GMT LH:critical-request-chains:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Avoid multiple page redirects\nFri, 06 Sep 2024 09:25:32 GMT LH:redirects:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Web app manifest and service worker meet the installability requirements\nFri, 06 Sep 2024 09:25:32 GMT LH:installable-manifest:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Configured for a custom splash screen\nFri, 06 Sep 2024 09:25:32 GMT LH:splash-screen:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Sets a theme color for the address bar.\nFri, 06 Sep 2024 09:25:32 GMT LH:themed-omnibox:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Manifest has a maskable icon\nFri, 06 Sep 2024 09:25:32 GMT LH:maskable-icon:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Content is sized correctly for the viewport\nFri, 06 Sep 2024 09:25:32 GMT LH:content-width:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Displays images with correct aspect ratio\nFri, 06 Sep 2024 09:25:32 GMT LH:image-aspect-ratio:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Serves images with appropriate resolution\nFri, 06 Sep 2024 09:25:32 GMT LH:image-size-responsive:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Fonts with `font-display: optional` are preloaded\nFri, 06 Sep 2024 09:25:32 GMT LH:preload-fonts:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Avoids deprecated APIs\nFri, 06 Sep 2024 09:25:32 GMT LH:deprecations:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Avoids third-party cookies\nFri, 06 Sep 2024 09:25:32 GMT LH:third-party-cookies:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Minimizes main-thread work\nFri, 06 Sep 2024 09:25:32 GMT LH:mainthread-work-breakdown:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: JavaScript execution time\nFri, 06 Sep 2024 09:25:32 GMT LH:bootup-time:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Preload key requests\nFri, 06 Sep 2024 09:25:32 GMT LH:uses-rel-preload:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Preconnect to required origins\nFri, 06 Sep 2024 09:25:32 GMT LH:uses-rel-preconnect:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: All text remains visible during webfont loads\nFri, 06 Sep 2024 09:25:32 GMT LH:font-display:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Diagnostics\nFri, 06 Sep 2024 09:25:32 GMT LH:diagnostics:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Network Requests\nFri, 06 Sep 2024 09:25:32 GMT LH:network-requests:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Network Round Trip Times\nFri, 06 Sep 2024 09:25:32 GMT LH:network-rtt:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Server Backend Latencies\nFri, 06 Sep 2024 09:25:32 GMT LH:network-server-latency:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Tasks\nFri, 06 Sep 2024 09:25:32 GMT LH:main-thread-tasks:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Metrics\nFri, 06 Sep 2024 09:25:32 GMT LH:metrics:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Performance budget\nFri, 06 Sep 2024 09:25:32 GMT LH:performance-budget:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Timing budget\nFri, 06 Sep 2024 09:25:32 GMT LH:timing-budget:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Resources Summary\nFri, 06 Sep 2024 09:25:32 GMT LH:resource-summary:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Minimize third-party usage\nFri, 06 Sep 2024 09:25:32 GMT LH:third-party-summary:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Lazy load third-party resources with facades\nFri, 06 Sep 2024 09:25:32 GMT LH:third-party-facades:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Largest Contentful Paint element\nFri, 06 Sep 2024 09:25:32 GMT LH:largest-contentful-paint-element:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Largest Contentful Paint image was not lazily loaded\nFri, 06 Sep 2024 09:25:32 GMT LH:lcp-lazy-loaded:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Avoid large layout shifts\nFri, 06 Sep 2024 09:25:32 GMT LH:layout-shift-elements:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Avoid long main-thread tasks\nFri, 06 Sep 2024 09:25:32 GMT LH:long-tasks:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Avoids `unload` event listeners\nFri, 06 Sep 2024 09:25:32 GMT LH:no-unload-listeners:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Avoid non-composited animations\nFri, 06 Sep 2024 09:25:32 GMT LH:non-composited-animations:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Image elements have explicit `width` and `height`\nFri, 06 Sep 2024 09:25:32 GMT LH:unsized-images:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Page has valid source maps\nFri, 06 Sep 2024 09:25:32 GMT LH:valid-source-maps:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Preload Largest Contentful Paint image\nFri, 06 Sep 2024 09:25:32 GMT LH:prioritize-lcp-image:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Ensure CSP is effective against XSS attacks\nFri, 06 Sep 2024 09:25:32 GMT LH:csp-xss:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Script Treemap Data\nFri, 06 Sep 2024 09:25:32 GMT LH:script-treemap-data:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Site works cross-browser\nFri, 06 Sep 2024 09:25:32 GMT LH:pwa-cross-browser:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Page transitions don't feel like they block on the network\nFri, 06 Sep 2024 09:25:32 GMT LH:pwa-page-transitions:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Each page has a URL\nFri, 06 Sep 2024 09:25:32 GMT LH:pwa-each-page-has-url:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[accesskey]` values are unique\nFri, 06 Sep 2024 09:25:32 GMT LH:accesskeys:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[aria-*]` attributes match their roles\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-allowed-attr:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Values assigned to `role=\"\"` are valid ARIA roles.\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-allowed-role:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `button`, `link`, and `menuitem` elements have accessible names\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-command-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-dialog-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[aria-hidden=\"true\"]` is not present on the document `<body>`\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-hidden-body:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[aria-hidden=\"true\"]` elements do not contain focusable descendents\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-hidden-focus:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: ARIA input fields have accessible names\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-input-field-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: ARIA `meter` elements have accessible names\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-meter-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: ARIA `progressbar` elements have accessible names\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-progressbar-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[role]`s have all required `[aria-*]` attributes\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-required-attr:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-required-children:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[role]`s are contained by their required parent element\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-required-parent:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[role]` values are valid\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-roles:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Elements with the `role=text` attribute do not have focusable descendents.\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-text:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: ARIA toggle fields have accessible names\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-toggle-field-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: ARIA `tooltip` elements have accessible names\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-tooltip-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: ARIA `treeitem` elements have accessible names\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-treeitem-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[aria-*]` attributes have valid values\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-valid-attr-value:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[aria-*]` attributes are valid and not misspelled\nFri, 06 Sep 2024 09:25:32 GMT LH:aria-valid-attr:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Buttons have an accessible name\nFri, 06 Sep 2024 09:25:32 GMT LH:button-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: The page contains a heading, skip link, or landmark region\nFri, 06 Sep 2024 09:25:32 GMT LH:bypass:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Background and foreground colors have a sufficient contrast ratio\nFri, 06 Sep 2024 09:25:32 GMT LH:color-contrast:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.\nFri, 06 Sep 2024 09:25:32 GMT LH:definition-list:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Definition list items are wrapped in `<dl>` elements\nFri, 06 Sep 2024 09:25:32 GMT LH:dlitem:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Document has a `<title>` element\nFri, 06 Sep 2024 09:25:32 GMT LH:document-title:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[id]` attributes on active, focusable elements are unique\nFri, 06 Sep 2024 09:25:32 GMT LH:duplicate-id-active:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: ARIA IDs are unique\nFri, 06 Sep 2024 09:25:32 GMT LH:duplicate-id-aria:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: All heading elements contain content.\nFri, 06 Sep 2024 09:25:32 GMT LH:empty-heading:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: No form fields have multiple labels\nFri, 06 Sep 2024 09:25:32 GMT LH:form-field-multiple-labels:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `<frame>` or `<iframe>` elements have a title\nFri, 06 Sep 2024 09:25:32 GMT LH:frame-title:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Heading elements appear in a sequentially-descending order\nFri, 06 Sep 2024 09:25:32 GMT LH:heading-order:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `<html>` element has a `[lang]` attribute\nFri, 06 Sep 2024 09:25:32 GMT LH:html-has-lang:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `<html>` element has a valid value for its `[lang]` attribute\nFri, 06 Sep 2024 09:25:32 GMT LH:html-lang-valid:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.\nFri, 06 Sep 2024 09:25:32 GMT LH:html-xml-lang-mismatch:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Identical links have the same purpose.\nFri, 06 Sep 2024 09:25:32 GMT LH:identical-links-same-purpose:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Image elements have `[alt]` attributes\nFri, 06 Sep 2024 09:25:32 GMT LH:image-alt:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Image elements do not have `[alt]` attributes that are redundant text.\nFri, 06 Sep 2024 09:25:32 GMT LH:image-redundant-alt:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Input buttons have discernible text.\nFri, 06 Sep 2024 09:25:32 GMT LH:input-button-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `<input type=\"image\">` elements have `[alt]` text\nFri, 06 Sep 2024 09:25:32 GMT LH:input-image-alt:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Elements with visible text labels have matching accessible names.\nFri, 06 Sep 2024 09:25:32 GMT LH:label-content-name-mismatch:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Form elements have associated labels\nFri, 06 Sep 2024 09:25:32 GMT LH:label:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Document has a main landmark.\nFri, 06 Sep 2024 09:25:32 GMT LH:landmark-one-main:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Links have a discernible name\nFri, 06 Sep 2024 09:25:32 GMT LH:link-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Links are distinguishable without relying on color.\nFri, 06 Sep 2024 09:25:32 GMT LH:link-in-text-block:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).\nFri, 06 Sep 2024 09:25:32 GMT LH:list:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements\nFri, 06 Sep 2024 09:25:32 GMT LH:listitem:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: The document does not use `<meta http-equiv=\"refresh\">`\nFri, 06 Sep 2024 09:25:32 GMT LH:meta-refresh:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5.\nFri, 06 Sep 2024 09:25:32 GMT LH:meta-viewport:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `<object>` elements have alternate text\nFri, 06 Sep 2024 09:25:32 GMT LH:object-alt:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Select elements have associated label elements.\nFri, 06 Sep 2024 09:25:32 GMT LH:select-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Skip links are focusable.\nFri, 06 Sep 2024 09:25:32 GMT LH:skip-link:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: No element has a `[tabindex]` value greater than 0\nFri, 06 Sep 2024 09:25:32 GMT LH:tabindex:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Tables have different content in the summary attribute and `<caption>`.\nFri, 06 Sep 2024 09:25:32 GMT LH:table-duplicate-name:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.\nFri, 06 Sep 2024 09:25:32 GMT LH:table-fake-caption:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Touch targets have sufficient size and spacing.\nFri, 06 Sep 2024 09:25:32 GMT LH:target-size:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `<td>` elements in a large `<table>` have one or more table headers.\nFri, 06 Sep 2024 09:25:32 GMT LH:td-has-header:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.\nFri, 06 Sep 2024 09:25:32 GMT LH:td-headers-attr:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `<th>` elements and elements with `[role=\"columnheader\"\/\"rowheader\"]` have data cells they describe.\nFri, 06 Sep 2024 09:25:32 GMT LH:th-has-data-cells:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `[lang]` attributes have a valid value\nFri, 06 Sep 2024 09:25:32 GMT LH:valid-lang:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: `<video>` elements contain a `<track>` element with `[kind=\"captions\"]`\nFri, 06 Sep 2024 09:25:32 GMT LH:video-caption:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Custom controls have associated labels\nFri, 06 Sep 2024 09:25:32 GMT LH:custom-controls-labels:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Custom controls have ARIA roles\nFri, 06 Sep 2024 09:25:32 GMT LH:custom-controls-roles:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: User focus is not accidentally trapped in a region\nFri, 06 Sep 2024 09:25:32 GMT LH:focus-traps:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Interactive controls are keyboard focusable\nFri, 06 Sep 2024 09:25:32 GMT LH:focusable-controls:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Interactive elements indicate their purpose and state\nFri, 06 Sep 2024 09:25:32 GMT LH:interactive-element-affordance:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: The page has a logical tab order\nFri, 06 Sep 2024 09:25:32 GMT LH:logical-tab-order:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: The user's focus is directed to new content added to the page\nFri, 06 Sep 2024 09:25:32 GMT LH:managed-focus:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Offscreen content is hidden from assistive technology\nFri, 06 Sep 2024 09:25:32 GMT LH:offscreen-content-hidden:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: HTML5 landmark elements are used to improve navigation\nFri, 06 Sep 2024 09:25:32 GMT LH:use-landmarks:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Visual order on the page follows DOM order\nFri, 06 Sep 2024 09:25:32 GMT LH:visual-order-follows-dom:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Uses efficient cache policy on static assets\nFri, 06 Sep 2024 09:25:32 GMT LH:uses-long-cache-ttl:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Avoids enormous network payloads\nFri, 06 Sep 2024 09:25:32 GMT LH:total-byte-weight:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Defer offscreen images\nFri, 06 Sep 2024 09:25:32 GMT LH:offscreen-images:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Eliminate render-blocking resources\nFri, 06 Sep 2024 09:25:32 GMT LH:render-blocking-resources:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Minify CSS\nFri, 06 Sep 2024 09:25:32 GMT LH:unminified-css:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Minify JavaScript\nFri, 06 Sep 2024 09:25:32 GMT LH:unminified-javascript:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Reduce unused CSS\nFri, 06 Sep 2024 09:25:32 GMT LH:unused-css-rules:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Reduce unused JavaScript\nFri, 06 Sep 2024 09:25:32 GMT LH:unused-javascript:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Serve images in next-gen formats\nFri, 06 Sep 2024 09:25:32 GMT LH:modern-image-formats:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:32 GMT LH:status Auditing: Efficiently encode images\nFri, 06 Sep 2024 09:25:33 GMT LH:uses-optimized-images:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Enable text compression\nFri, 06 Sep 2024 09:25:33 GMT LH:uses-text-compression:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Properly size images\nFri, 06 Sep 2024 09:25:33 GMT LH:uses-responsive-images:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Use video formats for animated content\nFri, 06 Sep 2024 09:25:33 GMT LH:efficient-animated-content:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Remove duplicate modules in JavaScript bundles\nFri, 06 Sep 2024 09:25:33 GMT LH:duplicated-javascript:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Avoid serving legacy JavaScript to modern browsers\nFri, 06 Sep 2024 09:25:33 GMT LH:legacy-javascript:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Page has the HTML doctype\nFri, 06 Sep 2024 09:25:33 GMT LH:doctype:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Properly defines charset\nFri, 06 Sep 2024 09:25:33 GMT LH:charset:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Avoids an excessive DOM size\nFri, 06 Sep 2024 09:25:33 GMT LH:dom-size:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Avoids requesting the geolocation permission on page load\nFri, 06 Sep 2024 09:25:33 GMT LH:geolocation-on-start:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: No issues in the `Issues` panel in Chrome Devtools\nFri, 06 Sep 2024 09:25:33 GMT LH:inspector-issues:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Avoids `document.write()`\nFri, 06 Sep 2024 09:25:33 GMT LH:no-document-write:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Detected JavaScript libraries\nFri, 06 Sep 2024 09:25:33 GMT LH:js-libraries:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Avoids requesting the notification permission on page load\nFri, 06 Sep 2024 09:25:33 GMT LH:notification-on-start:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Allows users to paste into input fields\nFri, 06 Sep 2024 09:25:33 GMT LH:paste-preventing-inputs:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Use HTTP\/2\nFri, 06 Sep 2024 09:25:33 GMT LH:uses-http2:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Uses passive listeners to improve scrolling performance\nFri, 06 Sep 2024 09:25:33 GMT LH:uses-passive-event-listeners:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Document has a meta description\nFri, 06 Sep 2024 09:25:33 GMT LH:meta-description:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Page has successful HTTP status code\nFri, 06 Sep 2024 09:25:33 GMT LH:http-status-code:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Document uses legible font sizes\nFri, 06 Sep 2024 09:25:33 GMT LH:font-size:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Links have descriptive text\nFri, 06 Sep 2024 09:25:33 GMT LH:link-text:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Links are crawlable\nFri, 06 Sep 2024 09:25:33 GMT LH:crawlable-anchors:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Page isn\u2019t blocked from indexing\nFri, 06 Sep 2024 09:25:33 GMT LH:is-crawlable:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: robots.txt is valid\nFri, 06 Sep 2024 09:25:33 GMT LH:robots-txt:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Tap targets are sized appropriately\nFri, 06 Sep 2024 09:25:33 GMT LH:tap-targets:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Document has a valid `hreflang`\nFri, 06 Sep 2024 09:25:33 GMT LH:hreflang:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Document avoids plugins\nFri, 06 Sep 2024 09:25:33 GMT LH:plugins:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Document has a valid `rel=canonical`\nFri, 06 Sep 2024 09:25:33 GMT LH:canonical:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Structured data is valid\nFri, 06 Sep 2024 09:25:33 GMT LH:structured-data:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Auditing: Page didn't prevent back\/forward cache restoration\nFri, 06 Sep 2024 09:25:33 GMT LH:bf-cache:warn Caught exception: NO_FCP\nFri, 06 Sep 2024 09:25:33 GMT LH:status Generating results...\nFri, 06 Sep 2024 09:25:33 GMT LH:Printer html output written to \/home\/wptagent\/work\/wpt-fra-lb-cxmf-10.10.1.35\/240906_BiDc7F_707.1.0\/lighthouse.report.html\nFri, 06 Sep 2024 09:25:33 GMT LH:CLI Protip: Run lighthouse with `--view` to immediately open the HTML report in your browser\nFri, 06 Sep 2024 09:25:33 GMT LH:Printer json output written to \/home\/wptagent\/work\/wpt-fra-lb-cxmf-10.10.1.35\/240906_BiDc7F_707.1.0\/lighthouse.report.json\nRuntime error encountered: The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)\n"
},
"average": {
"firstView": [],
"repeatView": []
},
"standardDeviation": {
"firstView": [],
"repeatView": []
},
"median": {
"firstView": {
"numSteps": 1,
"run": 1,
"tester": "wpt-fra-lb-cxmf-10.10.1.35",
"loadTime": 34578,
"docTime": 0,
"fullyLoaded": 34578,
"bytesOut": 42479,
"bytesOutDoc": 0,
"bytesIn": 17415265,
"bytesInDoc": 0,
"requests": [
{
"type": 3,
"id": "3FDEE9232FDFE9C6790C0DEF2BF9476D",
"request_id": "3FDEE9232FDFE9C6790C0DEF2BF9476D",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/",
"raw_id": "3FDEE9232FDFE9C6790C0DEF2BF9476D",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Document",
"load_ms": 364,
"ttfb_ms": 345,
"load_start": 155,
"load_start_float": 155.00008099999999,
"bytesIn": 6901,
"objectSize": 6901,
"objectSizeUncompressed": 73423,
"chunks": [
{
"ts": 509,
"bytes": 6323,
"inflated": 65536
},
{
"ts": 519,
"bytes": 578,
"inflated": 7887
}
],
"expires": "",
"cacheControl": "no-store, private",
"contentType": "text\/html",
"contentEncoding": "gzip",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": 1,
"dns_end": 45,
"connect_start": 45,
"connect_end": 82,
"ssl_start": 82,
"ssl_end": 154,
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "www.geissbuehler.net",
"sanList": [
"www.geissbuehler.net"
],
"issuer": "R10",
"validFrom": 1723049477,
"validTo": 1730825476,
"signedCertificateTimestampList": [
{
"status": "Verified",
"origin": "Embedded in certificate",
"logDescription": "DigiCert Yeti2024 Log",
"logId": "48B0E36BDAA647340FE56A02FA9D30EB1C5201CB56DD2C81D9BBBFAB39D88473",
"timestamp": 1723052987905,
"hashAlgorithm": "SHA-256",
"signatureAlgorithm": "ECDSA",
"signatureData": "3045022035B026343D6423516009039F9470DB801F26EFBADE3A1238B9BA188CCBCE0368022100D10F7FAD39BC320B43B110D7769B8B388D53584853095DB64DE0FD4733349F7B"
},
{
"status": "Verified",
"origin": "Embedded in certificate",
"logDescription": "Sectigo 'Mammoth2024h2'",
"logId": "DFE156EBAA05AFB59C0F86718DA8C0324EAE56D96EA7F5A56A01D1C13BBE525C",
"timestamp": 1723052988099,
"hashAlgorithm": "SHA-256",
"signatureAlgorithm": "ECDSA",
"signatureData": "30460221008D53B8E43A50DD6F9677CA6941218E5F914D91629823715A2DABCD46C9154AC3022100E1EEE1CC85170742948263B01445AA33246316CF9C659AED57A5FC7E56E7876C"
}
],
"certificateTransparencyCompliance": "compliant",
"serverSignatureAlgorithm": 2052,
"encryptedClientHello": false
},
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": "",
"initiator_column": "",
"initiator_type": "script",
"priority": "Highest",
"initial_priority": "Highest",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/",
":scheme: https",
"accept: text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.7",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"priority: u=0, i",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: document",
"sec-fetch-mode: navigate",
"sec-fetch-site: cross-site",
"upgrade-insecure-requests: 1",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"cache-control: no-store, private",
"content-encoding: gzip",
"content-type: text\/html; charset=UTF-8",
"date: Fri, 06 Sep 2024 09:23:49 GMT",
"server: Apache",
"set-cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37; expires=Fri, 06-Sep-2024 11:23:49 GMT; Max-Age=7200; path=\/; secure; HttpOnly; SameSite=Lax",
"vary: Accept-Encoding",
":status: 200"
]
},
"bytesOut": 2134,
"score_cache": -1,
"score_cdn": -1,
"score_gzip": 100,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": 44,
"connect_ms": 37,
"ssl_ms": 72,
"gzip_total": 7268,
"gzip_save": 0,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 43,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 1,
"http2_stream_dependency": 0,
"http2_stream_weight": 256,
"http2_stream_exclusive": 1,
"http2_server_settings": {
"SETTINGS_MAX_CONCURRENT_STREAMS": 100
},
"tls_version": "TLS 1.3",
"tls_resumed": "False",
"tls_next_proto": "h2",
"tls_cipher_suite": 4866,
"netlog_id": 81,
"certificates": [
"-----BEGIN CERTIFICATE-----\nMIIE+TCCA+GgAwIBAgISBC1vnUSrhVAPrSuJOpHSpiL1MA0GCSqGSIb3DQEBCwUA\nMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\nEwNSMTAwHhcNMjQwODA3MTY1MTE3WhcNMjQxMTA1MTY1MTE2WjAfMR0wGwYDVQQD\nExR3d3cuZ2Vpc3NidWVobGVyLm5ldDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC\nAQoCggEBAMzTwSBFhy78BbsinxDOSPz5VBIBpDGBgoGJw2EUCnclGrzcj8iVmZCQ\nLbfDe2ftuTkDXmkEvmn3TijovJ9GTXAf6EQzkaUsBJdvYuD+gFhzGaMFuLV5f1BP\nof1dHqK6CPteHadZvbNI8vfmH+6dcABQO75HB3k+QOuVu4RvdNwrFCRfvlDxXZ7I\nar2RNvhQfMdqWUMe3B2RIea6fvdJgvCXhlXXKxA2\/zILArWCIqlX5pjZA4sG5ST9\nzcB58jn7roYanUQbhbhKD4qzuf1QRa7PuYbd2EByAvoYJNQIWtqMMW1qBhjO5V8Z\nNA3JjGQ8qNOn6LkBTV1Vx9uJ\/bYgZssCAwEAAaOCAhkwggIVMA4GA1UdDwEB\/wQE\nAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH\/BAIw\nADAdBgNVHQ4EFgQU2CWWstnBTwkLKxVJyeBjpGKGCi0wHwYDVR0jBBgwFoAUu7zD\nR6XkvKnGw6RyDBCNojXhyOgwVwYIKwYBBQUHAQEESzBJMCIGCCsGAQUFBzABhhZo\ndHRwOi8vcjEwLm8ubGVuY3Iub3JnMCMGCCsGAQUFBzAChhdodHRwOi8vcjEwLmku\nbGVuY3Iub3JnLzAfBgNVHREEGDAWghR3d3cuZ2Vpc3NidWVobGVyLm5ldDATBgNV\nHSAEDDAKMAgGBmeBDAECATCCAQUGCisGAQQB1nkCBAIEgfYEgfMA8QB2AEiw42va\npkc0D+VqAvqdMOscUgHLVt0sgdm7v6s52IRzAAABkS32FgEAAAQDAEcwRQIgNbAm\nND1kI1FgCQOflHDbgB8m77reOhI4uboYjMvOA2gCIQDRD3+tObwyC0OxENd2m4s4\njVNYSFMJXbZN4P1HMzSfewB3AN\/hVuuqBa+1nA+GcY2owDJOrlbZbqf1pWoB0cE7\nvlJcAAABkS32FsMAAAQDAEgwRgIhAI1TuOQ6UN1vlnfKaUEhjl+RTZFimCNxWi2r\nzUbJFUrDAiEA4e7hzIUXB0KUgmOwFEWqMyRjFs+cZZrtV6X8flbnh2wwDQYJKoZI\nhvcNAQELBQADggEBAJ7tsV42v0yv+b8laWUB+y7uFavljzjScZZ+H5aJA0CWgCCE\n\/eKghmthtYojn3yR46SJDYVoIfgrL0r6cqSYJz+90pQ\/G6UiVL2YXfyxDQ5W\/DJK\nhQIGR8JVxbxfW0q9fbfac9pnVr7Ydu\/M8bkpb7s9A7hKrLh26NCKM7x79FDFiF\/g\nq\/OzLboWrQu5q+DBFJefJYGmqJRb72MFloXNysiZYwCUZFKFQt4Ec8aqUj9U0IHL\nXTKpVQcMTmX1J366m5OyhwZP\/BjwJVC+udO+zwCJgRk9Vsaob3H\/XTIyopbtrAyS\nfwpUvq1HRxE1BhmwrqknvY0YTX2Pk5TGzghyJbI=\n-----END CERTIFICATE-----\n",
"-----BEGIN CERTIFICATE-----\nMIIFBTCCAu2gAwIBAgIQS6hSk\/eaL6JzBkuoBI110DANBgkqhkiG9w0BAQsFADBP\nMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFy\nY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBa\nFw0yNzAzMTIyMzU5NTlaMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBF\nbmNyeXB0MQwwCgYDVQQDEwNSMTAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK\nAoIBAQDPV+XmxFQS7bRH\/sknWHZGUCiMHT6I3wWd1bUYKb3dtVq\/+vbOo76vACFL\nYlpaPAEvxVgD9on\/jhFD68G14BQHlo9vH9fnuoE5CXVlt8KvGFs3Jijno\/QHK20a\n\/6tYvJWuQP\/py1fEtVt\/eA0YYbwX51TGu0mRzW4Y0YCF7qZlNrx06rxQTOr8IfM4\nFpOUurDTazgGzRYSespSdcitdrLCnF2YRVxvYXvGLe48E1KGAdlX5jgc3421H5KR\nmudKHMxFqHJV8LDmowfs\/acbZp4\/SItxhHFYyTr6717yW0QrPHTnj7JHwQdqzZq3\nDZb3EoEmUVQK7GH29\/Xi8orIlQ2NAgMBAAGjgfgwgfUwDgYDVR0PAQH\/BAQDAgGG\nMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATASBgNVHRMBAf8ECDAGAQH\/\nAgEAMB0GA1UdDgQWBBS7vMNHpeS8qcbDpHIMEI2iNeHI6DAfBgNVHSMEGDAWgBR5\ntFnme7bl5AFzgAiIyBpY9umbbjAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAKG\nFmh0dHA6Ly94MS5pLmxlbmNyLm9yZy8wEwYDVR0gBAwwCjAIBgZngQwBAgEwJwYD\nVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gxLmMubGVuY3Iub3JnLzANBgkqhkiG9w0B\nAQsFAAOCAgEAkrHnQTfreZ2B5s3iJeE6IOmQRJWjgVzPw139vaBw1bGWKCIL0vIo\nzwzn1OZDjCQiHcFCktEJr59L9MhwTyAWsVrdAfYf+B9haxQnsHKNY67u4s5Lzzfd\nu6PUzeetUK29v+PsPmI2cJkxp+iN3epi4hKu9ZzUPSwMqtCceb7qPVxEbpYxY1p9\n1n5PJKBLBX9eb9LU6l8zSxPWV7bK3lG4XaMJgnT9x3ies7msFtpKK5bDtotij\/l0\nGaKeA97pb5uwD9KgWvaFXMIEt8jVTjLEvwRdvCn294GPDF08U8lAkIv7tghluaQh\n1QnlE4SEN4LOECj8dsIGJXpGUk3aU3KkJz9icKy+aUgA+2cP21uh6NcDIS3XyfaZ\nQjmDQ993ChII8SXWupQZVBiIpcWO4RqZk3lr7Bz5MUCwzDIA359e57SSq5CCkY0N\n4B6Vulk7LktfwrdGNVI5BsC9qqxSwSKgRJeZ9wygIaehbHFHFhcBaMDKpiZlBHyz\nrsnnlFXCb5s8HKn5LsUgGvB24L7sGNZP2CX7dhHov+YhD+jozLW2p9W4959Bz2Ei\nRmqDtmiXLnzqTpXbI+suyCsohKRg6Un0RC47+cpiVwHiXZAW+cn8eiNIjqbVgXLx\nKPpdzvvtTnOPlC7SQZSYmdunr3Bf9b77AiC\/ZidstK36dRILKz7OA54=\n-----END CERTIFICATE-----\n"
],
"server_port": "443",
"final_base_page": true,
"is_base_page": true,
"load_end": 519,
"ttfb_start": 155,
"ttfb_end": 500,
"download_start": 500,
"download_end": 519,
"download_ms": 19,
"all_start": 1,
"all_end": 519,
"all_ms": 517,
"index": 0,
"number": 1,
"cpuTimes": {
"EvaluateScript": 0,
"v8.compile": 0
},
"cpu.EvaluateScript": 0,
"cpu.v8.compile": 0,
"cpuTime": 1,
"js_timing": [
[
584.32799999999997,
584.596
],
[
654.06299999999999,
654.27300000000002
],
[
584.34900000000005,
584.56299999999999
],
[
654.077,
654.24800000000005
]
]
},
{
"type": 3,
"id": "154990.2",
"request_id": "154990.2",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/assets\/fonts\/RecifeDisplay-Book.woff2",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/assets\/fonts\/RecifeDisplay-Book.woff2",
"raw_id": "154990.2",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Font",
"load_ms": 111,
"ttfb_ms": 106,
"load_start": 536,
"load_start_float": 536.00009699999998,
"bytesIn": 20972,
"objectSize": 20972,
"objectSizeUncompressed": 20972,
"chunks": [
{
"ts": 645,
"bytes": 16326
},
{
"ts": 647,
"bytes": 4646
}
],
"expires": "",
"cacheControl": "",
"contentType": "font\/woff2",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 12,
"initiator_column": "",
"initiator_type": "parser",
"priority": "High",
"initial_priority": "High",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/assets\/fonts\/RecifeDisplay-Book.woff2",
":scheme: https",
"accept: *\/*",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"origin: https:\/\/www.geissbuehler.net",
"priority: u=1",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: font",
"sec-fetch-mode: cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 20972",
"content-type: font\/woff2",
"date: Fri, 06 Sep 2024 09:23:49 GMT",
"etag: \"51ec-6216e33d54d00\"",
"last-modified: Fri, 06 Sep 2024 07:17:40 GMT",
"server: Apache",
":status: 200"
]
},
"bytesOut": 2464,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 532,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 5,
"http2_stream_dependency": 3,
"http2_stream_weight": 220,
"http2_stream_exclusive": 1,
"netlog_id": 97,
"server_port": "443",
"renderBlocking": "non_blocking",
"font_details": {
"table_sizes": {
"FFTM": 28,
"GDEF": 84,
"GPOS": 8834,
"GSUB": 1774,
"OS\/2": 96,
"cmap": 1002,
"gasp": 8,
"glyf": 43226,
"head": 54,
"hhea": 36,
"hmtx": 1972,
"loca": 0,
"maxp": 32,
"name": 1422,
"post": 3165
},
"names": {
"0": "Copyright (c) 2018 by Luzi Type. All rights reserved.",
"1": "Recife Display Book",
"2": "Regular",
"3": "1.000;UKWN;RecifeDisplay-Book",
"4": "Recife Display Book",
"5": "Version 1.000;PS 001.000;hotconv 1.0.88;makeotf.lib2.5.64775",
"6": "RecifeDisplay-Book",
"8": "Luzi Type",
"9": "Luzi Gantenbein",
"11": "https:\/\/luzi-type.ch\/",
"12": "https:\/\/luzi-type.ch\/",
"13": "End user license agreement:\nhttp:\/\/luzi-type.ch\/info.html",
"16": "Recife Display",
"17": "Book"
},
"OS2": {
"version": 3,
"xAvgCharWidth": 586,
"usWeightClass": 350,
"usWidthClass": 5,
"fsType": 8,
"ySubscriptXSize": 650,
"ySubscriptYSize": 600,
"ySubscriptXOffset": 0,
"ySubscriptYOffset": 75,
"ySuperscriptXSize": 650,
"ySuperscriptYSize": 600,
"ySuperscriptXOffset": 0,
"ySuperscriptYOffset": 350,
"yStrikeoutSize": 50,
"yStrikeoutPosition": 299,
"sFamilyClass": 0,
"ulUnicodeRange1": 7,
"ulUnicodeRange2": 0,
"ulUnicodeRange3": 0,
"ulUnicodeRange4": 0,
"achVendID": "UKWN",
"fsSelection": 64,
"usFirstCharIndex": 13,
"usLastCharIndex": 64258,
"sTypoAscender": 757,
"sTypoDescender": -243,
"sTypoLineGap": 200,
"usWinAscent": 957,
"usWinDescent": 243,
"ulCodePageRange1": 536871059,
"ulCodePageRange2": 0,
"sxHeight": 499,
"sCapHeight": 700,
"usDefaultChar": 0,
"usBreakChar": 32,
"usMaxContext": 3,
"panose": {
"bFamilyType": 0,
"bSerifStyle": 0,
"bWeight": 4,
"bProportion": 0,
"bContrast": 0,
"bStrokeVariation": 0,
"bArmStyle": 0,
"bLetterForm": 0,
"bMidline": 0,
"bXHeight": 0
}
},
"post": {
"formatType": 2,
"italicAngle": 0,
"underlinePosition": -75,
"underlineThickness": 50,
"isFixedPitch": 0,
"minMemType42": 0,
"maxMemType42": 0,
"minMemType1": 0,
"maxMemType1": 0
},
"cmap": {
"encodings": [
{
"platform": 0,
"encoding": 3
},
{
"platform": 1,
"encoding": 0
},
{
"platform": 3,
"encoding": 1
}
],
"codepoints": [
13,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76,
77,
78,
79,
80,
81,
82,
83,
84,
85,
86,
87,
88,
89,
90,
91,
92,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
121,
122,
123,
124,
125,
126,
161,
162,
163,
164,
165,
166,
167,
168,
169,
170,
171,
172,
174,
175,
176,
177,
178,
179,
180,
182,
183,
184,
185,
186,
187,
188,
189,
190,
191,
192,
193,
194,
195,
196,
197,
198,
199,
200,
201,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211,
212,
213,
214,
215,
216,
217,
218,
219,
220,
221,
222,
223,
224,
225,
226,
227,
228,
229,
230,
231,
232,
233,
234,
235,
236,
237,
238,
239,
240,
241,
242,
243,
244,
245,
246,
247,
248,
249,
250,
251,
252,
253,
254,
255,
256,
257,
258,
259,
260,
261,
262,
263,
264,
265,
266,
267,
268,
269,
270,
271,
272,
273,
274,
275,
276,
277,
278,
279,
280,
281,
282,
283,
284,
285,
286,
287,
288,
289,
290,
291,
292,
293,
294,
295,
296,
297,
298,
299,
302,
303,
304,
305,
306,
307,
308,
309,
310,
311,
312,
313,
314,
315,
316,
317,
318,
319,
320,
321,
322,
323,
324,
325,
326,
327,
328,
329,
330,
331,
332,
333,
334,
335,
336,
337,
338,
339,
340,
341,
342,
343,
344,
345,
346,
347,
348,
349,
350,
351,
352,
353,
354,
355,
356,
357,
358,
359,
360,
361,
362,
363,
364,
365,
366,
367,
368,
369,
370,
371,
372,
373,
374,
375,
376,
377,
378,
379,
380,
381,
382,
383,
402,
506,
507,
508,
509,
510,
511,
536,
537,
538,
539,
710,
711,
713,
728,
729,
730,
731,
732,
733,
916,
937,
956,
960,
7682,
7683,
7690,
7691,
7710,
7711,
7744,
7745,
7766,
7767,
7776,
7777,
7786,
7787,
7808,
7809,
7810,
7811,
7812,
7813,
7922,
7923,
8211,
8212,
8216,
8217,
8218,
8220,
8221,
8222,
8224,
8225,
8226,
8230,
8240,
8249,
8250,
8260,
8364,
8467,
8470,
8482,
8494,
8531,
8532,
8533,
8534,
8535,
8536,
8537,
8538,
8539,
8540,
8541,
8542,
8592,
8593,
8594,
8595,
8706,
8719,
8721,
8722,
8730,
8734,
8747,
8776,
8800,
8804,
8805,
9674,
64257,
64258
]
},
"color": {
"formats": [],
"numPalettes": 0,
"numPaletteEntries": 0
},
"features": {
"GSUB": {
"DFLT": {
"default": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
]
},
"latn": {
"default": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"CAT ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"MOL ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"ROM ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
]
}
},
"GPOS": {
"DFLT": {
"default": [
"kern"
]
},
"latn": {
"default": [
"kern"
],
"CAT ": [
"kern"
],
"MOL ": [
"kern"
],
"ROM ": [
"kern"
]
}
}
},
"counts": {
"num_cmap_codepoints": 412,
"num_glyphs": 493
}
},
"load_end": 647,
"ttfb_start": 536,
"ttfb_end": 642,
"download_start": 642,
"download_end": 647,
"download_ms": 5,
"all_start": 536,
"all_end": 647,
"all_ms": 111,
"index": 1,
"number": 2
},
{
"type": 3,
"id": "154990.3",
"request_id": "154990.3",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/assets\/css\/app.css?v=9",
"raw_id": "154990.3",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Stylesheet",
"load_ms": 58,
"ttfb_ms": 56,
"load_start": 537,
"load_start_float": 537.00010299999997,
"bytesIn": 9005,
"objectSize": 9005,
"objectSizeUncompressed": 42996,
"chunks": [
{
"ts": 595,
"bytes": 9005,
"inflated": 42996
}
],
"expires": "",
"cacheControl": "",
"contentType": "text\/css",
"contentEncoding": "gzip",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 32,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Highest",
"initial_priority": "Highest",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/assets\/css\/app.css?v=9",
":scheme: https",
"accept: text\/css,*\/*;q=0.1",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: u=0",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: style",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-encoding: gzip",
"content-length: 9005",
"content-type: text\/css",
"date: Fri, 06 Sep 2024 09:23:49 GMT",
"etag: \"a7f4-6216e33d54d00-gzip\"",
"last-modified: Fri, 06 Sep 2024 07:17:40 GMT",
"server: Apache",
"vary: Accept-Encoding",
":status: 200"
]
},
"bytesOut": 2356,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": 100,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 9005,
"gzip_save": 0,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 534,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 3,
"http2_stream_dependency": 0,
"http2_stream_weight": 256,
"http2_stream_exclusive": 1,
"netlog_id": 103,
"server_port": "443",
"renderBlocking": "blocking",
"load_end": 595,
"ttfb_start": 537,
"ttfb_end": 593,
"download_start": 593,
"download_end": 595,
"download_ms": 2,
"all_start": 537,
"all_end": 595,
"all_ms": 58,
"index": 2,
"number": 3
},
{
"type": 3,
"id": "154990.5",
"request_id": "154990.5",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.jpg",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.jpg",
"raw_id": "154990.5",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 859,
"ttfb_ms": 135,
"load_start": 537,
"load_start_float": 537.00010899999995,
"bytesIn": 445362,
"objectSize": 445362,
"objectSizeUncompressed": 445362,
"chunks": [
{
"ts": 675,
"bytes": 16300
},
{
"ts": 708,
"bytes": 16375
},
{
"ts": 736,
"bytes": 16375
},
{
"ts": 765,
"bytes": 16375
},
{
"ts": 786,
"bytes": 16375
},
{
"ts": 822,
"bytes": 16375
},
{
"ts": 841,
"bytes": 16375
},
{
"ts": 868,
"bytes": 16450
},
{
"ts": 897,
"bytes": 16375
},
{
"ts": 925,
"bytes": 16375
},
{
"ts": 953,
"bytes": 16375
},
{
"ts": 982,
"bytes": 16375
},
{
"ts": 1012,
"bytes": 16375
},
{
"ts": 1038,
"bytes": 16375
},
{
"ts": 1067,
"bytes": 16375
},
{
"ts": 1095,
"bytes": 16375
},
{
"ts": 1123,
"bytes": 16375
},
{
"ts": 1145,
"bytes": 16375
},
{
"ts": 1170,
"bytes": 16375
},
{
"ts": 1212,
"bytes": 16375
},
{
"ts": 1227,
"bytes": 16375
},
{
"ts": 1255,
"bytes": 16375
},
{
"ts": 1284,
"bytes": 16375
},
{
"ts": 1312,
"bytes": 16375
},
{
"ts": 1340,
"bytes": 16375
},
{
"ts": 1369,
"bytes": 16375
},
{
"ts": 1396,
"bytes": 19612
}
],
"expires": "",
"cacheControl": "",
"contentType": "image\/jpeg",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 981,
"initiator_column": "",
"initiator_type": "parser",
"priority": "High",
"initial_priority": "Medium",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.jpg",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: u=2, i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 445362",
"content-type: image\/jpeg",
"date: Fri, 06 Sep 2024 09:23:49 GMT",
"etag: \"6cbb2-62163e4420cd5\"",
"last-modified: Thu, 05 Sep 2024 18:59:35 GMT",
"server: Apache",
":status: 200"
]
},
"bytesOut": 2626,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 85,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 445362,
"image_save": 65445,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 535,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 7,
"http2_stream_dependency": 5,
"http2_stream_weight": 183,
"http2_stream_exclusive": 1,
"netlog_id": 109,
"server_port": "443",
"image_details": {
"detected_type": "jpeg",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "435 KiB",
"FileType": "JPEG",
"FileTypeExtension": "jpg",
"MIMEType": "image\/jpeg",
"ImageWidth": 1423,
"ImageHeight": 1067,
"EncodingProcess": "Baseline DCT, Huffman coding",
"BitsPerSample": 8,
"ColorComponents": 3,
"YCbCrSubSampling": "YCbCr4:4:4 (1 1)"
},
"JFIF": {
"JFIFVersion": 1.01,
"ResolutionUnit": "inches",
"XResolution": 72,
"YResolution": 72
},
"ICC_Profile": {
"ProfileCMMType": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "2017:07:07 13:22:32",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Apple Computer Inc.",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Apple Computer Inc.",
"DeviceModel": "",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Perceptual",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Apple Computer Inc.",
"ProfileID": "ca1a9582257f104d389913d5d1ea1582",
"ProfileDescription": "Display P3",
"ProfileCopyright": "Copyright Apple Inc., 2017",
"MediaWhitePoint": "0.95045 1 1.08905",
"RedMatrixColumn": "0.51512 0.2412 -0.00105",
"GreenMatrixColumn": "0.29198 0.69225 0.04189",
"BlueMatrixColumn": "0.1571 0.06657 0.78407",
"RedTRC": "(Binary data 32 bytes, use -b option to extract)",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02959 0.99048 -0.01706 -0.00923 0.01508 0.75168",
"BlueTRC": "(Binary data 32 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 32 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "1423x1067",
"Megapixels": 1.5
}
},
"magick": {
"format": "JPEG",
"formatDescription": "Joint Photographic Experts Group JFIF format",
"mimeType": "image\/jpeg",
"class": "DirectClass",
"geometry": {
"width": 1423,
"height": 1067,
"x": 0,
"y": 0
},
"resolution": {
"x": 72,
"y": 72
},
"printSize": {
"x": 19.7639,
"y": 14.8194
},
"units": "PixelsPerInch",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 1518341,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 98.211100000000002,
"standardDeviation": 66.869100000000003,
"kurtosis": -0.49706699999999998,
"skewness": 0.71885900000000003,
"entropy": 0.95244200000000001
}
},
"channelStatistics": {
"red": {
"min": 0,
"max": 255,
"mean": 99.254099999999994,
"standardDeviation": 67.900099999999995,
"kurtosis": -0.50929800000000003,
"skewness": 0.66766999999999999,
"entropy": 0.95942499999999997
},
"green": {
"min": 0,
"max": 255,
"mean": 99.192999999999998,
"standardDeviation": 65.215000000000003,
"kurtosis": -0.68671199999999999,
"skewness": 0.54140999999999995,
"entropy": 0.95324699999999996
},
"blue": {
"min": 0,
"max": 255,
"mean": 96.186199999999999,
"standardDeviation": 67.492199999999997,
"kurtosis": -0.28792899999999999,
"skewness": 0.93389,
"entropy": 0.94465299999999996
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 1423,
"height": 1067,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "JPEG",
"quality": 90,
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:23:50+00:00",
"date:modify": "2024-09-06T09:23:50+00:00",
"icc:copyright": "Copyright Apple Inc., 2017",
"icc:description": "Display P3",
"jpeg:colorspace": "2",
"jpeg:sampling-factor": "1x1,1x1,1x1",
"signature": "73e7e0dca1237829e8b1bac5797afead59c3a42df9a71539e4bac1349ccc14ff"
},
"profiles": {
"icc": {
"length": 548
}
},
"tainted": false,
"filesize": "445362B",
"numberPixels": "1.51834M",
"pixelsPerSecond": "10.6517MB",
"userTime": "0.050u",
"elapsedTime": "0:01.142"
}
},
"jpeg_scan_count": 1,
"score_progressive_jpeg": 0,
"load_end": 1396,
"ttfb_start": 537,
"ttfb_end": 672,
"download_start": 672,
"download_end": 1396,
"download_ms": 724,
"all_start": 537,
"all_end": 1396,
"all_ms": 859,
"index": 3,
"number": 4
},
{
"type": 3,
"id": "154990.4",
"request_id": "154990.4",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/assets\/js\/app.js?v=9",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/assets\/js\/app.js?v=9",
"raw_id": "154990.4",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Script",
"load_ms": 15046,
"ttfb_ms": 15032,
"load_start": 554,
"load_start_float": 554.00011500000005,
"bytesIn": 26933,
"objectSize": 26933,
"objectSizeUncompressed": 90129,
"chunks": [
{
"ts": 15590,
"bytes": 16047,
"inflated": 53538
},
{
"ts": 15599,
"bytes": 10886,
"inflated": 36591
}
],
"expires": "",
"cacheControl": "",
"contentType": "text\/javascript",
"contentEncoding": "gzip",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 32,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/assets\/js\/app.js?v=9",
":scheme: https",
"accept: *\/*",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: script",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-encoding: gzip",
"content-length: 26933",
"content-type: text\/javascript",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"16011-6216e33d54d00-gzip\"",
"last-modified: Fri, 06 Sep 2024 07:17:40 GMT",
"server: Apache",
"vary: Accept-Encoding",
":status: 200"
]
},
"bytesOut": 2257,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": 100,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 26933,
"gzip_save": 0,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 553,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 9,
"http2_stream_dependency": 7,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 115,
"server_port": "443",
"renderBlocking": "non_blocking",
"load_end": 15600,
"ttfb_start": 554,
"ttfb_end": 15586,
"download_start": 15586,
"download_end": 15600,
"download_ms": 14,
"all_start": 554,
"all_end": 15600,
"all_ms": 15046,
"index": 4,
"number": 5,
"cpuTimes": {
"EvaluateScript": 59,
"v8.compile": 3,
"FunctionCall": 58
},
"cpu.EvaluateScript": 59,
"cpu.v8.compile": 3,
"cpu.FunctionCall": 58,
"cpuTime": 121,
"js_timing": [
[
15639.611000000001,
15699.023999999999
],
[
15639.638000000001,
15642.495000000001
],
[
15699.148999999999,
15699.291999999999
],
[
15728.57,
15728.643
],
[
15825.869000000001,
15826.074000000001
],
[
16696.117999999999,
16696.331999999999
],
[
17692.871999999999,
17707.227999999999
],
[
17711.435000000001,
17711.984
],
[
18712.164000000001,
18712.420999999998
],
[
19702.061000000002,
19708.678
],
[
19712.59,
19712.793000000001
],
[
20712.977999999999,
20713.271000000001
],
[
21707.25,
21715.024000000001
],
[
21718.805,
21718.920999999998
],
[
22719.184000000001,
22719.380000000001
],
[
23713.205999999998,
23718.845000000001
],
[
23719.637999999999,
23719.780999999999
],
[
24719.918000000001,
24720.084999999999
],
[
25717.652999999998,
25724.507000000001
],
[
25729.633000000002,
25729.758999999998
],
[
26729.918000000001,
26730.055
],
[
27722.028999999999,
27727.414000000001
],
[
27732.883000000002,
27733.135999999999
],
[
28733.388999999999,
28733.600999999999
],
[
29726.421999999999,
29734.663
],
[
29741.151000000002,
29741.324000000001
]
],
"blockingTime": 59.412999999998647
},
{
"type": 3,
"id": "154990.18",
"request_id": "154990.18",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4",
"raw_id": "154990.18",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 4340,
"ttfb_ms": 848,
"load_start": 576,
"load_start_float": 576.00012100000004,
"bytesIn": 2095951,
"objectSize": 2095951,
"objectSizeUncompressed": 2095951,
"chunks": [
{
"ts": 1429,
"bytes": 16170
},
{
"ts": 1453,
"bytes": 16375
},
{
"ts": 1482,
"bytes": 16375
},
{
"ts": 1510,
"bytes": 16375
},
{
"ts": 1539,
"bytes": 16375
},
{
"ts": 1567,
"bytes": 16375
},
{
"ts": 1596,
"bytes": 16375
},
{
"ts": 1624,
"bytes": 16580
},
{
"ts": 1652,
"bytes": 16375
},
{
"ts": 1675,
"bytes": 16375
},
{
"ts": 1704,
"bytes": 16375
},
{
"ts": 1732,
"bytes": 16375
},
{
"ts": 1760,
"bytes": 16375
},
{
"ts": 1790,
"bytes": 16375
},
{
"ts": 1818,
"bytes": 16375
},
{
"ts": 1837,
"bytes": 16375
},
{
"ts": 1864,
"bytes": 16375
},
{
"ts": 1898,
"bytes": 16375
},
{
"ts": 1921,
"bytes": 16375
},
{
"ts": 1949,
"bytes": 16375
},
{
"ts": 1977,
"bytes": 16375
},
{
"ts": 2005,
"bytes": 16375
},
{
"ts": 2034,
"bytes": 16375
},
{
"ts": 2062,
"bytes": 16375
},
{
"ts": 2092,
"bytes": 16375
},
{
"ts": 2119,
"bytes": 16375
},
{
"ts": 2137,
"bytes": 16375
},
{
"ts": 2168,
"bytes": 16375
},
{
"ts": 2210,
"bytes": 16375
},
{
"ts": 2232,
"bytes": 16375
},
{
"ts": 2260,
"bytes": 16375
},
{
"ts": 2279,
"bytes": 16375
},
{
"ts": 2305,
"bytes": 16375
},
{
"ts": 2340,
"bytes": 16375
},
{
"ts": 2359,
"bytes": 16375
},
{
"ts": 2397,
"bytes": 16375
},
{
"ts": 2416,
"bytes": 16375
},
{
"ts": 2444,
"bytes": 16375
},
{
"ts": 2472,
"bytes": 16375
},
{
"ts": 2501,
"bytes": 16375
},
{
"ts": 2530,
"bytes": 16375
},
{
"ts": 2557,
"bytes": 16375
},
{
"ts": 2586,
"bytes": 16375
},
{
"ts": 2605,
"bytes": 16375
},
{
"ts": 2634,
"bytes": 16375
},
{
"ts": 2661,
"bytes": 16375
},
{
"ts": 2689,
"bytes": 16375
},
{
"ts": 2719,
"bytes": 16375
},
{
"ts": 2746,
"bytes": 16375
},
{
"ts": 2774,
"bytes": 16375
},
{
"ts": 2803,
"bytes": 16375
},
{
"ts": 2831,
"bytes": 16375
},
{
"ts": 2859,
"bytes": 16375
},
{
"ts": 2887,
"bytes": 16375
},
{
"ts": 2918,
"bytes": 16375
},
{
"ts": 2935,
"bytes": 16375
},
{
"ts": 2963,
"bytes": 16375
},
{
"ts": 2995,
"bytes": 16375
},
{
"ts": 3021,
"bytes": 16375
},
{
"ts": 3048,
"bytes": 16375
},
{
"ts": 3076,
"bytes": 16375
},
{
"ts": 3104,
"bytes": 16375
},
{
"ts": 3133,
"bytes": 16375
},
{
"ts": 3162,
"bytes": 16375
},
{
"ts": 3190,
"bytes": 16375
},
{
"ts": 3218,
"bytes": 16375
},
{
"ts": 3236,
"bytes": 16375
},
{
"ts": 3265,
"bytes": 16375
},
{
"ts": 3295,
"bytes": 16375
},
{
"ts": 3323,
"bytes": 16375
},
{
"ts": 3350,
"bytes": 16375
},
{
"ts": 3378,
"bytes": 16375
},
{
"ts": 3408,
"bytes": 16375
},
{
"ts": 3436,
"bytes": 16375
},
{
"ts": 3464,
"bytes": 16375
},
{
"ts": 3494,
"bytes": 16375
},
{
"ts": 3520,
"bytes": 16375
},
{
"ts": 3548,
"bytes": 16375
},
{
"ts": 3567,
"bytes": 16375
},
{
"ts": 3596,
"bytes": 16375
},
{
"ts": 3625,
"bytes": 16375
},
{
"ts": 3652,
"bytes": 16375
},
{
"ts": 3680,
"bytes": 16375
},
{
"ts": 3708,
"bytes": 16375
},
{
"ts": 3737,
"bytes": 16375
},
{
"ts": 3765,
"bytes": 16375
},
{
"ts": 3796,
"bytes": 16375
},
{
"ts": 3827,
"bytes": 16375
},
{
"ts": 3850,
"bytes": 16375
},
{
"ts": 3873,
"bytes": 16375
},
{
"ts": 3897,
"bytes": 16375
},
{
"ts": 3925,
"bytes": 16375
},
{
"ts": 3954,
"bytes": 16375
},
{
"ts": 3982,
"bytes": 16375
},
{
"ts": 4010,
"bytes": 16375
},
{
"ts": 4038,
"bytes": 16375
},
{
"ts": 4067,
"bytes": 16375
},
{
"ts": 4095,
"bytes": 16375
},
{
"ts": 4123,
"bytes": 16375
},
{
"ts": 4153,
"bytes": 16375
},
{
"ts": 4181,
"bytes": 16375
},
{
"ts": 4201,
"bytes": 16375
},
{
"ts": 4227,
"bytes": 16375
},
{
"ts": 4256,
"bytes": 16375
},
{
"ts": 4281,
"bytes": 16375
},
{
"ts": 4313,
"bytes": 16375
},
{
"ts": 4340,
"bytes": 16375
},
{
"ts": 4368,
"bytes": 16375
},
{
"ts": 4397,
"bytes": 16375
},
{
"ts": 4425,
"bytes": 16375
},
{
"ts": 4453,
"bytes": 16375
},
{
"ts": 4482,
"bytes": 16375
},
{
"ts": 4501,
"bytes": 16375
},
{
"ts": 4530,
"bytes": 16375
},
{
"ts": 4557,
"bytes": 16375
},
{
"ts": 4586,
"bytes": 16375
},
{
"ts": 4615,
"bytes": 16375
},
{
"ts": 4642,
"bytes": 16375
},
{
"ts": 4671,
"bytes": 16375
},
{
"ts": 4699,
"bytes": 16375
},
{
"ts": 4727,
"bytes": 16375
},
{
"ts": 4756,
"bytes": 16375
},
{
"ts": 4784,
"bytes": 16375
},
{
"ts": 4812,
"bytes": 16375
},
{
"ts": 4831,
"bytes": 16375
},
{
"ts": 4859,
"bytes": 16375
},
{
"ts": 4888,
"bytes": 16375
},
{
"ts": 4916,
"bytes": 16326
}
],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 190,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 2095951",
"Content-Range: bytes 0-2095950\/2095951",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"1ffb4f-621628d55fbb4\"",
"last-modified: Thu, 05 Sep 2024 17:23:41 GMT",
"server: Apache",
":status: 206",
"content-length: 2095951",
"content-range: bytes 0-2095950\/2095951"
]
},
"bytesOut": 2527,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": 87,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 2095951,
"gzip_save": 270209,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 574,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 11,
"http2_stream_dependency": 9,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 121,
"server_port": "443",
"load_end": 4916,
"ttfb_start": 576,
"ttfb_end": 1424,
"download_start": 1424,
"download_end": 4916,
"download_ms": 3492,
"all_start": 576,
"all_end": 4916,
"all_ms": 4340,
"index": 5,
"number": 6
},
{
"type": 3,
"id": "154990.19",
"request_id": "154990.19",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4",
"raw_id": "154990.19",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 25659,
"ttfb_ms": 15005,
"load_start": 576,
"load_start_float": 576.00012300000003,
"bytesIn": 6291456,
"objectSize": 6291456,
"objectSizeUncompressed": 6291456,
"chunks": [
{
"ts": 15624,
"bytes": 16375
},
{
"ts": 15651,
"bytes": 16375
},
{
"ts": 15678,
"bytes": 16375
},
{
"ts": 15705,
"bytes": 16375
},
{
"ts": 15733,
"bytes": 16375
},
{
"ts": 15760,
"bytes": 16375
},
{
"ts": 15788,
"bytes": 16375
},
{
"ts": 15816,
"bytes": 16375
},
{
"ts": 15843,
"bytes": 16375
},
{
"ts": 15871,
"bytes": 16375
},
{
"ts": 15898,
"bytes": 16375
},
{
"ts": 15926,
"bytes": 16375
},
{
"ts": 15953,
"bytes": 16375
},
{
"ts": 15981,
"bytes": 16375
},
{
"ts": 16010,
"bytes": 16375
},
{
"ts": 16038,
"bytes": 16375
},
{
"ts": 16065,
"bytes": 16375
},
{
"ts": 16094,
"bytes": 16375
},
{
"ts": 16119,
"bytes": 16375
},
{
"ts": 16149,
"bytes": 16375
},
{
"ts": 16175,
"bytes": 16375
},
{
"ts": 16208,
"bytes": 16375
},
{
"ts": 16230,
"bytes": 16375
},
{
"ts": 16257,
"bytes": 16375
},
{
"ts": 16285,
"bytes": 16375
},
{
"ts": 16313,
"bytes": 16375
},
{
"ts": 16340,
"bytes": 16375
},
{
"ts": 16369,
"bytes": 16375
},
{
"ts": 16396,
"bytes": 16375
},
{
"ts": 16424,
"bytes": 16375
},
{
"ts": 16451,
"bytes": 16375
},
{
"ts": 16478,
"bytes": 16375
},
{
"ts": 16507,
"bytes": 16375
},
{
"ts": 16534,
"bytes": 16375
},
{
"ts": 16561,
"bytes": 16375
},
{
"ts": 16589,
"bytes": 16375
},
{
"ts": 16618,
"bytes": 16375
},
{
"ts": 16644,
"bytes": 16375
},
{
"ts": 16672,
"bytes": 16375
},
{
"ts": 16699,
"bytes": 16375
},
{
"ts": 16729,
"bytes": 16375
},
{
"ts": 16755,
"bytes": 16375
},
{
"ts": 16782,
"bytes": 16375
},
{
"ts": 16810,
"bytes": 16375
},
{
"ts": 16837,
"bytes": 16375
},
{
"ts": 16876,
"bytes": 16375
},
{
"ts": 16900,
"bytes": 16375
},
{
"ts": 16933,
"bytes": 16375
},
{
"ts": 16966,
"bytes": 16375
},
{
"ts": 16987,
"bytes": 16375
},
{
"ts": 17007,
"bytes": 16375
},
{
"ts": 17035,
"bytes": 16375
},
{
"ts": 17073,
"bytes": 16375
},
{
"ts": 17095,
"bytes": 16375
},
{
"ts": 17121,
"bytes": 16375
},
{
"ts": 17166,
"bytes": 16375
},
{
"ts": 17177,
"bytes": 16375
},
{
"ts": 17201,
"bytes": 16375
},
{
"ts": 17240,
"bytes": 16375
},
{
"ts": 17260,
"bytes": 16375
},
{
"ts": 17290,
"bytes": 16375
},
{
"ts": 17315,
"bytes": 16375
},
{
"ts": 17338,
"bytes": 16375
},
{
"ts": 17379,
"bytes": 16375
},
{
"ts": 17410,
"bytes": 16375
},
{
"ts": 17422,
"bytes": 16375
},
{
"ts": 17458,
"bytes": 16375
},
{
"ts": 17485,
"bytes": 16375
},
{
"ts": 17517,
"bytes": 16375
},
{
"ts": 17543,
"bytes": 16375
},
{
"ts": 17559,
"bytes": 16375
},
{
"ts": 17587,
"bytes": 16375
},
{
"ts": 17614,
"bytes": 16375
},
{
"ts": 17642,
"bytes": 16375
},
{
"ts": 17673,
"bytes": 16375
},
{
"ts": 17720,
"bytes": 16375
},
{
"ts": 17725,
"bytes": 16375
},
{
"ts": 17752,
"bytes": 16375
},
{
"ts": 17780,
"bytes": 16375
},
{
"ts": 17807,
"bytes": 16375
},
{
"ts": 17836,
"bytes": 16375
},
{
"ts": 17871,
"bytes": 16375
},
{
"ts": 17898,
"bytes": 16375
},
{
"ts": 17919,
"bytes": 16375
},
{
"ts": 17947,
"bytes": 16375
},
{
"ts": 17978,
"bytes": 16375
},
{
"ts": 18004,
"bytes": 16375
},
{
"ts": 18030,
"bytes": 16375
},
{
"ts": 18058,
"bytes": 16375
},
{
"ts": 18089,
"bytes": 16375
},
{
"ts": 18114,
"bytes": 16375
},
{
"ts": 18140,
"bytes": 16375
},
{
"ts": 18189,
"bytes": 16375
},
{
"ts": 18206,
"bytes": 16375
},
{
"ts": 18231,
"bytes": 16375
},
{
"ts": 18255,
"bytes": 16375
},
{
"ts": 18282,
"bytes": 16375
},
{
"ts": 18318,
"bytes": 16375
},
{
"ts": 18330,
"bytes": 16375
},
{
"ts": 18365,
"bytes": 16375
},
{
"ts": 18389,
"bytes": 16375
},
{
"ts": 18412,
"bytes": 16375
},
{
"ts": 18452,
"bytes": 16375
},
{
"ts": 18477,
"bytes": 16375
},
{
"ts": 18504,
"bytes": 16375
},
{
"ts": 18536,
"bytes": 16375
},
{
"ts": 18551,
"bytes": 16375
},
{
"ts": 18586,
"bytes": 16375
},
{
"ts": 18613,
"bytes": 16375
},
{
"ts": 18648,
"bytes": 16375
},
{
"ts": 18676,
"bytes": 16375
},
{
"ts": 18714,
"bytes": 16375
},
{
"ts": 18720,
"bytes": 16375
},
{
"ts": 18764,
"bytes": 16375
},
{
"ts": 18775,
"bytes": 16375
},
{
"ts": 18804,
"bytes": 16375
},
{
"ts": 18831,
"bytes": 16375
},
{
"ts": 18858,
"bytes": 16375
},
{
"ts": 18889,
"bytes": 16375
},
{
"ts": 18914,
"bytes": 16375
},
{
"ts": 18938,
"bytes": 16375
},
{
"ts": 18966,
"bytes": 16375
},
{
"ts": 19001,
"bytes": 16375
},
{
"ts": 19029,
"bytes": 16375
},
{
"ts": 19049,
"bytes": 16375
},
{
"ts": 19076,
"bytes": 16375
},
{
"ts": 19105,
"bytes": 16375
},
{
"ts": 19132,
"bytes": 16375
},
{
"ts": 19160,
"bytes": 1152
},
{
"ts": 19160,
"bytes": 15223
},
{
"ts": 19188,
"bytes": 16375
},
{
"ts": 19215,
"bytes": 16375
},
{
"ts": 19242,
"bytes": 16375
},
{
"ts": 19269,
"bytes": 16375
},
{
"ts": 19297,
"bytes": 16375
},
{
"ts": 19324,
"bytes": 16375
},
{
"ts": 19352,
"bytes": 16375
},
{
"ts": 19380,
"bytes": 16375
},
{
"ts": 19407,
"bytes": 16375
},
{
"ts": 19435,
"bytes": 16375
},
{
"ts": 19463,
"bytes": 16375
},
{
"ts": 19493,
"bytes": 16375
},
{
"ts": 19520,
"bytes": 16375
},
{
"ts": 19546,
"bytes": 16375
},
{
"ts": 19573,
"bytes": 16375
},
{
"ts": 19601,
"bytes": 16375
},
{
"ts": 19629,
"bytes": 16375
},
{
"ts": 19656,
"bytes": 16375
},
{
"ts": 19683,
"bytes": 16375
},
{
"ts": 19711,
"bytes": 16375
},
{
"ts": 19738,
"bytes": 16375
},
{
"ts": 19773,
"bytes": 16375
},
{
"ts": 19800,
"bytes": 16375
},
{
"ts": 19843,
"bytes": 16375
},
{
"ts": 19856,
"bytes": 16375
},
{
"ts": 19898,
"bytes": 16375
},
{
"ts": 19911,
"bytes": 16375
},
{
"ts": 19939,
"bytes": 16375
},
{
"ts": 19974,
"bytes": 16375
},
{
"ts": 19998,
"bytes": 16375
},
{
"ts": 20029,
"bytes": 16375
},
{
"ts": 20045,
"bytes": 16375
},
{
"ts": 20077,
"bytes": 16375
},
{
"ts": 20101,
"bytes": 16375
},
{
"ts": 20135,
"bytes": 16375
},
{
"ts": 20167,
"bytes": 16375
},
{
"ts": 20200,
"bytes": 16375
},
{
"ts": 20223,
"bytes": 16375
},
{
"ts": 20246,
"bytes": 16375
},
{
"ts": 20273,
"bytes": 16375
},
{
"ts": 20305,
"bytes": 16375
},
{
"ts": 20332,
"bytes": 16375
},
{
"ts": 20359,
"bytes": 16375
},
{
"ts": 20396,
"bytes": 16375
},
{
"ts": 20404,
"bytes": 16375
},
{
"ts": 20435,
"bytes": 16375
},
{
"ts": 20466,
"bytes": 16375
},
{
"ts": 20493,
"bytes": 16375
},
{
"ts": 20530,
"bytes": 16375
},
{
"ts": 20549,
"bytes": 16375
},
{
"ts": 20595,
"bytes": 16375
},
{
"ts": 20608,
"bytes": 16375
},
{
"ts": 20647,
"bytes": 16375
},
{
"ts": 20670,
"bytes": 16375
},
{
"ts": 20697,
"bytes": 16375
},
{
"ts": 20714,
"bytes": 16375
},
{
"ts": 20738,
"bytes": 16375
},
{
"ts": 20773,
"bytes": 16375
},
{
"ts": 20800,
"bytes": 16375
},
{
"ts": 20825,
"bytes": 16375
},
{
"ts": 20848,
"bytes": 16375
},
{
"ts": 20876,
"bytes": 16375
},
{
"ts": 20906,
"bytes": 16375
},
{
"ts": 20931,
"bytes": 16375
},
{
"ts": 20958,
"bytes": 16375
},
{
"ts": 20986,
"bytes": 16375
},
{
"ts": 21012,
"bytes": 16375
},
{
"ts": 21045,
"bytes": 16375
},
{
"ts": 21092,
"bytes": 16375
},
{
"ts": 21097,
"bytes": 16375
},
{
"ts": 21139,
"bytes": 16375
},
{
"ts": 21159,
"bytes": 16375
},
{
"ts": 21188,
"bytes": 16375
},
{
"ts": 21223,
"bytes": 16375
},
{
"ts": 21256,
"bytes": 16375
},
{
"ts": 21274,
"bytes": 16375
},
{
"ts": 21290,
"bytes": 16375
},
{
"ts": 21315,
"bytes": 16375
},
{
"ts": 21349,
"bytes": 16375
},
{
"ts": 21373,
"bytes": 16375
},
{
"ts": 21408,
"bytes": 16375
},
{
"ts": 21439,
"bytes": 16375
},
{
"ts": 21452,
"bytes": 16375
},
{
"ts": 21487,
"bytes": 16375
},
{
"ts": 21509,
"bytes": 16375
},
{
"ts": 21539,
"bytes": 16375
},
{
"ts": 21566,
"bytes": 16375
},
{
"ts": 21600,
"bytes": 16375
},
{
"ts": 21617,
"bytes": 16375
},
{
"ts": 21646,
"bytes": 16375
},
{
"ts": 21677,
"bytes": 16375
},
{
"ts": 21700,
"bytes": 16375
},
{
"ts": 21735,
"bytes": 16375
},
{
"ts": 21756,
"bytes": 16375
},
{
"ts": 21788,
"bytes": 16375
},
{
"ts": 21812,
"bytes": 16375
},
{
"ts": 21840,
"bytes": 16375
},
{
"ts": 21870,
"bytes": 16375
},
{
"ts": 21906,
"bytes": 16375
},
{
"ts": 21925,
"bytes": 16375
},
{
"ts": 21954,
"bytes": 16375
},
{
"ts": 21987,
"bytes": 16375
},
{
"ts": 22012,
"bytes": 16375
},
{
"ts": 22035,
"bytes": 16375
},
{
"ts": 22062,
"bytes": 16375
},
{
"ts": 22087,
"bytes": 16375
},
{
"ts": 22118,
"bytes": 16375
},
{
"ts": 22143,
"bytes": 16375
},
{
"ts": 22199,
"bytes": 16375
},
{
"ts": 22209,
"bytes": 16375
},
{
"ts": 22234,
"bytes": 16375
},
{
"ts": 22262,
"bytes": 16375
},
{
"ts": 22285,
"bytes": 16375
},
{
"ts": 22313,
"bytes": 16375
},
{
"ts": 22345,
"bytes": 16375
},
{
"ts": 22373,
"bytes": 16375
},
{
"ts": 22395,
"bytes": 16375
},
{
"ts": 22426,
"bytes": 16375
},
{
"ts": 22456,
"bytes": 16375
},
{
"ts": 22479,
"bytes": 16375
},
{
"ts": 22506,
"bytes": 16375
},
{
"ts": 22539,
"bytes": 16375
},
{
"ts": 22566,
"bytes": 16375
},
{
"ts": 22591,
"bytes": 16375
},
{
"ts": 22623,
"bytes": 16375
},
{
"ts": 22649,
"bytes": 16375
},
{
"ts": 22673,
"bytes": 16375
},
{
"ts": 22704,
"bytes": 2304
},
{
"ts": 22705,
"bytes": 14071
},
{
"ts": 22729,
"bytes": 16375
},
{
"ts": 22751,
"bytes": 16375
},
{
"ts": 22787,
"bytes": 16375
},
{
"ts": 22807,
"bytes": 16375
},
{
"ts": 22842,
"bytes": 16375
},
{
"ts": 22861,
"bytes": 16375
},
{
"ts": 22894,
"bytes": 16375
},
{
"ts": 22918,
"bytes": 16375
},
{
"ts": 22944,
"bytes": 16375
},
{
"ts": 22972,
"bytes": 16375
},
{
"ts": 23002,
"bytes": 16375
},
{
"ts": 23031,
"bytes": 16375
},
{
"ts": 23058,
"bytes": 16375
},
{
"ts": 23085,
"bytes": 16375
},
{
"ts": 23119,
"bytes": 16375
},
{
"ts": 23142,
"bytes": 16375
},
{
"ts": 23175,
"bytes": 16375
},
{
"ts": 23200,
"bytes": 16375
},
{
"ts": 23224,
"bytes": 16375
},
{
"ts": 23256,
"bytes": 16375
},
{
"ts": 23284,
"bytes": 16375
},
{
"ts": 23313,
"bytes": 16375
},
{
"ts": 23339,
"bytes": 16375
},
{
"ts": 23366,
"bytes": 16375
},
{
"ts": 23396,
"bytes": 16375
},
{
"ts": 23422,
"bytes": 16375
},
{
"ts": 23442,
"bytes": 16375
},
{
"ts": 23473,
"bytes": 16375
},
{
"ts": 23498,
"bytes": 16375
},
{
"ts": 23532,
"bytes": 16375
},
{
"ts": 23564,
"bytes": 16375
},
{
"ts": 23602,
"bytes": 16375
},
{
"ts": 23627,
"bytes": 16375
},
{
"ts": 23654,
"bytes": 16375
},
{
"ts": 23668,
"bytes": 16375
},
{
"ts": 23689,
"bytes": 16375
},
{
"ts": 23724,
"bytes": 16375
},
{
"ts": 23751,
"bytes": 16375
},
{
"ts": 23771,
"bytes": 16375
},
{
"ts": 23798,
"bytes": 16375
},
{
"ts": 23831,
"bytes": 16375
},
{
"ts": 23854,
"bytes": 16375
},
{
"ts": 23885,
"bytes": 16375
},
{
"ts": 23912,
"bytes": 16375
},
{
"ts": 23941,
"bytes": 16375
},
{
"ts": 23968,
"bytes": 16375
},
{
"ts": 23996,
"bytes": 16375
},
{
"ts": 24027,
"bytes": 16375
},
{
"ts": 24050,
"bytes": 16375
},
{
"ts": 24078,
"bytes": 16375
},
{
"ts": 24106,
"bytes": 16375
},
{
"ts": 24133,
"bytes": 16375
},
{
"ts": 24163,
"bytes": 16375
},
{
"ts": 24190,
"bytes": 16375
},
{
"ts": 24214,
"bytes": 16375
},
{
"ts": 24244,
"bytes": 16375
},
{
"ts": 24270,
"bytes": 16375
},
{
"ts": 24298,
"bytes": 16375
},
{
"ts": 24328,
"bytes": 16375
},
{
"ts": 24353,
"bytes": 16375
},
{
"ts": 24381,
"bytes": 16375
},
{
"ts": 24409,
"bytes": 16375
},
{
"ts": 24436,
"bytes": 16375
},
{
"ts": 24461,
"bytes": 16375
},
{
"ts": 24492,
"bytes": 16375
},
{
"ts": 24520,
"bytes": 16375
},
{
"ts": 24547,
"bytes": 16375
},
{
"ts": 24574,
"bytes": 16375
},
{
"ts": 24602,
"bytes": 16375
},
{
"ts": 24630,
"bytes": 16375
},
{
"ts": 24657,
"bytes": 16375
},
{
"ts": 24684,
"bytes": 16375
},
{
"ts": 24713,
"bytes": 16375
},
{
"ts": 24738,
"bytes": 16375
},
{
"ts": 24765,
"bytes": 16375
},
{
"ts": 24795,
"bytes": 16375
},
{
"ts": 24824,
"bytes": 16375
},
{
"ts": 24850,
"bytes": 16375
},
{
"ts": 24878,
"bytes": 16375
},
{
"ts": 24906,
"bytes": 16375
},
{
"ts": 24933,
"bytes": 16375
},
{
"ts": 24961,
"bytes": 16375
},
{
"ts": 24989,
"bytes": 16375
},
{
"ts": 25017,
"bytes": 16375
},
{
"ts": 25044,
"bytes": 16375
},
{
"ts": 25084,
"bytes": 16375
},
{
"ts": 25108,
"bytes": 16375
},
{
"ts": 25135,
"bytes": 16375
},
{
"ts": 25160,
"bytes": 16375
},
{
"ts": 25184,
"bytes": 16375
},
{
"ts": 25211,
"bytes": 16375
},
{
"ts": 25239,
"bytes": 16375
},
{
"ts": 25265,
"bytes": 16375
},
{
"ts": 25294,
"bytes": 16375
},
{
"ts": 25320,
"bytes": 16375
},
{
"ts": 25347,
"bytes": 16375
},
{
"ts": 25382,
"bytes": 16375
},
{
"ts": 25410,
"bytes": 16375
},
{
"ts": 25433,
"bytes": 16375
},
{
"ts": 25464,
"bytes": 16375
},
{
"ts": 25492,
"bytes": 16375
},
{
"ts": 25517,
"bytes": 16375
},
{
"ts": 25547,
"bytes": 16375
},
{
"ts": 25575,
"bytes": 16375
},
{
"ts": 25595,
"bytes": 16375
},
{
"ts": 25634,
"bytes": 16375
},
{
"ts": 25650,
"bytes": 16375
},
{
"ts": 25690,
"bytes": 16375
},
{
"ts": 25710,
"bytes": 16375
},
{
"ts": 25737,
"bytes": 16375
},
{
"ts": 25765,
"bytes": 16375
},
{
"ts": 25789,
"bytes": 16375
},
{
"ts": 25822,
"bytes": 16375
},
{
"ts": 25852,
"bytes": 16375
},
{
"ts": 25875,
"bytes": 16375
},
{
"ts": 25899,
"bytes": 16375
},
{
"ts": 25931,
"bytes": 16375
},
{
"ts": 25955,
"bytes": 16375
},
{
"ts": 25986,
"bytes": 16375
},
{
"ts": 26015,
"bytes": 16375
},
{
"ts": 26038,
"bytes": 16375
},
{
"ts": 26065,
"bytes": 16375
},
{
"ts": 26107,
"bytes": 16375
},
{
"ts": 26127,
"bytes": 16375
},
{
"ts": 26147,
"bytes": 16375
},
{
"ts": 26178,
"bytes": 16375
},
{
"ts": 26211,
"bytes": 16375
},
{
"ts": 26235,
"bytes": 3456
}
],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 190,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 8754729",
"Content-Range: bytes 0-8754728\/8754729",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"859629-621628d3d4402\"",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"server: Apache",
":status: 206",
"content-length: 8754729",
"content-range: bytes 0-8754728\/8754729"
]
},
"bytesOut": 2431,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": 70,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 8754729,
"gzip_save": 2548487,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 575,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 13,
"http2_stream_dependency": 11,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 123,
"server_port": "443",
"load_end": 26235,
"ttfb_start": 576,
"ttfb_end": 15581,
"download_start": 15581,
"download_end": 26235,
"download_ms": 10654,
"all_start": 576,
"all_end": 26235,
"all_ms": 25659,
"index": 6,
"number": 7
},
{
"type": 3,
"id": "154990.66",
"request_id": "154990.66",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"raw_id": "154990.66",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 4412,
"ttfb_ms": 834,
"load_start": 590,
"load_start_float": 590.00013300000001,
"bytesIn": 6291456,
"objectSize": 6291456,
"objectSizeUncompressed": 49125,
"chunks": [
{
"ts": 4943,
"bytes": 16375
},
{
"ts": 4971,
"bytes": 16375
},
{
"ts": 4999,
"bytes": 16375
},
{
"ts": 5028,
"bytes": 16375
},
{
"ts": 5056,
"bytes": 16375
},
{
"ts": 5084,
"bytes": 16375
},
{
"ts": 5112,
"bytes": 16375
},
{
"ts": 5131,
"bytes": 16375
},
{
"ts": 5160,
"bytes": 16375
},
{
"ts": 5188,
"bytes": 16375
},
{
"ts": 5216,
"bytes": 16375
},
{
"ts": 5244,
"bytes": 16375
},
{
"ts": 5273,
"bytes": 16375
},
{
"ts": 5301,
"bytes": 16375
},
{
"ts": 5330,
"bytes": 16375
},
{
"ts": 5360,
"bytes": 16375
},
{
"ts": 5388,
"bytes": 16375
},
{
"ts": 5417,
"bytes": 16375
},
{
"ts": 5445,
"bytes": 16375
},
{
"ts": 5473,
"bytes": 16375
},
{
"ts": 5502,
"bytes": 16375
},
{
"ts": 5525,
"bytes": 16375
},
{
"ts": 5549,
"bytes": 16375
},
{
"ts": 5577,
"bytes": 16375
},
{
"ts": 5610,
"bytes": 16375
},
{
"ts": 5638,
"bytes": 16375
},
{
"ts": 5667,
"bytes": 16375
},
{
"ts": 5681,
"bytes": 16375
},
{
"ts": 5709,
"bytes": 16375
},
{
"ts": 5737,
"bytes": 16375
},
{
"ts": 5766,
"bytes": 16375
},
{
"ts": 5794,
"bytes": 16375
},
{
"ts": 5822,
"bytes": 16375
},
{
"ts": 5851,
"bytes": 16375
},
{
"ts": 5879,
"bytes": 16375
},
{
"ts": 5908,
"bytes": 16375
},
{
"ts": 5935,
"bytes": 16375
},
{
"ts": 5964,
"bytes": 16375
},
{
"ts": 5994,
"bytes": 16375
},
{
"ts": 6020,
"bytes": 16375
},
{
"ts": 6049,
"bytes": 16375
},
{
"ts": 6077,
"bytes": 16375
},
{
"ts": 6105,
"bytes": 16375
},
{
"ts": 6134,
"bytes": 16375
},
{
"ts": 6162,
"bytes": 16375
},
{
"ts": 6176,
"bytes": 16375
},
{
"ts": 6204,
"bytes": 16375
},
{
"ts": 6235,
"bytes": 16375
},
{
"ts": 6263,
"bytes": 16375
},
{
"ts": 6293,
"bytes": 16375
},
{
"ts": 6320,
"bytes": 16375
},
{
"ts": 6348,
"bytes": 16375
},
{
"ts": 6376,
"bytes": 16375
},
{
"ts": 6396,
"bytes": 16375
},
{
"ts": 6423,
"bytes": 16375
},
{
"ts": 6451,
"bytes": 16375
},
{
"ts": 6478,
"bytes": 16375
},
{
"ts": 6506,
"bytes": 16375
},
{
"ts": 6534,
"bytes": 16375
},
{
"ts": 6561,
"bytes": 16375
},
{
"ts": 6589,
"bytes": 16375
},
{
"ts": 6617,
"bytes": 16375
},
{
"ts": 6645,
"bytes": 16375
},
{
"ts": 6672,
"bytes": 16375
},
{
"ts": 6700,
"bytes": 16375
},
{
"ts": 6727,
"bytes": 16375
},
{
"ts": 6755,
"bytes": 16375
},
{
"ts": 6783,
"bytes": 16375
},
{
"ts": 6810,
"bytes": 16375
},
{
"ts": 6838,
"bytes": 16375
},
{
"ts": 6865,
"bytes": 16375
},
{
"ts": 6894,
"bytes": 16375
},
{
"ts": 6935,
"bytes": 16375
},
{
"ts": 6976,
"bytes": 16375
},
{
"ts": 6993,
"bytes": 16375
},
{
"ts": 7024,
"bytes": 16375
},
{
"ts": 7051,
"bytes": 16375
},
{
"ts": 7075,
"bytes": 16375
},
{
"ts": 7102,
"bytes": 16375
},
{
"ts": 7134,
"bytes": 16375
},
{
"ts": 7163,
"bytes": 16375
},
{
"ts": 7188,
"bytes": 16375
},
{
"ts": 7226,
"bytes": 16375
},
{
"ts": 7258,
"bytes": 16375
},
{
"ts": 7278,
"bytes": 16375
},
{
"ts": 7306,
"bytes": 16375
},
{
"ts": 7337,
"bytes": 16375
},
{
"ts": 7368,
"bytes": 16375
},
{
"ts": 7395,
"bytes": 16375
},
{
"ts": 7411,
"bytes": 16375
},
{
"ts": 7442,
"bytes": 16375
},
{
"ts": 7470,
"bytes": 16375
},
{
"ts": 7497,
"bytes": 16375
},
{
"ts": 7525,
"bytes": 16375
},
{
"ts": 7562,
"bytes": 16375
},
{
"ts": 7582,
"bytes": 16375
},
{
"ts": 7610,
"bytes": 16375
},
{
"ts": 7630,
"bytes": 16375
},
{
"ts": 7665,
"bytes": 16375
},
{
"ts": 7689,
"bytes": 16375
},
{
"ts": 7716,
"bytes": 16375
},
{
"ts": 7740,
"bytes": 16375
},
{
"ts": 7775,
"bytes": 16375
},
{
"ts": 7803,
"bytes": 16375
},
{
"ts": 7826,
"bytes": 16375
},
{
"ts": 7853,
"bytes": 16375
},
{
"ts": 7885,
"bytes": 16375
},
{
"ts": 7913,
"bytes": 16375
},
{
"ts": 7937,
"bytes": 16375
},
{
"ts": 7970,
"bytes": 16375
},
{
"ts": 7998,
"bytes": 16375
},
{
"ts": 8025,
"bytes": 16375
},
{
"ts": 8051,
"bytes": 16375
},
{
"ts": 8080,
"bytes": 16375
},
{
"ts": 8102,
"bytes": 16375
},
{
"ts": 8135,
"bytes": 16375
},
{
"ts": 8163,
"bytes": 16375
},
{
"ts": 8184,
"bytes": 16375
},
{
"ts": 8218,
"bytes": 16375
},
{
"ts": 8239,
"bytes": 16375
},
{
"ts": 8273,
"bytes": 16375
},
{
"ts": 8295,
"bytes": 16375
},
{
"ts": 8328,
"bytes": 16375
},
{
"ts": 8352,
"bytes": 16375
},
{
"ts": 8385,
"bytes": 16375
},
{
"ts": 8406,
"bytes": 16375
},
{
"ts": 8440,
"bytes": 16375
},
{
"ts": 8468,
"bytes": 16375
},
{
"ts": 8495,
"bytes": 16375
},
{
"ts": 8523,
"bytes": 16375
},
{
"ts": 8548,
"bytes": 16375
},
{
"ts": 8572,
"bytes": 16375
},
{
"ts": 8599,
"bytes": 16375
},
{
"ts": 8628,
"bytes": 16375
},
{
"ts": 8660,
"bytes": 16375
},
{
"ts": 8688,
"bytes": 16375
},
{
"ts": 8716,
"bytes": 16375
},
{
"ts": 8737,
"bytes": 16375
},
{
"ts": 8771,
"bytes": 16375
},
{
"ts": 8798,
"bytes": 16375
},
{
"ts": 8826,
"bytes": 16375
},
{
"ts": 8853,
"bytes": 16375
},
{
"ts": 8880,
"bytes": 16375
},
{
"ts": 8907,
"bytes": 16375
},
{
"ts": 8936,
"bytes": 16375
},
{
"ts": 8962,
"bytes": 16375
},
{
"ts": 8989,
"bytes": 16375
},
{
"ts": 9019,
"bytes": 16375
},
{
"ts": 9046,
"bytes": 16375
},
{
"ts": 9074,
"bytes": 16375
},
{
"ts": 9099,
"bytes": 16375
},
{
"ts": 9129,
"bytes": 16375
},
{
"ts": 9154,
"bytes": 16375
},
{
"ts": 9181,
"bytes": 16375
},
{
"ts": 9209,
"bytes": 16375
},
{
"ts": 9240,
"bytes": 16375
},
{
"ts": 9264,
"bytes": 16375
},
{
"ts": 9295,
"bytes": 16375
},
{
"ts": 9325,
"bytes": 16375
},
{
"ts": 9353,
"bytes": 16375
},
{
"ts": 9382,
"bytes": 16375
},
{
"ts": 9409,
"bytes": 16375
},
{
"ts": 9437,
"bytes": 16375
},
{
"ts": 9465,
"bytes": 16375
},
{
"ts": 9494,
"bytes": 16375
},
{
"ts": 9520,
"bytes": 16375
},
{
"ts": 9544,
"bytes": 16375
},
{
"ts": 9575,
"bytes": 16375
},
{
"ts": 9603,
"bytes": 16375
},
{
"ts": 9626,
"bytes": 16375
},
{
"ts": 9658,
"bytes": 16375
},
{
"ts": 9683,
"bytes": 16375
},
{
"ts": 9713,
"bytes": 16375
},
{
"ts": 9740,
"bytes": 16375
},
{
"ts": 9768,
"bytes": 16375
},
{
"ts": 9796,
"bytes": 16375
},
{
"ts": 9823,
"bytes": 16375
},
{
"ts": 9851,
"bytes": 16375
},
{
"ts": 9878,
"bytes": 16375
},
{
"ts": 9906,
"bytes": 16375
},
{
"ts": 9930,
"bytes": 16375
},
{
"ts": 9961,
"bytes": 16375
},
{
"ts": 9988,
"bytes": 16375
},
{
"ts": 10016,
"bytes": 16375
},
{
"ts": 10044,
"bytes": 16375
},
{
"ts": 10067,
"bytes": 16375
},
{
"ts": 10096,
"bytes": 16375
},
{
"ts": 10127,
"bytes": 16375
},
{
"ts": 10154,
"bytes": 16375
},
{
"ts": 10183,
"bytes": 16375
},
{
"ts": 10211,
"bytes": 16375
},
{
"ts": 10235,
"bytes": 16375
},
{
"ts": 10266,
"bytes": 16375
},
{
"ts": 10290,
"bytes": 16375
},
{
"ts": 10322,
"bytes": 16375
},
{
"ts": 10346,
"bytes": 16375
},
{
"ts": 10376,
"bytes": 16375
},
{
"ts": 10401,
"bytes": 16375
},
{
"ts": 10432,
"bytes": 16375
},
{
"ts": 10459,
"bytes": 16375
},
{
"ts": 10484,
"bytes": 16375
},
{
"ts": 10514,
"bytes": 16375
},
{
"ts": 10539,
"bytes": 16375
},
{
"ts": 10566,
"bytes": 16375
},
{
"ts": 10597,
"bytes": 16375
},
{
"ts": 10625,
"bytes": 16375
},
{
"ts": 10652,
"bytes": 16375
},
{
"ts": 10677,
"bytes": 16375
},
{
"ts": 10707,
"bytes": 16375
},
{
"ts": 10735,
"bytes": 16375
},
{
"ts": 10762,
"bytes": 16375
},
{
"ts": 10790,
"bytes": 16375
},
{
"ts": 10818,
"bytes": 16375
},
{
"ts": 10845,
"bytes": 16375
},
{
"ts": 10873,
"bytes": 16375
},
{
"ts": 10900,
"bytes": 16375
},
{
"ts": 10928,
"bytes": 16375
},
{
"ts": 10955,
"bytes": 16375
},
{
"ts": 10995,
"bytes": 16375
},
{
"ts": 11018,
"bytes": 16375
},
{
"ts": 11038,
"bytes": 16375
},
{
"ts": 11072,
"bytes": 16375
},
{
"ts": 11101,
"bytes": 16375
},
{
"ts": 11121,
"bytes": 16375
},
{
"ts": 11162,
"bytes": 16375
},
{
"ts": 11197,
"bytes": 16375
},
{
"ts": 11206,
"bytes": 16375
},
{
"ts": 11235,
"bytes": 16375
},
{
"ts": 11273,
"bytes": 16375
},
{
"ts": 11286,
"bytes": 16375
},
{
"ts": 11314,
"bytes": 16375
},
{
"ts": 11348,
"bytes": 16375
},
{
"ts": 11369,
"bytes": 16375
},
{
"ts": 11395,
"bytes": 16375
},
{
"ts": 11424,
"bytes": 16375
},
{
"ts": 11454,
"bytes": 16375
},
{
"ts": 11489,
"bytes": 16375
},
{
"ts": 11521,
"bytes": 16375
},
{
"ts": 11540,
"bytes": 16375
},
{
"ts": 11576,
"bytes": 16375
},
{
"ts": 11604,
"bytes": 16375
},
{
"ts": 11631,
"bytes": 16375
},
{
"ts": 11659,
"bytes": 16375
},
{
"ts": 11674,
"bytes": 16375
},
{
"ts": 11699,
"bytes": 16375
},
{
"ts": 11729,
"bytes": 16375
},
{
"ts": 11756,
"bytes": 16375
},
{
"ts": 11784,
"bytes": 16375
},
{
"ts": 11816,
"bytes": 16375
},
{
"ts": 11844,
"bytes": 16375
},
{
"ts": 11871,
"bytes": 16375
},
{
"ts": 11903,
"bytes": 16375
},
{
"ts": 11921,
"bytes": 16375
},
{
"ts": 11962,
"bytes": 16375
},
{
"ts": 11982,
"bytes": 16375
},
{
"ts": 12003,
"bytes": 16375
},
{
"ts": 12045,
"bytes": 16375
},
{
"ts": 12072,
"bytes": 16375
},
{
"ts": 12097,
"bytes": 16375
},
{
"ts": 12128,
"bytes": 16375
},
{
"ts": 12141,
"bytes": 16375
},
{
"ts": 12176,
"bytes": 16375
},
{
"ts": 12197,
"bytes": 16375
},
{
"ts": 12228,
"bytes": 16375
},
{
"ts": 12255,
"bytes": 16375
},
{
"ts": 12282,
"bytes": 16375
},
{
"ts": 12306,
"bytes": 16375
},
{
"ts": 12337,
"bytes": 16375
},
{
"ts": 12364,
"bytes": 16375
},
{
"ts": 12393,
"bytes": 16375
},
{
"ts": 12421,
"bytes": 16375
},
{
"ts": 12454,
"bytes": 16375
},
{
"ts": 12479,
"bytes": 16375
},
{
"ts": 12510,
"bytes": 16375
},
{
"ts": 12531,
"bytes": 16375
},
{
"ts": 12556,
"bytes": 16375
},
{
"ts": 12584,
"bytes": 16375
},
{
"ts": 12618,
"bytes": 16375
},
{
"ts": 12641,
"bytes": 16375
},
{
"ts": 12670,
"bytes": 16375
},
{
"ts": 12704,
"bytes": 16375
},
{
"ts": 12724,
"bytes": 16375
},
{
"ts": 12754,
"bytes": 16375
},
{
"ts": 12782,
"bytes": 16375
},
{
"ts": 12805,
"bytes": 16375
},
{
"ts": 12832,
"bytes": 16375
},
{
"ts": 12874,
"bytes": 16375
},
{
"ts": 12887,
"bytes": 16375
},
{
"ts": 12923,
"bytes": 16375
},
{
"ts": 12953,
"bytes": 16375
},
{
"ts": 12977,
"bytes": 16375
},
{
"ts": 13011,
"bytes": 16375
},
{
"ts": 13029,
"bytes": 16375
},
{
"ts": 13056,
"bytes": 16375
},
{
"ts": 13093,
"bytes": 16375
},
{
"ts": 13118,
"bytes": 16375
},
{
"ts": 13144,
"bytes": 16375
},
{
"ts": 13170,
"bytes": 16375
},
{
"ts": 13200,
"bytes": 16375
},
{
"ts": 13220,
"bytes": 16375
},
{
"ts": 13251,
"bytes": 16375
},
{
"ts": 13278,
"bytes": 16375
},
{
"ts": 13305,
"bytes": 16375
},
{
"ts": 13341,
"bytes": 16375
},
{
"ts": 13364,
"bytes": 16375
},
{
"ts": 13387,
"bytes": 16375
},
{
"ts": 13421,
"bytes": 16375
},
{
"ts": 13447,
"bytes": 16375
},
{
"ts": 13472,
"bytes": 16375
},
{
"ts": 13500,
"bytes": 16375
},
{
"ts": 13528,
"bytes": 16375
},
{
"ts": 13555,
"bytes": 16375
},
{
"ts": 13580,
"bytes": 16375
},
{
"ts": 13619,
"bytes": 16375
},
{
"ts": 13633,
"bytes": 16375
},
{
"ts": 13662,
"bytes": 16375
},
{
"ts": 13696,
"bytes": 16375
},
{
"ts": 13720,
"bytes": 16375
},
{
"ts": 13744,
"bytes": 16375
},
{
"ts": 13775,
"bytes": 16375
},
{
"ts": 13799,
"bytes": 16375
},
{
"ts": 13827,
"bytes": 16375
},
{
"ts": 13860,
"bytes": 16375
},
{
"ts": 13888,
"bytes": 16375
},
{
"ts": 13912,
"bytes": 16375
},
{
"ts": 13941,
"bytes": 16375
},
{
"ts": 13972,
"bytes": 16375
},
{
"ts": 14005,
"bytes": 16375
},
{
"ts": 14020,
"bytes": 16375
},
{
"ts": 14051,
"bytes": 16375
},
{
"ts": 14075,
"bytes": 16375
},
{
"ts": 14103,
"bytes": 16375
},
{
"ts": 14131,
"bytes": 16375
},
{
"ts": 14158,
"bytes": 16375
},
{
"ts": 14187,
"bytes": 16375
},
{
"ts": 14213,
"bytes": 16375
},
{
"ts": 14241,
"bytes": 16375
},
{
"ts": 14268,
"bytes": 16375
},
{
"ts": 14296,
"bytes": 16375
},
{
"ts": 14324,
"bytes": 16375
},
{
"ts": 14361,
"bytes": 16375
},
{
"ts": 14388,
"bytes": 16375
},
{
"ts": 14411,
"bytes": 16375
},
{
"ts": 14447,
"bytes": 16375
},
{
"ts": 14474,
"bytes": 16375
},
{
"ts": 14502,
"bytes": 16375
},
{
"ts": 14529,
"bytes": 16375
},
{
"ts": 14557,
"bytes": 16375
},
{
"ts": 14588,
"bytes": 16375
},
{
"ts": 14608,
"bytes": 16375
},
{
"ts": 14635,
"bytes": 16375
},
{
"ts": 14659,
"bytes": 16375
},
{
"ts": 14698,
"bytes": 16375
},
{
"ts": 14721,
"bytes": 16375
},
{
"ts": 14742,
"bytes": 16375
},
{
"ts": 14773,
"bytes": 16375
},
{
"ts": 14804,
"bytes": 16375
},
{
"ts": 14825,
"bytes": 16375
},
{
"ts": 14855,
"bytes": 16375
},
{
"ts": 14897,
"bytes": 16375
},
{
"ts": 14925,
"bytes": 16375
},
{
"ts": 14949,
"bytes": 16375
},
{
"ts": 14977,
"bytes": 16375
},
{
"ts": 14994,
"bytes": 16375
},
{
"ts": 15024,
"bytes": 16375
},
{
"ts": 15052,
"bytes": 16375
},
{
"ts": 15079,
"bytes": 16375
},
{
"ts": 15103,
"bytes": 16375
},
{
"ts": 15131,
"bytes": 16375
},
{
"ts": 15164,
"bytes": 16375
},
{
"ts": 15196,
"bytes": 16375
},
{
"ts": 15214,
"bytes": 16375
},
{
"ts": 15245,
"bytes": 16375
},
{
"ts": 15268,
"bytes": 16375
},
{
"ts": 15296,
"bytes": 16375
},
{
"ts": 15324,
"bytes": 16375
},
{
"ts": 15366,
"bytes": 16375
},
{
"ts": 15386,
"bytes": 16375
},
{
"ts": 15414,
"bytes": 16375
},
{
"ts": 15438,
"bytes": 16375
},
{
"ts": 15466,
"bytes": 16375
},
{
"ts": 15497,
"bytes": 16375
},
{
"ts": 15532,
"bytes": 16375
},
{
"ts": 15540,
"bytes": 16375
},
{
"ts": 15548,
"bytes": 3456
}
],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 644,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 34637962",
"Content-Range: bytes 0-34637961\/34637962",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"210888a-621628d46bd94\"",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"server: Apache",
":status: 206",
"content-length: 34637962",
"content-range: bytes 0-34637961\/34637962"
]
},
"bytesOut": 2452,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": 0,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 34637962,
"gzip_save": 34588789,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 589,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 15,
"http2_stream_dependency": 21,
"http2_stream_weight": 74,
"http2_stream_exclusive": 1,
"netlog_id": 133,
"server_port": "443",
"load_end": 5002,
"ttfb_start": 590,
"ttfb_end": 1424,
"download_start": 1424,
"download_end": 5002,
"download_ms": 3578,
"all_start": 590,
"all_end": 5002,
"all_ms": 4412,
"index": 7,
"number": 8
},
{
"type": 3,
"id": "154990.67",
"request_id": "154990.67",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4",
"raw_id": "154990.67",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 29335,
"ttfb_ms": 14970,
"load_start": 610,
"load_start_float": 610.00013899999999,
"bytesIn": 2227229,
"objectSize": 2227229,
"objectSizeUncompressed": 2210854,
"chunks": [
{
"ts": 26232,
"bytes": 16375
},
{
"ts": 26266,
"bytes": 16375
},
{
"ts": 26294,
"bytes": 16375
},
{
"ts": 26326,
"bytes": 16375
},
{
"ts": 26349,
"bytes": 16375
},
{
"ts": 26377,
"bytes": 16375
},
{
"ts": 26402,
"bytes": 16375
},
{
"ts": 26430,
"bytes": 16375
},
{
"ts": 26457,
"bytes": 16375
},
{
"ts": 26485,
"bytes": 16375
},
{
"ts": 26512,
"bytes": 16375
},
{
"ts": 26539,
"bytes": 16375
},
{
"ts": 26567,
"bytes": 16375
},
{
"ts": 26595,
"bytes": 16375
},
{
"ts": 26623,
"bytes": 16375
},
{
"ts": 26650,
"bytes": 16375
},
{
"ts": 26678,
"bytes": 16375
},
{
"ts": 26705,
"bytes": 16375
},
{
"ts": 26733,
"bytes": 16375
},
{
"ts": 26761,
"bytes": 16375
},
{
"ts": 26788,
"bytes": 16375
},
{
"ts": 26815,
"bytes": 16375
},
{
"ts": 26843,
"bytes": 16375
},
{
"ts": 26871,
"bytes": 16375
},
{
"ts": 26898,
"bytes": 16375
},
{
"ts": 26926,
"bytes": 16375
},
{
"ts": 26954,
"bytes": 16375
},
{
"ts": 26981,
"bytes": 16375
},
{
"ts": 27009,
"bytes": 16375
},
{
"ts": 27036,
"bytes": 16375
},
{
"ts": 27064,
"bytes": 16375
},
{
"ts": 27092,
"bytes": 16375
},
{
"ts": 27119,
"bytes": 16375
},
{
"ts": 27120,
"bytes": 229
},
{
"ts": 27147,
"bytes": 16375
},
{
"ts": 27175,
"bytes": 16375
},
{
"ts": 27206,
"bytes": 16375
},
{
"ts": 27230,
"bytes": 16375
},
{
"ts": 27258,
"bytes": 16375
},
{
"ts": 27285,
"bytes": 16375
},
{
"ts": 27313,
"bytes": 16375
},
{
"ts": 27340,
"bytes": 16375
},
{
"ts": 27368,
"bytes": 16375
},
{
"ts": 27395,
"bytes": 16375
},
{
"ts": 27423,
"bytes": 16375
},
{
"ts": 27451,
"bytes": 16375
},
{
"ts": 27479,
"bytes": 16375
},
{
"ts": 27506,
"bytes": 16375
},
{
"ts": 27534,
"bytes": 16375
},
{
"ts": 27561,
"bytes": 16375
},
{
"ts": 27595,
"bytes": 16375
},
{
"ts": 27634,
"bytes": 16375
},
{
"ts": 27654,
"bytes": 16375
},
{
"ts": 27682,
"bytes": 16375
},
{
"ts": 27713,
"bytes": 16375
},
{
"ts": 27734,
"bytes": 16375
},
{
"ts": 27765,
"bytes": 16375
},
{
"ts": 27796,
"bytes": 16375
},
{
"ts": 27821,
"bytes": 16375
},
{
"ts": 27848,
"bytes": 16375
},
{
"ts": 27869,
"bytes": 16375
},
{
"ts": 27900,
"bytes": 16375
},
{
"ts": 27931,
"bytes": 16375
},
{
"ts": 27973,
"bytes": 16375
},
{
"ts": 27982,
"bytes": 16375
},
{
"ts": 28010,
"bytes": 16375
},
{
"ts": 28037,
"bytes": 16375
},
{
"ts": 28065,
"bytes": 16375
},
{
"ts": 28100,
"bytes": 16375
},
{
"ts": 28124,
"bytes": 16375
},
{
"ts": 28159,
"bytes": 16375
},
{
"ts": 28180,
"bytes": 16375
},
{
"ts": 28200,
"bytes": 16375
},
{
"ts": 28228,
"bytes": 16375
},
{
"ts": 28267,
"bytes": 16375
},
{
"ts": 28283,
"bytes": 16375
},
{
"ts": 28312,
"bytes": 16375
},
{
"ts": 28347,
"bytes": 16375
},
{
"ts": 28378,
"bytes": 16375
},
{
"ts": 28406,
"bytes": 16375
},
{
"ts": 28426,
"bytes": 16375
},
{
"ts": 28460,
"bytes": 16375
},
{
"ts": 28488,
"bytes": 16375
},
{
"ts": 28511,
"bytes": 16375
},
{
"ts": 28535,
"bytes": 16375
},
{
"ts": 28566,
"bytes": 16375
},
{
"ts": 28597,
"bytes": 16375
},
{
"ts": 28621,
"bytes": 16375
},
{
"ts": 28648,
"bytes": 16375
},
{
"ts": 28683,
"bytes": 16375
},
{
"ts": 28711,
"bytes": 16375
},
{
"ts": 28727,
"bytes": 16375
},
{
"ts": 28759,
"bytes": 16375
},
{
"ts": 28790,
"bytes": 16375
},
{
"ts": 28821,
"bytes": 16375
},
{
"ts": 28848,
"bytes": 16375
},
{
"ts": 28864,
"bytes": 16375
},
{
"ts": 28893,
"bytes": 16375
},
{
"ts": 28920,
"bytes": 16375
},
{
"ts": 28951,
"bytes": 16375
},
{
"ts": 28975,
"bytes": 16375
},
{
"ts": 29007,
"bytes": 16375
},
{
"ts": 29031,
"bytes": 16375
},
{
"ts": 29059,
"bytes": 16375
},
{
"ts": 29090,
"bytes": 16375
},
{
"ts": 29111,
"bytes": 16375
},
{
"ts": 29157,
"bytes": 16375
},
{
"ts": 29189,
"bytes": 16375
},
{
"ts": 29198,
"bytes": 16375
},
{
"ts": 29221,
"bytes": 16375
},
{
"ts": 29256,
"bytes": 16375
},
{
"ts": 29284,
"bytes": 16375
},
{
"ts": 29307,
"bytes": 16375
},
{
"ts": 29330,
"bytes": 16375
},
{
"ts": 29367,
"bytes": 16375
},
{
"ts": 29390,
"bytes": 16375
},
{
"ts": 29419,
"bytes": 16375
},
{
"ts": 29446,
"bytes": 16375
},
{
"ts": 29469,
"bytes": 16375
},
{
"ts": 29496,
"bytes": 16375
},
{
"ts": 29526,
"bytes": 16375
},
{
"ts": 29557,
"bytes": 16375
},
{
"ts": 29588,
"bytes": 16375
},
{
"ts": 29609,
"bytes": 16375
},
{
"ts": 29637,
"bytes": 16375
},
{
"ts": 29662,
"bytes": 16375
},
{
"ts": 29696,
"bytes": 16375
},
{
"ts": 29723,
"bytes": 16375
},
{
"ts": 29753,
"bytes": 16375
},
{
"ts": 29781,
"bytes": 16375
},
{
"ts": 29809,
"bytes": 16375
},
{
"ts": 29831,
"bytes": 16375
},
{
"ts": 29861,
"bytes": 16375
},
{
"ts": 29889,
"bytes": 16375
},
{
"ts": 29916,
"bytes": 16375
},
{
"ts": 29943,
"bytes": 16375
},
{
"ts": 29966,
"bytes": 16375
}
],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 644,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 8040130",
"Content-Range: bytes 0-8040129\/8040130",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"7aaec2-621628cfea992\"",
"last-modified: Thu, 05 Sep 2024 17:23:36 GMT",
"server: Apache",
":status: 206",
"content-length: 8040130",
"content-range: bytes 0-8040129\/8040130"
]
},
"bytesOut": 2491,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": 27,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 8040130,
"gzip_save": 5835679,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 604,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 17,
"http2_stream_dependency": 13,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 139,
"server_port": "443",
"load_end": 29945,
"ttfb_start": 610,
"ttfb_end": 15580,
"download_start": 15580,
"download_end": 29945,
"download_ms": 14365,
"all_start": 610,
"all_end": 29945,
"all_ms": 29335,
"index": 8,
"number": 9
},
{
"type": 3,
"id": "154990.68",
"request_id": "154990.68",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4",
"raw_id": "154990.68",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 14967,
"ttfb_ms": 14967,
"load_start": 616,
"load_start_float": 616.00014499999997,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 6002619,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 644,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 6002619",
"Content-Range: bytes 0-6002618\/6002619",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"5b97bb-621628d40166b\"",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"server: Apache",
"content-length: 6002619",
"content-range: bytes 0-6002618\/6002619"
]
},
"bytesOut": 2530,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 614,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 145,
"server_port": "443",
"load_end": 15583,
"ttfb_start": 616,
"ttfb_end": 15583,
"download_start": 15583,
"download_end": 15583,
"download_ms": 0,
"all_start": 616,
"all_end": 15583,
"all_ms": 14967,
"index": 9,
"number": 10
},
{
"type": 3,
"id": "154990.122",
"request_id": "154990.122",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4",
"raw_id": "154990.122",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 14892,
"ttfb_ms": 14892,
"load_start": 692,
"load_start_float": 692.00015099999996,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 196608,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 2824450",
"Content-Range: bytes 0-2824449\/2824450",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"2b1902-621628d0417e6\"",
"last-modified: Thu, 05 Sep 2024 17:23:36 GMT",
"server: Apache",
"content-length: 2824450",
"content-range: bytes 0-2824449\/2824450"
]
},
"bytesOut": 2524,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 689,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 151,
"server_port": "443",
"load_end": 15584,
"ttfb_start": 692,
"ttfb_end": 15584,
"download_start": 15584,
"download_end": 15584,
"download_ms": 0,
"all_start": 692,
"all_end": 15584,
"all_ms": 14892,
"index": 10,
"number": 11
},
{
"type": 3,
"id": "154990.125",
"request_id": "154990.125",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/assets\/fonts\/RecifeDisplay-BookItalic.woff2",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/assets\/fonts\/RecifeDisplay-BookItalic.woff2",
"raw_id": "154990.125",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Font",
"load_ms": 31033,
"ttfb_ms": 30972,
"load_start": 762,
"load_start_float": 762.00015900000005,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 22024,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "font\/woff2",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9",
"initiator_line": "",
"initiator_column": "",
"initiator_type": "parser",
"priority": "Highest",
"initial_priority": "Highest",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/assets\/fonts\/RecifeDisplay-BookItalic.woff2",
":scheme: https",
"accept: *\/*",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"origin: https:\/\/www.geissbuehler.net",
"priority: u=0",
"referer: https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: font",
"sec-fetch-mode: cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 22024",
"content-type: font\/woff2",
"date: Fri, 06 Sep 2024 09:24:12 GMT",
"etag: \"5608-6216e33d54d00\"",
"last-modified: Fri, 06 Sep 2024 07:17:40 GMT",
"server: Apache"
]
},
"bytesOut": 2548,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 761,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 159,
"server_port": "443",
"renderBlocking": "non_blocking",
"font_details": {
"table_sizes": {
"FFTM": 28,
"GDEF": 84,
"GPOS": 9384,
"GSUB": 1774,
"OS\/2": 96,
"cmap": 1002,
"gasp": 8,
"glyf": 43987,
"head": 54,
"hhea": 36,
"hmtx": 1972,
"loca": 0,
"maxp": 32,
"name": 1497,
"post": 3165
},
"names": {
"0": "Copyright (c) 2018 by Luzi Type. All rights reserved.",
"1": "Recife Display Book",
"2": "Italic",
"3": "1.000;UKWN;RecifeDisplay-BookItalic",
"4": "Recife Display Book Italic",
"5": "Version 1.000;PS 001.000;hotconv 1.0.88;makeotf.lib2.5.64775",
"6": "RecifeDisplay-BookItalic",
"8": "Luzi Type",
"9": "Luzi Gantenbein",
"11": "https:\/\/luzi-type.ch\/",
"12": "https:\/\/luzi-type.ch\/",
"13": "End user license agreement:\nhttp:\/\/luzi-type.ch\/info.html",
"16": "Recife Display",
"17": "Book Italic"
},
"OS2": {
"version": 3,
"xAvgCharWidth": 581,
"usWeightClass": 350,
"usWidthClass": 5,
"fsType": 8,
"ySubscriptXSize": 650,
"ySubscriptYSize": 600,
"ySubscriptXOffset": -17,
"ySubscriptYOffset": 75,
"ySuperscriptXSize": 650,
"ySuperscriptYSize": 600,
"ySuperscriptXOffset": 81,
"ySuperscriptYOffset": 350,
"yStrikeoutSize": 50,
"yStrikeoutPosition": 299,
"sFamilyClass": 0,
"ulUnicodeRange1": 7,
"ulUnicodeRange2": 0,
"ulUnicodeRange3": 0,
"ulUnicodeRange4": 0,
"achVendID": "UKWN",
"fsSelection": 1,
"usFirstCharIndex": 13,
"usLastCharIndex": 64258,
"sTypoAscender": 757,
"sTypoDescender": -243,
"sTypoLineGap": 200,
"usWinAscent": 957,
"usWinDescent": 243,
"ulCodePageRange1": 536871059,
"ulCodePageRange2": 0,
"sxHeight": 499,
"sCapHeight": 700,
"usDefaultChar": 0,
"usBreakChar": 32,
"usMaxContext": 3,
"panose": {
"bFamilyType": 0,
"bSerifStyle": 0,
"bWeight": 4,
"bProportion": 0,
"bContrast": 0,
"bStrokeVariation": 0,
"bArmStyle": 0,
"bLetterForm": 0,
"bMidline": 0,
"bXHeight": 0
}
},
"post": {
"formatType": 2,
"italicAngle": -13,
"underlinePosition": -75,
"underlineThickness": 50,
"isFixedPitch": 0,
"minMemType42": 0,
"maxMemType42": 0,
"minMemType1": 0,
"maxMemType1": 0
},
"cmap": {
"encodings": [
{
"platform": 0,
"encoding": 3
},
{
"platform": 1,
"encoding": 0
},
{
"platform": 3,
"encoding": 1
}
],
"codepoints": [
13,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76,
77,
78,
79,
80,
81,
82,
83,
84,
85,
86,
87,
88,
89,
90,
91,
92,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
121,
122,
123,
124,
125,
126,
161,
162,
163,
164,
165,
166,
167,
168,
169,
170,
171,
172,
174,
175,
176,
177,
178,
179,
180,
182,
183,
184,
185,
186,
187,
188,
189,
190,
191,
192,
193,
194,
195,
196,
197,
198,
199,
200,
201,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211,
212,
213,
214,
215,
216,
217,
218,
219,
220,
221,
222,
223,
224,
225,
226,
227,
228,
229,
230,
231,
232,
233,
234,
235,
236,
237,
238,
239,
240,
241,
242,
243,
244,
245,
246,
247,
248,
249,
250,
251,
252,
253,
254,
255,
256,
257,
258,
259,
260,
261,
262,
263,
264,
265,
266,
267,
268,
269,
270,
271,
272,
273,
274,
275,
276,
277,
278,
279,
280,
281,
282,
283,
284,
285,
286,
287,
288,
289,
290,
291,
292,
293,
294,
295,
296,
297,
298,
299,
302,
303,
304,
305,
306,
307,
308,
309,
310,
311,
312,
313,
314,
315,
316,
317,
318,
319,
320,
321,
322,
323,
324,
325,
326,
327,
328,
329,
330,
331,
332,
333,
334,
335,
336,
337,
338,
339,
340,
341,
342,
343,
344,
345,
346,
347,
348,
349,
350,
351,
352,
353,
354,
355,
356,
357,
358,
359,
360,
361,
362,
363,
364,
365,
366,
367,
368,
369,
370,
371,
372,
373,
374,
375,
376,
377,
378,
379,
380,
381,
382,
383,
402,
506,
507,
508,
509,
510,
511,
536,
537,
538,
539,
710,
711,
713,
728,
729,
730,
731,
732,
733,
916,
937,
956,
960,
7682,
7683,
7690,
7691,
7710,
7711,
7744,
7745,
7766,
7767,
7776,
7777,
7786,
7787,
7808,
7809,
7810,
7811,
7812,
7813,
7922,
7923,
8211,
8212,
8216,
8217,
8218,
8220,
8221,
8222,
8224,
8225,
8226,
8230,
8240,
8249,
8250,
8260,
8364,
8467,
8470,
8482,
8494,
8531,
8532,
8533,
8534,
8535,
8536,
8537,
8538,
8539,
8540,
8541,
8542,
8592,
8593,
8594,
8595,
8706,
8719,
8721,
8722,
8730,
8734,
8747,
8776,
8800,
8804,
8805,
9674,
64257,
64258
]
},
"color": {
"formats": [],
"numPalettes": 0,
"numPaletteEntries": 0
},
"features": {
"GSUB": {
"DFLT": {
"default": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
]
},
"latn": {
"default": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"CAT ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"MOL ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"ROM ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
]
}
},
"GPOS": {
"DFLT": {
"default": [
"kern"
]
},
"latn": {
"default": [
"kern"
],
"CAT ": [
"kern"
],
"MOL ": [
"kern"
],
"ROM ": [
"kern"
]
}
}
},
"counts": {
"num_cmap_codepoints": 412,
"num_glyphs": 493
}
},
"load_end": 31795,
"ttfb_start": 762,
"ttfb_end": 31734,
"download_start": 31734,
"download_end": 31795,
"download_ms": 61,
"all_start": 762,
"all_end": 31795,
"all_ms": 31033,
"index": 11,
"number": 12
},
{
"type": 3,
"id": "154990.128",
"request_id": "154990.128",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"raw_id": "154990.128",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 26728,
"ttfb_ms": 26725,
"load_start": 5010,
"load_start_float": 5010.0001899999997,
"bytesIn": 0,
"objectSize": 0,
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"if-range: \"210888a-621628d46bd94\"",
"priority: i",
"range: bytes=34603008-34637961",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 34954",
"content-range: bytes 34603008-34637961\/34637962",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:24:12 GMT",
"etag: \"210888a-621628d46bd94\"",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"server: Apache"
]
},
"bytesOut": 2608,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 5005,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"chunks": [],
"netlog_id": 190,
"server_port": "443",
"load_end": 31738,
"ttfb_start": 5010,
"ttfb_end": 31735,
"download_start": 31735,
"download_end": 31738,
"download_ms": 3,
"all_start": 5010,
"all_end": 31738,
"all_ms": 26728,
"index": 12,
"number": 13
},
{
"type": 3,
"id": "154990.131",
"request_id": "154990.131",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"raw_id": "154990.131",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 18562,
"ttfb_ms": 18560,
"load_start": 15674,
"load_start_float": 15674.000198,
"bytesIn": 0,
"objectSize": 0,
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 513976",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:24:22 GMT",
"etag: \"7d7b8-6216e395512b2\"",
"last-modified: Fri, 06 Sep 2024 07:19:12 GMT",
"server: Apache"
]
},
"bytesOut": 2614,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 513976,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 15665,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"chunks": [],
"netlog_id": 198,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "502 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"VP8Version": "0 (bicubic reconstruction, normal loop)",
"ImageWidth": 1867,
"HorizontalScale": 0,
"ImageHeight": 1400,
"VerticalScale": 0
},
"ICC_Profile": {
"ProfileCMMType": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "2017:07:07 13:22:32",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Apple Computer Inc.",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Apple Computer Inc.",
"DeviceModel": "",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Perceptual",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Apple Computer Inc.",
"ProfileID": "ca1a9582257f104d389913d5d1ea1582",
"ProfileDescription": "Display P3",
"ProfileCopyright": "Copyright Apple Inc., 2017",
"MediaWhitePoint": "0.95045 1 1.08905",
"RedMatrixColumn": "0.51512 0.2412 -0.00105",
"GreenMatrixColumn": "0.29198 0.69225 0.04189",
"BlueMatrixColumn": "0.1571 0.06657 0.78407",
"RedTRC": "(Binary data 32 bytes, use -b option to extract)",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02959 0.99048 -0.01706 -0.00923 0.01508 0.75168",
"BlueTRC": "(Binary data 32 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 32 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "1867x1400",
"Megapixels": 2.6000000000000001
}
},
"magick": {
"format": "WEBP",
"formatDescription": "WebP Image Format",
"mimeType": "image\/webp",
"class": "DirectClass",
"geometry": {
"width": 1867,
"height": 1400,
"x": 0,
"y": 0
},
"units": "Undefined",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 2613800,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 98.228300000000004,
"standardDeviation": 66.965800000000002,
"kurtosis": -0.50561199999999995,
"skewness": 0.71592900000000004,
"entropy": 0.95066899999999999
}
},
"channelStatistics": {
"red": {
"min": 0,
"max": 255,
"mean": 99.200500000000005,
"standardDeviation": 67.954999999999998,
"kurtosis": -0.50713600000000003,
"skewness": 0.66849199999999998,
"entropy": 0.95685600000000004
},
"green": {
"min": 0,
"max": 255,
"mean": 99.388199999999998,
"standardDeviation": 65.309100000000001,
"kurtosis": -0.69302200000000003,
"skewness": 0.54150399999999999,
"entropy": 0.95130700000000001
},
"blue": {
"min": 0,
"max": 255,
"mean": 96.096199999999996,
"standardDeviation": 67.633399999999995,
"kurtosis": -0.30729299999999998,
"skewness": 0.92481500000000005,
"entropy": 0.94384299999999999
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 1867,
"height": 1400,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "Undefined",
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:24:24+00:00",
"date:modify": "2024-09-06T09:24:24+00:00",
"icc:copyright": "Copyright Apple Inc., 2017",
"icc:description": "Display P3",
"signature": "87e9e53f3e69523567b29aa41ac38779ca1fab8176fd5a42ba5310cfbc9729bd"
},
"profiles": {
"icc": {
"length": 548
}
},
"tainted": false,
"filesize": "513976B",
"numberPixels": "2613800",
"pixelsPerSecond": "5.02901MB",
"userTime": "0.150u",
"elapsedTime": "0:01.519"
}
},
"load_end": 34236,
"ttfb_start": 15674,
"ttfb_end": 34234,
"download_start": 34234,
"download_end": 34236,
"download_ms": 2,
"all_start": 15674,
"all_end": 34236,
"all_ms": 18562,
"index": 13,
"number": 14
},
{
"type": 3,
"id": "154990.132",
"request_id": "154990.132",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp",
"raw_id": "154990.132",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 18567,
"ttfb_ms": 18565,
"load_start": 15675,
"load_start_float": 15675.000204,
"bytesIn": 0,
"objectSize": 0,
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 364458",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:24:22 GMT",
"etag: \"58faa-6216e3ac0d6a1\"",
"last-modified: Fri, 06 Sep 2024 07:19:36 GMT",
"server: Apache"
]
},
"bytesOut": 2653,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 364458,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 15666,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"chunks": [],
"netlog_id": 204,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "356 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"VP8Version": "0 (bicubic reconstruction, normal loop)",
"ImageWidth": 2000,
"HorizontalScale": 0,
"ImageHeight": 1126,
"VerticalScale": 0
},
"ICC_Profile": {
"ProfileCMMType": "Linotronic",
"ProfileVersion": "2.1.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "1998:02:09 06:49:00",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Microsoft Corporation",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Hewlett-Packard",
"DeviceModel": "sRGB",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Media-Relative Colorimetric",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Hewlett-Packard",
"ProfileID": 0,
"ProfileCopyright": "Copyright (c) 1998 Hewlett-Packard Company",
"ProfileDescription": "sRGB IEC61966-2.1",
"MediaWhitePoint": "0.95045 1 1.08905",
"MediaBlackPoint": "0 0 0",
"RedMatrixColumn": "0.43607 0.22249 0.01392",
"GreenMatrixColumn": "0.38515 0.71687 0.09708",
"BlueMatrixColumn": "0.14307 0.06061 0.7141",
"DeviceMfgDesc": "IEC http:\/\/www.iec.ch",
"DeviceModelDesc": "IEC 61966-2.1 Default RGB colour space - sRGB",
"ViewingCondDesc": "Reference Viewing Condition in IEC61966-2.1",
"ViewingCondIlluminant": "19.6445 20.3718 16.8089",
"ViewingCondSurround": "3.92889 4.07439 3.36179",
"ViewingCondIlluminantType": "D50",
"Luminance": "76.03647 80 87.12462",
"MeasurementObserver": "CIE 1931",
"MeasurementBacking": "0 0 0",
"MeasurementGeometry": "Unknown",
"MeasurementFlare": "0.999%",
"MeasurementIlluminant": "D65",
"Technology": "Cathode Ray Tube Display",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "2000x1126",
"Megapixels": 2.2999999999999998
}
},
"magick": {
"format": "WEBP",
"formatDescription": "WebP Image Format",
"mimeType": "image\/webp",
"class": "DirectClass",
"geometry": {
"width": 2000,
"height": 1126,
"x": 0,
"y": 0
},
"units": "Undefined",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 2252000,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 84.233000000000004,
"standardDeviation": 53.813800000000001,
"kurtosis": -0.998475,
"skewness": 0.111856,
"entropy": 0.80033399999999999
}
},
"channelStatistics": {
"red": {
"min": 0,
"max": 251,
"mean": 41.790399999999998,
"standardDeviation": 62.773000000000003,
"kurtosis": -0.51553099999999996,
"skewness": 1.1057600000000001,
"entropy": 0.63638300000000003
},
"green": {
"min": 11,
"max": 255,
"mean": 113.23699999999999,
"standardDeviation": 47.498699999999999,
"kurtosis": -0.83585299999999996,
"skewness": 0.758266,
"entropy": 0.869398
},
"blue": {
"min": 0,
"max": 255,
"mean": 97.671599999999998,
"standardDeviation": 51.169800000000002,
"kurtosis": -0.333208,
"skewness": -0.180648,
"entropy": 0.89522000000000002
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 2000,
"height": 1126,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "Undefined",
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:24:24+00:00",
"date:modify": "2024-09-06T09:24:24+00:00",
"icc:copyright": "Copyright (c) 1998 Hewlett-Packard Company",
"icc:description": "sRGB IEC61966-2.1",
"icc:manufacturer": "IEC http:\/\/www.iec.ch",
"icc:model": "IEC 61966-2.1 Default RGB colour space - sRGB",
"signature": "272cecac3a655055b984fcda6005336c14a7782266a250739af3428c0761b25b"
},
"profiles": {
"icc": {
"length": 3144
}
},
"tainted": false,
"filesize": "364458B",
"numberPixels": "2252000",
"pixelsPerSecond": "6.3876MB",
"userTime": "0.110u",
"elapsedTime": "0:01.352"
}
},
"load_end": 34242,
"ttfb_start": 15675,
"ttfb_end": 34240,
"download_start": 34240,
"download_end": 34242,
"download_ms": 2,
"all_start": 15675,
"all_end": 34242,
"all_ms": 18567,
"index": 14,
"number": 15
},
{
"type": 3,
"id": "154990.133",
"request_id": "154990.133",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"raw_id": "154990.133",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 18569,
"ttfb_ms": 18562,
"load_start": 15676,
"load_start_float": 15676.00021,
"bytesIn": 0,
"objectSize": 0,
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 715424",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:24:22 GMT",
"etag: \"aeaa0-6216e3a3cdd92\"",
"last-modified: Fri, 06 Sep 2024 07:19:27 GMT",
"server: Apache"
]
},
"bytesOut": 2638,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 715424,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 15671,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"chunks": [],
"netlog_id": 210,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "699 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"VP8Version": "0 (bicubic reconstruction, normal loop)",
"ImageWidth": 2000,
"HorizontalScale": 0,
"ImageHeight": 1277,
"VerticalScale": 0
},
"ICC_Profile": {
"ProfileCMMType": "Linotronic",
"ProfileVersion": "2.1.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "1998:02:09 06:49:00",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Microsoft Corporation",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Hewlett-Packard",
"DeviceModel": "sRGB",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Media-Relative Colorimetric",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Hewlett-Packard",
"ProfileID": 0,
"ProfileCopyright": "Copyright (c) 1998 Hewlett-Packard Company",
"ProfileDescription": "sRGB IEC61966-2.1",
"MediaWhitePoint": "0.95045 1 1.08905",
"MediaBlackPoint": "0 0 0",
"RedMatrixColumn": "0.43607 0.22249 0.01392",
"GreenMatrixColumn": "0.38515 0.71687 0.09708",
"BlueMatrixColumn": "0.14307 0.06061 0.7141",
"DeviceMfgDesc": "IEC http:\/\/www.iec.ch",
"DeviceModelDesc": "IEC 61966-2.1 Default RGB colour space - sRGB",
"ViewingCondDesc": "Reference Viewing Condition in IEC61966-2.1",
"ViewingCondIlluminant": "19.6445 20.3718 16.8089",
"ViewingCondSurround": "3.92889 4.07439 3.36179",
"ViewingCondIlluminantType": "D50",
"Luminance": "76.03647 80 87.12462",
"MeasurementObserver": "CIE 1931",
"MeasurementBacking": "0 0 0",
"MeasurementGeometry": "Unknown",
"MeasurementFlare": "0.999%",
"MeasurementIlluminant": "D65",
"Technology": "Cathode Ray Tube Display",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "2000x1277",
"Megapixels": 2.6000000000000001
}
},
"magick": {
"format": "WEBP",
"formatDescription": "WebP Image Format",
"mimeType": "image\/webp",
"class": "DirectClass",
"geometry": {
"width": 2000,
"height": 1277,
"x": 0,
"y": 0
},
"units": "Undefined",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 2554000,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 140.846,
"standardDeviation": 30.102,
"kurtosis": 0.201236,
"skewness": -0.86083600000000005,
"entropy": 0.83211000000000002
}
},
"channelStatistics": {
"red": {
"min": 0,
"max": 255,
"mean": 100.274,
"standardDeviation": 33.895400000000002,
"kurtosis": 0.065275100000000003,
"skewness": -0.15526300000000001,
"entropy": 0.87560000000000004
},
"green": {
"min": 0,
"max": 255,
"mean": 154.06700000000001,
"standardDeviation": 28.255700000000001,
"kurtosis": 6.5990399999999996,
"skewness": -1.90971,
"entropy": 0.81785300000000005
},
"blue": {
"min": 0,
"max": 255,
"mean": 168.196,
"standardDeviation": 28.154900000000001,
"kurtosis": 10.192399999999999,
"skewness": -2.5082200000000001,
"entropy": 0.80287699999999995
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 2000,
"height": 1277,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "Undefined",
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:24:24+00:00",
"date:modify": "2024-09-06T09:24:24+00:00",
"icc:copyright": "Copyright (c) 1998 Hewlett-Packard Company",
"icc:description": "sRGB IEC61966-2.1",
"icc:manufacturer": "IEC http:\/\/www.iec.ch",
"icc:model": "IEC 61966-2.1 Default RGB colour space - sRGB",
"signature": "3b9e44e28bbed7b17d50fffce2bac4e6053b50706ebb7a194e1f8c06fc25a521"
},
"profiles": {
"icc": {
"length": 3144
}
},
"tainted": false,
"filesize": "715424B",
"numberPixels": "2554000",
"pixelsPerSecond": "7954930B",
"userTime": "0.160u",
"elapsedTime": "0:01.321"
}
},
"load_end": 34245,
"ttfb_start": 15676,
"ttfb_end": 34238,
"download_start": 34238,
"download_end": 34245,
"download_ms": 7,
"all_start": 15676,
"all_end": 34245,
"all_ms": 18569,
"index": 15,
"number": 16
},
{
"type": 3,
"id": "154990.134",
"request_id": "154990.134",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp",
"raw_id": "154990.134",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 16901,
"ttfb_ms": 16881,
"load_start": 17677,
"load_start_float": 17677.000216,
"bytesIn": 0,
"objectSize": 0,
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 1219306",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:24:22 GMT",
"etag: \"129aea-6216e3a5d8241\"",
"last-modified: Fri, 06 Sep 2024 07:19:29 GMT",
"server: Apache"
]
},
"bytesOut": 2626,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 1219306,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 17675,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"chunks": [],
"netlog_id": 216,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4,
"Warning": "Error reading RIFF file (corrupted?)"
},
"File": {
"FileSize": "455 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"ImageWidth": 2000,
"ImageHeight": 1250
},
"ICC_Profile": {
"ProfileCMMType": "Linotronic",
"ProfileVersion": "2.1.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "1998:02:09 06:49:00",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Microsoft Corporation",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Hewlett-Packard",
"DeviceModel": "sRGB",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Perceptual",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Hewlett-Packard",
"ProfileID": 0,
"ProfileCopyright": "Copyright (c) 1998 Hewlett-Packard Company",
"ProfileDescription": "sRGB IEC61966-2.1",
"MediaWhitePoint": "0.95045 1 1.08905",
"MediaBlackPoint": "0 0 0",
"RedMatrixColumn": "0.43607 0.22249 0.01392",
"GreenMatrixColumn": "0.38515 0.71687 0.09708",
"BlueMatrixColumn": "0.14307 0.06061 0.7141",
"DeviceMfgDesc": "IEC http:\/\/www.iec.ch",
"DeviceModelDesc": "IEC 61966-2.1 Default RGB colour space - sRGB",
"ViewingCondDesc": "Reference Viewing Condition in IEC61966-2.1",
"ViewingCondIlluminant": "19.6445 20.3718 16.8089",
"ViewingCondSurround": "3.92889 4.07439 3.36179",
"ViewingCondIlluminantType": "D50",
"Luminance": "76.03647 80 87.12462",
"MeasurementObserver": "CIE 1931",
"MeasurementBacking": "0 0 0",
"MeasurementGeometry": "Unknown",
"MeasurementFlare": "0.999%",
"MeasurementIlluminant": "D65",
"Technology": "Cathode Ray Tube Display",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "2000x1250",
"Megapixels": 2.5
}
}
},
"load_end": 34578,
"ttfb_start": 17677,
"ttfb_end": 34558,
"download_start": 34558,
"download_end": 34578,
"download_ms": 20,
"all_start": 17677,
"all_end": 34578,
"all_ms": 16901,
"index": 16,
"number": 17
}
],
"requestsFull": 17,
"requestsDoc": 0,
"responses_200": 10,
"responses_404": 0,
"responses_other": 7,
"result": 99997,
"testStartOffset": 0,
"cached": 0,
"optimization_checked": 1,
"main_frame": "8472290C702FB07639C9E8774620A3B6",
"domContentLoadedEventStart": 15672,
"domContentLoadedEventEnd": 15672,
"URL": "https:\/\/www.geissbuehler.net\/",
"connections": 1,
"final_base_page_request": 0,
"final_base_page_request_id": "3FDEE9232FDFE9C6790C0DEF2BF9476D",
"final_url": "https:\/\/www.geissbuehler.net\/",
"domInteractive": 630,
"firstPaint": 1304,
"renderBlockingCSS": 1,
"renderBlockingJS": 0,
"TTFB": 500,
"basePageSSLTime": 72,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": 20,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 98,
"score_etags": -1,
"score_progressive_jpeg": 0,
"gzip_total": 53571978,
"gzip_savings": 43243164,
"minify_total": -1,
"minify_savings": -1,
"image_total": 3258526,
"image_savings": 65445,
"base_page_cdn": "",
"cpuTimes": {
"ParseHTML": 20,
"HTMLDocumentParser::FetchQueuedPreloads": 4,
"EventDispatch": 4,
"V8.GC_TIME_TO_SAFEPOINT": 0,
"CommitLoad": 0,
"ResourceFetcher::requestResource": 49,
"EvaluateScript": 11,
"v8.compile": 1,
"ParseAuthorStyleSheet": 2,
"MarkDOMContent": 0,
"UpdateLayoutTree": 56,
"MarkLoad": 0,
"Layout": 38,
"ResourceChangePriority": 0,
"PrePaint": 5,
"IntersectionObserverController::computeIntersections": 3,
"Paint": 4,
"Layerize": 3,
"FunctionCall": 12,
"V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"MinorGC": 2,
"V8.GC_HEAP_PROLOGUE": 0,
"V8.GC_SCAVENGER": 1,
"V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"V8.GC_SCAVENGER_SCAVENGE": 1,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 1,
"Parallel scavenge started": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"V8.GC_HEAP_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"FireAnimationFrame": 0,
"TimerFire": 13,
"Idle": 34346
},
"cpuTimesDoc": {
"ParseHTML": 0,
"HTMLDocumentParser::FetchQueuedPreloads": 0,
"EventDispatch": 0,
"V8.GC_TIME_TO_SAFEPOINT": 0,
"CommitLoad": 0,
"ResourceFetcher::requestResource": 0,
"EvaluateScript": 0,
"v8.compile": 0,
"ParseAuthorStyleSheet": 0,
"MarkDOMContent": 0,
"UpdateLayoutTree": 0,
"MarkLoad": 0,
"Layout": 0,
"ResourceChangePriority": 0,
"PrePaint": 0,
"IntersectionObserverController::computeIntersections": 0,
"Paint": 0,
"Layerize": 0,
"FunctionCall": 0,
"V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"MinorGC": 0,
"V8.GC_HEAP_PROLOGUE": 0,
"V8.GC_SCAVENGER": 0,
"V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"V8.GC_SCAVENGER_SCAVENGE": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 0,
"Parallel scavenge started": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"V8.GC_HEAP_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"FireAnimationFrame": 0,
"TimerFire": 0,
"Idle": 0
},
"cpu.ParseHTML": 20,
"cpu.HTMLDocumentParser::FetchQueuedPreloads": 4,
"cpu.EventDispatch": 4,
"cpu.V8.GC_TIME_TO_SAFEPOINT": 0,
"cpu.CommitLoad": 0,
"cpu.ResourceFetcher::requestResource": 49,
"cpu.EvaluateScript": 11,
"cpu.v8.compile": 1,
"cpu.ParseAuthorStyleSheet": 2,
"cpu.MarkDOMContent": 0,
"cpu.UpdateLayoutTree": 56,
"cpu.MarkLoad": 0,
"cpu.Layout": 38,
"cpu.ResourceChangePriority": 0,
"cpu.PrePaint": 5,
"cpu.IntersectionObserverController::computeIntersections": 3,
"cpu.Paint": 4,
"cpu.Layerize": 3,
"cpu.FunctionCall": 12,
"cpu.V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"cpu.MinorGC": 2,
"cpu.V8.GC_HEAP_PROLOGUE": 0,
"cpu.V8.GC_SCAVENGER": 1,
"cpu.V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE": 1,
"cpu.V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 1,
"cpu.Parallel scavenge started": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"cpu.V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"cpu.V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"cpu.V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"cpu.V8.GC_HEAP_EPILOGUE": 0,
"cpu.V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"cpu.FireAnimationFrame": 0,
"cpu.TimerFire": 13,
"cpu.Idle": 34346,
"v8Stats": {
"main_thread": [],
"background": []
},
"start_epoch": 1725614626.1939902,
"osVersion": "Linux 6.5.0-1018-gcp",
"os_version": "Linux 6.5.0-1018-gcp",
"osPlatform": "x86_64 x86_64",
"date": 1725614629.2394643,
"browserVersion": "128.0.0.0",
"browser_version": "128.0.0.0",
"fullyLoadedCPUms": 12480,
"fullyLoadedCPUpct": 24.880382775120182,
"audit_issues": [
{
"code": "QuirksModeIssue",
"details": {
"quirksModeIssueDetails": {
"isLimitedQuirksMode": false,
"documentNodeId": 2,
"url": "http:\/\/127.0.0.1:8888\/orange.html",
"frameId": "8472290C702FB07639C9E8774620A3B6",
"loaderId": "DE924079FE7F5B4E26B198F28638C98E"
}
}
}
],
"execution_contexts": [
{
"id": 2,
"origin": "http:\/\/127.0.0.1:8888",
"name": ""
},
{
"id": 1,
"origin": "https:\/\/www.geissbuehler.net",
"name": ""
}
],
"document_URL": "https:\/\/www.geissbuehler.net\/",
"document_hostname": "www.geissbuehler.net",
"document_origin": "https:\/\/www.geissbuehler.net",
"viewport": {
"width": 1920,
"height": 993,
"dpr": 1
},
"domElements": 346,
"PerformancePaintTiming.first-paint": 1304,
"origin_dns": {
"mx": [
"10 mx02.sui-inter.net.",
"10 mx03.sui-inter.net.",
"10 mx01.sui-inter.net."
],
"ns": [
"ns2.hostpoint.ch.",
"ns.hostpoint.ch.",
"ns3.hostpoint.ch."
],
"txt": [
"\"v=spf1 include:_spf.sui-inter.net +mx +a -all\""
],
"soa": [
"ns.hostpoint.ch. hostmaster.hostpoint.ch. 1725494400 14400 1800 604800 3600"
],
"cname": [],
"https": [],
"svcb": []
},
"detected": {
"UI frameworks": "Tailwind CSS",
"Web servers": "Apache HTTP Server",
"Hosting": "Hostpoint",
"Miscellaneous": "Open Graph"
},
"detected_apps": {
"Tailwind CSS": "",
"Apache HTTP Server": "",
"Hostpoint": "",
"Open Graph": ""
},
"detected_technologies": {
"Tailwind CSS": {
"name": "Tailwind CSS",
"description": "Tailwind is a utility-first CSS framework.",
"slug": "tailwind-css",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"groups": [
9
],
"name": "UI frameworks",
"priority": 7
}
],
"confidence": 100,
"version": "",
"icon": "tailwindcss.svg",
"website": "https:\/\/tailwindcss.com\/",
"pricing": [],
"cpe": null
},
"Apache HTTP Server": {
"name": "Apache HTTP Server",
"description": "Apache is a free and open-source cross-platform web server software.",
"slug": "apache-http-server",
"categories": [
{
"id": 22,
"slug": "web-servers",
"groups": [
7
],
"name": "Web servers",
"priority": 8
}
],
"confidence": 100,
"version": "",
"icon": "Apache.svg",
"website": "https:\/\/httpd.apache.org\/",
"pricing": [],
"cpe": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*"
},
"Hostpoint": {
"name": "Hostpoint",
"description": "Hostpoint is a Switzerland-based web hosting company.",
"slug": "hostpoint",
"categories": [
{
"id": 88,
"slug": "hosting",
"groups": [
7
],
"name": "Hosting",
"priority": 9
}
],
"confidence": 100,
"version": "",
"icon": "Hostpoint.svg",
"website": "https:\/\/www.hostpoint.ch",
"pricing": [
"low",
"recurring"
],
"cpe": null
},
"Open Graph": {
"name": "Open Graph",
"description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
"slug": "open-graph",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"groups": [
6
],
"name": "Miscellaneous",
"priority": 10
}
],
"confidence": 100,
"version": "",
"icon": "Open Graph.png",
"website": "https:\/\/ogp.me",
"pricing": [],
"cpe": null
}
},
"detected_raw": [
{
"name": "Tailwind CSS",
"description": "Tailwind is a utility-first CSS framework.",
"slug": "tailwind-css",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"groups": [
9
],
"name": "UI frameworks",
"priority": 7
}
],
"confidence": 100,
"version": "",
"icon": "tailwindcss.svg",
"website": "https:\/\/tailwindcss.com\/",
"pricing": [],
"cpe": null
},
{
"name": "Apache HTTP Server",
"description": "Apache is a free and open-source cross-platform web server software.",
"slug": "apache-http-server",
"categories": [
{
"id": 22,
"slug": "web-servers",
"groups": [
7
],
"name": "Web servers",
"priority": 8
}
],
"confidence": 100,
"version": "",
"icon": "Apache.svg",
"website": "https:\/\/httpd.apache.org\/",
"pricing": [],
"cpe": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*"
},
{
"name": "Hostpoint",
"description": "Hostpoint is a Switzerland-based web hosting company.",
"slug": "hostpoint",
"categories": [
{
"id": 88,
"slug": "hosting",
"groups": [
7
],
"name": "Hosting",
"priority": 9
}
],
"confidence": 100,
"version": "",
"icon": "Hostpoint.svg",
"website": "https:\/\/www.hostpoint.ch",
"pricing": [
"low",
"recurring"
],
"cpe": null
},
{
"name": "Open Graph",
"description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
"slug": "open-graph",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"groups": [
6
],
"name": "Miscellaneous",
"priority": 10
}
],
"confidence": 100,
"version": "",
"icon": "Open Graph.png",
"website": "https:\/\/ogp.me",
"pricing": [],
"cpe": null
}
],
"axe": {
"testEngine": "4.4.1",
"violations": [
{
"id": "link-name",
"impact": "serious",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"wcag244",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures links have discernible text",
"help": "Links must have discernible text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/link-name?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element does not have text that is visible to screen readers"
},
{
"id": "aria-label",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-label attribute does not exist or is empty"
},
{
"id": "aria-labelledby",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
},
{
"id": "non-empty-title",
"data": {
"messageKey": "noAttr"
},
"relatedNodes": [],
"impact": "serious",
"message": "Element has no title attribute"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is in tab order and does not have accessible text"
}
],
"impact": "serious",
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"4\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"4\"]"
],
"failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute"
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element does not have text that is visible to screen readers"
},
{
"id": "aria-label",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-label attribute does not exist or is empty"
},
{
"id": "aria-labelledby",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
},
{
"id": "non-empty-title",
"data": {
"messageKey": "noAttr"
},
"relatedNodes": [],
"impact": "serious",
"message": "Element has no title attribute"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is in tab order and does not have accessible text"
}
],
"impact": "serious",
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"19\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"19\"]"
],
"failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute"
}
]
}
],
"passes": [
{
"id": "aria-hidden-body",
"impact": null,
"tags": [
"cat.aria",
"wcag2a",
"wcag412"
],
"description": "Ensures aria-hidden='true' is not present on the document body.",
"help": "aria-hidden='true' must not be present on the document body",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/aria-hidden-body?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "aria-hidden-body",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "No aria-hidden attribute is present on document body"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<body class=\"is-white text-primary font-serif antialiased\">",
"target": [
"body"
]
}
]
},
{
"id": "bypass",
"impact": null,
"tags": [
"cat.keyboard",
"wcag2a",
"wcag241",
"section508",
"section508.22.o"
],
"description": "Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
"help": "Page must have means to bypass repeated blocks",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/bypass?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "landmark",
"data": null,
"relatedNodes": [
{
"html": "<main>",
"target": [
"main"
]
}
],
"impact": "serious",
"message": "Page has a landmark region"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "document-title",
"impact": null,
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag242",
"ACT"
],
"description": "Ensures each HTML document contains a non-empty <title> element",
"help": "Documents must have <title> element to aid in navigation",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/document-title?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "doc-has-title",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Document has a non-empty <title> element"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "duplicate-id-active",
"impact": null,
"tags": [
"cat.parsing",
"wcag2a",
"wcag411"
],
"description": "Ensures every id attribute value of active elements is unique",
"help": "IDs of active elements must be unique",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/duplicate-id-active?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "duplicate-id-active",
"data": "index-opener",
"relatedNodes": [],
"impact": "serious",
"message": "Document has no active elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>",
"target": [
"#index-opener"
]
},
{
"any": [
{
"id": "duplicate-id-active",
"data": "nav-opener",
"relatedNodes": [],
"impact": "serious",
"message": "Document has no active elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>",
"target": [
"#nav-opener"
]
}
]
},
{
"id": "duplicate-id",
"impact": null,
"tags": [
"cat.parsing",
"wcag2a",
"wcag411"
],
"description": "Ensures every id attribute value is unique",
"help": "id attribute value must be unique",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/duplicate-id?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "duplicate-id",
"data": "nav-content",
"relatedNodes": [],
"impact": "minor",
"message": "Document has no static elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<nav id=\"nav-content\" class=\"__container is-pink fixed z-30 w-full h-screen inset-0 overflow-y-auto\">",
"target": [
"#nav-content"
]
},
{
"any": [
{
"id": "duplicate-id",
"data": "index-content",
"relatedNodes": [],
"impact": "minor",
"message": "Document has no static elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<nav id=\"index-content\" class=\"__container is-white hidden fixed z-30 w-screen h-screen inset-0 overflow-y-auto\">",
"target": [
"#index-content"
]
}
]
},
{
"id": "html-has-lang",
"impact": null,
"tags": [
"cat.language",
"wcag2a",
"wcag311",
"ACT"
],
"description": "Ensures every HTML document has a lang attribute",
"help": "<html> element must have a lang attribute",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/html-has-lang?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-lang",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "The <html> element has a lang attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "html-lang-valid",
"impact": null,
"tags": [
"cat.language",
"wcag2a",
"wcag311",
"ACT"
],
"description": "Ensures the lang attribute of the <html> element has a valid value",
"help": "<html> element must have a valid value for the lang attribute",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/html-lang-valid?application=axeAPI",
"nodes": [
{
"any": [],
"all": [],
"none": [
{
"id": "valid-lang",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Value of lang attribute is included in the list of valid languages"
}
],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "image-alt",
"impact": null,
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag111",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures <img> elements have alternate text or a role of none or presentation",
"help": "Images must have alternate text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/image-alt?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"] > .swiper-lazy-loaded[height=\"1596\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2) > .swiper-lazy-loaded[width=\"4032\"][height=\"3024\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"1\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\">",
"target": [
"img[width=\"2560\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"target": [
"img[height=\"3339\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\">",
"target": [
"img[height=\"4032\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">",
"target": [
"img[width=\"5625\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"7\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"8\"] > .swiper-lazy-loaded[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"target": [
"img[width=\"4037\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
".swiper-slide-prev > .swiper-lazy-loaded[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\">",
"target": [
"img[width=\"2496\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
".swiper-lazy-loading[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\">",
"target": [
"img[height=\"3333\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"target": [
"img[width=\"3000\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\">",
"target": [
"img[width=\"5669\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\">",
"target": [
"img[width=\"4242\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"target": [
"img[width=\"2115\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"target": [
"img[width=\"4800\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\">",
"target": [
"img[width=\"1559\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"21\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\">",
"target": [
"img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\">",
"target": [
"img[width=\"4110\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\">",
"target": [
"img[width=\"1050\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"25\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\">",
"target": [
"img[alt=\"Studio Geissb\u00fchler\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"target": [
"img[height=\"1875\"][alt=\"Studio Collection\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"target": [
"a[data-swiper-slide-index=\"28\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31) > .swiper-lazy-loaded[height=\"1596\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"] > .swiper-lazy-loaded[width=\"4032\"][height=\"3024\"]"
]
}
]
},
{
"id": "link-name",
"impact": "serious",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"wcag244",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures links have discernible text",
"help": "Links must have discernible text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/link-name?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>",
"target": [
"#index-opener"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>",
"target": [
"#nav-opener"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2)"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"1\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"1\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"2\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"2\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"3\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"3\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"5\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"5\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"swiper-slide\" data-swiper-slide-index=\"6\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"6\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"7\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"7\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"8\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"8\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"9\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"9\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide swiper-slide-prev\" data-swiper-slide-index=\"10\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-prev"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"swiper-slide swiper-slide-active\" data-swiper-slide-index=\"11\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-active"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide swiper-slide-next\" data-swiper-slide-index=\"12\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-next"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"13\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"13\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"14\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"14\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"15\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"15\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"16\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"16\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"17\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"17\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"18\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"18\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"20\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"20\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"21\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"21\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"22\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"22\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"23\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"23\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"24\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"24\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"25\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"25\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"#\" class=\"swiper-slide pointer-events-none\" data-swiper-slide-index=\"26\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"26\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"27\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"27\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"28\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"28\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31)"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"]"
]
}
]
},
{
"id": "nested-interactive",
"impact": null,
"tags": [
"cat.keyboard",
"wcag2a",
"wcag412"
],
"description": "Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
"help": "Interactive controls must not be nested",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/nested-interactive?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"] > .swiper-lazy-loaded[height=\"1596\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2) > .swiper-lazy-loaded[width=\"4032\"][height=\"3024\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"1\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\">",
"target": [
"img[width=\"2560\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"target": [
"img[height=\"3339\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\">",
"target": [
"img[height=\"4032\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">",
"target": [
"img[width=\"5625\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"7\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"8\"] > .swiper-lazy-loaded[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"target": [
"img[width=\"4037\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
".swiper-slide-prev > .swiper-lazy-loaded[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\">",
"target": [
"img[width=\"2496\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
".swiper-lazy-loading[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\">",
"target": [
"img[height=\"3333\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"target": [
"img[width=\"3000\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\">",
"target": [
"img[width=\"5669\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\">",
"target": [
"img[width=\"4242\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"target": [
"img[width=\"2115\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"target": [
"img[width=\"4800\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\">",
"target": [
"img[width=\"1559\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"21\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\">",
"target": [
"img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\">",
"target": [
"img[width=\"4110\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\">",
"target": [
"img[width=\"1050\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"25\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\">",
"target": [
"img[alt=\"Studio Geissb\u00fchler\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"target": [
"img[height=\"1875\"][alt=\"Studio Collection\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"target": [
"a[data-swiper-slide-index=\"28\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31) > .swiper-lazy-loaded[height=\"1596\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"] > .swiper-lazy-loaded[width=\"4032\"][height=\"3024\"]"
]
}
]
}
],
"incomplete": [
{
"id": "video-caption",
"impact": "critical",
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag122",
"section508",
"section508.22.a"
],
"description": "Ensures <video> elements have captions",
"help": "<video> elements must have captions",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/video-caption?application=axeAPI",
"nodes": [
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(1) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4\" class=\"index__image size--lg carousel__image w-full h-full hidden\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(2) > .carousel__images.index__container[data-index=\"1\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4\" class=\"index__image size--lg carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(4) > .carousel__images.index__container[data-index=\"1\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
".carousel__images.index__container[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(7) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(14) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>",
"target": [
"a[data-swiper-slide-index=\"4\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9d8e5158bb-1641205839\/22.mp4\" class=\"swiper-lazy w-full h-full object-cover object-center\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>",
"target": [
"a[data-swiper-slide-index=\"19\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
}
]
}
]
},
"base_page_ip_ptr": "sl90.web.hostpoint.ch",
"base_page_cname": "",
"base_page_dns_server": "ns2.hostpoint.ch",
"browser_name": "Chrome",
"eventName": "Step_1",
"test_run_time_ms": 58608,
"testUrl": "https:\/\/www.geissbuehler.net\/",
"custom": [
"Colordepth",
"Dpi",
"Images",
"Resolution",
"fonts",
"generated-content-percent",
"generated-content-size",
"imgs-in-viewport",
"imgs-no-alt",
"imgs-out-viewport",
"jsLibsVulns",
"meta-viewport",
"possibly-render-blocking-reqs",
"rendered-html",
"securityHeaders"
],
"Colordepth": 24,
"Dpi": "{\"dppx\":1,\"dpcm\":37.79527559055118,\"dpi\":96}",
"Images": "[{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.jpg\",\"width\":500,\"height\":338,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.jpg\",\"width\":500,\"height\":339,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.jpg\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.jpg\",\"width\":500,\"height\":342,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.png\",\"width\":354,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.jpg\",\"width\":399,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.jpg\",\"width\":500,\"height\":250,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.jpg\",\"width\":500,\"height\":318,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.png\",\"width\":500,\"height\":158,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.png\",\"width\":354,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.png\",\"width\":355,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.png\",\"width\":282,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.png\",\"width\":500,\"height\":404,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.png\",\"width\":342,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.jpg\",\"width\":400,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.jpg\",\"width\":321,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.jpg\",\"width\":351,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.jpg\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.jpg\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.jpg\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.jpg\",\"width\":500,\"height\":263,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.png\",\"width\":339,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.png\",\"width\":340,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.jpg\",\"width\":353,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.png\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.png\",\"width\":482,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1277},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1867,\"naturalHeight\":1400},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1126},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1277},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1867,\"naturalHeight\":1400}]",
"Resolution": "{\"absolute\":{\"height\":1200,\"width\":1920},\"available\":{\"height\":1200,\"width\":1920}}",
"fonts": [
{
"family": "Recife",
"display": "fallback",
"status": "unloaded",
"style": "normal",
"weight": "400"
},
{
"family": "Recife",
"display": "fallback",
"status": "loaded",
"style": "italic",
"weight": "400"
},
{
"family": "swiper-icons",
"display": "auto",
"status": "unloaded",
"style": "normal",
"weight": "400"
}
],
"generated-content-percent": "-2.28",
"generated-content-size": "-1.76",
"imgs-in-viewport": [
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1277
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1867,
"naturalHeight": 1400
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1126
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1250
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1268,
"naturalHeight": 1400
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 113,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205625%203749'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205625%203749'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205625%203749'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 225,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 213,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 266,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 240,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 300,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 240,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 212,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 106,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 222,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 194,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 200,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 220,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 105,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 262,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 200,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 235,
"naturalHeight": 150
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1277
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1867,
"naturalHeight": 1400
}
],
"imgs-no-alt": [],
"imgs-out-viewport": [],
"jsLibsVulns": [],
"meta-viewport": "width=device-width,initial-scale=1.0",
"possibly-render-blocking-reqs": [
"https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9"
],
"rendered-html": "<html lang=\"de\" class=\"js no-touchevents\"><head>\n<!--\n Website by:\n Gilbert Nigg\n www.gilles.ch\n-->\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<title>Studio Geissb\u00fchler<\/title>\n<link rel=\"preload\" href=\"https:\/\/www.geissbuehler.net\/assets\/fonts\/RecifeDisplay-Book.woff2\" as=\"font\" crossorigin=\"anonymous\">\n<meta name=\"description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n<meta property=\"og:title\" content=\"Studio Geissb\u00fchler\">\n<meta property=\"og:description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n<meta property=\"og:url\" content=\"https:\/\/www.geissbuehler.net\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"twitter:title\" content=\"Studio Geissb\u00fchler\">\n<meta property=\"twitter:description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-32x32-crop.png\" sizes=\"32x32\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-48x48-crop.png\" sizes=\"48x48\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-96x96-crop.png\" sizes=\"96x96\">\n\t<link rel=\"apple-touch-icon\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <link rel=\"image_src\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <meta property=\"og:image\" content=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <meta property=\"twitter:image\" content=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n<script>\nvar showSwiper = false;\nvar navContentStays = false;\n<\/script>\n<meta name=\"theme-color\" content=\"#FFCCCC\">\n<link href=\"https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9\" rel=\"stylesheet\"><script defer=\"\" src=\"https:\/\/www.geissbuehler.net\/assets\/js\/app.js?v=9\"><\/script>\n<style>\/* inner styles set by WPT to match CSSOM *\/.is-pink { background-color: rgb(195, 180, 210); }<\/style>\n<\/head>\n\n<body class=\"is-white text-primary font-serif antialiased\">\n\n<header class=\"header fixed z-40 left-0 top-0 w-screen p-6 md:p-8 pointer-events-none\">\n <div class=\"flex\">\n <a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>\n\n <a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>\n <\/div>\n<\/header>\n\n\n<nav id=\"nav-content\" class=\"__container is-pink fixed z-30 w-full h-screen inset-0 overflow-y-auto\">\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/about\" class=\"uppercase\">\n\t\t\tStudio<br>\nGeissb\u00fchler\t\t<\/a>\n\t<\/div>\n\t\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/type\" class=\"uppercase\">\n\t\t\tWorks\t\t<\/a>\n\t<\/div>\n\t\t<div class=\"nav__lang mt-8\">\n\t<a href=\"https:\/\/www.geissbuehler.net\" hreflang=\"de\" class=\"is-selected\">\nD<\/a>\/<a href=\"https:\/\/www.geissbuehler.net\/en\" hreflang=\"en\" class=\"\">\nE<\/a><\/div>\n<\/nav>\n\n<nav id=\"index-content\" class=\"__container is-white hidden fixed z-30 w-screen h-screen inset-0 overflow-y-auto\">\n <div class=\"__grid max-w-screen-4xl\">\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/lolologo\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Logo, Logo, Logo<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\"><\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4\" class=\"index__image size--lg carousel__image w-full h-full hidden\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Studio Collection\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Studio Collection<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Dinge<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.jpg\" width=\"500\" height=\"338\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.jpg\" width=\"500\" height=\"339\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.jpg\" width=\"500\" height=\"375\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.jpg\" width=\"500\" height=\"342\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Maison Lullin<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.png\" width=\"354\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4\" class=\"index__image size--lg carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Mascotte<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Image<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Stories<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Geschichten<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.jpg\" width=\"399\" height=\"500\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.jpg\" width=\"500\" height=\"500\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.jpg\" width=\"500\" height=\"250\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.jpg\" width=\"500\" height=\"318\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">ODUR Parfum<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding, Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/amt-fur-ideen\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Amt f\u00fcr Ideen<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.png\" width=\"500\" height=\"158\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.png\" width=\"354\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.png\" width=\"355\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.png\" width=\"282\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.png\" width=\"375\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.png\" width=\"500\" height=\"404\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.png\" width=\"500\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.png\" width=\"342\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Kern & Sammet<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.jpg\" width=\"400\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.jpg\" width=\"321\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--sm carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.jpg\" width=\"351\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Landesmuseum Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Ausstellungen<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Schauspielhaus Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters, Editorial<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.jpg\" width=\"375\" height=\"500\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.jpg\" width=\"375\" height=\"500\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.jpg\" width=\"500\" height=\"375\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.jpg\" width=\"500\" height=\"263\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Z\u00fcrcher Kantonalbank<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Jubil\u00e4ums-Zug<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/movies\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.png\" width=\"350\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.png\" width=\"339\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.png\" width=\"340\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Movie Posters<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Mi Adelita<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding, Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/pkz\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">PKZ<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Er\u00f6ffnung<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/emmentaler-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Emmentaler<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Illustration, Packaging Design<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Z\u00fcrcher Kantonalbank<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Zug<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/soiree-graphique\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.jpg\" width=\"353\" height=\"500\" alt=\"Soir\u00e9e Graphique\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Soir\u00e9e Graphique<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Poster<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Opernhaus Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/hardegger-huppen\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.png\" width=\"500\" height=\"375\" alt=\"Hardegger H\u00fcppen\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.png\" width=\"482\" height=\"500\" alt=\"Hardegger H\u00fcppen\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Hardegger H\u00fcppen<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding & Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n<\/div>\n\n<\/nav>\n<script>var showSwiper = 'home';<\/script>\n\n<main>\n\n<div class=\"swiper-container swiper-initialized swiper-horizontal swiper-pointer-events\">\n\t<div class=\"swiper-wrapper\" style=\"transition-duration: 0ms; transform: translate3d(-20955px, 0px, 0px);\"><a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"1\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"2\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"3\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"4\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"5\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"swiper-slide\" data-swiper-slide-index=\"6\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205625%203749'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"7\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"8\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"swiper-slide swiper-slide-prev\" data-swiper-slide-index=\"9\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide swiper-slide-active\" data-swiper-slide-index=\"10\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"swiper-slide swiper-slide-next\" data-swiper-slide-index=\"11\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"12\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"13\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"14\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"15\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"16\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"17\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"18\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"19\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<video data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9d8e5158bb-1641205839\/22.mp4\" class=\"swiper-lazy w-full h-full object-cover object-center\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"20\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"21\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"22\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"23\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"24\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"25\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"#\" class=\"swiper-slide pointer-events-none\" data-swiper-slide-index=\"26\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"27\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"28\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a><\/div>\n<\/div>\n\n<\/main>\n\n\n\n<\/body><\/html>",
"securityHeaders": {
"securityHeadersList": [],
"securityHeadersGrade": "F",
"securityHeadersScore": 0
},
"interactivePeriods": [
[
0,
15639
],
[
15700,
30005
]
],
"longTasks": [
[
15639,
15700
]
],
"lastVisualChange": 30100,
"render": 1300,
"visualComplete85": 1300,
"visualComplete90": 1300,
"visualComplete95": 1300,
"visualComplete99": 2100,
"visualComplete": 30100,
"SpeedIndex": 1870,
"chromeUserTiming": [
{
"name": "navigationStart",
"time": 27
},
{
"name": "fetchStart",
"time": 66
},
{
"name": "navigationStart",
"time": 152
},
{
"name": "domLoading",
"time": 152
},
{
"name": "responseEnd",
"time": 153
},
{
"name": "domInteractive",
"time": 154
},
{
"name": "domContentLoadedEventStart",
"time": 154
},
{
"name": "domContentLoadedEventEnd",
"time": 154
},
{
"name": "domComplete",
"time": 155
},
{
"name": "responseEnd",
"time": 552
},
{
"name": "unloadEventStart",
"time": 552
},
{
"name": "unloadEventEnd",
"time": 552
},
{
"name": "markAsMainFrame",
"time": 552
},
{
"name": "commitNavigationEnd",
"time": 553
},
{
"name": "domLoading",
"time": 553
},
{
"name": "domInteractive",
"time": 657
},
{
"name": "firstPaint",
"time": 1331
},
{
"name": "firstMeaningfulPaintCandidate",
"time": 1331
},
{
"name": "domContentLoadedEventStart",
"time": 15699
},
{
"name": "domContentLoadedEventEnd",
"time": 15699
},
{
"name": "TotalLayoutShift",
"value": 0
},
{
"name": "CumulativeLayoutShift",
"value": 0
}
],
"chromeUserTiming.navigationStart": 152,
"chromeUserTiming.fetchStart": 67,
"chromeUserTiming.domLoading": 554,
"chromeUserTiming.responseEnd": 552,
"chromeUserTiming.domInteractive": 657,
"chromeUserTiming.domContentLoadedEventStart": 15699,
"chromeUserTiming.domContentLoadedEventEnd": 15699,
"chromeUserTiming.domComplete": 155,
"chromeUserTiming.unloadEventStart": 553,
"chromeUserTiming.unloadEventEnd": 553,
"chromeUserTiming.markAsMainFrame": 553,
"chromeUserTiming.commitNavigationEnd": 553,
"chromeUserTiming.firstPaint": 1331,
"chromeUserTiming.firstMeaningfulPaintCandidate": 1331,
"chromeUserTiming.TotalLayoutShift": 0,
"chromeUserTiming.CumulativeLayoutShift": 0,
"blinkFeatureFirstUsed": {
"Features": {
"1075": {
"name": "V8SloppyMode",
"firstUsed": 15639.875
},
"13": {
"name": "UnprefixedRequestAnimationFrame",
"firstUsed": 15728.609
},
"2627": {
"name": "PageLifeCycleFreeze",
"firstUsed": 558.37300000000005
},
"1441": {
"name": "SecureContextCheckPassed",
"firstUsed": 559.83500000000004
},
"1910": {
"name": "CrossOriginMainFrameNulledNameAccessed",
"firstUsed": 559.851
},
"4561": {
"name": "LinkRelPreloadAsFont",
"firstUsed": 565.399
},
"2188": {
"name": "PerformanceObserverForWindow",
"firstUsed": 574.495
},
"2927": {
"name": "LargestContentfulPaintExplicitlyRequested",
"firstUsed": 574.53899999999999
},
"3004": {
"name": "PerformanceObserverBufferedFlag",
"firstUsed": 574.54600000000005
},
"2782": {
"name": "LayoutJankExplicitlyRequested",
"firstUsed": 574.56500000000005
},
"901": {
"name": "LinkRelPreload",
"firstUsed": 583.904
},
"4238": {
"name": "ScriptSchedulingType_Defer",
"firstUsed": 584.87199999999996
},
"2203": {
"name": "HasIDClassTagAttribute",
"firstUsed": 585.72400000000005
},
"1229": {
"name": "HTMLMediaElement",
"firstUsed": 589.87199999999996
},
"2445": {
"name": "EnterPictureInPictureEventListener",
"firstUsed": 589.88999999999999
},
"2446": {
"name": "LeavePictureInPictureEventListener",
"firstUsed": 589.89599999999996
},
"1230": {
"name": "HTMLMediaElementInDocument",
"firstUsed": 589.97400000000005
},
"42": {
"name": "MaxAttribute",
"firstUsed": 591.572
},
"43": {
"name": "MinAttribute",
"firstUsed": 591.58699999999999
},
"523": {
"name": "SrcsetXDescriptor",
"firstUsed": 593.20500000000004
},
"2935": {
"name": "LazyLoadImageLoadingAttributeLazy",
"firstUsed": 593.60299999999995
},
"2204": {
"name": "HasBeforeOrAfterPseudoElement",
"firstUsed": 632.96199999999999
},
"469": {
"name": "CSSSelectorPseudoHost",
"firstUsed": 632.99900000000002
},
"2431": {
"name": "CSSSelectorPseudoIS",
"firstUsed": 633.03200000000004
},
"2298": {
"name": "CSSSelectorWebkitInnerSpinButton",
"firstUsed": 633.31799999999998
},
"2319": {
"name": "CSSSelectorWebkitUnknownPseudo",
"firstUsed": 633.32899999999995
},
"2297": {
"name": "CSSSelectorWebkitFileUploadButton",
"firstUsed": 633.34100000000001
},
"2299": {
"name": "CSSSelectorWebkitInputPlaceholder",
"firstUsed": 633.36900000000003
},
"970": {
"name": "CSSAtRuleFontFace",
"firstUsed": 633.44399999999996
},
"973": {
"name": "CSSAtRuleMedia",
"firstUsed": 633.61699999999996
},
"978": {
"name": "CSSAtRuleWebkitKeyframes",
"firstUsed": 633.678
},
"972": {
"name": "CSSAtRuleKeyframes",
"firstUsed": 633.69899999999996
},
"2387": {
"name": "CSSSelectorPseudoFocus",
"firstUsed": 634.02499999999998
},
"976": {
"name": "CSSAtRuleSupports",
"firstUsed": 634.47900000000004
},
"4379": {
"name": "PerformanceEntryBufferSwaps",
"firstUsed": 718.19200000000001
},
"587": {
"name": "LangAttribute",
"firstUsed": 732.70899999999995
},
"588": {
"name": "LangAttributeOnHTML",
"firstUsed": 732.71799999999996
},
"590": {
"name": "LangAttributeDoesNotMatchToUILocale",
"firstUsed": 732.72500000000002
},
"4994": {
"name": "Feature_4994",
"firstUsed": 733.00400000000002
},
"3803": {
"name": "OverflowClipAlongEitherAxis",
"firstUsed": 735.03899999999999
},
"664": {
"name": "SyntheticKeyframesInCompositedCSSAnimation",
"firstUsed": 735.73299999999995
},
"1692": {
"name": "CSSFlexibleBox",
"firstUsed": 748.04499999999996
},
"4237": {
"name": "FlexboxNewAbsPos",
"firstUsed": 749.74699999999996
},
"4330": {
"name": "FlexboxAbsPosJustifyContent",
"firstUsed": 749.75699999999995
},
"1066": {
"name": "SameOriginTextScript",
"firstUsed": 15639.440000000001
},
"1076": {
"name": "V8StrictMode",
"firstUsed": 15643.530000000001
},
"3258": {
"name": "V8InvalidatedArrayConstructorProtector",
"firstUsed": 15651.514999999999
},
"2661": {
"name": "NavigatorPlatform",
"firstUsed": 15651.998
},
"2663": {
"name": "NavigatorUserAgent",
"firstUsed": 15652.011
},
"2704": {
"name": "V8Screen_Width_AttributeGetter",
"firstUsed": 15652.031000000001
},
"2702": {
"name": "V8Screen_Height_AttributeGetter",
"firstUsed": 15652.038
},
"2903": {
"name": "NonPassiveTouchEventListener",
"firstUsed": 15692.234
},
"2904": {
"name": "PassiveTouchEventListener",
"firstUsed": 15692.261
},
"2592": {
"name": "ResizeObserver_Constructor",
"firstUsed": 15692.353999999999
},
"2716": {
"name": "WindowDevicePixelRatio",
"firstUsed": 15696.718000000001
},
"1368": {
"name": "IntersectionObserver_Constructor",
"firstUsed": 15697.054
}
},
"CSSFeatures": {
"24": {
"name": "CSSPropertyBackgroundColor",
"firstUsed": 585.74099999999999
},
"516": {
"name": "CSSPropertyFontDisplay",
"firstUsed": 633.45699999999999
},
"6": {
"name": "CSSPropertyFontFamily",
"firstUsed": 633.46900000000005
},
"8": {
"name": "CSSPropertyFontStyle",
"firstUsed": 633.55499999999995
},
"10": {
"name": "CSSPropertyFontWeight",
"firstUsed": 633.57000000000005
},
"124": {
"name": "CSSPropertySrc",
"firstUsed": 633.59199999999998
},
"98": {
"name": "CSSPropertyOpacity",
"firstUsed": 633.68899999999996
},
"326": {
"name": "CSSPropertyAliasWebkitTransform",
"firstUsed": 634.38
},
"446": {
"name": "CSSPropertyTransform",
"firstUsed": 634.38900000000001
},
"81": {
"name": "CSSPropertyHeight",
"firstUsed": 634.48900000000003
},
"515": {
"name": "CSSPropertyVariable",
"firstUsed": 732.74000000000001
},
"537": {
"name": "CSSPropertyAliasWebkitTextSizeAdjust",
"firstUsed": 732.76800000000003
},
"12": {
"name": "CSSPropertyAliasWebkitFontFeatureSettings",
"firstUsed": 732.779
},
"514": {
"name": "CSSPropertyFontFeatureSettings",
"firstUsed": 732.78499999999997
},
"415": {
"name": "CSSPropertyWebkitTapHighlightColor",
"firstUsed": 732.79300000000001
},
"549": {
"name": "CSSPropertyFontVariationSettings",
"firstUsed": 732.82299999999998
},
"20": {
"name": "CSSPropertyLineHeight",
"firstUsed": 732.83199999999999
},
"127": {
"name": "CSSPropertyTabSize",
"firstUsed": 732.84000000000003
},
"34": {
"name": "CSSPropertyBorder",
"firstUsed": 732.85900000000004
},
"485": {
"name": "CSSPropertyAliasWebkitBoxSizing",
"firstUsed": 732.86699999999996
},
"69": {
"name": "CSSPropertyBoxSizing",
"firstUsed": 732.87300000000005
},
"2": {
"name": "CSSPropertyColor",
"firstUsed": 733.20799999999997
},
"7": {
"name": "CSSPropertyFontSize",
"firstUsed": 733.22199999999998
},
"14": {
"name": "CSSPropertyWebkitFontSmoothing",
"firstUsed": 733.23900000000003
},
"89": {
"name": "CSSPropertyMargin",
"firstUsed": 733.25199999999995
},
"119": {
"name": "CSSPropertyPosition",
"firstUsed": 733.32600000000002
},
"165": {
"name": "CSSPropertyZIndex",
"firstUsed": 733.33600000000001
},
"83": {
"name": "CSSPropertyLeft",
"firstUsed": 733.34299999999996
},
"149": {
"name": "CSSPropertyTop",
"firstUsed": 733.34900000000005
},
"161": {
"name": "CSSPropertyWidth",
"firstUsed": 733.35599999999999
},
"109": {
"name": "CSSPropertyPadding",
"firstUsed": 733.36500000000001
},
"118": {
"name": "CSSPropertyPointerEvents",
"firstUsed": 733.375
},
"4": {
"name": "CSSPropertyDisplay",
"firstUsed": 733.41999999999996
},
"239": {
"name": "CSSPropertyFlexWrap",
"firstUsed": 733.52599999999995
},
"100": {
"name": "CSSPropertyOutline",
"firstUsed": 733.53599999999994
},
"105": {
"name": "CSSPropertyOverflow",
"firstUsed": 733.54499999999996
},
"92": {
"name": "CSSPropertyMarginRight",
"firstUsed": 733.55700000000002
},
"129": {
"name": "CSSPropertyTextDecoration",
"firstUsed": 733.56899999999996
},
"90": {
"name": "CSSPropertyMarginBottom",
"firstUsed": 733.64999999999998
},
"332": {
"name": "CSSPropertyAliasWebkitTransition",
"firstUsed": 733.67200000000003
},
"150": {
"name": "CSSPropertyTransition",
"firstUsed": 733.67999999999995
},
"72": {
"name": "CSSPropertyClip",
"firstUsed": 733.952
},
"66": {
"name": "CSSPropertyBorderWidth",
"firstUsed": 733.96400000000006
},
"159": {
"name": "CSSPropertyWhiteSpace",
"firstUsed": 733.97799999999995
},
"209": {
"name": "CSSPropertyWebkitBoxOrient",
"firstUsed": 734.06600000000003
},
"204": {
"name": "CSSPropertyWebkitBoxDirection",
"firstUsed": 734.07399999999996
},
"235": {
"name": "CSSPropertyFlexDirection",
"firstUsed": 734.08199999999999
},
"84": {
"name": "CSSPropertyLetterSpacing",
"firstUsed": 734.33900000000006
},
"636": {
"name": "CSSPropertyInset",
"firstUsed": 734.36500000000001
},
"108": {
"name": "CSSPropertyOverflowY",
"firstUsed": 734.38400000000001
},
"335": {
"name": "CSSPropertyAliasWebkitTransitionProperty",
"firstUsed": 734.61300000000006
},
"153": {
"name": "CSSPropertyTransitionProperty",
"firstUsed": 734.62300000000005
},
"238": {
"name": "CSSPropertyFlexShrink",
"firstUsed": 734.69500000000005
},
"203": {
"name": "CSSPropertyWebkitBoxAlign",
"firstUsed": 734.70899999999995
},
"210": {
"name": "CSSPropertyWebkitBoxPack",
"firstUsed": 734.71799999999996
},
"231": {
"name": "CSSPropertyAlignItems",
"firstUsed": 734.72699999999998
},
"240": {
"name": "CSSPropertyJustifyContent",
"firstUsed": 734.74000000000001
},
"339": {
"name": "CSSPropertyAliasWebkitUserSelect",
"firstUsed": 734.75
},
"539": {
"name": "CSSPropertyUserSelect",
"firstUsed": 734.75900000000001
},
"334": {
"name": "CSSPropertyAliasWebkitTransitionDuration",
"firstUsed": 734.86300000000006
},
"152": {
"name": "CSSPropertyTransitionDuration",
"firstUsed": 734.875
},
"336": {
"name": "CSSPropertyAliasWebkitTransitionTimingFunction",
"firstUsed": 734.88900000000001
},
"154": {
"name": "CSSPropertyTransitionTimingFunction",
"firstUsed": 734.89800000000002
},
"433": {
"name": "CSSPropertyObjectFit",
"firstUsed": 734.91200000000003
},
"437": {
"name": "CSSPropertyObjectPosition",
"firstUsed": 734.923
},
"157": {
"name": "CSSPropertyVerticalAlign",
"firstUsed": 734.93799999999999
},
"95": {
"name": "CSSPropertyMaxWidth",
"firstUsed": 734.94899999999996
},
"53": {
"name": "CSSPropertyBorderRadius",
"firstUsed": 735.08299999999997
},
"60": {
"name": "CSSPropertyBorderTop",
"firstUsed": 735.09500000000003
},
"91": {
"name": "CSSPropertyMarginLeft",
"firstUsed": 735.11000000000001
},
"93": {
"name": "CSSPropertyMarginTop",
"firstUsed": 735.11800000000005
},
"327": {
"name": "CSSPropertyAliasWebkitTransformOrigin",
"firstUsed": 735.12900000000002
},
"447": {
"name": "CSSPropertyTransformOrigin",
"firstUsed": 735.13900000000001
},
"166": {
"name": "CSSPropertyAliasWebkitAnimation",
"firstUsed": 735.20000000000005
},
"424": {
"name": "CSSPropertyAnimation",
"firstUsed": 735.21500000000003
},
"421": {
"name": "CSSPropertyTouchAction",
"firstUsed": 15662.023999999999
}
},
"AnimatedCSSFeatures": []
},
"FirstInteractive": 15672,
"maxFID": 11,
"TTIMeasurementEnd": 30005,
"LastInteractive": 15700,
"TimeToInteractive": 15700,
"FirstCPUIdle": 15672,
"TotalBlockingTime": 11,
"testID": "240906_BiDc7F_707",
"step": 1,
"effectiveBps": 511041,
"domTime": 0,
"aft": 0,
"titleTime": 154,
"loadEventStart": 0,
"loadEventEnd": 0,
"domLoading": 0,
"server_rtt": 0,
"error": "Page Load Timeout",
"lighthouse.Performance": null,
"lighthouse.Accessibility": null,
"lighthouse.BestPractices": null,
"lighthouse.SEO": null,
"lighthouse.PWA": null,
"edge-processed": true,
"utilization": {
"cpu": {
"data": {
"0": 0,
"111": 75,
"212": 100,
"313": 85,
"414": 20,
"515": 15,
"616": 47.399999999999999,
"717": 100,
"818": 94.700000000000003,
"919": 47.399999999999999,
"1020": 31.800000000000001,
"1121": 31.600000000000001,
"1222": 35,
"1323": 75,
"1424": 31.600000000000001,
"1524": 38.100000000000001,
"1626": 26.300000000000001,
"1727": 52.399999999999999,
"1828": 25,
"1929": 90,
"2030": 71.400000000000006,
"2131": 33.299999999999997,
"2232": 42.100000000000001,
"2340": 66.700000000000003,
"2441": 27.800000000000001,
"2542": 41.700000000000003,
"2644": 35,
"2745": 40,
"2846": 27.800000000000001,
"2947": 35,
"3049": 38.100000000000001,
"3150": 30,
"3251": 55,
"3352": 57.899999999999999,
"3453": 26.300000000000001,
"3554": 38.100000000000001,
"3655": 27.800000000000001,
"3756": 36.399999999999999,
"3857": 35,
"3958": 30,
"4059": 26.300000000000001,
"4161": 40.899999999999999,
"4262": 52.600000000000001,
"4363": 47.399999999999999,
"4464": 33.299999999999997,
"4565": 28.600000000000001,
"4666": 26.300000000000001,
"4767": 22.199999999999999,
"4868": 30,
"4969": 30,
"5070": 42.899999999999999,
"5171": 30,
"5293": 65.400000000000006,
"5394": 21.100000000000001,
"5495": 21.100000000000001,
"5596": 20,
"5697": 25,
"5798": 20,
"5899": 23.800000000000001,
"6000": 21.100000000000001,
"6101": 23.800000000000001,
"6202": 23.800000000000001,
"6303": 63.200000000000003,
"6404": 21.100000000000001,
"6505": 25,
"6606": 21.100000000000001,
"6707": 23.800000000000001,
"6808": 21.100000000000001,
"6909": 20,
"7010": 25,
"7111": 21.100000000000001,
"7212": 23.800000000000001,
"7313": 68.400000000000006,
"7414": 38.100000000000001,
"7515": 30.399999999999999,
"7616": 22.199999999999999,
"7717": 28.600000000000001,
"7818": 21.100000000000001,
"7919": 21.100000000000001,
"8020": 31.800000000000001,
"8121": 25,
"8222": 30,
"8323": 70,
"8425": 16.699999999999999,
"8526": 23.800000000000001,
"8627": 16.699999999999999,
"8728": 27.300000000000001,
"8829": 25,
"8930": 23.800000000000001,
"9031": 20,
"9132": 21.100000000000001,
"9233": 31.600000000000001,
"9337": 59.100000000000001,
"9438": 21.100000000000001,
"9539": 25,
"9640": 20,
"9741": 21.100000000000001,
"9842": 25,
"9943": 15.800000000000001,
"10044": 16.699999999999999,
"10145": 27.300000000000001,
"10246": 42.899999999999999,
"10347": 55.600000000000001,
"10449": 23.800000000000001,
"10550": 25,
"10651": 21.100000000000001,
"10752": 25,
"10853": 28.600000000000001,
"10954": 21.100000000000001,
"11055": 31.800000000000001,
"11156": 21.100000000000001,
"11257": 42.100000000000001,
"11358": 52.399999999999999,
"11459": 21.100000000000001,
"11560": 27.300000000000001,
"11664": 25,
"11765": 20,
"11866": 16.699999999999999,
"11967": 27.300000000000001,
"12068": 25,
"12169": 20,
"12270": 52.600000000000001,
"12371": 50,
"12472": 21.100000000000001,
"12573": 23.800000000000001,
"12674": 22.199999999999999,
"12775": 27.300000000000001,
"12876": 25,
"12977": 33.299999999999997,
"13078": 20,
"13179": 31.600000000000001,
"13300": 65.400000000000006,
"13401": 38.100000000000001,
"13502": 20,
"13603": 20,
"13704": 16.699999999999999,
"13806": 20,
"13907": 15.800000000000001,
"14008": 16.699999999999999,
"14109": 28.600000000000001,
"14210": 23.800000000000001,
"14311": 68.400000000000006,
"14412": 20,
"14513": 28.600000000000001,
"14614": 20,
"14715": 27.300000000000001,
"14816": 25,
"14916": 21.100000000000001,
"15017": 21.100000000000001,
"15118": 23.800000000000001,
"15219": 28.600000000000001,
"15320": 68.400000000000006,
"15421": 20,
"15522": 25,
"15623": 27.300000000000001,
"15724": 73.700000000000003,
"15825": 55,
"15926": 33.299999999999997,
"16027": 31.600000000000001,
"16128": 55,
"16229": 40,
"16330": 84.200000000000003,
"16431": 45,
"16532": 73.700000000000003,
"16633": 35,
"16735": 59.100000000000001,
"16836": 47.399999999999999,
"16937": 33.299999999999997,
"17038": 75,
"17139": 27.800000000000001,
"17240": 66.700000000000003,
"17341": 94.700000000000003,
"17442": 44.399999999999999,
"17543": 95.200000000000003,
"17644": 100,
"17745": 100,
"17846": 100,
"17947": 47.399999999999999,
"18049": 39.100000000000001,
"18150": 31.600000000000001,
"18251": 42.100000000000001,
"18352": 75,
"18454": 31.600000000000001,
"18555": 42.899999999999999,
"18657": 40,
"18759": 31.600000000000001,
"18860": 35,
"18962": 33.299999999999997,
"19063": 35,
"19165": 38.100000000000001,
"19266": 60,
"19367": 60,
"19468": 38.100000000000001,
"19569": 30,
"19670": 30,
"19771": 40,
"19873": 35,
"19974": 30,
"20075": 31.600000000000001,
"20176": 38.100000000000001,
"20312": 70.400000000000006,
"20412": 35,
"20513": 38.100000000000001,
"20614": 26.300000000000001,
"20715": 30,
"20816": 30,
"20917": 31.600000000000001,
"21018": 36.399999999999999,
"21119": 27.800000000000001,
"21220": 31.800000000000001,
"21321": 84.200000000000003,
"21423": 38.100000000000001,
"21524": 35,
"21626": 30,
"21727": 31.600000000000001,
"21829": 42.899999999999999,
"21930": 31.600000000000001,
"22030": 38.100000000000001,
"22132": 30,
"22233": 35,
"22334": 73.700000000000003,
"22436": 30,
"22537": 36.399999999999999,
"22638": 26.300000000000001,
"22740": 26.300000000000001,
"22840": 30,
"22942": 21.100000000000001,
"23043": 30,
"23144": 17.600000000000001,
"23247": 42.899999999999999,
"23348": 68.400000000000006,
"23449": 30,
"23550": 26.300000000000001,
"23651": 30,
"23751": 21.100000000000001,
"23852": 35,
"23953": 26.300000000000001,
"24054": 28.600000000000001,
"24155": 26.300000000000001,
"24256": 42.899999999999999,
"24357": 57.899999999999999,
"24458": 30,
"24559": 21.100000000000001,
"24659": 25,
"24760": 30,
"24861": 25,
"24962": 26.300000000000001,
"25063": 34.799999999999997,
"25164": 21.100000000000001,
"25265": 47.399999999999999,
"25366": 55,
"25467": 21.100000000000001,
"25568": 30,
"25669": 16.699999999999999,
"25770": 36.399999999999999,
"25870": 38.100000000000001,
"25971": 22.199999999999999,
"26072": 30,
"26174": 25,
"26303": 64,
"26404": 45,
"26504": 30,
"26605": 31.600000000000001,
"26706": 54.5,
"26807": 38.100000000000001,
"26908": 31.600000000000001,
"27009": 42.899999999999999,
"27110": 33.299999999999997,
"27211": 26.300000000000001,
"27312": 73.700000000000003,
"27413": 26.300000000000001,
"27514": 33.299999999999997,
"27615": 33.299999999999997,
"27716": 28.600000000000001,
"27817": 40,
"27918": 30,
"28019": 28.600000000000001,
"28119": 38.899999999999999,
"28220": 30,
"28321": 75,
"28422": 33.299999999999997,
"28523": 30,
"28624": 30,
"28725": 30,
"28826": 26.300000000000001,
"28927": 38.100000000000001,
"29028": 38.100000000000001,
"29129": 35,
"29233": 38.100000000000001,
"29334": 77.799999999999997,
"29435": 23.5,
"29536": 40.899999999999999,
"29637": 27.800000000000001,
"29738": 43.5,
"29839": 35,
"29940": 42.100000000000001,
"30041": 33.299999999999997,
"30142": 95
},
"max": 100,
"count": 298
},
"bw": {
"data": {
"0": 0,
"111": 18701,
"212": 606629,
"313": 148308,
"414": 0,
"515": 0,
"616": 640074,
"717": 3987651,
"818": 8583676,
"919": 9037562,
"1020": 9937663,
"1121": 9940906,
"1222": 6988723,
"1323": 9026027,
"1424": 9921350,
"1524": 8354719,
"1626": 6691445,
"1727": 7205628,
"1828": 10398058,
"1929": 9936383,
"2030": 9942398,
"2131": 9039497,
"2232": 9915370,
"2340": 9652032,
"2441": 7431230,
"2542": 9238650,
"2644": 9921695,
"2745": 9937233,
"2846": 9936797,
"2947": 9007098,
"3049": 9803348,
"3150": 8333792,
"3251": 7533206,
"3352": 6979867,
"3453": 7640408,
"3554": 7412219,
"3655": 6742176,
"3756": 7414939,
"3857": 8211120,
"3958": 4747713,
"4059": 4169867,
"4161": 3979769,
"4262": 5242800,
"4363": 4838891,
"4464": 4026855,
"4565": 4978386,
"4666": 4336091,
"4767": 3921317,
"4868": 5584795,
"4969": 5647571,
"5070": 4382243,
"5171": 6515145,
"5293": 4990317,
"5394": 6440456,
"5495": 8195625,
"5596": 6214609,
"5697": 6931954,
"5798": 6243100,
"5899": 4959009,
"6000": 4985874,
"6101": 4473789,
"6202": 4674057,
"6303": 4429308,
"6404": 5235401,
"6505": 4731096,
"6606": 6432545,
"6707": 6946288,
"6808": 5095248,
"6909": 5135637,
"7010": 6927028,
"7111": 4941573,
"7212": 6055906,
"7313": 4631857,
"7414": 4856962,
"7515": 4593853,
"7616": 5267506,
"7717": 5094794,
"7818": 4747581,
"7919": 5793468,
"8020": 3740788,
"8121": 5450463,
"8222": 5064860,
"8323": 4904333,
"8425": 5239168,
"8526": 4136119,
"8627": 4690334,
"8728": 5408825,
"8829": 5052822,
"8930": 4600377,
"9031": 5641689,
"9132": 5253524,
"9233": 4900605,
"9337": 5313163,
"9438": 4572182,
"9539": 3945156,
"9640": 4808707,
"9741": 4718834,
"9842": 4794432,
"9943": 4321184,
"10044": 4346806,
"10145": 4238110,
"10246": 5038992,
"10347": 4165704,
"10449": 4721260,
"10550": 4160124,
"10651": 3808438,
"10752": 5143304,
"10853": 4156585,
"10954": 5142302,
"11055": 4384206,
"11156": 5004291,
"11257": 4621752,
"11358": 4072256,
"11459": 5002386,
"11560": 4802482,
"11664": 3967669,
"11765": 5491485,
"11866": 4622736,
"11967": 3941620,
"12068": 3757482,
"12169": 4960780,
"12270": 4228436,
"12371": 5603239,
"12472": 4821753,
"12573": 4870705,
"12674": 4954260,
"12775": 4462114,
"12876": 5419077,
"12977": 5111146,
"13078": 5105185,
"13179": 4938247,
"13300": 4979265,
"13401": 4336788,
"13502": 5894852,
"13603": 4787797,
"13704": 4296395,
"13806": 5120010,
"13907": 4604835,
"14008": 4519419,
"14109": 4332889,
"14210": 3953459,
"14311": 4320433,
"14412": 3946309,
"14513": 5169560,
"14614": 4260998,
"14715": 4340589,
"14816": 5399965,
"14916": 4537973,
"15017": 5245662,
"15118": 4632507,
"15219": 4357695,
"15320": 4500862,
"15421": 5253915,
"15522": 4946130,
"15623": 3948167,
"15724": 4800751,
"15825": 5098076,
"15926": 5409728,
"16027": 4427790,
"16128": 6104846,
"16229": 3860448,
"16330": 3773248,
"16431": 4758279,
"16532": 4090295,
"16633": 4298365,
"16735": 5230103,
"16836": 5097608,
"16937": 5102001,
"17038": 6207105,
"17139": 5297390,
"17240": 4930612,
"17341": 5424651,
"17442": 5718207,
"17543": 5247275,
"17644": 5588665,
"17745": 4433938,
"17846": 5582675,
"17947": 5375353,
"18049": 4519031,
"18150": 5451414,
"18251": 4496290,
"18352": 4859381,
"18454": 4271549,
"18555": 5589404,
"18657": 4039753,
"18759": 4090533,
"18860": 4803536,
"18962": 5189268,
"19063": 5688569,
"19165": 5247135,
"19266": 5248851,
"19367": 5175211,
"19468": 5095107,
"19569": 5416671,
"19670": 4616320,
"19771": 4835188,
"19873": 4923233,
"19974": 4709238,
"20075": 4931046,
"20176": 5284242,
"20312": 4650965,
"20412": 4569364,
"20513": 5121774,
"20614": 4630808,
"20715": 4783409,
"20816": 4796585,
"20917": 4582851,
"21018": 4933164,
"21119": 4481413,
"21220": 3915294,
"21321": 5560293,
"21423": 4866588,
"21524": 4942105,
"21626": 5085981,
"21727": 4178931,
"21829": 4121259,
"21930": 4796512,
"22030": 4025642,
"22132": 4327776,
"22233": 3997733,
"22334": 4830530,
"22436": 4357112,
"22537": 3981940,
"22638": 4232113,
"22740": 5181443,
"22840": 4598894,
"22942": 4969698,
"23043": 4622048,
"23144": 3579793,
"23247": 4218778,
"23348": 4876927,
"23449": 3906516,
"23550": 4012527,
"23651": 4962286,
"23751": 4960069,
"23852": 4912004,
"23953": 4780341,
"24054": 4704964,
"24155": 4942560,
"24256": 5170525,
"24357": 4398780,
"24458": 4815868,
"24559": 4746439,
"24659": 5550922,
"24760": 4700130,
"24861": 5885709,
"24962": 5383910,
"25063": 5812733,
"25164": 4475573,
"25265": 5064482,
"25366": 5429716,
"25467": 4247068,
"25568": 4716633,
"25669": 4471786,
"25770": 4303702,
"25870": 4156153,
"25971": 6098257,
"26072": 5231076,
"26174": 5747366,
"26303": 5133470,
"26404": 3953825,
"26504": 4484639,
"26605": 4682801,
"26706": 3983117,
"26807": 4204563,
"26908": 4694965,
"27009": 4728703,
"27110": 5135972,
"27211": 5030023,
"27312": 4780767,
"27413": 4099041,
"27514": 4934990,
"27615": 4212713,
"27716": 5196649,
"27817": 4799163,
"27918": 4866360,
"28019": 5495616,
"28119": 5251167,
"28220": 5267863,
"28321": 5931021,
"28422": 5274770,
"28523": 4778819,
"28624": 5259860,
"28725": 5260213,
"28826": 4881513,
"28927": 4458972,
"29028": 4647334,
"29129": 4581905,
"29233": 5519468,
"29334": 4955593,
"29435": 5417492,
"29536": 5389309,
"29637": 5260937,
"29738": 4527345,
"29839": 3919605,
"29940": 4351345,
"30041": 4256181,
"30142": 4992663
},
"max": 10398058,
"count": 298
}
},
"pages": {
"details": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/details\/",
"checklist": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/performance_optimization\/",
"breakdown": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/breakdown\/",
"domains": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/domains\/",
"screenShot": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/screen_shot\/",
"opportunities": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/experiments\/"
},
"thumbnails": {
"waterfall": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_waterfall_thumb.png",
"checklist": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_optimization_thumb.png",
"screenShot": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_screen_thumb.png"
},
"images": {
"waterfall": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_waterfall.png",
"connectionView": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_connection.png",
"checklist": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_optimization.png",
"screenShot": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&file=1_screen.jpg"
},
"rawData": {
"scriptTiming": "https:\/\/www.webpagetest.org\/getgzip.php?test=240906_BiDc7F_707&file=1_script_timing.json",
"headers": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_report.txt",
"pageData": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_IEWPG.txt",
"requestsData": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_IEWTR.txt",
"utilization": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_progress.csv",
"trace": "https:\/\/www.webpagetest.org\/getgzip.php?test=240906_BiDc7F_707&compressed=1&file=1_trace.json.gz"
},
"videoFrames": [
{
"time": 0,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_000000.jpg",
"VisuallyComplete": 0
},
{
"time": 1300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001300.jpg",
"VisuallyComplete": 98
},
{
"time": 1400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001400.jpg",
"VisuallyComplete": 98
},
{
"time": 1500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001500.jpg",
"VisuallyComplete": 98
},
{
"time": 1600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001600.jpg",
"VisuallyComplete": 98
},
{
"time": 1700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001700.jpg",
"VisuallyComplete": 98
},
{
"time": 1800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001800.jpg",
"VisuallyComplete": 98
},
{
"time": 1900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001900.jpg",
"VisuallyComplete": 98
},
{
"time": 2000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002000.jpg",
"VisuallyComplete": 98
},
{
"time": 2100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002100.jpg",
"VisuallyComplete": 99
},
{
"time": 2200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002200.jpg",
"VisuallyComplete": 98
},
{
"time": 2300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002300.jpg",
"VisuallyComplete": 98
},
{
"time": 2400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002400.jpg",
"VisuallyComplete": 98
},
{
"time": 2500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002500.jpg",
"VisuallyComplete": 98
},
{
"time": 2600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002600.jpg",
"VisuallyComplete": 98
},
{
"time": 2700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002700.jpg",
"VisuallyComplete": 98
},
{
"time": 2800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002800.jpg",
"VisuallyComplete": 98
},
{
"time": 2900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002900.jpg",
"VisuallyComplete": 98
},
{
"time": 3000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003000.jpg",
"VisuallyComplete": 98
},
{
"time": 3100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003100.jpg",
"VisuallyComplete": 99
},
{
"time": 3200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003200.jpg",
"VisuallyComplete": 98
},
{
"time": 3300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003300.jpg",
"VisuallyComplete": 98
},
{
"time": 3400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003400.jpg",
"VisuallyComplete": 98
},
{
"time": 3500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003500.jpg",
"VisuallyComplete": 98
},
{
"time": 3600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003600.jpg",
"VisuallyComplete": 98
},
{
"time": 3700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003700.jpg",
"VisuallyComplete": 98
},
{
"time": 3800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003800.jpg",
"VisuallyComplete": 98
},
{
"time": 3900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003900.jpg",
"VisuallyComplete": 98
},
{
"time": 4000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004000.jpg",
"VisuallyComplete": 98
},
{
"time": 4100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004100.jpg",
"VisuallyComplete": 99
},
{
"time": 4200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004200.jpg",
"VisuallyComplete": 98
},
{
"time": 4300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004300.jpg",
"VisuallyComplete": 98
},
{
"time": 4400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004400.jpg",
"VisuallyComplete": 98
},
{
"time": 4500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004500.jpg",
"VisuallyComplete": 98
},
{
"time": 4600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004600.jpg",
"VisuallyComplete": 98
},
{
"time": 4700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004700.jpg",
"VisuallyComplete": 98
},
{
"time": 4800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004800.jpg",
"VisuallyComplete": 98
},
{
"time": 4900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004900.jpg",
"VisuallyComplete": 98
},
{
"time": 5000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005000.jpg",
"VisuallyComplete": 98
},
{
"time": 5100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005100.jpg",
"VisuallyComplete": 99
},
{
"time": 5200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005200.jpg",
"VisuallyComplete": 98
},
{
"time": 5300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005300.jpg",
"VisuallyComplete": 98
},
{
"time": 5400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005400.jpg",
"VisuallyComplete": 98
},
{
"time": 5500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005500.jpg",
"VisuallyComplete": 98
},
{
"time": 5600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005600.jpg",
"VisuallyComplete": 98
},
{
"time": 5700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005700.jpg",
"VisuallyComplete": 98
},
{
"time": 5800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005800.jpg",
"VisuallyComplete": 98
},
{
"time": 5900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005900.jpg",
"VisuallyComplete": 98
},
{
"time": 6000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_006000.jpg",
"VisuallyComplete": 98
},
{
"time": 6100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_006100.jpg",
"VisuallyComplete": 99
},
{
"time": 6200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_006200.jpg",
"VisuallyComplete": 98
},
{
"time": 6300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_006300.jpg",
"VisuallyComplete": 98
},
{
"time": 6500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_006500.jpg",
"VisuallyComplete": 98
},
{
"time": 7000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_007000.jpg",
"VisuallyComplete": 98
},
{
"time": 7500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_007500.jpg",
"VisuallyComplete": 98
},
{
"time": 8000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_008000.jpg",
"VisuallyComplete": 98
},
{
"time": 8500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_008500.jpg",
"VisuallyComplete": 98
},
{
"time": 9000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_009000.jpg",
"VisuallyComplete": 98
},
{
"time": 9500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_009500.jpg",
"VisuallyComplete": 98
},
{
"time": 10000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_010000.jpg",
"VisuallyComplete": 98
},
{
"time": 10500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_010500.jpg",
"VisuallyComplete": 98
},
{
"time": 11000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_011000.jpg",
"VisuallyComplete": 98
},
{
"time": 12000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_012000.jpg",
"VisuallyComplete": 98
},
{
"time": 13000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_013000.jpg",
"VisuallyComplete": 98
},
{
"time": 14000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_014000.jpg",
"VisuallyComplete": 98
},
{
"time": 15000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_015000.jpg",
"VisuallyComplete": 98
},
{
"time": 16001,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_016001.jpg",
"VisuallyComplete": 98
},
{
"time": 17000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_017000.jpg",
"VisuallyComplete": 98
},
{
"time": 18000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_018000.jpg",
"VisuallyComplete": 98
},
{
"time": 19000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_019000.jpg",
"VisuallyComplete": 98
},
{
"time": 20000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_020000.jpg",
"VisuallyComplete": 98
},
{
"time": 21000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_021000.jpg",
"VisuallyComplete": 98
},
{
"time": 22000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_022000.jpg",
"VisuallyComplete": 98
},
{
"time": 23000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_023000.jpg",
"VisuallyComplete": 98
},
{
"time": 25900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_025900.jpg",
"VisuallyComplete": 98
},
{
"time": 26000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_026000.jpg",
"VisuallyComplete": 98
},
{
"time": 27000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_027000.jpg",
"VisuallyComplete": 98
},
{
"time": 28000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_028000.jpg",
"VisuallyComplete": 98
},
{
"time": 29000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_029000.jpg",
"VisuallyComplete": 98
},
{
"time": 30000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_030000.jpg",
"VisuallyComplete": 99
},
{
"time": 30100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_030100.jpg",
"VisuallyComplete": 100
}
],
"domains": {
"www.geissbuehler.net": {
"bytes": 17415265,
"requests": 17,
"connections": 1
}
},
"breakdown": {
"html": {
"color": [
130,
181,
252
],
"bytes": 6901,
"bytesUncompressed": 73423,
"requests": 1
},
"js": {
"color": [
254,
197,
132
],
"bytes": 26933,
"bytesUncompressed": 90129,
"requests": 1
},
"css": {
"color": [
178,
234,
148
],
"bytes": 9005,
"bytesUncompressed": 42996,
"requests": 1
},
"image": {
"color": [
196,
154,
232
],
"bytes": 445362,
"bytesUncompressed": 445362,
"requests": 5
},
"flash": {
"color": [
45,
183,
193
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
},
"font": {
"color": [
255,
82,
62
],
"bytes": 20972,
"bytesUncompressed": 42996,
"requests": 2
},
"video": {
"color": [
33,
194,
162
],
"bytes": 16906092,
"bytesUncompressed": 16846613,
"requests": 7
},
"other": {
"color": [
196,
196,
196
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
}
},
"consoleLog": []
},
"repeatView": {
"numSteps": 1,
"run": 1,
"tester": "wpt-fra-lb-cxmf-10.10.1.35",
"loadTime": 32051,
"docTime": 0,
"fullyLoaded": 32051,
"bytesOut": 18388,
"bytesOutDoc": 0,
"bytesIn": 17184072,
"bytesInDoc": 0,
"requests": [
{
"type": 3,
"id": "0515B6F26C7C9FAA5F76427242A5323C",
"request_id": "0515B6F26C7C9FAA5F76427242A5323C",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/",
"raw_id": "0515B6F26C7C9FAA5F76427242A5323C",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Document",
"load_ms": 479,
"ttfb_ms": 402,
"load_start": 148,
"load_start_float": 148.00006099999999,
"bytesIn": 6886,
"objectSize": 6886,
"objectSizeUncompressed": 73428,
"chunks": [
{
"ts": 555,
"bytes": 4825,
"inflated": 49152
},
{
"ts": 559,
"bytes": 1481,
"inflated": 16384
},
{
"ts": 626,
"bytes": 580,
"inflated": 7892
}
],
"expires": "",
"cacheControl": "no-store, private",
"contentType": "text\/html",
"contentEncoding": "gzip",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": 1,
"dns_end": 40,
"connect_start": 40,
"connect_end": 76,
"ssl_start": 76,
"ssl_end": 148,
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "www.geissbuehler.net",
"sanList": [
"www.geissbuehler.net"
],
"issuer": "R10",
"validFrom": 1723049477,
"validTo": 1730825476,
"signedCertificateTimestampList": [
{
"status": "Verified",
"origin": "Embedded in certificate",
"logDescription": "DigiCert Yeti2024 Log",
"logId": "48B0E36BDAA647340FE56A02FA9D30EB1C5201CB56DD2C81D9BBBFAB39D88473",
"timestamp": 1723052987905,
"hashAlgorithm": "SHA-256",
"signatureAlgorithm": "ECDSA",
"signatureData": "3045022035B026343D6423516009039F9470DB801F26EFBADE3A1238B9BA188CCBCE0368022100D10F7FAD39BC320B43B110D7769B8B388D53584853095DB64DE0FD4733349F7B"
},
{
"status": "Verified",
"origin": "Embedded in certificate",
"logDescription": "Sectigo 'Mammoth2024h2'",
"logId": "DFE156EBAA05AFB59C0F86718DA8C0324EAE56D96EA7F5A56A01D1C13BBE525C",
"timestamp": 1723052988099,
"hashAlgorithm": "SHA-256",
"signatureAlgorithm": "ECDSA",
"signatureData": "30460221008D53B8E43A50DD6F9677CA6941218E5F914D91629823715A2DABCD46C9154AC3022100E1EEE1CC85170742948263B01445AA33246316CF9C659AED57A5FC7E56E7876C"
}
],
"certificateTransparencyCompliance": "compliant",
"serverSignatureAlgorithm": 2052,
"encryptedClientHello": false
},
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": "",
"initiator_column": "",
"initiator_type": "script",
"priority": "Highest",
"initial_priority": "Highest",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/",
":scheme: https",
"accept: text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.7",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: u=0, i",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: document",
"sec-fetch-mode: navigate",
"sec-fetch-site: cross-site",
"upgrade-insecure-requests: 1",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"cache-control: no-store, private",
"content-encoding: gzip",
"content-type: text\/html; charset=UTF-8",
"date: Fri, 06 Sep 2024 09:25:39 GMT",
"server: Apache",
"vary: Accept-Encoding",
":status: 200"
]
},
"bytesOut": 2629,
"score_cache": -1,
"score_cdn": -1,
"score_gzip": 100,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": 39,
"connect_ms": 36,
"ssl_ms": 72,
"gzip_total": 7072,
"gzip_save": 0,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 10,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 1,
"http2_stream_dependency": 0,
"http2_stream_weight": 256,
"http2_stream_exclusive": 1,
"http2_server_settings": {
"SETTINGS_MAX_CONCURRENT_STREAMS": 100
},
"tls_version": "TLS 1.3",
"tls_resumed": "False",
"tls_next_proto": "h2",
"tls_cipher_suite": 4866,
"netlog_id": 61,
"certificates": [
"-----BEGIN CERTIFICATE-----\nMIIE+TCCA+GgAwIBAgISBC1vnUSrhVAPrSuJOpHSpiL1MA0GCSqGSIb3DQEBCwUA\nMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\nEwNSMTAwHhcNMjQwODA3MTY1MTE3WhcNMjQxMTA1MTY1MTE2WjAfMR0wGwYDVQQD\nExR3d3cuZ2Vpc3NidWVobGVyLm5ldDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC\nAQoCggEBAMzTwSBFhy78BbsinxDOSPz5VBIBpDGBgoGJw2EUCnclGrzcj8iVmZCQ\nLbfDe2ftuTkDXmkEvmn3TijovJ9GTXAf6EQzkaUsBJdvYuD+gFhzGaMFuLV5f1BP\nof1dHqK6CPteHadZvbNI8vfmH+6dcABQO75HB3k+QOuVu4RvdNwrFCRfvlDxXZ7I\nar2RNvhQfMdqWUMe3B2RIea6fvdJgvCXhlXXKxA2\/zILArWCIqlX5pjZA4sG5ST9\nzcB58jn7roYanUQbhbhKD4qzuf1QRa7PuYbd2EByAvoYJNQIWtqMMW1qBhjO5V8Z\nNA3JjGQ8qNOn6LkBTV1Vx9uJ\/bYgZssCAwEAAaOCAhkwggIVMA4GA1UdDwEB\/wQE\nAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH\/BAIw\nADAdBgNVHQ4EFgQU2CWWstnBTwkLKxVJyeBjpGKGCi0wHwYDVR0jBBgwFoAUu7zD\nR6XkvKnGw6RyDBCNojXhyOgwVwYIKwYBBQUHAQEESzBJMCIGCCsGAQUFBzABhhZo\ndHRwOi8vcjEwLm8ubGVuY3Iub3JnMCMGCCsGAQUFBzAChhdodHRwOi8vcjEwLmku\nbGVuY3Iub3JnLzAfBgNVHREEGDAWghR3d3cuZ2Vpc3NidWVobGVyLm5ldDATBgNV\nHSAEDDAKMAgGBmeBDAECATCCAQUGCisGAQQB1nkCBAIEgfYEgfMA8QB2AEiw42va\npkc0D+VqAvqdMOscUgHLVt0sgdm7v6s52IRzAAABkS32FgEAAAQDAEcwRQIgNbAm\nND1kI1FgCQOflHDbgB8m77reOhI4uboYjMvOA2gCIQDRD3+tObwyC0OxENd2m4s4\njVNYSFMJXbZN4P1HMzSfewB3AN\/hVuuqBa+1nA+GcY2owDJOrlbZbqf1pWoB0cE7\nvlJcAAABkS32FsMAAAQDAEgwRgIhAI1TuOQ6UN1vlnfKaUEhjl+RTZFimCNxWi2r\nzUbJFUrDAiEA4e7hzIUXB0KUgmOwFEWqMyRjFs+cZZrtV6X8flbnh2wwDQYJKoZI\nhvcNAQELBQADggEBAJ7tsV42v0yv+b8laWUB+y7uFavljzjScZZ+H5aJA0CWgCCE\n\/eKghmthtYojn3yR46SJDYVoIfgrL0r6cqSYJz+90pQ\/G6UiVL2YXfyxDQ5W\/DJK\nhQIGR8JVxbxfW0q9fbfac9pnVr7Ydu\/M8bkpb7s9A7hKrLh26NCKM7x79FDFiF\/g\nq\/OzLboWrQu5q+DBFJefJYGmqJRb72MFloXNysiZYwCUZFKFQt4Ec8aqUj9U0IHL\nXTKpVQcMTmX1J366m5OyhwZP\/BjwJVC+udO+zwCJgRk9Vsaob3H\/XTIyopbtrAyS\nfwpUvq1HRxE1BhmwrqknvY0YTX2Pk5TGzghyJbI=\n-----END CERTIFICATE-----\n",
"-----BEGIN CERTIFICATE-----\nMIIFBTCCAu2gAwIBAgIQS6hSk\/eaL6JzBkuoBI110DANBgkqhkiG9w0BAQsFADBP\nMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFy\nY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBa\nFw0yNzAzMTIyMzU5NTlaMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBF\nbmNyeXB0MQwwCgYDVQQDEwNSMTAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK\nAoIBAQDPV+XmxFQS7bRH\/sknWHZGUCiMHT6I3wWd1bUYKb3dtVq\/+vbOo76vACFL\nYlpaPAEvxVgD9on\/jhFD68G14BQHlo9vH9fnuoE5CXVlt8KvGFs3Jijno\/QHK20a\n\/6tYvJWuQP\/py1fEtVt\/eA0YYbwX51TGu0mRzW4Y0YCF7qZlNrx06rxQTOr8IfM4\nFpOUurDTazgGzRYSespSdcitdrLCnF2YRVxvYXvGLe48E1KGAdlX5jgc3421H5KR\nmudKHMxFqHJV8LDmowfs\/acbZp4\/SItxhHFYyTr6717yW0QrPHTnj7JHwQdqzZq3\nDZb3EoEmUVQK7GH29\/Xi8orIlQ2NAgMBAAGjgfgwgfUwDgYDVR0PAQH\/BAQDAgGG\nMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATASBgNVHRMBAf8ECDAGAQH\/\nAgEAMB0GA1UdDgQWBBS7vMNHpeS8qcbDpHIMEI2iNeHI6DAfBgNVHSMEGDAWgBR5\ntFnme7bl5AFzgAiIyBpY9umbbjAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAKG\nFmh0dHA6Ly94MS5pLmxlbmNyLm9yZy8wEwYDVR0gBAwwCjAIBgZngQwBAgEwJwYD\nVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gxLmMubGVuY3Iub3JnLzANBgkqhkiG9w0B\nAQsFAAOCAgEAkrHnQTfreZ2B5s3iJeE6IOmQRJWjgVzPw139vaBw1bGWKCIL0vIo\nzwzn1OZDjCQiHcFCktEJr59L9MhwTyAWsVrdAfYf+B9haxQnsHKNY67u4s5Lzzfd\nu6PUzeetUK29v+PsPmI2cJkxp+iN3epi4hKu9ZzUPSwMqtCceb7qPVxEbpYxY1p9\n1n5PJKBLBX9eb9LU6l8zSxPWV7bK3lG4XaMJgnT9x3ies7msFtpKK5bDtotij\/l0\nGaKeA97pb5uwD9KgWvaFXMIEt8jVTjLEvwRdvCn294GPDF08U8lAkIv7tghluaQh\n1QnlE4SEN4LOECj8dsIGJXpGUk3aU3KkJz9icKy+aUgA+2cP21uh6NcDIS3XyfaZ\nQjmDQ993ChII8SXWupQZVBiIpcWO4RqZk3lr7Bz5MUCwzDIA359e57SSq5CCkY0N\n4B6Vulk7LktfwrdGNVI5BsC9qqxSwSKgRJeZ9wygIaehbHFHFhcBaMDKpiZlBHyz\nrsnnlFXCb5s8HKn5LsUgGvB24L7sGNZP2CX7dhHov+YhD+jozLW2p9W4959Bz2Ei\nRmqDtmiXLnzqTpXbI+suyCsohKRg6Un0RC47+cpiVwHiXZAW+cn8eiNIjqbVgXLx\nKPpdzvvtTnOPlC7SQZSYmdunr3Bf9b77AiC\/ZidstK36dRILKz7OA54=\n-----END CERTIFICATE-----\n"
],
"server_port": "443",
"final_base_page": true,
"is_base_page": true,
"load_end": 627,
"ttfb_start": 148,
"ttfb_end": 550,
"download_start": 550,
"download_end": 627,
"download_ms": 77,
"all_start": 1,
"all_end": 627,
"all_ms": 626,
"index": 0,
"number": 1,
"cpuTimes": {
"EvaluateScript": 1,
"v8.compile": 0
},
"cpu.EvaluateScript": 1,
"cpu.v8.compile": 0,
"cpuTime": 1,
"js_timing": [
[
707.42100000000005,
707.70600000000002
],
[
839.90999999999997,
840.20699999999999
],
[
707.44200000000001,
707.66999999999996
],
[
839.92999999999995,
840.17200000000003
]
]
},
{
"type": 3,
"id": "155871.5",
"request_id": "155871.5",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.jpg",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.jpg",
"raw_id": "155871.5",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 13177,
"ttfb_ms": 11128,
"load_start": 599,
"load_start_float": 599.00008100000002,
"bytesIn": 1271367,
"objectSize": 1271367,
"objectSizeUncompressed": 1220608,
"chunks": [
{
"ts": 11728,
"bytes": 16375
},
{
"ts": 11756,
"bytes": 16375
},
{
"ts": 11770,
"bytes": 8210
},
{
"ts": 11793,
"bytes": 16375
},
{
"ts": 11822,
"bytes": 16375
},
{
"ts": 11850,
"bytes": 8210
},
{
"ts": 11850,
"bytes": 16375
},
{
"ts": 11864,
"bytes": 9
},
{
"ts": 11892,
"bytes": 16375
},
{
"ts": 11921,
"bytes": 16375
},
{
"ts": 11921,
"bytes": 18
},
{
"ts": 11944,
"bytes": 16375
},
{
"ts": 11973,
"bytes": 16375
},
{
"ts": 11973,
"bytes": 18
},
{
"ts": 12001,
"bytes": 16375
},
{
"ts": 12029,
"bytes": 16375
},
{
"ts": 12029,
"bytes": 18
},
{
"ts": 12058,
"bytes": 16375
},
{
"ts": 12086,
"bytes": 16375
},
{
"ts": 12086,
"bytes": 18
},
{
"ts": 12109,
"bytes": 16375
},
{
"ts": 12138,
"bytes": 16375
},
{
"ts": 12138,
"bytes": 18
},
{
"ts": 12167,
"bytes": 16375
},
{
"ts": 12194,
"bytes": 16375
},
{
"ts": 12222,
"bytes": 16375
},
{
"ts": 12223,
"bytes": 27
},
{
"ts": 12251,
"bytes": 16375
},
{
"ts": 12274,
"bytes": 16375
},
{
"ts": 12275,
"bytes": 18
},
{
"ts": 12303,
"bytes": 16375
},
{
"ts": 12331,
"bytes": 16375
},
{
"ts": 12345,
"bytes": 8210
},
{
"ts": 12373,
"bytes": 16375
},
{
"ts": 12402,
"bytes": 16375
},
{
"ts": 12402,
"bytes": 18
},
{
"ts": 12430,
"bytes": 16375
},
{
"ts": 12454,
"bytes": 16375
},
{
"ts": 12454,
"bytes": 18
},
{
"ts": 12482,
"bytes": 16375
},
{
"ts": 12510,
"bytes": 16375
},
{
"ts": 12522,
"bytes": 8210
},
{
"ts": 12553,
"bytes": 16375
},
{
"ts": 12581,
"bytes": 16375
},
{
"ts": 12581,
"bytes": 18
},
{
"ts": 12605,
"bytes": 16375
},
{
"ts": 12633,
"bytes": 16375
},
{
"ts": 12635,
"bytes": 18
},
{
"ts": 12661,
"bytes": 16375
},
{
"ts": 12689,
"bytes": 16375
},
{
"ts": 12690,
"bytes": 18
},
{
"ts": 12718,
"bytes": 16375
},
{
"ts": 12746,
"bytes": 16375
},
{
"ts": 12748,
"bytes": 18
},
{
"ts": 12774,
"bytes": 16375
},
{
"ts": 12798,
"bytes": 16375
},
{
"ts": 12812,
"bytes": 8210
},
{
"ts": 12840,
"bytes": 16375
},
{
"ts": 12869,
"bytes": 16375
},
{
"ts": 12869,
"bytes": 18
},
{
"ts": 12897,
"bytes": 16375
},
{
"ts": 12925,
"bytes": 16375
},
{
"ts": 12939,
"bytes": 8210
},
{
"ts": 12963,
"bytes": 16375
},
{
"ts": 12991,
"bytes": 16375
},
{
"ts": 12992,
"bytes": 18
},
{
"ts": 13020,
"bytes": 16375
},
{
"ts": 13048,
"bytes": 16375
},
{
"ts": 13062,
"bytes": 8210
},
{
"ts": 13090,
"bytes": 16375
},
{
"ts": 13114,
"bytes": 16375
},
{
"ts": 13114,
"bytes": 18
},
{
"ts": 13142,
"bytes": 16375
},
{
"ts": 13171,
"bytes": 16375
},
{
"ts": 13171,
"bytes": 18
},
{
"ts": 13199,
"bytes": 16375
},
{
"ts": 13227,
"bytes": 16375
},
{
"ts": 13242,
"bytes": 8210
},
{
"ts": 13265,
"bytes": 16375
},
{
"ts": 13293,
"bytes": 16375
},
{
"ts": 13294,
"bytes": 18
},
{
"ts": 13322,
"bytes": 16375
},
{
"ts": 13350,
"bytes": 16375
},
{
"ts": 13350,
"bytes": 18
},
{
"ts": 13378,
"bytes": 16375
},
{
"ts": 13407,
"bytes": 16375
},
{
"ts": 13421,
"bytes": 18
},
{
"ts": 13421,
"bytes": 8192
},
{
"ts": 13444,
"bytes": 16375
},
{
"ts": 13445,
"bytes": 9
},
{
"ts": 13473,
"bytes": 16375
},
{
"ts": 13501,
"bytes": 16375
},
{
"ts": 13515,
"bytes": 8210
},
{
"ts": 13543,
"bytes": 16375
},
{
"ts": 13572,
"bytes": 16375
},
{
"ts": 13572,
"bytes": 18
},
{
"ts": 13600,
"bytes": 16375
},
{
"ts": 13624,
"bytes": 16375
},
{
"ts": 13624,
"bytes": 18
},
{
"ts": 13638,
"bytes": 8192
},
{
"ts": 13666,
"bytes": 16375
},
{
"ts": 13694,
"bytes": 16375
},
{
"ts": 13695,
"bytes": 18
},
{
"ts": 13724,
"bytes": 16375
},
{
"ts": 13751,
"bytes": 16375
},
{
"ts": 13775,
"bytes": 18
},
{
"ts": 14576,
"bytes": 16375
},
{
"ts": 14603,
"bytes": 16375
},
{
"ts": 14631,
"bytes": 18
},
{
"ts": 14943,
"bytes": 16375
},
{
"ts": 14947,
"bytes": 1616
}
],
"expires": "",
"cacheControl": "",
"contentType": "image\/jpeg",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 981,
"initiator_column": "",
"initiator_type": "parser",
"priority": "High",
"initial_priority": "Medium",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.jpg",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: u=2, i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"content-type: image\/jpeg; charset=UTF-8",
"date: Fri, 06 Sep 2024 09:25:39 GMT",
"server: Apache",
":status: 200"
]
},
"bytesOut": 2641,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 45,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 1221562,
"image_save": 661149,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 597,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 3,
"http2_stream_dependency": 13,
"http2_stream_weight": 74,
"http2_stream_exclusive": 1,
"netlog_id": 81,
"server_port": "443",
"image_details": {
"detected_type": "jpeg",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "1192 KiB",
"FileType": "JPEG",
"FileTypeExtension": "jpg",
"MIMEType": "image\/jpeg",
"ImageWidth": 1423,
"ImageHeight": 1067,
"EncodingProcess": "Baseline DCT, Huffman coding",
"BitsPerSample": 8,
"ColorComponents": 4
},
"JFIF": {
"JFIFVersion": 1.01,
"ResolutionUnit": "inches",
"XResolution": 72,
"YResolution": 72
},
"APP14": {
"DCTEncodeVersion": 100,
"APP14Flags0": "(none)",
"APP14Flags1": "(none)",
"ColorTransform": "YCCK"
},
"ICC_Profile": {
"ProfileCMMType": "Adobe Systems Inc.",
"ProfileVersion": "2.1.0",
"ProfileClass": "Output Device Profile",
"ColorSpaceData": "CMYK",
"ProfileConnectionSpace": "Lab ",
"ProfileDateTime": "2006:04:11 20:57:03",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Apple Computer Inc.",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Adobe Systems Inc.",
"DeviceModel": "",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Media-Relative Colorimetric",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Adobe Systems Inc.",
"ProfileID": 0,
"ProfileDescription": "Coated FOGRA27 (ISO 12647-2:2004)",
"ProfileCopyright": "Copyright 2004, 2006 Adobe Systems, Inc.",
"MediaWhitePoint": "0.8698 0.89931 0.7805",
"AToB0": "(Binary data 41478 bytes, use -b option to extract)",
"AToB2": "(Binary data 41478 bytes, use -b option to extract)",
"AToB1": "(Binary data 41478 bytes, use -b option to extract)",
"BToA0": "(Binary data 145588 bytes, use -b option to extract)",
"BToA1": "(Binary data 145588 bytes, use -b option to extract)",
"BToA2": "(Binary data 145588 bytes, use -b option to extract)",
"Gamut": "(Binary data 37009 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "1423x1067",
"Megapixels": 1.5
}
},
"magick": {
"format": "JPEG",
"formatDescription": "Joint Photographic Experts Group JFIF format",
"mimeType": "image\/jpeg",
"class": "DirectClass",
"geometry": {
"width": 1423,
"height": 1067,
"x": 0,
"y": 0
},
"resolution": {
"x": 72,
"y": 72
},
"printSize": {
"x": 19.7639,
"y": 14.8194
},
"units": "PixelsPerInch",
"type": "ColorSeparation",
"endianness": "Undefined",
"colorspace": "CMYK",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"cyan": 8,
"magenta": 8,
"yellow": 8,
"black": 8
},
"pixels": 1518341,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 80.416600000000003,
"standardDeviation": 54.354500000000002,
"kurtosis": -0.61365800000000004,
"skewness": 0.305703,
"entropy": 0.85143999999999997
}
},
"channelStatistics": {
"cyan": {
"min": 0,
"max": 239,
"mean": 87.237799999999993,
"standardDeviation": 47.244999999999997,
"kurtosis": -0.69663699999999995,
"skewness": 0.010772500000000001,
"entropy": 0.91855500000000001
},
"magenta": {
"min": 0,
"max": 230,
"mean": 86.436599999999999,
"standardDeviation": 48.637999999999998,
"kurtosis": -1.01315,
"skewness": -0.106584,
"entropy": 0.92397499999999999
},
"yellow": {
"min": 0,
"max": 255,
"mean": 97.394999999999996,
"standardDeviation": 50.029899999999998,
"kurtosis": -0.58370100000000003,
"skewness": 0.086157999999999998,
"entropy": 0.92095499999999997
},
"black": {
"min": 0,
"max": 255,
"mean": 50.597099999999998,
"standardDeviation": 71.505200000000002,
"kurtosis": 0.68599200000000005,
"skewness": 1.3730599999999999,
"entropy": 0.64227400000000001
}
},
"totalInkDensity": "345.882%",
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF00",
"borderColor": "#DFDFDF00",
"matteColor": "#BDBDBD00",
"transparentColor": "#00000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 1423,
"height": 1067,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "JPEG",
"quality": 90,
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:26:13+00:00",
"date:modify": "2024-09-06T09:26:13+00:00",
"icc:copyright": "Copyright 2004, 2006 Adobe Systems, Inc.",
"icc:description": "Coated FOGRA27 (ISO 12647-2:2004)",
"jpeg:colorspace": "4",
"jpeg:sampling-factor": "1x1,1x1,1x1,1x1",
"signature": "c315a69b50700bc3e4fd2edead076fc56204ff619bbb7ee7857ec7ae4ca75aec"
},
"profiles": {
"icc": {
"length": 557120
}
},
"tainted": false,
"filesize": "1.22061MB",
"numberPixels": "1.51834M",
"pixelsPerSecond": "7.73033MB",
"userTime": "0.080u",
"elapsedTime": "0:01.196"
}
},
"jpeg_scan_count": 1,
"score_progressive_jpeg": 0,
"load_end": 13776,
"ttfb_start": 599,
"ttfb_end": 11727,
"download_start": 11727,
"download_end": 13776,
"download_ms": 2049,
"all_start": 599,
"all_end": 13776,
"all_ms": 13177,
"index": 1,
"number": 2
},
{
"type": 3,
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"id": "99999.99999.1",
"is_secure": 1,
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"responseCode": 206,
"score_cache": -1,
"score_cdn": -1,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": -1,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": null,
"server_count": null,
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"frame_id": "769FF4211D74542873817040B55AD974",
"created": 870,
"load_start": 1033,
"priority": "Low",
"protocol": "HTTP\/2",
"socket": 68,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 5,
"http2_stream_dependency": 3,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"chunks": [
{
"ts": 1148,
"bytes": 16375
},
{
"ts": 1171,
"bytes": 16375
},
{
"ts": 1207,
"bytes": 16375
},
{
"ts": 1230,
"bytes": 16375
},
{
"ts": 1257,
"bytes": 16375
},
{
"ts": 1287,
"bytes": 16375
},
{
"ts": 1328,
"bytes": 16375
},
{
"ts": 1341,
"bytes": 16375
},
{
"ts": 1365,
"bytes": 16375
},
{
"ts": 1406,
"bytes": 16375
},
{
"ts": 1427,
"bytes": 16375
},
{
"ts": 1453,
"bytes": 16375
},
{
"ts": 1477,
"bytes": 16375
},
{
"ts": 1518,
"bytes": 16375
},
{
"ts": 1533,
"bytes": 16375
},
{
"ts": 1556,
"bytes": 16375
},
{
"ts": 1593,
"bytes": 16375
},
{
"ts": 1702,
"bytes": 16375
},
{
"ts": 1720,
"bytes": 16375
},
{
"ts": 1721,
"bytes": 16375
},
{
"ts": 1744,
"bytes": 16375
},
{
"ts": 1745,
"bytes": 16375
},
{
"ts": 1763,
"bytes": 16375
},
{
"ts": 1802,
"bytes": 16375
},
{
"ts": 1806,
"bytes": 16375
},
{
"ts": 1837,
"bytes": 16375
},
{
"ts": 1873,
"bytes": 16375
},
{
"ts": 1902,
"bytes": 16375
},
{
"ts": 1916,
"bytes": 16375
},
{
"ts": 1950,
"bytes": 16375
},
{
"ts": 1977,
"bytes": 16375
},
{
"ts": 2002,
"bytes": 16375
},
{
"ts": 2037,
"bytes": 16375
},
{
"ts": 2059,
"bytes": 16375
},
{
"ts": 2081,
"bytes": 16375
},
{
"ts": 2111,
"bytes": 16375
},
{
"ts": 2136,
"bytes": 16375
},
{
"ts": 2167,
"bytes": 16375
},
{
"ts": 2208,
"bytes": 16375
},
{
"ts": 2218,
"bytes": 16375
},
{
"ts": 2247,
"bytes": 16375
},
{
"ts": 2282,
"bytes": 16375
},
{
"ts": 2303,
"bytes": 16375
},
{
"ts": 2331,
"bytes": 16375
},
{
"ts": 2360,
"bytes": 16375
},
{
"ts": 2387,
"bytes": 16375
},
{
"ts": 2412,
"bytes": 16375
},
{
"ts": 2439,
"bytes": 16375
},
{
"ts": 2463,
"bytes": 16375
},
{
"ts": 2492,
"bytes": 16375
},
{
"ts": 2520,
"bytes": 16375
},
{
"ts": 2559,
"bytes": 16375
},
{
"ts": 2576,
"bytes": 16375
},
{
"ts": 2646,
"bytes": 16375
},
{
"ts": 2647,
"bytes": 16375
},
{
"ts": 2667,
"bytes": 16375
},
{
"ts": 2683,
"bytes": 16375
},
{
"ts": 2721,
"bytes": 16375
},
{
"ts": 2750,
"bytes": 16375
},
{
"ts": 2781,
"bytes": 16375
},
{
"ts": 2803,
"bytes": 16375
},
{
"ts": 2825,
"bytes": 16375
},
{
"ts": 2858,
"bytes": 16375
},
{
"ts": 2878,
"bytes": 16375
},
{
"ts": 2914,
"bytes": 16375
},
{
"ts": 2952,
"bytes": 16375
},
{
"ts": 2960,
"bytes": 16375
},
{
"ts": 2989,
"bytes": 16375
},
{
"ts": 3018,
"bytes": 16375
},
{
"ts": 3049,
"bytes": 16375
},
{
"ts": 3074,
"bytes": 16375
},
{
"ts": 3106,
"bytes": 16375
},
{
"ts": 3123,
"bytes": 16375
},
{
"ts": 3155,
"bytes": 16375
},
{
"ts": 3178,
"bytes": 16375
},
{
"ts": 3208,
"bytes": 16375
},
{
"ts": 3240,
"bytes": 16375
},
{
"ts": 3263,
"bytes": 16375
},
{
"ts": 3310,
"bytes": 16375
},
{
"ts": 3331,
"bytes": 16375
},
{
"ts": 3358,
"bytes": 16375
},
{
"ts": 3384,
"bytes": 16375
},
{
"ts": 3432,
"bytes": 16375
},
{
"ts": 3432,
"bytes": 16375
},
{
"ts": 3467,
"bytes": 16375
},
{
"ts": 3489,
"bytes": 16375
},
{
"ts": 3519,
"bytes": 16375
},
{
"ts": 3556,
"bytes": 16375
},
{
"ts": 3576,
"bytes": 16375
},
{
"ts": 3588,
"bytes": 16375
},
{
"ts": 3665,
"bytes": 16375
},
{
"ts": 3666,
"bytes": 16375
},
{
"ts": 3682,
"bytes": 16375
},
{
"ts": 3736,
"bytes": 16375
},
{
"ts": 3737,
"bytes": 16375
},
{
"ts": 3760,
"bytes": 16375
},
{
"ts": 3786,
"bytes": 16375
},
{
"ts": 3814,
"bytes": 16375
},
{
"ts": 3847,
"bytes": 16375
},
{
"ts": 3871,
"bytes": 16375
},
{
"ts": 3894,
"bytes": 16375
},
{
"ts": 3932,
"bytes": 16375
},
{
"ts": 3951,
"bytes": 16375
},
{
"ts": 3989,
"bytes": 16375
},
{
"ts": 4008,
"bytes": 16375
},
{
"ts": 4045,
"bytes": 16375
},
{
"ts": 4064,
"bytes": 16375
},
{
"ts": 4093,
"bytes": 16375
},
{
"ts": 4111,
"bytes": 16375
},
{
"ts": 4139,
"bytes": 16375
},
{
"ts": 4168,
"bytes": 16375
},
{
"ts": 4196,
"bytes": 16375
},
{
"ts": 4225,
"bytes": 16375
},
{
"ts": 4254,
"bytes": 16375
},
{
"ts": 4281,
"bytes": 16375
},
{
"ts": 4310,
"bytes": 16375
},
{
"ts": 4338,
"bytes": 16375
},
{
"ts": 4366,
"bytes": 16375
},
{
"ts": 4385,
"bytes": 16375
},
{
"ts": 4413,
"bytes": 16375
},
{
"ts": 4439,
"bytes": 16375
},
{
"ts": 4470,
"bytes": 16375
},
{
"ts": 4498,
"bytes": 16375
},
{
"ts": 4522,
"bytes": 16375
},
{
"ts": 4550,
"bytes": 16375
},
{
"ts": 4578,
"bytes": 16375
},
{
"ts": 4607,
"bytes": 16375
},
{
"ts": 4637,
"bytes": 16375
},
{
"ts": 4664,
"bytes": 16375
},
{
"ts": 4687,
"bytes": 16375
},
{
"ts": 4715,
"bytes": 16375
},
{
"ts": 4743,
"bytes": 16375
},
{
"ts": 4772,
"bytes": 16375
},
{
"ts": 4800,
"bytes": 16375
},
{
"ts": 4828,
"bytes": 16375
},
{
"ts": 4852,
"bytes": 16375
},
{
"ts": 4880,
"bytes": 16375
},
{
"ts": 4909,
"bytes": 16375
},
{
"ts": 4937,
"bytes": 16375
},
{
"ts": 4965,
"bytes": 16375
},
{
"ts": 4993,
"bytes": 16375
},
{
"ts": 5017,
"bytes": 16375
},
{
"ts": 5045,
"bytes": 16375
},
{
"ts": 5074,
"bytes": 16375
},
{
"ts": 5102,
"bytes": 16375
},
{
"ts": 5130,
"bytes": 16375
},
{
"ts": 5154,
"bytes": 16375
},
{
"ts": 5182,
"bytes": 16375
},
{
"ts": 5210,
"bytes": 16375
},
{
"ts": 5239,
"bytes": 16375
},
{
"ts": 5267,
"bytes": 16375
},
{
"ts": 5296,
"bytes": 16375
},
{
"ts": 5319,
"bytes": 16375
},
{
"ts": 5347,
"bytes": 16375
},
{
"ts": 5375,
"bytes": 16375
},
{
"ts": 5404,
"bytes": 16375
},
{
"ts": 5432,
"bytes": 16375
},
{
"ts": 5461,
"bytes": 16375
},
{
"ts": 5484,
"bytes": 16375
},
{
"ts": 5518,
"bytes": 16375
},
{
"ts": 5553,
"bytes": 16375
},
{
"ts": 5581,
"bytes": 16375
},
{
"ts": 5610,
"bytes": 16375
},
{
"ts": 5638,
"bytes": 16375
},
{
"ts": 5661,
"bytes": 16375
},
{
"ts": 5690,
"bytes": 16375
},
{
"ts": 5718,
"bytes": 16375
},
{
"ts": 5746,
"bytes": 16375
},
{
"ts": 5775,
"bytes": 16375
},
{
"ts": 5801,
"bytes": 16375
},
{
"ts": 5833,
"bytes": 16375
},
{
"ts": 5861,
"bytes": 16375
},
{
"ts": 5884,
"bytes": 16375
},
{
"ts": 5912,
"bytes": 16375
},
{
"ts": 5941,
"bytes": 16375
},
{
"ts": 5969,
"bytes": 16375
},
{
"ts": 5995,
"bytes": 16375
},
{
"ts": 6026,
"bytes": 16375
},
{
"ts": 6049,
"bytes": 16375
},
{
"ts": 6078,
"bytes": 16375
},
{
"ts": 6106,
"bytes": 16375
},
{
"ts": 6134,
"bytes": 16375
},
{
"ts": 6165,
"bytes": 16375
},
{
"ts": 6193,
"bytes": 16375
},
{
"ts": 6216,
"bytes": 16375
},
{
"ts": 6245,
"bytes": 16375
},
{
"ts": 6273,
"bytes": 16375
},
{
"ts": 6301,
"bytes": 16375
},
{
"ts": 6330,
"bytes": 16375
},
{
"ts": 6353,
"bytes": 16375
},
{
"ts": 6382,
"bytes": 16375
},
{
"ts": 6410,
"bytes": 16375
},
{
"ts": 6440,
"bytes": 16375
},
{
"ts": 6469,
"bytes": 16375
},
{
"ts": 6497,
"bytes": 16375
},
{
"ts": 6520,
"bytes": 16375
},
{
"ts": 6549,
"bytes": 16375
},
{
"ts": 6577,
"bytes": 16375
},
{
"ts": 6605,
"bytes": 16375
},
{
"ts": 6634,
"bytes": 16375
},
{
"ts": 6662,
"bytes": 16375
},
{
"ts": 6686,
"bytes": 16375
},
{
"ts": 6714,
"bytes": 16375
},
{
"ts": 6744,
"bytes": 16375
},
{
"ts": 6772,
"bytes": 16375
},
{
"ts": 6801,
"bytes": 16375
},
{
"ts": 6829,
"bytes": 16375
},
{
"ts": 6853,
"bytes": 16375
},
{
"ts": 6881,
"bytes": 16375
},
{
"ts": 6909,
"bytes": 16375
},
{
"ts": 6938,
"bytes": 16375
},
{
"ts": 6966,
"bytes": 16375
},
{
"ts": 6999,
"bytes": 16375
},
{
"ts": 7018,
"bytes": 16375
},
{
"ts": 7046,
"bytes": 16375
},
{
"ts": 7074,
"bytes": 16375
},
{
"ts": 7103,
"bytes": 16375
},
{
"ts": 7131,
"bytes": 16375
},
{
"ts": 7155,
"bytes": 16375
},
{
"ts": 7183,
"bytes": 16375
},
{
"ts": 7213,
"bytes": 16375
},
{
"ts": 7241,
"bytes": 16375
},
{
"ts": 7270,
"bytes": 16375
},
{
"ts": 7298,
"bytes": 16375
},
{
"ts": 7322,
"bytes": 16375
},
{
"ts": 7350,
"bytes": 16375
},
{
"ts": 7378,
"bytes": 16375
},
{
"ts": 7406,
"bytes": 16375
},
{
"ts": 7435,
"bytes": 16375
},
{
"ts": 7463,
"bytes": 16375
},
{
"ts": 7487,
"bytes": 16375
},
{
"ts": 7515,
"bytes": 16375
},
{
"ts": 7543,
"bytes": 16375
},
{
"ts": 7572,
"bytes": 16375
},
{
"ts": 7601,
"bytes": 16375
},
{
"ts": 7624,
"bytes": 16375
},
{
"ts": 7652,
"bytes": 16375
},
{
"ts": 7680,
"bytes": 16375
},
{
"ts": 7708,
"bytes": 16375
},
{
"ts": 7737,
"bytes": 16375
},
{
"ts": 7765,
"bytes": 16375
},
{
"ts": 7789,
"bytes": 16375
},
{
"ts": 7817,
"bytes": 16375
},
{
"ts": 7845,
"bytes": 16375
},
{
"ts": 7874,
"bytes": 16375
},
{
"ts": 7902,
"bytes": 16375
},
{
"ts": 7930,
"bytes": 16375
},
{
"ts": 7954,
"bytes": 16375
},
{
"ts": 7982,
"bytes": 16375
},
{
"ts": 8010,
"bytes": 16375
},
{
"ts": 8039,
"bytes": 16375
},
{
"ts": 8067,
"bytes": 16375
},
{
"ts": 8095,
"bytes": 16375
},
{
"ts": 8119,
"bytes": 16375
},
{
"ts": 8147,
"bytes": 16375
},
{
"ts": 8176,
"bytes": 16375
},
{
"ts": 8204,
"bytes": 16375
},
{
"ts": 8232,
"bytes": 16375
},
{
"ts": 8256,
"bytes": 16375
},
{
"ts": 8284,
"bytes": 16375
},
{
"ts": 8312,
"bytes": 16375
},
{
"ts": 8341,
"bytes": 16375
},
{
"ts": 8369,
"bytes": 16375
},
{
"ts": 8397,
"bytes": 16375
},
{
"ts": 8421,
"bytes": 16375
},
{
"ts": 8449,
"bytes": 16375
},
{
"ts": 8477,
"bytes": 16375
},
{
"ts": 8506,
"bytes": 16375
},
{
"ts": 8541,
"bytes": 16375
},
{
"ts": 8560,
"bytes": 16375
},
{
"ts": 8588,
"bytes": 16375
},
{
"ts": 8617,
"bytes": 16375
},
{
"ts": 8645,
"bytes": 16375
},
{
"ts": 8668,
"bytes": 16375
},
{
"ts": 8697,
"bytes": 16375
},
{
"ts": 8725,
"bytes": 16375
},
{
"ts": 8753,
"bytes": 16375
},
{
"ts": 8782,
"bytes": 16375
},
{
"ts": 8810,
"bytes": 16375
},
{
"ts": 8833,
"bytes": 16375
},
{
"ts": 8862,
"bytes": 16375
},
{
"ts": 8890,
"bytes": 16375
},
{
"ts": 8918,
"bytes": 16375
},
{
"ts": 8947,
"bytes": 16375
},
{
"ts": 8970,
"bytes": 16375
},
{
"ts": 8999,
"bytes": 16375
},
{
"ts": 9027,
"bytes": 16375
},
{
"ts": 9055,
"bytes": 16375
},
{
"ts": 9083,
"bytes": 16375
},
{
"ts": 9112,
"bytes": 16375
},
{
"ts": 9135,
"bytes": 16375
},
{
"ts": 9164,
"bytes": 16375
},
{
"ts": 9192,
"bytes": 16375
},
{
"ts": 9220,
"bytes": 16375
},
{
"ts": 9249,
"bytes": 16375
},
{
"ts": 9277,
"bytes": 16375
},
{
"ts": 9301,
"bytes": 16375
},
{
"ts": 9329,
"bytes": 16375
},
{
"ts": 9357,
"bytes": 16375
},
{
"ts": 9386,
"bytes": 16375
},
{
"ts": 9414,
"bytes": 16375
},
{
"ts": 9442,
"bytes": 16375
},
{
"ts": 9466,
"bytes": 16375
},
{
"ts": 9494,
"bytes": 16375
},
{
"ts": 9522,
"bytes": 16375
},
{
"ts": 9550,
"bytes": 16375
},
{
"ts": 9579,
"bytes": 16375
},
{
"ts": 9603,
"bytes": 16375
},
{
"ts": 9631,
"bytes": 16375
},
{
"ts": 9659,
"bytes": 16375
},
{
"ts": 9687,
"bytes": 16375
},
{
"ts": 9716,
"bytes": 16375
},
{
"ts": 9744,
"bytes": 16375
},
{
"ts": 9767,
"bytes": 16375
},
{
"ts": 9796,
"bytes": 16375
},
{
"ts": 9824,
"bytes": 16375
},
{
"ts": 9852,
"bytes": 16375
},
{
"ts": 9881,
"bytes": 16375
},
{
"ts": 9909,
"bytes": 16375
},
{
"ts": 9933,
"bytes": 16375
},
{
"ts": 9961,
"bytes": 16375
},
{
"ts": 9989,
"bytes": 16375
},
{
"ts": 10017,
"bytes": 16375
},
{
"ts": 10046,
"bytes": 16375
},
{
"ts": 10074,
"bytes": 16375
},
{
"ts": 10098,
"bytes": 16375
},
{
"ts": 10126,
"bytes": 16375
},
{
"ts": 10154,
"bytes": 16375
},
{
"ts": 10182,
"bytes": 16375
},
{
"ts": 10211,
"bytes": 16375
},
{
"ts": 10234,
"bytes": 16375
},
{
"ts": 10263,
"bytes": 16375
},
{
"ts": 10291,
"bytes": 16375
},
{
"ts": 10319,
"bytes": 16375
},
{
"ts": 10348,
"bytes": 16375
},
{
"ts": 10376,
"bytes": 16375
},
{
"ts": 10399,
"bytes": 16375
},
{
"ts": 10428,
"bytes": 16375
},
{
"ts": 10456,
"bytes": 16375
},
{
"ts": 10484,
"bytes": 16375
},
{
"ts": 10513,
"bytes": 16375
},
{
"ts": 10541,
"bytes": 16375
},
{
"ts": 10565,
"bytes": 16375
},
{
"ts": 10593,
"bytes": 16375
},
{
"ts": 10622,
"bytes": 16375
},
{
"ts": 10649,
"bytes": 16375
},
{
"ts": 10678,
"bytes": 16375
},
{
"ts": 10706,
"bytes": 16375
},
{
"ts": 10730,
"bytes": 16375
},
{
"ts": 10758,
"bytes": 16375
},
{
"ts": 10786,
"bytes": 16375
},
{
"ts": 10814,
"bytes": 16375
},
{
"ts": 10843,
"bytes": 16375
},
{
"ts": 10866,
"bytes": 16375
},
{
"ts": 10896,
"bytes": 16375
},
{
"ts": 10923,
"bytes": 16375
},
{
"ts": 10951,
"bytes": 16375
},
{
"ts": 10980,
"bytes": 16375
},
{
"ts": 11008,
"bytes": 16375
},
{
"ts": 11031,
"bytes": 16375
},
{
"ts": 11060,
"bytes": 16375
},
{
"ts": 11098,
"bytes": 16375
},
{
"ts": 11116,
"bytes": 16375
},
{
"ts": 11145,
"bytes": 16375
},
{
"ts": 11173,
"bytes": 16375
},
{
"ts": 11197,
"bytes": 16375
},
{
"ts": 11225,
"bytes": 16375
},
{
"ts": 11253,
"bytes": 16375
},
{
"ts": 11279,
"bytes": 16375
},
{
"ts": 11308,
"bytes": 16375
},
{
"ts": 11336,
"bytes": 16375
},
{
"ts": 11364,
"bytes": 16375
},
{
"ts": 11392,
"bytes": 16375
},
{
"ts": 11416,
"bytes": 16375
},
{
"ts": 11444,
"bytes": 16375
},
{
"ts": 11473,
"bytes": 16375
},
{
"ts": 11501,
"bytes": 16375
},
{
"ts": 11529,
"bytes": 16375
},
{
"ts": 11557,
"bytes": 16375
},
{
"ts": 11581,
"bytes": 16375
},
{
"ts": 11609,
"bytes": 16375
},
{
"ts": 11638,
"bytes": 16375
},
{
"ts": 11666,
"bytes": 16375
},
{
"ts": 11694,
"bytes": 16375
},
{
"ts": 11704,
"bytes": 3456
}
],
"objectSizeUncompressed": 392774,
"netlog_id": 95,
"ttfb_ms": 115,
"load_ms": 229,
"load_start_float": 1033.0000950000001,
"headers": {
"request": [
":method: GET",
":authority: www.geissbuehler.net",
":scheme: https",
":path: \/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"accept-encoding: identity;q=1, *;q=0",
"sec-ch-ua-mobile: ?0",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09",
"sec-ch-ua-platform: \"Unknown\"",
"accept: *\/*",
"sec-fetch-site: same-origin",
"sec-fetch-mode: no-cors",
"sec-fetch-dest: video",
"referer: https:\/\/www.geissbuehler.net\/",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"range: bytes=327379-34603007",
"if-range: \"210888a-621628d46bd94\"",
"priority: i"
],
"response": [
":status: 206",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"etag: \"210888a-621628d46bd94\"",
"accept-ranges: bytes",
"content-length: 34275629",
"content-range: bytes 327379-34603007\/34637962",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:25:39 GMT",
"server: Apache"
]
},
"contentType": "video\/mp4",
"bytesIn": 6291456,
"objectSize": 6291456,
"ip_addr": "217.26.53.193",
"server_port": "443",
"bytesOut": 0,
"request_id": "99999.99999.1",
"raw_id": "99999.99999.1",
"load_end": 1262,
"ttfb_start": 1033,
"ttfb_end": 1148,
"download_start": 1148,
"download_end": 1262,
"download_ms": 114,
"all_start": 1033,
"all_end": 1262,
"all_ms": 229,
"index": 2,
"number": 3
},
{
"type": 3,
"id": "155871.130",
"request_id": "155871.130",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"raw_id": "155871.130",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 13184,
"ttfb_ms": 12360,
"load_start": 1363,
"load_start_float": 1363.0001090000001,
"bytesIn": 474860,
"objectSize": 474860,
"objectSizeUncompressed": 474860,
"chunks": [
{
"ts": 13777,
"bytes": 16251
},
{
"ts": 13804,
"bytes": 16375
},
{
"ts": 13843,
"bytes": 16375
},
{
"ts": 13862,
"bytes": 16375
},
{
"ts": 13890,
"bytes": 16375
},
{
"ts": 13918,
"bytes": 16499
},
{
"ts": 13941,
"bytes": 16375
},
{
"ts": 13970,
"bytes": 16375
},
{
"ts": 13998,
"bytes": 16375
},
{
"ts": 14026,
"bytes": 16375
},
{
"ts": 14053,
"bytes": 16375
},
{
"ts": 14081,
"bytes": 16375
},
{
"ts": 14109,
"bytes": 16375
},
{
"ts": 14137,
"bytes": 16375
},
{
"ts": 14166,
"bytes": 16375
},
{
"ts": 14189,
"bytes": 16375
},
{
"ts": 14218,
"bytes": 16375
},
{
"ts": 14246,
"bytes": 16375
},
{
"ts": 14274,
"bytes": 16375
},
{
"ts": 14302,
"bytes": 16375
},
{
"ts": 14326,
"bytes": 16375
},
{
"ts": 14354,
"bytes": 16375
},
{
"ts": 14383,
"bytes": 16375
},
{
"ts": 14411,
"bytes": 16375
},
{
"ts": 14439,
"bytes": 16375
},
{
"ts": 14468,
"bytes": 16375
},
{
"ts": 14491,
"bytes": 16375
},
{
"ts": 14519,
"bytes": 16375
},
{
"ts": 14547,
"bytes": 16360
}
],
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 474860",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:25:48 GMT",
"etag: \"73eec-6216e38f3bfd6\"",
"last-modified: Fri, 06 Sep 2024 07:19:05 GMT",
"server: Apache",
":status: 200"
]
},
"bytesOut": 2629,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 474860,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 1191,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 7,
"http2_stream_dependency": 3,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 109,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4,
"Warning": "Error reading RIFF file (corrupted?)"
},
"File": {
"FileSize": "448 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
}
}
},
"load_end": 14547,
"ttfb_start": 1363,
"ttfb_end": 13723,
"download_start": 13723,
"download_end": 14547,
"download_ms": 824,
"all_start": 1363,
"all_end": 14547,
"all_ms": 13184,
"index": 3,
"number": 4
},
{
"type": 3,
"id": "155871.136",
"request_id": "155871.136",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp",
"raw_id": "155871.136",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 11584,
"ttfb_ms": 11240,
"load_start": 3335,
"load_start_float": 3335.0001309999998,
"bytesIn": 187538,
"objectSize": 187538,
"objectSizeUncompressed": 187538,
"chunks": [
{
"ts": 14635,
"bytes": 16283
},
{
"ts": 14656,
"bytes": 16375
},
{
"ts": 14685,
"bytes": 16375
},
{
"ts": 14713,
"bytes": 16375
},
{
"ts": 14741,
"bytes": 16375
},
{
"ts": 14770,
"bytes": 16467
},
{
"ts": 14799,
"bytes": 16375
},
{
"ts": 14821,
"bytes": 16375
},
{
"ts": 14850,
"bytes": 16375
},
{
"ts": 14878,
"bytes": 16375
},
{
"ts": 14906,
"bytes": 16375
},
{
"ts": 14919,
"bytes": 7413
}
],
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 187538",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:25:48 GMT",
"etag: \"2dc92-6216e3a2b979c\"",
"last-modified: Fri, 06 Sep 2024 07:19:26 GMT",
"server: Apache",
":status: 200"
]
},
"bytesOut": 2650,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 187538,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 3222,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 9,
"http2_stream_dependency": 0,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 131,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4,
"Warning": "Error reading RIFF file (corrupted?)"
},
"File": {
"FileSize": "176 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
}
}
},
"load_end": 14919,
"ttfb_start": 3335,
"ttfb_end": 14575,
"download_start": 14575,
"download_end": 14919,
"download_ms": 344,
"all_start": 3335,
"all_end": 14919,
"all_ms": 11584,
"index": 4,
"number": 5
},
{
"type": 3,
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"id": "99999.99999.2",
"is_secure": 1,
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"responseCode": 206,
"score_cache": -1,
"score_cdn": -1,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": -1,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": null,
"server_count": null,
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"frame_id": "769FF4211D74542873817040B55AD974",
"created": 3551,
"load_start": 3720,
"priority": "Low",
"protocol": "HTTP\/2",
"socket": 68,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 11,
"http2_stream_dependency": 9,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"chunks": [
{
"ts": 3710,
"bytes": 48701
},
{
"ts": 14978,
"bytes": 16375
},
{
"ts": 15006,
"bytes": 16375
},
{
"ts": 15029,
"bytes": 16375
},
{
"ts": 15058,
"bytes": 16375
},
{
"ts": 15086,
"bytes": 16375
},
{
"ts": 15114,
"bytes": 16375
},
{
"ts": 15142,
"bytes": 16375
},
{
"ts": 15171,
"bytes": 16375
},
{
"ts": 15194,
"bytes": 16375
},
{
"ts": 15223,
"bytes": 16375
},
{
"ts": 15252,
"bytes": 16375
},
{
"ts": 15280,
"bytes": 16375
},
{
"ts": 15308,
"bytes": 16375
},
{
"ts": 15336,
"bytes": 16375
},
{
"ts": 15359,
"bytes": 16375
},
{
"ts": 15403,
"bytes": 16375
},
{
"ts": 15417,
"bytes": 16375
},
{
"ts": 15445,
"bytes": 16375
},
{
"ts": 15473,
"bytes": 16375
},
{
"ts": 15498,
"bytes": 16375
},
{
"ts": 15525,
"bytes": 16375
},
{
"ts": 15553,
"bytes": 16375
},
{
"ts": 15582,
"bytes": 16375
},
{
"ts": 15610,
"bytes": 16375
},
{
"ts": 15640,
"bytes": 16375
},
{
"ts": 15662,
"bytes": 16375
},
{
"ts": 15691,
"bytes": 16375
},
{
"ts": 15719,
"bytes": 16375
},
{
"ts": 15748,
"bytes": 16375
},
{
"ts": 15775,
"bytes": 16375
},
{
"ts": 15806,
"bytes": 16375
},
{
"ts": 15826,
"bytes": 16375
},
{
"ts": 15855,
"bytes": 16375
},
{
"ts": 15883,
"bytes": 16375
},
{
"ts": 15911,
"bytes": 16375
},
{
"ts": 15940,
"bytes": 16375
},
{
"ts": 15964,
"bytes": 16375
},
{
"ts": 15992,
"bytes": 16375
},
{
"ts": 16021,
"bytes": 16375
},
{
"ts": 16050,
"bytes": 16375
},
{
"ts": 16078,
"bytes": 16375
},
{
"ts": 16101,
"bytes": 16375
},
{
"ts": 16129,
"bytes": 16375
},
{
"ts": 16158,
"bytes": 16375
},
{
"ts": 16186,
"bytes": 16375
},
{
"ts": 16214,
"bytes": 16375
},
{
"ts": 16242,
"bytes": 16375
},
{
"ts": 16266,
"bytes": 16375
},
{
"ts": 16295,
"bytes": 16375
},
{
"ts": 16322,
"bytes": 16375
},
{
"ts": 16351,
"bytes": 16375
},
{
"ts": 16379,
"bytes": 16375
},
{
"ts": 16408,
"bytes": 16375
},
{
"ts": 16431,
"bytes": 16375
},
{
"ts": 16460,
"bytes": 16375
},
{
"ts": 16488,
"bytes": 16375
},
{
"ts": 16516,
"bytes": 16375
},
{
"ts": 16544,
"bytes": 16375
},
{
"ts": 16573,
"bytes": 16375
},
{
"ts": 16597,
"bytes": 16375
},
{
"ts": 16625,
"bytes": 16375
},
{
"ts": 16654,
"bytes": 16375
},
{
"ts": 16681,
"bytes": 16375
},
{
"ts": 16709,
"bytes": 16375
},
{
"ts": 16733,
"bytes": 16375
},
{
"ts": 16762,
"bytes": 16375
},
{
"ts": 16792,
"bytes": 16375
},
{
"ts": 16815,
"bytes": 16375
},
{
"ts": 16844,
"bytes": 16375
},
{
"ts": 16873,
"bytes": 16375
},
{
"ts": 16901,
"bytes": 16375
},
{
"ts": 16929,
"bytes": 16375
},
{
"ts": 16957,
"bytes": 16375
},
{
"ts": 16981,
"bytes": 16375
},
{
"ts": 17009,
"bytes": 16375
},
{
"ts": 17037,
"bytes": 16375
},
{
"ts": 17066,
"bytes": 16375
},
{
"ts": 17094,
"bytes": 16375
},
{
"ts": 17122,
"bytes": 16375
},
{
"ts": 17146,
"bytes": 16375
},
{
"ts": 17175,
"bytes": 16375
},
{
"ts": 17202,
"bytes": 16375
},
{
"ts": 17230,
"bytes": 16375
},
{
"ts": 17268,
"bytes": 16375
},
{
"ts": 17286,
"bytes": 16375
},
{
"ts": 17317,
"bytes": 16375
},
{
"ts": 17341,
"bytes": 16375
},
{
"ts": 17365,
"bytes": 16375
},
{
"ts": 17393,
"bytes": 16375
},
{
"ts": 17421,
"bytes": 16375
},
{
"ts": 17450,
"bytes": 16375
},
{
"ts": 17479,
"bytes": 16375
},
{
"ts": 17507,
"bytes": 16375
},
{
"ts": 17530,
"bytes": 16375
},
{
"ts": 17560,
"bytes": 16375
},
{
"ts": 17587,
"bytes": 16375
},
{
"ts": 17616,
"bytes": 16375
},
{
"ts": 17644,
"bytes": 16375
},
{
"ts": 17672,
"bytes": 16375
},
{
"ts": 17698,
"bytes": 16375
},
{
"ts": 17723,
"bytes": 16375
},
{
"ts": 17752,
"bytes": 16375
},
{
"ts": 17781,
"bytes": 16375
},
{
"ts": 17809,
"bytes": 16375
},
{
"ts": 17833,
"bytes": 16375
},
{
"ts": 17861,
"bytes": 16375
},
{
"ts": 17888,
"bytes": 16375
},
{
"ts": 17917,
"bytes": 16375
},
{
"ts": 17943,
"bytes": 16375
},
{
"ts": 17976,
"bytes": 16375
},
{
"ts": 18000,
"bytes": 16375
},
{
"ts": 18028,
"bytes": 16375
},
{
"ts": 18057,
"bytes": 16375
},
{
"ts": 18080,
"bytes": 16375
},
{
"ts": 18109,
"bytes": 16375
},
{
"ts": 18136,
"bytes": 16375
},
{
"ts": 18178,
"bytes": 16375
},
{
"ts": 18193,
"bytes": 16375
},
{
"ts": 18221,
"bytes": 16375
},
{
"ts": 18245,
"bytes": 16375
},
{
"ts": 18273,
"bytes": 16375
},
{
"ts": 18301,
"bytes": 16375
},
{
"ts": 18330,
"bytes": 16375
},
{
"ts": 18358,
"bytes": 16375
},
{
"ts": 18387,
"bytes": 16375
},
{
"ts": 18411,
"bytes": 1576
},
{
"ts": 18412,
"bytes": 14799
},
{
"ts": 18438,
"bytes": 16375
},
{
"ts": 18467,
"bytes": 16375
},
{
"ts": 18495,
"bytes": 16375
},
{
"ts": 18523,
"bytes": 16375
},
{
"ts": 18548,
"bytes": 16375
},
{
"ts": 18575,
"bytes": 16375
},
{
"ts": 18608,
"bytes": 16375
},
{
"ts": 18632,
"bytes": 16375
},
{
"ts": 18665,
"bytes": 16375
},
{
"ts": 18688,
"bytes": 16375
},
{
"ts": 18712,
"bytes": 16375
},
{
"ts": 18740,
"bytes": 16375
},
{
"ts": 18768,
"bytes": 16375
},
{
"ts": 18797,
"bytes": 16375
},
{
"ts": 18825,
"bytes": 16375
},
{
"ts": 18854,
"bytes": 16375
},
{
"ts": 18877,
"bytes": 16375
},
{
"ts": 18905,
"bytes": 16375
},
{
"ts": 18933,
"bytes": 16375
},
{
"ts": 18962,
"bytes": 16375
},
{
"ts": 18990,
"bytes": 16375
},
{
"ts": 19018,
"bytes": 16375
},
{
"ts": 19042,
"bytes": 16375
},
{
"ts": 19071,
"bytes": 16375
},
{
"ts": 19097,
"bytes": 16375
},
{
"ts": 19124,
"bytes": 16375
},
{
"ts": 19153,
"bytes": 16375
},
{
"ts": 19181,
"bytes": 16375
},
{
"ts": 19209,
"bytes": 16375
},
{
"ts": 19237,
"bytes": 16375
},
{
"ts": 19264,
"bytes": 16375
},
{
"ts": 19290,
"bytes": 16375
},
{
"ts": 19320,
"bytes": 16375
},
{
"ts": 19344,
"bytes": 16375
},
{
"ts": 19373,
"bytes": 16375
},
{
"ts": 19401,
"bytes": 16375
},
{
"ts": 19429,
"bytes": 16375
},
{
"ts": 19457,
"bytes": 16375
},
{
"ts": 19486,
"bytes": 16375
},
{
"ts": 19509,
"bytes": 16375
},
{
"ts": 19542,
"bytes": 16375
},
{
"ts": 19568,
"bytes": 16375
},
{
"ts": 19591,
"bytes": 16375
},
{
"ts": 19620,
"bytes": 16375
},
{
"ts": 19649,
"bytes": 16375
},
{
"ts": 19677,
"bytes": 16375
},
{
"ts": 19705,
"bytes": 16375
},
{
"ts": 19728,
"bytes": 16375
},
{
"ts": 19756,
"bytes": 16375
},
{
"ts": 19785,
"bytes": 16375
},
{
"ts": 19818,
"bytes": 16375
},
{
"ts": 19841,
"bytes": 16375
},
{
"ts": 19871,
"bytes": 16375
},
{
"ts": 19899,
"bytes": 16375
},
{
"ts": 19922,
"bytes": 16375
},
{
"ts": 19950,
"bytes": 16375
},
{
"ts": 19979,
"bytes": 16375
},
{
"ts": 20006,
"bytes": 16375
},
{
"ts": 20035,
"bytes": 16375
},
{
"ts": 20068,
"bytes": 16375
},
{
"ts": 20088,
"bytes": 16375
},
{
"ts": 20115,
"bytes": 16375
},
{
"ts": 20143,
"bytes": 16375
},
{
"ts": 20172,
"bytes": 16375
},
{
"ts": 20200,
"bytes": 16375
},
{
"ts": 20223,
"bytes": 16375
},
{
"ts": 20252,
"bytes": 16375
},
{
"ts": 20281,
"bytes": 16375
},
{
"ts": 20308,
"bytes": 16375
},
{
"ts": 20336,
"bytes": 16375
},
{
"ts": 20360,
"bytes": 16375
},
{
"ts": 20390,
"bytes": 16375
},
{
"ts": 20417,
"bytes": 16375
},
{
"ts": 20446,
"bytes": 16375
},
{
"ts": 20474,
"bytes": 16375
},
{
"ts": 20499,
"bytes": 16375
},
{
"ts": 20528,
"bytes": 16375
},
{
"ts": 20556,
"bytes": 16375
},
{
"ts": 20584,
"bytes": 16375
},
{
"ts": 20608,
"bytes": 16375
},
{
"ts": 20638,
"bytes": 16375
},
{
"ts": 20665,
"bytes": 16375
},
{
"ts": 20693,
"bytes": 16375
},
{
"ts": 20719,
"bytes": 16375
},
{
"ts": 20748,
"bytes": 16375
},
{
"ts": 20775,
"bytes": 16375
},
{
"ts": 20804,
"bytes": 16375
},
{
"ts": 20832,
"bytes": 16375
},
{
"ts": 20857,
"bytes": 16375
},
{
"ts": 20884,
"bytes": 16375
},
{
"ts": 20926,
"bytes": 16375
},
{
"ts": 20947,
"bytes": 16375
},
{
"ts": 20969,
"bytes": 16375
},
{
"ts": 20992,
"bytes": 16375
},
{
"ts": 21030,
"bytes": 16375
},
{
"ts": 21050,
"bytes": 16375
},
{
"ts": 21077,
"bytes": 16375
},
{
"ts": 21105,
"bytes": 16375
},
{
"ts": 21134,
"bytes": 16375
},
{
"ts": 21157,
"bytes": 16375
},
{
"ts": 21186,
"bytes": 16375
},
{
"ts": 21214,
"bytes": 16375
},
{
"ts": 21242,
"bytes": 16375
},
{
"ts": 21271,
"bytes": 16375
},
{
"ts": 21299,
"bytes": 16375
},
{
"ts": 21323,
"bytes": 16375
},
{
"ts": 21351,
"bytes": 16375
},
{
"ts": 21379,
"bytes": 16375
},
{
"ts": 21407,
"bytes": 16375
},
{
"ts": 21433,
"bytes": 16375
},
{
"ts": 21469,
"bytes": 16375
},
{
"ts": 21488,
"bytes": 16375
},
{
"ts": 21516,
"bytes": 16375
},
{
"ts": 21544,
"bytes": 16375
},
{
"ts": 21572,
"bytes": 16375
},
{
"ts": 21601,
"bytes": 16375
},
{
"ts": 21625,
"bytes": 16375
},
{
"ts": 21654,
"bytes": 16375
},
{
"ts": 21682,
"bytes": 16375
},
{
"ts": 21709,
"bytes": 16375
},
{
"ts": 21738,
"bytes": 16375
},
{
"ts": 21766,
"bytes": 16375
},
{
"ts": 21789,
"bytes": 16375
},
{
"ts": 21817,
"bytes": 16375
},
{
"ts": 21848,
"bytes": 16375
},
{
"ts": 21872,
"bytes": 16375
},
{
"ts": 21900,
"bytes": 16375
},
{
"ts": 21927,
"bytes": 2728
},
{
"ts": 21929,
"bytes": 13647
},
{
"ts": 21958,
"bytes": 16375
},
{
"ts": 21985,
"bytes": 16375
},
{
"ts": 22013,
"bytes": 16375
},
{
"ts": 22037,
"bytes": 16375
},
{
"ts": 22065,
"bytes": 16375
},
{
"ts": 22097,
"bytes": 16375
},
{
"ts": 22129,
"bytes": 16375
},
{
"ts": 22149,
"bytes": 16375
},
{
"ts": 22176,
"bytes": 16375
},
{
"ts": 22204,
"bytes": 16375
},
{
"ts": 22233,
"bytes": 16375
},
{
"ts": 22256,
"bytes": 16375
},
{
"ts": 22284,
"bytes": 16375
},
{
"ts": 22313,
"bytes": 16375
},
{
"ts": 22339,
"bytes": 16375
},
{
"ts": 22367,
"bytes": 16375
},
{
"ts": 22395,
"bytes": 16375
},
{
"ts": 22424,
"bytes": 16375
},
{
"ts": 22452,
"bytes": 16375
},
{
"ts": 22480,
"bytes": 16375
},
{
"ts": 22504,
"bytes": 16375
},
{
"ts": 22532,
"bytes": 16375
},
{
"ts": 22560,
"bytes": 16375
},
{
"ts": 22594,
"bytes": 16375
},
{
"ts": 22619,
"bytes": 16375
},
{
"ts": 22650,
"bytes": 16375
},
{
"ts": 22669,
"bytes": 16375
},
{
"ts": 22698,
"bytes": 16375
},
{
"ts": 22726,
"bytes": 16375
},
{
"ts": 22754,
"bytes": 16375
},
{
"ts": 22782,
"bytes": 16375
},
{
"ts": 22810,
"bytes": 16375
},
{
"ts": 22844,
"bytes": 16375
},
{
"ts": 22863,
"bytes": 16375
},
{
"ts": 22891,
"bytes": 16375
},
{
"ts": 22919,
"bytes": 16375
},
{
"ts": 22948,
"bytes": 16375
},
{
"ts": 22971,
"bytes": 16375
},
{
"ts": 22999,
"bytes": 16375
},
{
"ts": 23027,
"bytes": 16375
},
{
"ts": 23056,
"bytes": 16375
},
{
"ts": 23084,
"bytes": 16375
},
{
"ts": 23113,
"bytes": 16375
},
{
"ts": 23136,
"bytes": 16375
},
{
"ts": 23164,
"bytes": 16375
},
{
"ts": 23193,
"bytes": 16375
},
{
"ts": 23221,
"bytes": 16375
},
{
"ts": 23250,
"bytes": 16375
},
{
"ts": 23275,
"bytes": 16375
},
{
"ts": 23304,
"bytes": 16375
},
{
"ts": 23332,
"bytes": 16375
},
{
"ts": 23362,
"bytes": 16375
},
{
"ts": 23384,
"bytes": 16375
},
{
"ts": 23412,
"bytes": 16375
},
{
"ts": 23440,
"bytes": 16375
},
{
"ts": 23469,
"bytes": 16375
},
{
"ts": 23495,
"bytes": 16375
},
{
"ts": 23523,
"bytes": 16375
},
{
"ts": 23551,
"bytes": 16375
},
{
"ts": 23579,
"bytes": 16375
},
{
"ts": 23605,
"bytes": 16375
},
{
"ts": 23632,
"bytes": 16375
},
{
"ts": 23660,
"bytes": 16375
},
{
"ts": 23702,
"bytes": 16375
},
{
"ts": 23721,
"bytes": 16375
},
{
"ts": 23744,
"bytes": 16375
},
{
"ts": 23774,
"bytes": 16375
},
{
"ts": 23799,
"bytes": 16375
},
{
"ts": 23825,
"bytes": 16375
},
{
"ts": 23853,
"bytes": 16375
},
{
"ts": 23879,
"bytes": 16375
},
{
"ts": 23909,
"bytes": 16375
},
{
"ts": 23933,
"bytes": 16375
},
{
"ts": 23961,
"bytes": 16375
},
{
"ts": 23990,
"bytes": 16375
},
{
"ts": 24018,
"bytes": 16375
},
{
"ts": 24047,
"bytes": 16375
},
{
"ts": 24075,
"bytes": 16375
},
{
"ts": 24099,
"bytes": 16375
},
{
"ts": 24127,
"bytes": 16375
},
{
"ts": 24155,
"bytes": 16375
},
{
"ts": 24183,
"bytes": 16375
},
{
"ts": 24214,
"bytes": 16375
},
{
"ts": 24235,
"bytes": 16375
},
{
"ts": 24263,
"bytes": 16375
},
{
"ts": 24292,
"bytes": 16375
},
{
"ts": 24320,
"bytes": 16375
},
{
"ts": 24349,
"bytes": 16375
},
{
"ts": 24377,
"bytes": 16375
},
{
"ts": 24400,
"bytes": 16375
},
{
"ts": 24428,
"bytes": 16375
},
{
"ts": 24457,
"bytes": 16375
},
{
"ts": 24485,
"bytes": 16375
},
{
"ts": 24513,
"bytes": 16375
},
{
"ts": 24542,
"bytes": 16375
},
{
"ts": 24565,
"bytes": 16375
},
{
"ts": 24593,
"bytes": 16375
},
{
"ts": 24623,
"bytes": 16375
},
{
"ts": 24654,
"bytes": 16375
},
{
"ts": 24677,
"bytes": 16375
},
{
"ts": 24704,
"bytes": 16375
},
{
"ts": 24733,
"bytes": 16375
},
{
"ts": 24762,
"bytes": 16375
},
{
"ts": 24784,
"bytes": 16375
},
{
"ts": 24813,
"bytes": 16375
},
{
"ts": 24841,
"bytes": 16375
},
{
"ts": 24868,
"bytes": 16375
},
{
"ts": 24896,
"bytes": 16375
},
{
"ts": 24924,
"bytes": 16375
},
{
"ts": 24952,
"bytes": 16375
},
{
"ts": 24980,
"bytes": 16375
},
{
"ts": 25009,
"bytes": 16375
},
{
"ts": 25032,
"bytes": 16375
},
{
"ts": 25060,
"bytes": 16375
},
{
"ts": 25094,
"bytes": 16375
},
{
"ts": 25124,
"bytes": 16375
},
{
"ts": 25143,
"bytes": 16375
},
{
"ts": 25172,
"bytes": 16375
},
{
"ts": 25204,
"bytes": 16375
},
{
"ts": 25228,
"bytes": 16375
},
{
"ts": 25258,
"bytes": 16375
},
{
"ts": 25282,
"bytes": 16375
},
{
"ts": 25311,
"bytes": 16375
},
{
"ts": 25337,
"bytes": 16375
},
{
"ts": 25365,
"bytes": 16375
},
{
"ts": 25393,
"bytes": 16375
},
{
"ts": 25417,
"bytes": 16375
},
{
"ts": 25445,
"bytes": 3880
},
{
"ts": 25449,
"bytes": 12495
},
{
"ts": 25475,
"bytes": 16375
},
{
"ts": 25502,
"bytes": 16375
},
{
"ts": 25506,
"bytes": 3456
},
{
"ts": 25520,
"bytes": 8183
},
{
"ts": 25550,
"bytes": 16375
},
{
"ts": 25578,
"bytes": 16375
},
{
"ts": 25624,
"bytes": 16375
},
{
"ts": 25630,
"bytes": 16375
},
{
"ts": 25658,
"bytes": 16375
},
{
"ts": 25686,
"bytes": 16375
},
{
"ts": 25714,
"bytes": 16375
},
{
"ts": 25742,
"bytes": 16375
},
{
"ts": 25771,
"bytes": 16375
},
{
"ts": 25794,
"bytes": 16375
},
{
"ts": 25822,
"bytes": 16375
},
{
"ts": 25851,
"bytes": 16375
},
{
"ts": 25879,
"bytes": 16375
},
{
"ts": 25908,
"bytes": 16375
},
{
"ts": 25931,
"bytes": 16375
},
{
"ts": 25961,
"bytes": 16375
},
{
"ts": 25987,
"bytes": 16375
},
{
"ts": 26016,
"bytes": 16375
},
{
"ts": 26042,
"bytes": 16375
},
{
"ts": 26070,
"bytes": 16375
},
{
"ts": 26099,
"bytes": 16375
},
{
"ts": 26126,
"bytes": 16375
},
{
"ts": 26155,
"bytes": 16375
},
{
"ts": 26178,
"bytes": 16375
},
{
"ts": 26207,
"bytes": 16375
},
{
"ts": 26235,
"bytes": 16375
},
{
"ts": 26261,
"bytes": 16375
},
{
"ts": 26289,
"bytes": 16375
},
{
"ts": 26318,
"bytes": 16375
},
{
"ts": 26346,
"bytes": 16375
},
{
"ts": 26375,
"bytes": 16375
},
{
"ts": 26403,
"bytes": 16375
},
{
"ts": 26426,
"bytes": 16375
},
{
"ts": 26454,
"bytes": 16375
},
{
"ts": 26487,
"bytes": 16375
},
{
"ts": 26520,
"bytes": 16375
},
{
"ts": 26539,
"bytes": 16375
},
{
"ts": 26563,
"bytes": 16375
},
{
"ts": 26601,
"bytes": 16375
},
{
"ts": 26620,
"bytes": 16375
},
{
"ts": 26654,
"bytes": 16375
},
{
"ts": 26677,
"bytes": 16375
},
{
"ts": 26705,
"bytes": 16375
},
{
"ts": 26728,
"bytes": 16375
},
{
"ts": 26757,
"bytes": 16375
},
{
"ts": 26784,
"bytes": 16375
},
{
"ts": 26813,
"bytes": 16375
},
{
"ts": 26841,
"bytes": 16375
},
{
"ts": 26870,
"bytes": 16375
},
{
"ts": 26893,
"bytes": 16375
},
{
"ts": 26922,
"bytes": 16375
},
{
"ts": 26950,
"bytes": 16375
},
{
"ts": 26978,
"bytes": 16375
},
{
"ts": 27004,
"bytes": 16375
},
{
"ts": 27034,
"bytes": 16375
},
{
"ts": 27058,
"bytes": 16375
},
{
"ts": 27086,
"bytes": 16375
},
{
"ts": 27115,
"bytes": 16375
},
{
"ts": 27143,
"bytes": 16375
},
{
"ts": 27171,
"bytes": 16375
},
{
"ts": 27195,
"bytes": 16375
},
{
"ts": 27223,
"bytes": 16375
},
{
"ts": 27251,
"bytes": 16375
},
{
"ts": 27280,
"bytes": 16375
},
{
"ts": 27311,
"bytes": 16375
},
{
"ts": 27337,
"bytes": 16375
},
{
"ts": 27360,
"bytes": 16375
},
{
"ts": 27389,
"bytes": 16375
},
{
"ts": 27417,
"bytes": 16375
},
{
"ts": 27443,
"bytes": 16375
},
{
"ts": 27471,
"bytes": 16375
},
{
"ts": 27499,
"bytes": 16375
},
{
"ts": 27527,
"bytes": 16375
},
{
"ts": 27557,
"bytes": 16375
},
{
"ts": 27584,
"bytes": 16375
},
{
"ts": 27609,
"bytes": 16375
},
{
"ts": 27638,
"bytes": 16375
},
{
"ts": 27667,
"bytes": 16375
},
{
"ts": 27700,
"bytes": 16375
},
{
"ts": 27719,
"bytes": 16375
},
{
"ts": 27751,
"bytes": 16375
},
{
"ts": 27775,
"bytes": 16375
},
{
"ts": 27803,
"bytes": 16375
},
{
"ts": 27827,
"bytes": 16375
},
{
"ts": 27856,
"bytes": 16375
},
{
"ts": 27884,
"bytes": 16375
},
{
"ts": 27919,
"bytes": 16375
},
{
"ts": 27938,
"bytes": 16375
},
{
"ts": 27966,
"bytes": 16375
},
{
"ts": 27999,
"bytes": 16375
},
{
"ts": 28022,
"bytes": 16375
},
{
"ts": 28052,
"bytes": 16375
},
{
"ts": 28075,
"bytes": 16375
},
{
"ts": 28103,
"bytes": 16375
},
{
"ts": 28133,
"bytes": 16375
},
{
"ts": 28160,
"bytes": 16375
},
{
"ts": 28188,
"bytes": 16375
},
{
"ts": 28216,
"bytes": 16375
},
{
"ts": 28240,
"bytes": 16375
},
{
"ts": 28268,
"bytes": 16375
},
{
"ts": 28297,
"bytes": 16375
},
{
"ts": 28324,
"bytes": 16375
},
{
"ts": 28353,
"bytes": 16375
},
{
"ts": 28381,
"bytes": 16375
},
{
"ts": 28412,
"bytes": 16375
},
{
"ts": 28433,
"bytes": 16375
},
{
"ts": 28461,
"bytes": 16375
},
{
"ts": 28489,
"bytes": 16375
},
{
"ts": 28518,
"bytes": 16375
},
{
"ts": 28542,
"bytes": 16375
},
{
"ts": 28570,
"bytes": 16375
},
{
"ts": 28598,
"bytes": 16375
},
{
"ts": 28627,
"bytes": 16375
},
{
"ts": 28655,
"bytes": 16375
},
{
"ts": 28688,
"bytes": 16375
},
{
"ts": 28706,
"bytes": 16375
},
{
"ts": 28735,
"bytes": 16375
},
{
"ts": 28763,
"bytes": 16375
},
{
"ts": 28791,
"bytes": 16375
},
{
"ts": 28820,
"bytes": 16375
},
{
"ts": 28846,
"bytes": 16375
},
{
"ts": 28874,
"bytes": 16375
},
{
"ts": 28903,
"bytes": 16375
},
{
"ts": 28931,
"bytes": 16375
},
{
"ts": 28953,
"bytes": 9768
},
{
"ts": 28955,
"bytes": 6607
},
{
"ts": 28982,
"bytes": 16375
},
{
"ts": 29016,
"bytes": 16375
},
{
"ts": 29039,
"bytes": 16375
},
{
"ts": 29066,
"bytes": 16375
},
{
"ts": 29098,
"bytes": 16375
},
{
"ts": 29122,
"bytes": 16375
},
{
"ts": 29150,
"bytes": 16375
},
{
"ts": 29174,
"bytes": 16375
},
{
"ts": 29202,
"bytes": 16375
},
{
"ts": 29230,
"bytes": 16375
},
{
"ts": 29260,
"bytes": 16375
},
{
"ts": 29306,
"bytes": 16375
},
{
"ts": 29318,
"bytes": 16375
},
{
"ts": 29339,
"bytes": 16375
},
{
"ts": 29367,
"bytes": 16375
},
{
"ts": 29400,
"bytes": 16375
},
{
"ts": 29426,
"bytes": 16375
},
{
"ts": 29453,
"bytes": 16375
},
{
"ts": 29481,
"bytes": 16375
},
{
"ts": 29504,
"bytes": 16375
},
{
"ts": 29533,
"bytes": 16375
},
{
"ts": 29560,
"bytes": 16375
},
{
"ts": 29589,
"bytes": 16375
},
{
"ts": 29618,
"bytes": 16375
},
{
"ts": 29647,
"bytes": 16375
},
{
"ts": 29670,
"bytes": 16375
},
{
"ts": 29706,
"bytes": 16375
},
{
"ts": 29725,
"bytes": 16375
},
{
"ts": 29754,
"bytes": 16375
},
{
"ts": 29782,
"bytes": 16375
},
{
"ts": 29814,
"bytes": 16375
},
{
"ts": 29836,
"bytes": 16375
},
{
"ts": 29862,
"bytes": 16375
},
{
"ts": 29890,
"bytes": 16375
}
],
"objectSizeUncompressed": 8951965,
"netlog_id": 137,
"ttfb_ms": 11223,
"load_ms": 26170,
"load_start_float": 3720.000137,
"headers": {
"request": [
":method: GET",
":authority: www.geissbuehler.net",
":scheme: https",
":path: \/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"accept-encoding: identity;q=1, *;q=0",
"sec-ch-ua-mobile: ?0",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09",
"sec-ch-ua-platform: \"Unknown\"",
"accept: *\/*",
"sec-fetch-site: same-origin",
"sec-fetch-mode: no-cors",
"sec-fetch-dest: video",
"referer: https:\/\/www.geissbuehler.net\/",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"range: bytes=409149-34603007",
"if-range: \"210888a-621628d46bd94\"",
"priority: i"
],
"response": [
":status: 206",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"etag: \"210888a-621628d46bd94\"",
"accept-ranges: bytes",
"content-length: 34193859",
"content-range: bytes 409149-34603007\/34637962",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:25:49 GMT",
"server: Apache"
]
},
"contentType": "video\/mp4",
"bytesIn": 8951965,
"objectSize": 8951965,
"ip_addr": "217.26.53.193",
"server_port": "443",
"bytesOut": 0,
"request_id": "99999.99999.2",
"raw_id": "99999.99999.2",
"load_end": 29890,
"ttfb_start": 3720,
"ttfb_end": 14943,
"download_start": 14943,
"download_end": 29890,
"download_ms": 14947,
"all_start": 3720,
"all_end": 29890,
"all_ms": 26170,
"index": 5,
"number": 6
},
{
"type": 3,
"id": "155871.156",
"request_id": "155871.156",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp",
"raw_id": "155871.156",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 17447,
"ttfb_ms": 17308,
"load_start": 13241,
"load_start_float": 13241.000173,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 88040,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 88040",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:26:00 GMT",
"etag: \"157e8-6216e38a381dd\"",
"last-modified: Fri, 06 Sep 2024 07:19:00 GMT",
"server: Apache"
]
},
"bytesOut": 2662,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 88040,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 13239,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 173,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "86 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"VP8Version": "0 (bicubic reconstruction, normal loop)",
"ImageWidth": 2000,
"HorizontalScale": 0,
"ImageHeight": 1249,
"VerticalScale": 0
},
"ICC_Profile": {
"ProfileCMMType": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "2017:07:07 13:22:32",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Apple Computer Inc.",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Apple Computer Inc.",
"DeviceModel": "",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Perceptual",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Apple Computer Inc.",
"ProfileID": "ca1a9582257f104d389913d5d1ea1582",
"ProfileDescription": "Display P3",
"ProfileCopyright": "Copyright Apple Inc., 2017",
"MediaWhitePoint": "0.95045 1 1.08905",
"RedMatrixColumn": "0.51512 0.2412 -0.00105",
"GreenMatrixColumn": "0.29198 0.69225 0.04189",
"BlueMatrixColumn": "0.1571 0.06657 0.78407",
"RedTRC": "(Binary data 32 bytes, use -b option to extract)",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02959 0.99048 -0.01706 -0.00923 0.01508 0.75168",
"BlueTRC": "(Binary data 32 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 32 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "2000x1249",
"Megapixels": 2.5
}
},
"magick": {
"format": "WEBP",
"formatDescription": "WebP Image Format",
"mimeType": "image\/webp",
"class": "DirectClass",
"geometry": {
"width": 2000,
"height": 1249,
"x": 0,
"y": 0
},
"units": "Undefined",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 2498000,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 90.097899999999996,
"standardDeviation": 44.8705,
"kurtosis": -1.2248399999999999,
"skewness": 0.81042199999999998,
"entropy": 0.53492700000000004
}
},
"channelStatistics": {
"red": {
"min": 1,
"max": 255,
"mean": 215.54300000000001,
"standardDeviation": 70.762900000000002,
"kurtosis": 2.1913,
"skewness": -2.0006699999999999,
"entropy": 0.58718800000000004
},
"green": {
"min": 0,
"max": 255,
"mean": 42.401699999999998,
"standardDeviation": 31.727499999999999,
"kurtosis": 30.1052,
"skewness": 4.9550599999999996,
"entropy": 0.568384
},
"blue": {
"min": 0,
"max": 255,
"mean": 12.3489,
"standardDeviation": 32.121200000000002,
"kurtosis": 44.213000000000001,
"skewness": 6.6920900000000003,
"entropy": 0.44920900000000002
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 2000,
"height": 1249,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "Undefined",
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:26:11+00:00",
"date:modify": "2024-09-06T09:26:11+00:00",
"icc:copyright": "Copyright Apple Inc., 2017",
"icc:description": "Display P3",
"signature": "76ba31c75d9fdcc92e50d386d473734baaf98a492ec87ab33736b4b0687c80c7"
},
"profiles": {
"icc": {
"length": 548
}
},
"tainted": false,
"filesize": "88040B",
"numberPixels": "2498000",
"pixelsPerSecond": "10.4533MB",
"userTime": "0.080u",
"elapsedTime": "0:01.238"
}
},
"load_end": 30688,
"ttfb_start": 13241,
"ttfb_end": 30549,
"download_start": 30549,
"download_end": 30688,
"download_ms": 139,
"all_start": 13241,
"all_end": 30688,
"all_ms": 17447,
"index": 6,
"number": 7
},
{
"type": 3,
"id": "155871.174",
"request_id": "155871.174",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"raw_id": "155871.174",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 10787,
"ttfb_ms": 10708,
"load_start": 21264,
"load_start_float": 21264.000193,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 277470,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 277470",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:26:05 GMT",
"etag: \"43bde-6216e39deff8f\"",
"last-modified: Fri, 06 Sep 2024 07:19:21 GMT",
"server: Apache"
]
},
"bytesOut": 2614,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 277470,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 21263,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 193,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "271 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"VP8Version": "0 (bicubic reconstruction, normal loop)",
"ImageWidth": 1268,
"HorizontalScale": 0,
"ImageHeight": 1400,
"VerticalScale": 0
},
"ICC_Profile": {
"ProfileCMMType": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "2017:07:07 13:22:32",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Apple Computer Inc.",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Apple Computer Inc.",
"DeviceModel": "",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Perceptual",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Apple Computer Inc.",
"ProfileID": "ca1a9582257f104d389913d5d1ea1582",
"ProfileDescription": "Display P3",
"ProfileCopyright": "Copyright Apple Inc., 2017",
"MediaWhitePoint": "0.95045 1 1.08905",
"RedMatrixColumn": "0.51512 0.2412 -0.00105",
"GreenMatrixColumn": "0.29198 0.69225 0.04189",
"BlueMatrixColumn": "0.1571 0.06657 0.78407",
"RedTRC": "(Binary data 32 bytes, use -b option to extract)",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02959 0.99048 -0.01706 -0.00923 0.01508 0.75168",
"BlueTRC": "(Binary data 32 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 32 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "1268x1400",
"Megapixels": 1.8
}
},
"magick": {
"format": "WEBP",
"formatDescription": "WebP Image Format",
"mimeType": "image\/webp",
"class": "DirectClass",
"geometry": {
"width": 1268,
"height": 1400,
"x": 0,
"y": 0
},
"units": "Undefined",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 1775200,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 118.48999999999999,
"standardDeviation": 79.192599999999999,
"kurtosis": -1.1991499999999999,
"skewness": 0.39570499999999997,
"entropy": 0.94554199999999999
}
},
"channelStatistics": {
"red": {
"min": 0,
"max": 255,
"mean": 110.28400000000001,
"standardDeviation": 86.269199999999998,
"kurtosis": -1.2558199999999999,
"skewness": 0.48253699999999999,
"entropy": 0.93713599999999997
},
"green": {
"min": 0,
"max": 255,
"mean": 119.69,
"standardDeviation": 74.070999999999998,
"kurtosis": -0.95647300000000002,
"skewness": 0.53280099999999997,
"entropy": 0.94500499999999998
},
"blue": {
"min": 0,
"max": 255,
"mean": 125.495,
"standardDeviation": 77.2376,
"kurtosis": -1.3121700000000001,
"skewness": 0.24060799999999999,
"entropy": 0.95448699999999997
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 1268,
"height": 1400,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "Undefined",
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:26:11+00:00",
"date:modify": "2024-09-06T09:26:11+00:00",
"icc:copyright": "Copyright Apple Inc., 2017",
"icc:description": "Display P3",
"signature": "0667ae25c600614fb86e2423d8098477a34a2f5e767a077d771691eb07a91bb7"
},
"profiles": {
"icc": {
"length": 548
}
},
"tainted": false,
"filesize": "277470B",
"numberPixels": "1775200",
"pixelsPerSecond": "10.0639MB",
"userTime": "0.100u",
"elapsedTime": "0:01.176"
}
},
"load_end": 32051,
"ttfb_start": 21264,
"ttfb_end": 31972,
"download_start": 31972,
"download_end": 32051,
"download_ms": 79,
"all_start": 21264,
"all_end": 32051,
"all_ms": 10787,
"index": 7,
"number": 8
},
{
"type": 3,
"id": "155871.175",
"request_id": "155871.175",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4",
"raw_id": "155871.175",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 8762,
"ttfb_ms": 8704,
"load_start": 23270,
"load_start_float": 23270.000200999999,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 65536,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 34637962",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:26:05 GMT",
"etag: \"210888a-621628ded3e75\"",
"last-modified: Thu, 05 Sep 2024 17:23:51 GMT",
"server: Apache"
]
},
"bytesOut": 2563,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 23268,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 201,
"server_port": "443",
"load_end": 32032,
"ttfb_start": 23270,
"ttfb_end": 31974,
"download_start": 31974,
"download_end": 32032,
"download_ms": 58,
"all_start": 23270,
"all_end": 32032,
"all_ms": 8762,
"index": 8,
"number": 9
}
],
"requestsFull": 9,
"requestsDoc": 0,
"responses_200": 7,
"responses_404": 0,
"responses_other": 2,
"result": 99997,
"testStartOffset": 0,
"cached": 1,
"optimization_checked": 1,
"main_frame": "769FF4211D74542873817040B55AD974",
"domContentLoadedEventStart": 1186,
"domContentLoadedEventEnd": 1186,
"URL": "https:\/\/www.geissbuehler.net\/",
"connections": 1,
"final_base_page_request": 0,
"final_base_page_request_id": "0515B6F26C7C9FAA5F76427242A5323C",
"final_url": "https:\/\/www.geissbuehler.net\/",
"domInteractive": 1042,
"firstPaint": 1333.5999999996275,
"firstContentfulPaint": 3573,
"firstImagePaint": 3573,
"firstMeaningfulPaint": 3573,
"renderBlockingCSS": 0,
"renderBlockingJS": 0,
"TTFB": 550,
"basePageSSLTime": 72,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": 100,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 71,
"score_etags": -1,
"score_progressive_jpeg": 0,
"gzip_total": 7072,
"gzip_savings": 0,
"minify_total": -1,
"minify_savings": -1,
"image_total": 2249470,
"image_savings": 661149,
"base_page_cdn": "",
"cpuTimes": {
"ParseHTML": 24,
"HTMLDocumentParser::FetchQueuedPreloads": 6,
"EventDispatch": 38,
"V8.GC_TIME_TO_SAFEPOINT": 0,
"CommitLoad": 0,
"ResourceFetcher::requestResource": 88,
"EvaluateScript": 44,
"v8.compile": 10,
"ParseAuthorStyleSheet": 9,
"UpdateLayoutTree": 180,
"Layout": 78,
"PrePaint": 27,
"IntersectionObserverController::computeIntersections": 15,
"Paint": 18,
"Layerize": 33,
"MarkDOMContent": 0,
"MarkLoad": 0,
"ResourceChangePriority": 0,
"v8.produceCache": 5,
"FunctionCall": 89,
"V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"MinorGC": 5,
"V8.GC_HEAP_PROLOGUE": 0,
"V8.GC_SCAVENGER": 4,
"V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"V8.GC_SCAVENGER_SCAVENGE": 4,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 2,
"Parallel scavenge started": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"V8.GC_HEAP_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"FireAnimationFrame": 0,
"TimerFire": 37,
"V8.ExternalMemoryPressure": 1,
"V8.GC_MC_INCREMENTAL_START": 0,
"V8.GC_MC_INCREMENTAL_EXTERNAL_PROLOGUE": 0,
"V8.GC_MC_MARK_EMBEDDER_PROLOGUE": 0,
"V8.GC_MC_MARK_ROOTS": 0,
"Major concurrent marking started": 0,
"V8.GC_MC_INCREMENTAL_EXTERNAL_EPILOGUE": 0,
"V8.GC_MC_INCREMENTAL": 3,
"V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING": 2,
"Major concurrent marking rescheduled": 0,
"MajorGC": 0,
"V8.GC_MARK_COMPACTOR": 0,
"V8.GC_MC_PROLOGUE": 0,
"V8.GC_MC_MARK": 0,
"V8.GC_MC_MARK_FINISH_INCREMENTAL": 0,
"V8.GC_MC_MARK_CLIENT_HEAPS": 0,
"V8.GC_MC_MARK_RETAIN_MAPS": 0,
"V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL": 0,
"V8.GC_MC_MARK_EMBEDDER_TRACING": 0,
"V8.GC_MC_MARK_WEAK_CLOSURE_EPHEMERON_MARKING": 0,
"V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL_JOIN": 3,
"V8.GC_CONSERVATIVE_STACK_SCANNING": 0,
"V8.GC_MC_MARK_FULL_CLOSURE": 0,
"V8.GC_MC_CLEAR": 0,
"V8.GC_MC_CLEAR_STRING_FORWARDING_TABLE": 0,
"ClearStringTableJob started": 0,
"V8.GC_MC_CLEAR_EXTERNAL_STRING_TABLE": 0,
"V8.GC_MC_CLEAR_WEAK_GLOBAL_HANDLES": 0,
"V8.GC_MC_CLEAR_FLUSHABLE_BYTECODE": 0,
"V8.GC_MC_CLEAR_FLUSHED_JS_FUNCTIONS": 0,
"V8.GC_MC_CLEAR_WEAK_LISTS": 0,
"V8.GC_MC_CLEAR_MAPS": 0,
"ClearTrivialWeakRefJob started": 0,
"FilterNonTrivialWeakRefJob started": 0,
"V8.GC_MC_SWEEP_EXTERNAL_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_TRUSTED_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_CODE_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_JS_DISPATCH_TABLE": 0,
"V8.GC_MC_CLEAR_WEAK_REFERENCES_JOIN_FILTER_JOB": 0,
"V8.GC_MC_WEAKNESS_HANDLING": 0,
"V8.GC_MC_CLEAR_WEAK_REFERENCES_NON_TRIVIAL": 0,
"V8.GC_MC_CLEAR_WEAK_COLLECTIONS": 0,
"V8.GC_MC_CLEAR_JS_WEAK_REFERENCES": 0,
"V8.GC_MC_CLEAR_JOIN_JOB": 0,
"V8.GC_MC_SWEEP": 0,
"V8.GC_MC_EVACUATE": 0,
"V8.GC_MC_EVACUATE_PROLOGUE": 0,
"V8.GC_MC_EVACUATE_COPY": 0,
"PageEvacuationJob started": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_TO_NEW_ROOTS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_CLIENT_HEAPS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_SLOTS_MAIN": 0,
"PointersUpdatingJob started": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_PARALLEL": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_WEAK": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_POINTER_TABLES": 0,
"V8.GC_MC_EVACUATE_CLEAN_UP": 0,
"V8.GC_MC_EVACUATE_EPILOGUE": 0,
"V8.GC_MC_SWEEP_NEW_LO": 0,
"V8.GC_MC_EVACUATE_REBALANCE": 0,
"V8.GC_MC_FINISH": 0,
"V8.GC_MC_SWEEP_START_JOBS": 0,
"V8.GC_MC_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_WEAK_GLOBAL_HANDLES": 0,
"V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_SECOND_PASS_CALLBACKS": 0,
"HitTest": 5,
"V8.GC_MC_COMPLETE_SWEEPING": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 1,
"Idle": 31317
},
"cpuTimesDoc": {
"ParseHTML": 0,
"HTMLDocumentParser::FetchQueuedPreloads": 0,
"EventDispatch": 0,
"V8.GC_TIME_TO_SAFEPOINT": 0,
"CommitLoad": 0,
"ResourceFetcher::requestResource": 0,
"EvaluateScript": 0,
"v8.compile": 0,
"ParseAuthorStyleSheet": 0,
"UpdateLayoutTree": 0,
"Layout": 0,
"PrePaint": 0,
"IntersectionObserverController::computeIntersections": 0,
"Paint": 0,
"Layerize": 0,
"MarkDOMContent": 0,
"MarkLoad": 0,
"ResourceChangePriority": 0,
"v8.produceCache": 0,
"FunctionCall": 0,
"V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"MinorGC": 0,
"V8.GC_HEAP_PROLOGUE": 0,
"V8.GC_SCAVENGER": 0,
"V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"V8.GC_SCAVENGER_SCAVENGE": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 0,
"Parallel scavenge started": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"V8.GC_HEAP_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"FireAnimationFrame": 0,
"TimerFire": 0,
"V8.ExternalMemoryPressure": 0,
"V8.GC_MC_INCREMENTAL_START": 0,
"V8.GC_MC_INCREMENTAL_EXTERNAL_PROLOGUE": 0,
"V8.GC_MC_MARK_EMBEDDER_PROLOGUE": 0,
"V8.GC_MC_MARK_ROOTS": 0,
"Major concurrent marking started": 0,
"V8.GC_MC_INCREMENTAL_EXTERNAL_EPILOGUE": 0,
"V8.GC_MC_INCREMENTAL": 0,
"V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING": 0,
"Major concurrent marking rescheduled": 0,
"MajorGC": 0,
"V8.GC_MARK_COMPACTOR": 0,
"V8.GC_MC_PROLOGUE": 0,
"V8.GC_MC_MARK": 0,
"V8.GC_MC_MARK_FINISH_INCREMENTAL": 0,
"V8.GC_MC_MARK_CLIENT_HEAPS": 0,
"V8.GC_MC_MARK_RETAIN_MAPS": 0,
"V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL": 0,
"V8.GC_MC_MARK_EMBEDDER_TRACING": 0,
"V8.GC_MC_MARK_WEAK_CLOSURE_EPHEMERON_MARKING": 0,
"V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL_JOIN": 0,
"V8.GC_CONSERVATIVE_STACK_SCANNING": 0,
"V8.GC_MC_MARK_FULL_CLOSURE": 0,
"V8.GC_MC_CLEAR": 0,
"V8.GC_MC_CLEAR_STRING_FORWARDING_TABLE": 0,
"ClearStringTableJob started": 0,
"V8.GC_MC_CLEAR_EXTERNAL_STRING_TABLE": 0,
"V8.GC_MC_CLEAR_WEAK_GLOBAL_HANDLES": 0,
"V8.GC_MC_CLEAR_FLUSHABLE_BYTECODE": 0,
"V8.GC_MC_CLEAR_FLUSHED_JS_FUNCTIONS": 0,
"V8.GC_MC_CLEAR_WEAK_LISTS": 0,
"V8.GC_MC_CLEAR_MAPS": 0,
"ClearTrivialWeakRefJob started": 0,
"FilterNonTrivialWeakRefJob started": 0,
"V8.GC_MC_SWEEP_EXTERNAL_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_TRUSTED_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_CODE_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_JS_DISPATCH_TABLE": 0,
"V8.GC_MC_CLEAR_WEAK_REFERENCES_JOIN_FILTER_JOB": 0,
"V8.GC_MC_WEAKNESS_HANDLING": 0,
"V8.GC_MC_CLEAR_WEAK_REFERENCES_NON_TRIVIAL": 0,
"V8.GC_MC_CLEAR_WEAK_COLLECTIONS": 0,
"V8.GC_MC_CLEAR_JS_WEAK_REFERENCES": 0,
"V8.GC_MC_CLEAR_JOIN_JOB": 0,
"V8.GC_MC_SWEEP": 0,
"V8.GC_MC_EVACUATE": 0,
"V8.GC_MC_EVACUATE_PROLOGUE": 0,
"V8.GC_MC_EVACUATE_COPY": 0,
"PageEvacuationJob started": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_TO_NEW_ROOTS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_CLIENT_HEAPS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_SLOTS_MAIN": 0,
"PointersUpdatingJob started": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_PARALLEL": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_WEAK": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_POINTER_TABLES": 0,
"V8.GC_MC_EVACUATE_CLEAN_UP": 0,
"V8.GC_MC_EVACUATE_EPILOGUE": 0,
"V8.GC_MC_SWEEP_NEW_LO": 0,
"V8.GC_MC_EVACUATE_REBALANCE": 0,
"V8.GC_MC_FINISH": 0,
"V8.GC_MC_SWEEP_START_JOBS": 0,
"V8.GC_MC_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_WEAK_GLOBAL_HANDLES": 0,
"V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_SECOND_PASS_CALLBACKS": 0,
"HitTest": 0,
"V8.GC_MC_COMPLETE_SWEEPING": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 0,
"Idle": 0
},
"cpu.ParseHTML": 24,
"cpu.HTMLDocumentParser::FetchQueuedPreloads": 6,
"cpu.EventDispatch": 38,
"cpu.V8.GC_TIME_TO_SAFEPOINT": 0,
"cpu.CommitLoad": 0,
"cpu.ResourceFetcher::requestResource": 88,
"cpu.EvaluateScript": 44,
"cpu.v8.compile": 10,
"cpu.ParseAuthorStyleSheet": 9,
"cpu.UpdateLayoutTree": 180,
"cpu.Layout": 78,
"cpu.PrePaint": 27,
"cpu.IntersectionObserverController::computeIntersections": 15,
"cpu.Paint": 18,
"cpu.Layerize": 33,
"cpu.MarkDOMContent": 0,
"cpu.MarkLoad": 0,
"cpu.ResourceChangePriority": 0,
"cpu.v8.produceCache": 5,
"cpu.FunctionCall": 89,
"cpu.V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"cpu.MinorGC": 5,
"cpu.V8.GC_HEAP_PROLOGUE": 0,
"cpu.V8.GC_SCAVENGER": 4,
"cpu.V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE": 4,
"cpu.V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 2,
"cpu.Parallel scavenge started": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"cpu.V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"cpu.V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"cpu.V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"cpu.V8.GC_HEAP_EPILOGUE": 0,
"cpu.V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"cpu.FireAnimationFrame": 0,
"cpu.TimerFire": 37,
"cpu.V8.ExternalMemoryPressure": 1,
"cpu.V8.GC_MC_INCREMENTAL_START": 0,
"cpu.V8.GC_MC_INCREMENTAL_EXTERNAL_PROLOGUE": 0,
"cpu.V8.GC_MC_MARK_EMBEDDER_PROLOGUE": 0,
"cpu.V8.GC_MC_MARK_ROOTS": 0,
"cpu.Major concurrent marking started": 0,
"cpu.V8.GC_MC_INCREMENTAL_EXTERNAL_EPILOGUE": 0,
"cpu.V8.GC_MC_INCREMENTAL": 3,
"cpu.V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING": 2,
"cpu.Major concurrent marking rescheduled": 0,
"cpu.MajorGC": 0,
"cpu.V8.GC_MARK_COMPACTOR": 0,
"cpu.V8.GC_MC_PROLOGUE": 0,
"cpu.V8.GC_MC_MARK": 0,
"cpu.V8.GC_MC_MARK_FINISH_INCREMENTAL": 0,
"cpu.V8.GC_MC_MARK_CLIENT_HEAPS": 0,
"cpu.V8.GC_MC_MARK_RETAIN_MAPS": 0,
"cpu.V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL": 0,
"cpu.V8.GC_MC_MARK_EMBEDDER_TRACING": 0,
"cpu.V8.GC_MC_MARK_WEAK_CLOSURE_EPHEMERON_MARKING": 0,
"cpu.V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL_JOIN": 3,
"cpu.V8.GC_CONSERVATIVE_STACK_SCANNING": 0,
"cpu.V8.GC_MC_MARK_FULL_CLOSURE": 0,
"cpu.V8.GC_MC_CLEAR": 0,
"cpu.V8.GC_MC_CLEAR_STRING_FORWARDING_TABLE": 0,
"cpu.ClearStringTableJob started": 0,
"cpu.V8.GC_MC_CLEAR_EXTERNAL_STRING_TABLE": 0,
"cpu.V8.GC_MC_CLEAR_WEAK_GLOBAL_HANDLES": 0,
"cpu.V8.GC_MC_CLEAR_FLUSHABLE_BYTECODE": 0,
"cpu.V8.GC_MC_CLEAR_FLUSHED_JS_FUNCTIONS": 0,
"cpu.V8.GC_MC_CLEAR_WEAK_LISTS": 0,
"cpu.V8.GC_MC_CLEAR_MAPS": 0,
"cpu.ClearTrivialWeakRefJob started": 0,
"cpu.FilterNonTrivialWeakRefJob started": 0,
"cpu.V8.GC_MC_SWEEP_EXTERNAL_POINTER_TABLE": 0,
"cpu.V8.GC_MC_SWEEP_TRUSTED_POINTER_TABLE": 0,
"cpu.V8.GC_MC_SWEEP_CODE_POINTER_TABLE": 0,
"cpu.V8.GC_MC_SWEEP_JS_DISPATCH_TABLE": 0,
"cpu.V8.GC_MC_CLEAR_WEAK_REFERENCES_JOIN_FILTER_JOB": 0,
"cpu.V8.GC_MC_WEAKNESS_HANDLING": 0,
"cpu.V8.GC_MC_CLEAR_WEAK_REFERENCES_NON_TRIVIAL": 0,
"cpu.V8.GC_MC_CLEAR_WEAK_COLLECTIONS": 0,
"cpu.V8.GC_MC_CLEAR_JS_WEAK_REFERENCES": 0,
"cpu.V8.GC_MC_CLEAR_JOIN_JOB": 0,
"cpu.V8.GC_MC_SWEEP": 0,
"cpu.V8.GC_MC_EVACUATE": 0,
"cpu.V8.GC_MC_EVACUATE_PROLOGUE": 0,
"cpu.V8.GC_MC_EVACUATE_COPY": 0,
"cpu.PageEvacuationJob started": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_TO_NEW_ROOTS": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_CLIENT_HEAPS": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_SLOTS_MAIN": 0,
"cpu.PointersUpdatingJob started": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_PARALLEL": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_WEAK": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_POINTER_TABLES": 0,
"cpu.V8.GC_MC_EVACUATE_CLEAN_UP": 0,
"cpu.V8.GC_MC_EVACUATE_EPILOGUE": 0,
"cpu.V8.GC_MC_SWEEP_NEW_LO": 0,
"cpu.V8.GC_MC_EVACUATE_REBALANCE": 0,
"cpu.V8.GC_MC_FINISH": 0,
"cpu.V8.GC_MC_SWEEP_START_JOBS": 0,
"cpu.V8.GC_MC_EPILOGUE": 0,
"cpu.V8.GC_HEAP_EXTERNAL_WEAK_GLOBAL_HANDLES": 0,
"cpu.V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE": 0,
"cpu.V8.GC_HEAP_EXTERNAL_SECOND_PASS_CALLBACKS": 0,
"cpu.HitTest": 5,
"cpu.V8.GC_MC_COMPLETE_SWEEPING": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 1,
"cpu.Idle": 31317,
"v8Stats": {
"main_thread": [],
"background": []
},
"start_epoch": 1725614736.1718206,
"osVersion": "Linux 6.5.0-1018-gcp",
"os_version": "Linux 6.5.0-1018-gcp",
"osPlatform": "x86_64 x86_64",
"date": 1725614738.7789004,
"browserVersion": "128.0.0.0",
"browser_version": "128.0.0.0",
"fullyLoadedCPUms": 19450,
"fullyLoadedCPUpct": 40.161057195954186,
"audit_issues": [
{
"code": "QuirksModeIssue",
"details": {
"quirksModeIssueDetails": {
"isLimitedQuirksMode": false,
"documentNodeId": 2,
"url": "http:\/\/127.0.0.1:8888\/orange.html",
"frameId": "769FF4211D74542873817040B55AD974",
"loaderId": "F222BFCA03F133CBF1009BB26746DCC4"
}
}
}
],
"execution_contexts": [
{
"id": 2,
"origin": "http:\/\/127.0.0.1:8888",
"name": ""
},
{
"id": 1,
"origin": "https:\/\/www.geissbuehler.net",
"name": ""
}
],
"document_URL": "https:\/\/www.geissbuehler.net\/",
"document_hostname": "www.geissbuehler.net",
"document_origin": "https:\/\/www.geissbuehler.net",
"viewport": {
"width": 1920,
"height": 993,
"dpr": 1
},
"domElements": 334,
"PerformancePaintTiming.first-paint": 1333.5999999996275,
"PerformancePaintTiming.first-contentful-paint": 3486.2000000011176,
"origin_dns": {
"mx": [
"10 mx01.sui-inter.net.",
"10 mx02.sui-inter.net.",
"10 mx03.sui-inter.net."
],
"ns": [
"ns3.hostpoint.ch.",
"ns2.hostpoint.ch.",
"ns.hostpoint.ch."
],
"txt": [
"\"v=spf1 include:_spf.sui-inter.net +mx +a -all\""
],
"soa": [
"ns.hostpoint.ch. hostmaster.hostpoint.ch. 1725494400 14400 1800 604800 3600"
],
"cname": [],
"https": [],
"svcb": []
},
"detected": {
"UI frameworks": "Tailwind CSS",
"Web servers": "Apache HTTP Server",
"Hosting": "Hostpoint",
"Miscellaneous": "Open Graph"
},
"detected_apps": {
"Tailwind CSS": "",
"Apache HTTP Server": "",
"Hostpoint": "",
"Open Graph": ""
},
"detected_technologies": {
"Tailwind CSS": {
"name": "Tailwind CSS",
"description": "Tailwind is a utility-first CSS framework.",
"slug": "tailwind-css",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"groups": [
9
],
"name": "UI frameworks",
"priority": 7
}
],
"confidence": 100,
"version": "",
"icon": "tailwindcss.svg",
"website": "https:\/\/tailwindcss.com\/",
"pricing": [],
"cpe": null
},
"Apache HTTP Server": {
"name": "Apache HTTP Server",
"description": "Apache is a free and open-source cross-platform web server software.",
"slug": "apache-http-server",
"categories": [
{
"id": 22,
"slug": "web-servers",
"groups": [
7
],
"name": "Web servers",
"priority": 8
}
],
"confidence": 100,
"version": "",
"icon": "Apache.svg",
"website": "https:\/\/httpd.apache.org\/",
"pricing": [],
"cpe": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*"
},
"Hostpoint": {
"name": "Hostpoint",
"description": "Hostpoint is a Switzerland-based web hosting company.",
"slug": "hostpoint",
"categories": [
{
"id": 88,
"slug": "hosting",
"groups": [
7
],
"name": "Hosting",
"priority": 9
}
],
"confidence": 100,
"version": "",
"icon": "Hostpoint.svg",
"website": "https:\/\/www.hostpoint.ch",
"pricing": [
"low",
"recurring"
],
"cpe": null
},
"Open Graph": {
"name": "Open Graph",
"description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
"slug": "open-graph",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"groups": [
6
],
"name": "Miscellaneous",
"priority": 10
}
],
"confidence": 100,
"version": "",
"icon": "Open Graph.png",
"website": "https:\/\/ogp.me",
"pricing": [],
"cpe": null
}
},
"detected_raw": [
{
"name": "Tailwind CSS",
"description": "Tailwind is a utility-first CSS framework.",
"slug": "tailwind-css",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"groups": [
9
],
"name": "UI frameworks",
"priority": 7
}
],
"confidence": 100,
"version": "",
"icon": "tailwindcss.svg",
"website": "https:\/\/tailwindcss.com\/",
"pricing": [],
"cpe": null
},
{
"name": "Apache HTTP Server",
"description": "Apache is a free and open-source cross-platform web server software.",
"slug": "apache-http-server",
"categories": [
{
"id": 22,
"slug": "web-servers",
"groups": [
7
],
"name": "Web servers",
"priority": 8
}
],
"confidence": 100,
"version": "",
"icon": "Apache.svg",
"website": "https:\/\/httpd.apache.org\/",
"pricing": [],
"cpe": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*"
},
{
"name": "Hostpoint",
"description": "Hostpoint is a Switzerland-based web hosting company.",
"slug": "hostpoint",
"categories": [
{
"id": 88,
"slug": "hosting",
"groups": [
7
],
"name": "Hosting",
"priority": 9
}
],
"confidence": 100,
"version": "",
"icon": "Hostpoint.svg",
"website": "https:\/\/www.hostpoint.ch",
"pricing": [
"low",
"recurring"
],
"cpe": null
},
{
"name": "Open Graph",
"description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
"slug": "open-graph",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"groups": [
6
],
"name": "Miscellaneous",
"priority": 10
}
],
"confidence": 100,
"version": "",
"icon": "Open Graph.png",
"website": "https:\/\/ogp.me",
"pricing": [],
"cpe": null
}
],
"axe": {
"testEngine": "4.4.1",
"violations": [
{
"id": "link-name",
"impact": "serious",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"wcag244",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures links have discernible text",
"help": "Links must have discernible text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/link-name?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element does not have text that is visible to screen readers"
},
{
"id": "aria-label",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-label attribute does not exist or is empty"
},
{
"id": "aria-labelledby",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
},
{
"id": "non-empty-title",
"data": {
"messageKey": "noAttr"
},
"relatedNodes": [],
"impact": "serious",
"message": "Element has no title attribute"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is in tab order and does not have accessible text"
}
],
"impact": "serious",
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"12\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"12\"]"
],
"failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute"
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element does not have text that is visible to screen readers"
},
{
"id": "aria-label",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-label attribute does not exist or is empty"
},
{
"id": "aria-labelledby",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
},
{
"id": "non-empty-title",
"data": {
"messageKey": "noAttr"
},
"relatedNodes": [],
"impact": "serious",
"message": "Element has no title attribute"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is in tab order and does not have accessible text"
}
],
"impact": "serious",
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide swiper-slide-active\" data-swiper-slide-index=\"17\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-active"
],
"failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute"
}
]
}
],
"passes": [
{
"id": "aria-hidden-body",
"impact": null,
"tags": [
"cat.aria",
"wcag2a",
"wcag412"
],
"description": "Ensures aria-hidden='true' is not present on the document body.",
"help": "aria-hidden='true' must not be present on the document body",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/aria-hidden-body?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "aria-hidden-body",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "No aria-hidden attribute is present on document body"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<body class=\"is-white text-primary font-serif antialiased\">",
"target": [
"body"
]
}
]
},
{
"id": "bypass",
"impact": null,
"tags": [
"cat.keyboard",
"wcag2a",
"wcag241",
"section508",
"section508.22.o"
],
"description": "Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
"help": "Page must have means to bypass repeated blocks",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/bypass?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "landmark",
"data": null,
"relatedNodes": [
{
"html": "<main>",
"target": [
"main"
]
}
],
"impact": "serious",
"message": "Page has a landmark region"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "document-title",
"impact": null,
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag242",
"ACT"
],
"description": "Ensures each HTML document contains a non-empty <title> element",
"help": "Documents must have <title> element to aid in navigation",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/document-title?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "doc-has-title",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Document has a non-empty <title> element"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "duplicate-id-active",
"impact": null,
"tags": [
"cat.parsing",
"wcag2a",
"wcag411"
],
"description": "Ensures every id attribute value of active elements is unique",
"help": "IDs of active elements must be unique",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/duplicate-id-active?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "duplicate-id-active",
"data": "index-opener",
"relatedNodes": [],
"impact": "serious",
"message": "Document has no active elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>",
"target": [
"#index-opener"
]
},
{
"any": [
{
"id": "duplicate-id-active",
"data": "nav-opener",
"relatedNodes": [],
"impact": "serious",
"message": "Document has no active elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>",
"target": [
"#nav-opener"
]
}
]
},
{
"id": "duplicate-id",
"impact": null,
"tags": [
"cat.parsing",
"wcag2a",
"wcag411"
],
"description": "Ensures every id attribute value is unique",
"help": "id attribute value must be unique",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/duplicate-id?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "duplicate-id",
"data": "nav-content",
"relatedNodes": [],
"impact": "minor",
"message": "Document has no static elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<nav id=\"nav-content\" class=\"__container is-pink fixed z-30 w-full h-screen inset-0 overflow-y-auto\">",
"target": [
"#nav-content"
]
},
{
"any": [
{
"id": "duplicate-id",
"data": "index-content",
"relatedNodes": [],
"impact": "minor",
"message": "Document has no static elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<nav id=\"index-content\" class=\"__container is-white hidden fixed z-30 w-screen h-screen inset-0 overflow-y-auto\">",
"target": [
"#index-content"
]
}
]
},
{
"id": "html-has-lang",
"impact": null,
"tags": [
"cat.language",
"wcag2a",
"wcag311",
"ACT"
],
"description": "Ensures every HTML document has a lang attribute",
"help": "<html> element must have a lang attribute",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/html-has-lang?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-lang",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "The <html> element has a lang attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "html-lang-valid",
"impact": null,
"tags": [
"cat.language",
"wcag2a",
"wcag311",
"ACT"
],
"description": "Ensures the lang attribute of the <html> element has a valid value",
"help": "<html> element must have a valid value for the lang attribute",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/html-lang-valid?application=axeAPI",
"nodes": [
{
"any": [],
"all": [],
"none": [
{
"id": "valid-lang",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Value of lang attribute is included in the list of valid languages"
}
],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "image-alt",
"impact": null,
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag111",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures <img> elements have alternate text or a role of none or presentation",
"help": "Images must have alternate text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/image-alt?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2) > img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\">",
"target": [
"img[width=\"1050\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"2\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\">",
"target": [
"img[width=\"4110\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"4\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"5\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"6\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\">",
"target": [
"img[width=\"5669\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\">",
"target": [
"img[alt=\"Studio Geissb\u00fchler\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"9\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\">",
"target": [
"img[height=\"3333\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"target": [
"img[height=\"3339\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\">",
"target": [
"img[width=\"1559\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\">",
"target": [
"img[width=\"4242\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">",
"target": [
"img[width=\"5625\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\">",
"target": [
"img[width=\"2496\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"target": [
".swiper-lazy-loading"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"target": [
"a[data-swiper-slide-index=\"19\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\">",
"target": [
"img[width=\"4032\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">",
"target": [
"a[data-swiper-slide-index=\"21\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"target": [
"img[width=\"2115\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"target": [
"img[alt=\"Studio Collection\"][height=\"1875\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"target": [
"img[width=\"4800\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\">",
"target": [
"img[width=\"2560\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"target": [
"img[width=\"4037\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"27\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">",
"target": [
"img[height=\"4032\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31) > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"] > img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
}
]
},
{
"id": "link-name",
"impact": "serious",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"wcag244",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures links have discernible text",
"help": "Links must have discernible text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/link-name?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>",
"target": [
"#index-opener"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>",
"target": [
"#nav-opener"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2)"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"1\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"1\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"2\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"2\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"3\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"3\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"4\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"4\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"5\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"5\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"6\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"6\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"7\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"7\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"#\" class=\"swiper-slide pointer-events-none\" data-swiper-slide-index=\"8\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"8\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"9\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"9\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"10\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"10\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"11\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"11\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"13\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"13\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"14\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"14\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"swiper-slide\" data-swiper-slide-index=\"15\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"15\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"swiper-slide swiper-slide-prev\" data-swiper-slide-index=\"16\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-prev"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide swiper-slide-next\" data-swiper-slide-index=\"18\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-next"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"19\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"19\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"20\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"20\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"21\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"21\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"22\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"22\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"23\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"23\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"24\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"24\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"25\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"25\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"26\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"26\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"27\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"27\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"28\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"28\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31)"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"]"
]
}
]
},
{
"id": "nested-interactive",
"impact": null,
"tags": [
"cat.keyboard",
"wcag2a",
"wcag412"
],
"description": "Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
"help": "Interactive controls must not be nested",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/nested-interactive?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2) > img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\">",
"target": [
"img[width=\"1050\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"2\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\">",
"target": [
"img[width=\"4110\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"4\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"5\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"6\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\">",
"target": [
"img[width=\"5669\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\">",
"target": [
"img[alt=\"Studio Geissb\u00fchler\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"9\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\">",
"target": [
"img[height=\"3333\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"target": [
"img[height=\"3339\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\">",
"target": [
"img[width=\"1559\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\">",
"target": [
"img[width=\"4242\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">",
"target": [
"img[width=\"5625\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\">",
"target": [
"img[width=\"2496\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"target": [
".swiper-lazy-loading"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"target": [
"a[data-swiper-slide-index=\"19\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\">",
"target": [
"img[width=\"4032\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">",
"target": [
"a[data-swiper-slide-index=\"21\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"target": [
"img[width=\"2115\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"target": [
"img[alt=\"Studio Collection\"][height=\"1875\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"target": [
"img[width=\"4800\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\">",
"target": [
"img[width=\"2560\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"target": [
"img[width=\"4037\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"27\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">",
"target": [
"img[height=\"4032\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31) > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"] > img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
}
]
}
],
"incomplete": [
{
"id": "video-caption",
"impact": "critical",
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag122",
"section508",
"section508.22.a"
],
"description": "Ensures <video> elements have captions",
"help": "<video> elements must have captions",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/video-caption?application=axeAPI",
"nodes": [
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(1) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4\" class=\"index__image size--lg carousel__image w-full h-full hidden\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(2) > .carousel__images.index__container[data-index=\"1\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(4) > .carousel__images.index__container[data-index=\"1\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(6) > .carousel__images.index__container[data-index=\"1\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(7) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(14) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>",
"target": [
"a[data-swiper-slide-index=\"12\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9d8e5158bb-1641205839\/22.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>",
"target": [
".swiper-slide-active > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
}
]
}
]
},
"base_page_ip_ptr": "sl90.web.hostpoint.ch",
"base_page_cname": "",
"base_page_dns_server": "ns3.hostpoint.ch",
"browser_name": "Chrome",
"eventName": "Step_1",
"test_run_time_ms": 52656,
"testUrl": "https:\/\/www.geissbuehler.net\/",
"custom": [
"Colordepth",
"Dpi",
"Images",
"Resolution",
"fonts",
"generated-content-percent",
"generated-content-size",
"imgs-in-viewport",
"imgs-no-alt",
"imgs-out-viewport",
"jsLibsVulns",
"meta-viewport",
"possibly-render-blocking-reqs",
"rendered-html",
"securityHeaders"
],
"Colordepth": 24,
"Dpi": "{\"dppx\":1,\"dpcm\":37.79527559055118,\"dpi\":96}",
"Images": "[{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.jpg\",\"width\":500,\"height\":339,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.jpg\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.jpg\",\"width\":500,\"height\":342,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.jpg\",\"width\":500,\"height\":338,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.png\",\"width\":354,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.jpg\",\"width\":399,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.jpg\",\"width\":500,\"height\":318,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.jpg\",\"width\":500,\"height\":250,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.png\",\"width\":354,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.png\",\"width\":282,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.png\",\"width\":500,\"height\":404,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.png\",\"width\":500,\"height\":158,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.png\",\"width\":355,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.png\",\"width\":342,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.jpg\",\"width\":321,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.jpg\",\"width\":351,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.jpg\",\"width\":400,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.jpg\",\"width\":500,\"height\":263,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.jpg\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.jpg\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.jpg\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.png\",\"width\":339,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.png\",\"width\":340,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.jpg\",\"width\":353,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.png\",\"width\":482,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.png\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1126},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1867,\"naturalHeight\":1400},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":980,\"naturalHeight\":1400},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1125},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1363},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1125},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1277},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1125},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1249},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1146},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1125},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1250},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1268,\"naturalHeight\":1400},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1559,\"naturalHeight\":1203},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1980,\"naturalHeight\":1400},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1333},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1127},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1126},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1867,\"naturalHeight\":1400}]",
"Resolution": "{\"absolute\":{\"height\":1200,\"width\":1920},\"available\":{\"height\":1200,\"width\":1920}}",
"fonts": [
{
"family": "Recife",
"display": "fallback",
"status": "unloaded",
"style": "normal",
"weight": "400"
},
{
"family": "Recife",
"display": "fallback",
"status": "loaded",
"style": "italic",
"weight": "400"
},
{
"family": "swiper-icons",
"display": "auto",
"status": "unloaded",
"style": "normal",
"weight": "400"
}
],
"generated-content-percent": "-5.55",
"generated-content-size": "-3.77",
"imgs-in-viewport": [
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1126
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1867,
"naturalHeight": 1400
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 980,
"naturalHeight": 1400
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1125
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1363
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1125
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1277
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1125
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1249
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1146
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1125
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1250
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1268,
"naturalHeight": 1400
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1559,
"naturalHeight": 1203
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1980,
"naturalHeight": 1400
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1333
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1127
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 300,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 235,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 200,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 106,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 200,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 222,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 240,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 213,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 113,
"naturalHeight": 150
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1126
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1867,
"naturalHeight": 1400
}
],
"imgs-no-alt": [],
"imgs-out-viewport": [],
"jsLibsVulns": [],
"meta-viewport": "width=device-width,initial-scale=1.0",
"possibly-render-blocking-reqs": [
"https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9"
],
"rendered-html": "<html lang=\"de\" class=\"js no-touchevents\"><head>\n<!--\n Website by:\n Gilbert Nigg\n www.gilles.ch\n-->\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<title>Studio Geissb\u00fchler<\/title>\n<link rel=\"preload\" href=\"https:\/\/www.geissbuehler.net\/assets\/fonts\/RecifeDisplay-Book.woff2\" as=\"font\" crossorigin=\"anonymous\">\n<meta name=\"description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n<meta property=\"og:title\" content=\"Studio Geissb\u00fchler\">\n<meta property=\"og:description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n<meta property=\"og:url\" content=\"https:\/\/www.geissbuehler.net\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"twitter:title\" content=\"Studio Geissb\u00fchler\">\n<meta property=\"twitter:description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-32x32-crop.png\" sizes=\"32x32\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-48x48-crop.png\" sizes=\"48x48\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-96x96-crop.png\" sizes=\"96x96\">\n\t<link rel=\"apple-touch-icon\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <link rel=\"image_src\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <meta property=\"og:image\" content=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <meta property=\"twitter:image\" content=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n<script>\nvar showSwiper = false;\nvar navContentStays = false;\n<\/script>\n<meta name=\"theme-color\" content=\"#FFCCCC\">\n<link href=\"https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9\" rel=\"stylesheet\"><script defer=\"\" src=\"https:\/\/www.geissbuehler.net\/assets\/js\/app.js?v=9\"><\/script>\n<style>\/* inner styles set by WPT to match CSSOM *\/.is-pink { background-color: rgb(255, 242, 109); }<\/style>\n<\/head>\n\n<body class=\"is-white text-primary font-serif antialiased\">\n\n<header class=\"header fixed z-40 left-0 top-0 w-screen p-6 md:p-8 pointer-events-none\">\n <div class=\"flex\">\n <a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>\n\n <a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>\n <\/div>\n<\/header>\n\n\n<nav id=\"nav-content\" class=\"__container is-pink fixed z-30 w-full h-screen inset-0 overflow-y-auto\">\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/about\" class=\"uppercase\">\n\t\t\tStudio<br>\nGeissb\u00fchler\t\t<\/a>\n\t<\/div>\n\t\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/type\" class=\"uppercase\">\n\t\t\tWorks\t\t<\/a>\n\t<\/div>\n\t\t<div class=\"nav__lang mt-8\">\n\t<a href=\"https:\/\/www.geissbuehler.net\" hreflang=\"de\" class=\"is-selected\">\nD<\/a>\/<a href=\"https:\/\/www.geissbuehler.net\/en\" hreflang=\"en\" class=\"\">\nE<\/a><\/div>\n<\/nav>\n\n<nav id=\"index-content\" class=\"__container is-white hidden fixed z-30 w-screen h-screen inset-0 overflow-y-auto\">\n <div class=\"__grid max-w-screen-4xl\">\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/lolologo\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Logo, Logo, Logo<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\"><\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4\" class=\"index__image size--lg carousel__image w-full h-full hidden\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Studio Collection\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Studio Collection<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Dinge<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"4\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.jpg\" width=\"500\" height=\"339\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.jpg\" width=\"500\" height=\"375\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.jpg\" width=\"500\" height=\"342\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.jpg\" width=\"500\" height=\"338\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Maison Lullin<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.png\" width=\"354\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Mascotte<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Image<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Stories<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Geschichten<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.jpg\" width=\"399\" height=\"500\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.jpg\" width=\"500\" height=\"318\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.jpg\" width=\"500\" height=\"500\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.jpg\" width=\"500\" height=\"250\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">ODUR Parfum<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding, Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/amt-fur-ideen\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Amt f\u00fcr Ideen<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.png\" width=\"354\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.png\" width=\"282\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.png\" width=\"500\" height=\"404\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.png\" width=\"500\" height=\"158\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.png\" width=\"355\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.png\" width=\"342\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.png\" width=\"375\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.png\" width=\"500\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Kern & Sammet<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.jpg\" width=\"321\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--sm carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.jpg\" width=\"351\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.jpg\" width=\"400\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Landesmuseum Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Ausstellungen<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Schauspielhaus Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters, Editorial<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.jpg\" width=\"500\" height=\"263\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.jpg\" width=\"500\" height=\"375\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.jpg\" width=\"375\" height=\"500\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.jpg\" width=\"375\" height=\"500\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Z\u00fcrcher Kantonalbank<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Jubil\u00e4ums-Zug<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/movies\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.png\" width=\"339\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.png\" width=\"350\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.png\" width=\"340\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Movie Posters<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Mi Adelita<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding, Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/pkz\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">PKZ<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Er\u00f6ffnung<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/emmentaler-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Emmentaler<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Illustration, Packaging Design<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Z\u00fcrcher Kantonalbank<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Zug<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/soiree-graphique\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.jpg\" width=\"353\" height=\"500\" alt=\"Soir\u00e9e Graphique\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Soir\u00e9e Graphique<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Poster<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Opernhaus Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/hardegger-huppen\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.png\" width=\"482\" height=\"500\" alt=\"Hardegger H\u00fcppen\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.png\" width=\"500\" height=\"375\" alt=\"Hardegger H\u00fcppen\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Hardegger H\u00fcppen<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding & Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n<\/div>\n\n<\/nav>\n<script>var showSwiper = 'home';<\/script>\n\n<main>\n\n<div class=\"swiper-container swiper-initialized swiper-horizontal swiper-pointer-events\">\n\t<div class=\"swiper-wrapper\" style=\"transition-duration: 0ms; transform: translate3d(-32385px, 0px, 0px);\"><a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"1\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"2\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"3\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"4\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"5\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"6\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"7\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"#\" class=\"swiper-slide pointer-events-none\" data-swiper-slide-index=\"8\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"9\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"10\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"11\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"12\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"13\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"14\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"swiper-slide swiper-slide-prev\" data-swiper-slide-index=\"15\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"swiper-slide swiper-slide-active\" data-swiper-slide-index=\"16\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide swiper-slide-next\" data-swiper-slide-index=\"17\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9d8e5158bb-1641205839\/22.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"18\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"19\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"20\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"21\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"22\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"23\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"24\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"25\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"26\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"27\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"28\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a><\/div>\n<\/div>\n\n<\/main>\n\n\n\n<\/body><\/html>",
"securityHeaders": {
"securityHeadersList": [],
"securityHeadersGrade": "F",
"securityHeadersScore": 0
},
"interactivePeriods": [
[
0,
1128
],
[
1273,
30014
]
],
"longTasks": [
[
1128,
1273
]
],
"lastVisualChange": 29700,
"render": 2200,
"visualComplete85": 29700,
"visualComplete90": 29700,
"visualComplete95": 29700,
"visualComplete99": 29700,
"visualComplete": 29700,
"SpeedIndex": 20052,
"chromeUserTiming": [
{
"name": "navigationStart",
"time": 86
},
{
"name": "fetchStart",
"time": 99
},
{
"name": "navigationStart",
"time": 144
},
{
"name": "domLoading",
"time": 144
},
{
"name": "responseEnd",
"time": 145
},
{
"name": "domInteractive",
"time": 145
},
{
"name": "domContentLoadedEventStart",
"time": 145
},
{
"name": "domContentLoadedEventEnd",
"time": 145
},
{
"name": "domComplete",
"time": 146
},
{
"name": "unloadEventStart",
"time": 659
},
{
"name": "unloadEventEnd",
"time": 659
},
{
"name": "markAsMainFrame",
"time": 659
},
{
"name": "commitNavigationEnd",
"time": 660
},
{
"name": "domLoading",
"time": 660
},
{
"name": "responseEnd",
"time": 718
},
{
"name": "domInteractive",
"time": 1128
},
{
"name": "domContentLoadedEventStart",
"time": 1272
},
{
"name": "domContentLoadedEventEnd",
"time": 1272
},
{
"name": "firstPaint",
"time": 1420
},
{
"name": "firstMeaningfulPaintCandidate",
"time": 1420
},
{
"name": "firstMeaningfulPaintCandidate",
"time": 1420
},
{
"name": "firstContentfulPaint",
"time": 3573
},
{
"name": "firstImagePaint",
"time": 3573
},
{
"name": "firstMeaningfulPaint",
"time": 3573
},
{
"name": "firstMeaningfulPaint",
"time": 3573
},
{
"name": "TotalLayoutShift",
"value": 0
},
{
"name": "CumulativeLayoutShift",
"value": 0
}
],
"chromeUserTiming.navigationStart": 144,
"chromeUserTiming.fetchStart": 99,
"chromeUserTiming.domLoading": 661,
"chromeUserTiming.responseEnd": 718,
"chromeUserTiming.domInteractive": 1129,
"chromeUserTiming.domContentLoadedEventStart": 1272,
"chromeUserTiming.domContentLoadedEventEnd": 1273,
"chromeUserTiming.domComplete": 147,
"chromeUserTiming.unloadEventStart": 659,
"chromeUserTiming.unloadEventEnd": 659,
"chromeUserTiming.markAsMainFrame": 659,
"chromeUserTiming.commitNavigationEnd": 660,
"chromeUserTiming.firstPaint": 1420,
"chromeUserTiming.firstMeaningfulPaintCandidate": 1420,
"chromeUserTiming.firstContentfulPaint": 3573,
"chromeUserTiming.firstImagePaint": 3573,
"chromeUserTiming.firstMeaningfulPaint": 3573,
"chromeUserTiming.TotalLayoutShift": 0,
"chromeUserTiming.CumulativeLayoutShift": 0,
"blinkFeatureFirstUsed": {
"Features": {
"1075": {
"name": "V8SloppyMode",
"firstUsed": 1129.2449999999999
},
"13": {
"name": "UnprefixedRequestAnimationFrame",
"firstUsed": 1311.778
},
"1441": {
"name": "SecureContextCheckPassed",
"firstUsed": 664.76999999999998
},
"1910": {
"name": "CrossOriginMainFrameNulledNameAccessed",
"firstUsed": 664.78700000000003
},
"2627": {
"name": "PageLifeCycleFreeze",
"firstUsed": 674.95000000000005
},
"4561": {
"name": "LinkRelPreloadAsFont",
"firstUsed": 681.13699999999994
},
"2188": {
"name": "PerformanceObserverForWindow",
"firstUsed": 700.33799999999997
},
"2927": {
"name": "LargestContentfulPaintExplicitlyRequested",
"firstUsed": 700.39400000000001
},
"3004": {
"name": "PerformanceObserverBufferedFlag",
"firstUsed": 700.40099999999995
},
"2782": {
"name": "LayoutJankExplicitlyRequested",
"firstUsed": 700.42499999999995
},
"901": {
"name": "LinkRelPreload",
"firstUsed": 706.96299999999997
},
"4238": {
"name": "ScriptSchedulingType_Defer",
"firstUsed": 708.048
},
"2203": {
"name": "HasIDClassTagAttribute",
"firstUsed": 709.03899999999999
},
"1229": {
"name": "HTMLMediaElement",
"firstUsed": 715.04499999999996
},
"2445": {
"name": "EnterPictureInPictureEventListener",
"firstUsed": 715.06600000000003
},
"2446": {
"name": "LeavePictureInPictureEventListener",
"firstUsed": 715.072
},
"1230": {
"name": "HTMLMediaElementInDocument",
"firstUsed": 715.16999999999996
},
"42": {
"name": "MaxAttribute",
"firstUsed": 720.649
},
"43": {
"name": "MinAttribute",
"firstUsed": 720.66600000000005
},
"2204": {
"name": "HasBeforeOrAfterPseudoElement",
"firstUsed": 803.46000000000004
},
"469": {
"name": "CSSSelectorPseudoHost",
"firstUsed": 803.49599999999998
},
"2431": {
"name": "CSSSelectorPseudoIS",
"firstUsed": 803.524
},
"2298": {
"name": "CSSSelectorWebkitInnerSpinButton",
"firstUsed": 803.60000000000002
},
"2319": {
"name": "CSSSelectorWebkitUnknownPseudo",
"firstUsed": 803.60699999999997
},
"2297": {
"name": "CSSSelectorWebkitFileUploadButton",
"firstUsed": 803.62099999999998
},
"2299": {
"name": "CSSSelectorWebkitInputPlaceholder",
"firstUsed": 803.65200000000004
},
"970": {
"name": "CSSAtRuleFontFace",
"firstUsed": 803.73000000000002
},
"973": {
"name": "CSSAtRuleMedia",
"firstUsed": 803.83799999999997
},
"978": {
"name": "CSSAtRuleWebkitKeyframes",
"firstUsed": 803.89200000000005
},
"972": {
"name": "CSSAtRuleKeyframes",
"firstUsed": 803.91399999999999
},
"2387": {
"name": "CSSSelectorPseudoFocus",
"firstUsed": 804.21799999999996
},
"976": {
"name": "CSSAtRuleSupports",
"firstUsed": 804.67499999999995
},
"523": {
"name": "SrcsetXDescriptor",
"firstUsed": 817.20699999999999
},
"2935": {
"name": "LazyLoadImageLoadingAttributeLazy",
"firstUsed": 822.61800000000005
},
"587": {
"name": "LangAttribute",
"firstUsed": 861.93299999999999
},
"588": {
"name": "LangAttributeOnHTML",
"firstUsed": 861.94100000000003
},
"590": {
"name": "LangAttributeDoesNotMatchToUILocale",
"firstUsed": 861.94799999999998
},
"4994": {
"name": "Feature_4994",
"firstUsed": 862.25300000000004
},
"1692": {
"name": "CSSFlexibleBox",
"firstUsed": 865.81500000000005
},
"4379": {
"name": "PerformanceEntryBufferSwaps",
"firstUsed": 929.678
},
"3803": {
"name": "OverflowClipAlongEitherAxis",
"firstUsed": 1062.242
},
"664": {
"name": "SyntheticKeyframesInCompositedCSSAnimation",
"firstUsed": 1062.7550000000001
},
"4237": {
"name": "FlexboxNewAbsPos",
"firstUsed": 1082.105
},
"4330": {
"name": "FlexboxAbsPosJustifyContent",
"firstUsed": 1084.2529999999999
},
"1066": {
"name": "SameOriginTextScript",
"firstUsed": 1110.6510000000001
},
"1076": {
"name": "V8StrictMode",
"firstUsed": 1140.192
},
"3258": {
"name": "V8InvalidatedArrayConstructorProtector",
"firstUsed": 1155.6679999999999
},
"2661": {
"name": "NavigatorPlatform",
"firstUsed": 1156.259
},
"2663": {
"name": "NavigatorUserAgent",
"firstUsed": 1156.278
},
"2704": {
"name": "V8Screen_Width_AttributeGetter",
"firstUsed": 1156.317
},
"2702": {
"name": "V8Screen_Height_AttributeGetter",
"firstUsed": 1156.327
},
"2903": {
"name": "NonPassiveTouchEventListener",
"firstUsed": 1253.626
},
"2904": {
"name": "PassiveTouchEventListener",
"firstUsed": 1253.6590000000001
},
"2592": {
"name": "ResizeObserver_Constructor",
"firstUsed": 1253.7809999999999
},
"2716": {
"name": "WindowDevicePixelRatio",
"firstUsed": 1264.48
},
"1368": {
"name": "IntersectionObserver_Constructor",
"firstUsed": 1265.0170000000001
},
"3797": {
"name": "WebPImage",
"firstUsed": 2800.7159999999999
}
},
"CSSFeatures": {
"24": {
"name": "CSSPropertyBackgroundColor",
"firstUsed": 709.06100000000004
},
"516": {
"name": "CSSPropertyFontDisplay",
"firstUsed": 803.74800000000005
},
"6": {
"name": "CSSPropertyFontFamily",
"firstUsed": 803.75900000000001
},
"8": {
"name": "CSSPropertyFontStyle",
"firstUsed": 803.76599999999996
},
"10": {
"name": "CSSPropertyFontWeight",
"firstUsed": 803.77999999999997
},
"124": {
"name": "CSSPropertySrc",
"firstUsed": 803.81399999999996
},
"98": {
"name": "CSSPropertyOpacity",
"firstUsed": 803.904
},
"326": {
"name": "CSSPropertyAliasWebkitTransform",
"firstUsed": 804.58699999999999
},
"446": {
"name": "CSSPropertyTransform",
"firstUsed": 804.59500000000003
},
"81": {
"name": "CSSPropertyHeight",
"firstUsed": 804.68499999999995
},
"515": {
"name": "CSSPropertyVariable",
"firstUsed": 861.971
},
"537": {
"name": "CSSPropertyAliasWebkitTextSizeAdjust",
"firstUsed": 861.99099999999999
},
"12": {
"name": "CSSPropertyAliasWebkitFontFeatureSettings",
"firstUsed": 862.00199999999995
},
"514": {
"name": "CSSPropertyFontFeatureSettings",
"firstUsed": 862.00900000000001
},
"415": {
"name": "CSSPropertyWebkitTapHighlightColor",
"firstUsed": 862.01900000000001
},
"549": {
"name": "CSSPropertyFontVariationSettings",
"firstUsed": 862.05499999999995
},
"20": {
"name": "CSSPropertyLineHeight",
"firstUsed": 862.06399999999996
},
"127": {
"name": "CSSPropertyTabSize",
"firstUsed": 862.07299999999998
},
"34": {
"name": "CSSPropertyBorder",
"firstUsed": 862.09400000000005
},
"485": {
"name": "CSSPropertyAliasWebkitBoxSizing",
"firstUsed": 862.101
},
"69": {
"name": "CSSPropertyBoxSizing",
"firstUsed": 862.10699999999997
},
"2": {
"name": "CSSPropertyColor",
"firstUsed": 864.49099999999999
},
"7": {
"name": "CSSPropertyFontSize",
"firstUsed": 864.50800000000004
},
"14": {
"name": "CSSPropertyWebkitFontSmoothing",
"firstUsed": 864.52800000000002
},
"89": {
"name": "CSSPropertyMargin",
"firstUsed": 864.55399999999997
},
"119": {
"name": "CSSPropertyPosition",
"firstUsed": 864.62199999999996
},
"165": {
"name": "CSSPropertyZIndex",
"firstUsed": 864.63
},
"83": {
"name": "CSSPropertyLeft",
"firstUsed": 864.63699999999994
},
"149": {
"name": "CSSPropertyTop",
"firstUsed": 864.64300000000003
},
"161": {
"name": "CSSPropertyWidth",
"firstUsed": 864.65099999999995
},
"109": {
"name": "CSSPropertyPadding",
"firstUsed": 864.65999999999997
},
"118": {
"name": "CSSPropertyPointerEvents",
"firstUsed": 864.66899999999998
},
"4": {
"name": "CSSPropertyDisplay",
"firstUsed": 864.73400000000004
},
"239": {
"name": "CSSPropertyFlexWrap",
"firstUsed": 864.82600000000002
},
"100": {
"name": "CSSPropertyOutline",
"firstUsed": 864.83500000000004
},
"105": {
"name": "CSSPropertyOverflow",
"firstUsed": 864.84199999999998
},
"92": {
"name": "CSSPropertyMarginRight",
"firstUsed": 864.875
},
"129": {
"name": "CSSPropertyTextDecoration",
"firstUsed": 864.88800000000003
},
"90": {
"name": "CSSPropertyMarginBottom",
"firstUsed": 864.98400000000004
},
"332": {
"name": "CSSPropertyAliasWebkitTransition",
"firstUsed": 865.00599999999997
},
"150": {
"name": "CSSPropertyTransition",
"firstUsed": 865.01400000000001
},
"72": {
"name": "CSSPropertyClip",
"firstUsed": 865.24699999999996
},
"66": {
"name": "CSSPropertyBorderWidth",
"firstUsed": 865.25599999999997
},
"159": {
"name": "CSSPropertyWhiteSpace",
"firstUsed": 865.26900000000001
},
"209": {
"name": "CSSPropertyWebkitBoxOrient",
"firstUsed": 865.351
},
"204": {
"name": "CSSPropertyWebkitBoxDirection",
"firstUsed": 865.35799999999995
},
"235": {
"name": "CSSPropertyFlexDirection",
"firstUsed": 865.36400000000003
},
"84": {
"name": "CSSPropertyLetterSpacing",
"firstUsed": 865.57100000000003
},
"636": {
"name": "CSSPropertyInset",
"firstUsed": 865.60400000000004
},
"108": {
"name": "CSSPropertyOverflowY",
"firstUsed": 865.61400000000003
},
"335": {
"name": "CSSPropertyAliasWebkitTransitionProperty",
"firstUsed": 1061.829
},
"153": {
"name": "CSSPropertyTransitionProperty",
"firstUsed": 1061.8489999999999
},
"238": {
"name": "CSSPropertyFlexShrink",
"firstUsed": 1061.951
},
"203": {
"name": "CSSPropertyWebkitBoxAlign",
"firstUsed": 1061.9659999999999
},
"210": {
"name": "CSSPropertyWebkitBoxPack",
"firstUsed": 1061.973
},
"231": {
"name": "CSSPropertyAlignItems",
"firstUsed": 1061.981
},
"240": {
"name": "CSSPropertyJustifyContent",
"firstUsed": 1061.989
},
"339": {
"name": "CSSPropertyAliasWebkitUserSelect",
"firstUsed": 1061.9960000000001
},
"539": {
"name": "CSSPropertyUserSelect",
"firstUsed": 1062.0029999999999
},
"334": {
"name": "CSSPropertyAliasWebkitTransitionDuration",
"firstUsed": 1062.097
},
"152": {
"name": "CSSPropertyTransitionDuration",
"firstUsed": 1062.1210000000001
},
"336": {
"name": "CSSPropertyAliasWebkitTransitionTimingFunction",
"firstUsed": 1062.1320000000001
},
"154": {
"name": "CSSPropertyTransitionTimingFunction",
"firstUsed": 1062.1389999999999
},
"433": {
"name": "CSSPropertyObjectFit",
"firstUsed": 1062.1510000000001
},
"437": {
"name": "CSSPropertyObjectPosition",
"firstUsed": 1062.1590000000001
},
"157": {
"name": "CSSPropertyVerticalAlign",
"firstUsed": 1062.1690000000001
},
"95": {
"name": "CSSPropertyMaxWidth",
"firstUsed": 1062.1769999999999
},
"53": {
"name": "CSSPropertyBorderRadius",
"firstUsed": 1062.278
},
"60": {
"name": "CSSPropertyBorderTop",
"firstUsed": 1062.2940000000001
},
"91": {
"name": "CSSPropertyMarginLeft",
"firstUsed": 1062.3040000000001
},
"93": {
"name": "CSSPropertyMarginTop",
"firstUsed": 1062.3099999999999
},
"327": {
"name": "CSSPropertyAliasWebkitTransformOrigin",
"firstUsed": 1062.318
},
"447": {
"name": "CSSPropertyTransformOrigin",
"firstUsed": 1062.325
},
"166": {
"name": "CSSPropertyAliasWebkitAnimation",
"firstUsed": 1062.3679999999999
},
"424": {
"name": "CSSPropertyAnimation",
"firstUsed": 1062.377
},
"421": {
"name": "CSSPropertyTouchAction",
"firstUsed": 1179.018
}
},
"AnimatedCSSFeatures": []
},
"FirstInteractive": 2200,
"maxFID": 0,
"TTIMeasurementEnd": 30014,
"LastInteractive": 2200,
"TimeToInteractive": 2200,
"FirstCPUIdle": 2200,
"TotalBlockingTime": 0,
"testID": "240906_BiDc7F_707",
"step": 1,
"effectiveBps": 545508,
"domTime": 0,
"aft": 0,
"titleTime": 146,
"loadEventStart": 0,
"loadEventEnd": 0,
"domLoading": 0,
"server_rtt": 0,
"error": "Page Load Timeout",
"lighthouse.Performance": null,
"lighthouse.Accessibility": null,
"lighthouse.BestPractices": null,
"lighthouse.SEO": null,
"lighthouse.PWA": null,
"edge-processed": true,
"utilization": {
"cpu": {
"data": {
"0": 0,
"114": 40,
"215": 78.900000000000006,
"316": 33.299999999999997,
"417": 23.800000000000001,
"519": 21.100000000000001,
"620": 15.800000000000001,
"722": 50,
"833": 100,
"934": 100,
"1036": 100,
"1137": 100,
"1238": 100,
"1339": 100,
"1440": 100,
"1541": 100,
"1642": 100,
"1761": 100,
"1862": 100,
"1963": 100,
"2067": 100,
"2168": 100,
"2269": 100,
"2372": 100,
"2477": 100,
"2583": 100,
"2684": 100,
"2830": 100,
"2934": 100,
"3036": 100,
"3142": 100,
"3243": 100,
"3344": 100,
"3445": 100,
"3546": 100,
"3647": 100,
"3782": 100,
"3884": 100,
"3985": 100,
"4086": 100,
"4187": 100,
"4288": 100,
"4389": 95,
"4490": 80,
"4591": 71.400000000000006,
"4692": 70,
"4793": 100,
"4895": 81,
"4996": 70,
"5097": 57.899999999999999,
"5198": 21.100000000000001,
"5299": 25,
"5400": 35,
"5501": 60,
"5602": 26.300000000000001,
"5703": 28.600000000000001,
"5804": 76.200000000000003,
"5905": 45,
"6006": 33.299999999999997,
"6107": 21.100000000000001,
"6208": 23.800000000000001,
"6309": 25,
"6409": 27.300000000000001,
"6510": 25,
"6611": 20,
"6712": 25,
"6813": 71.400000000000006,
"6914": 25,
"7015": 20,
"7116": 25,
"7217": 21.100000000000001,
"7318": 25,
"7419": 45,
"7520": 75,
"7621": 45,
"7726": 40,
"7827": 83.299999999999997,
"7928": 66.700000000000003,
"8029": 36.799999999999997,
"8131": 30,
"8232": 26.300000000000001,
"8333": 21.100000000000001,
"8434": 25,
"8535": 21.100000000000001,
"8636": 27.300000000000001,
"8737": 33.299999999999997,
"8838": 57.899999999999999,
"8939": 20,
"9040": 20,
"9141": 21.100000000000001,
"9242": 26.100000000000001,
"9343": 16.699999999999999,
"9444": 47.399999999999999,
"9545": 81,
"9646": 38.100000000000001,
"9747": 40,
"9848": 70,
"9948": 35,
"10049": 21.100000000000001,
"10150": 20,
"10251": 21.100000000000001,
"10352": 23.800000000000001,
"10453": 21.100000000000001,
"10554": 20,
"10655": 15.800000000000001,
"10756": 40,
"10857": 57.100000000000001,
"10958": 11.800000000000001,
"11059": 23.800000000000001,
"11160": 21.100000000000001,
"11261": 20,
"11362": 28.600000000000001,
"11463": 55,
"11564": 60,
"11664": 23.800000000000001,
"11799": 67.900000000000006,
"11900": 71.400000000000006,
"12000": 31.600000000000001,
"12101": 36.799999999999997,
"12202": 30,
"12303": 26.300000000000001,
"12404": 28.600000000000001,
"12506": 31.600000000000001,
"12608": 33.299999999999997,
"12709": 26.300000000000001,
"12816": 75,
"12917": 40,
"13018": 33.299999999999997,
"13119": 26.300000000000001,
"13220": 33.299999999999997,
"13322": 27.800000000000001,
"13425": 42.899999999999999,
"13526": 52.399999999999999,
"13627": 27.800000000000001,
"13742": 42.899999999999999,
"13843": 78.900000000000006,
"13944": 40,
"14045": 33.299999999999997,
"14146": 25,
"14247": 26.300000000000001,
"14349": 36.399999999999999,
"14450": 22.199999999999999,
"14551": 30,
"14652": 26.300000000000001,
"14753": 52.600000000000001,
"14854": 70,
"14954": 31.600000000000001,
"15055": 35,
"15156": 30,
"15257": 45,
"15358": 33.299999999999997,
"15459": 76.200000000000003,
"15560": 85.700000000000003,
"15662": 94.700000000000003,
"15763": 57.899999999999999,
"15864": 85.700000000000003,
"15965": 47.100000000000001,
"16066": 36.799999999999997,
"16168": 47.600000000000001,
"16269": 40,
"16371": 35,
"16472": 44.399999999999999,
"16573": 30,
"16677": 45.5,
"16778": 70,
"16879": 55.600000000000001,
"16980": 42.899999999999999,
"17081": 45,
"17182": 36.799999999999997,
"17283": 45,
"17383": 31.600000000000001,
"17484": 95,
"17585": 73.700000000000003,
"17686": 61.899999999999999,
"17818": 72,
"17919": 81,
"18019": 68.400000000000006,
"18120": 40,
"18221": 52.600000000000001,
"18322": 54.5,
"18424": 50,
"18525": 50,
"18626": 55,
"18730": 40,
"18831": 85,
"18932": 45,
"19033": 57.100000000000001,
"19134": 26.300000000000001,
"19235": 36.799999999999997,
"19336": 40,
"19437": 73.700000000000003,
"19538": 90.900000000000006,
"19639": 90,
"19788": 65.5,
"19889": 85,
"19990": 52.600000000000001,
"20092": 76.200000000000003,
"20193": 31.600000000000001,
"20294": 47.399999999999999,
"20395": 42.100000000000001,
"20496": 47.600000000000001,
"20597": 50,
"20698": 45,
"20816": 76.200000000000003,
"20917": 47.600000000000001,
"21018": 35,
"21118": 45,
"21219": 26.300000000000001,
"21320": 50,
"21421": 47.399999999999999,
"21523": 70,
"21624": 30,
"21724": 42.100000000000001,
"21825": 81,
"21926": 68.400000000000006,
"22027": 45.5,
"22128": 35,
"22229": 26.300000000000001,
"22330": 47.600000000000001,
"22431": 31.600000000000001,
"22532": 52.399999999999999,
"22633": 31.600000000000001,
"22734": 38.100000000000001,
"22835": 77.799999999999997,
"22935": 47.600000000000001,
"23036": 33.299999999999997,
"23137": 36.799999999999997,
"23238": 30,
"23340": 47.600000000000001,
"23441": 52.399999999999999,
"23542": 36.799999999999997,
"23643": 33.299999999999997,
"23744": 36.799999999999997,
"23845": 72.700000000000003,
"23946": 30,
"24047": 33.299999999999997,
"24147": 26.300000000000001,
"24248": 26.300000000000001,
"24349": 36.399999999999999,
"24450": 26.300000000000001,
"24551": 30,
"24652": 30,
"24753": 42.899999999999999,
"24854": 63.200000000000003,
"24956": 33.299999999999997,
"25057": 33.299999999999997,
"25158": 26.300000000000001,
"25258": 28.600000000000001,
"25359": 36.399999999999999,
"25460": 73.700000000000003,
"25561": 47.600000000000001,
"25662": 85,
"25763": 55,
"25865": 71.400000000000006,
"25966": 36.799999999999997,
"26067": 36.799999999999997,
"26168": 27.800000000000001,
"26269": 31.600000000000001,
"26371": 22.199999999999999,
"26472": 33.299999999999997,
"26573": 27.800000000000001,
"26674": 30,
"26821": 70,
"26923": 33.299999999999997,
"27025": 30,
"27126": 36.399999999999999,
"27227": 30,
"27328": 33.299999999999997,
"27429": 47.399999999999999,
"27530": 66.700000000000003,
"27631": 80,
"27732": 30,
"27835": 88.900000000000006,
"27935": 90.900000000000006,
"28036": 42.100000000000001,
"28137": 31.800000000000001,
"28238": 42.100000000000001,
"28339": 40,
"28440": 30,
"28541": 26.300000000000001,
"28642": 28.600000000000001,
"28745": 31.600000000000001,
"28846": 71.400000000000006,
"28947": 26.300000000000001,
"29048": 30,
"29149": 22.199999999999999,
"29250": 31.800000000000001,
"29351": 31.600000000000001,
"29452": 60,
"29553": 61.899999999999999,
"29654": 86.400000000000006,
"29765": 60,
"29866": 85,
"29967": 55,
"30068": 42.100000000000001
},
"max": 100,
"count": 295
},
"bw": {
"data": {
"0": 0,
"114": 0,
"215": 32237,
"316": 730759,
"417": 1148258,
"519": 0,
"620": 0,
"722": 556828,
"833": 54160,
"934": 0,
"1036": 0,
"1137": 0,
"1238": 1118608,
"1339": 7306499,
"1440": 8975765,
"1541": 7881288,
"1642": 5620378,
"1761": 9468010,
"1862": 9025127,
"1963": 10390184,
"2067": 9685728,
"2168": 7541496,
"2269": 7181891,
"2372": 9233644,
"2477": 8495770,
"2583": 6835082,
"2684": 7429078,
"2830": 6515800,
"2934": 6074894,
"3036": 6278086,
"3142": 9467505,
"3243": 8578736,
"3344": 4573859,
"3445": 5250653,
"3546": 4797799,
"3647": 4569619,
"3782": 4590835,
"3884": 5444507,
"3985": 4113370,
"4086": 5701622,
"4187": 4565815,
"4288": 5477994,
"4389": 5184057,
"4490": 5024282,
"4591": 5128446,
"4692": 4969084,
"4793": 5039235,
"4895": 4763519,
"4996": 4877462,
"5097": 5020939,
"5198": 4798796,
"5299": 5127442,
"5400": 4790747,
"5501": 5024523,
"5602": 4893819,
"5703": 4335794,
"5804": 4784059,
"5905": 5031409,
"6006": 4890900,
"6107": 4804511,
"6208": 5025744,
"6309": 4804507,
"6409": 4796226,
"6510": 4794615,
"6611": 4800867,
"6712": 5029122,
"6813": 4791291,
"6914": 4801225,
"7015": 4799258,
"7116": 5026360,
"7217": 4788068,
"7318": 4798803,
"7419": 5128072,
"7520": 4791694,
"7621": 5014989,
"7726": 4854884,
"7827": 4784418,
"7928": 5001681,
"8029": 4782192,
"8131": 4983715,
"8232": 4795369,
"8333": 4794179,
"8434": 5026024,
"8535": 4792467,
"8636": 5028865,
"8737": 5010419,
"8838": 4797932,
"8939": 4793079,
"9040": 5026446,
"9141": 4795320,
"9242": 5024509,
"9343": 4784787,
"9444": 4794886,
"9545": 5018043,
"9646": 4800058,
"9747": 4799241,
"9848": 5028471,
"9948": 4785983,
"10049": 4802285,
"10150": 5126213,
"10251": 5027966,
"10352": 4795599,
"10453": 4799892,
"10554": 5018530,
"10655": 4797688,
"10756": 4795688,
"10857": 5023200,
"10958": 4799548,
"11059": 5024429,
"11160": 4796756,
"11261": 5014481,
"11362": 4800846,
"11463": 5011708,
"11564": 4796411,
"11664": 5026287,
"11799": 4810542,
"11900": 5022476,
"12000": 4805593,
"12101": 4793791,
"12202": 5024884,
"12303": 4809746,
"12404": 5027453,
"12506": 4765712,
"12608": 4770464,
"12709": 5020809,
"12816": 5052851,
"12917": 4790373,
"13018": 5023369,
"13119": 4802180,
"13220": 4765098,
"13322": 4989238,
"13425": 4925041,
"13526": 4788245,
"13627": 5024685,
"13742": 4814418,
"13843": 4797354,
"13944": 5030287,
"14045": 4780607,
"14146": 5009842,
"14247": 5006178,
"14349": 4781241,
"14450": 4906972,
"14551": 4681115,
"14652": 5023258,
"14753": 5064957,
"14854": 4795855,
"14954": 5026409,
"15055": 4795324,
"15156": 4795425,
"15257": 5025645,
"15358": 4574085,
"15459": 5249323,
"15560": 4876939,
"15662": 4776108,
"15763": 5023658,
"15864": 4794294,
"15965": 5008804,
"16066": 4764496,
"16168": 4860205,
"16269": 4785374,
"16371": 5016957,
"16472": 4793323,
"16573": 4780521,
"16677": 5086739,
"16778": 4915617,
"16879": 4797875,
"16980": 4997551,
"17081": 5017477,
"17182": 4797171,
"17283": 4794876,
"17383": 5027457,
"17484": 4773312,
"17585": 4802300,
"17686": 4803365,
"17818": 4898309,
"17919": 5141439,
"18019": 4802825,
"18120": 4462538,
"18221": 5236279,
"18322": 5101589,
"18424": 4763568,
"18525": 5012362,
"18626": 4793742,
"18730": 4861395,
"18831": 5004562,
"18932": 4790248,
"19033": 5025010,
"19134": 4794964,
"19235": 4787544,
"19336": 4898705,
"19437": 5016740,
"19538": 4899018,
"19639": 4789643,
"19788": 4633777,
"19889": 5465420,
"19990": 4771932,
"20092": 4766007,
"20193": 4547067,
"20294": 5231502,
"20395": 5022968,
"20496": 4797384,
"20597": 4792683,
"20698": 4904803,
"20816": 4885770,
"20917": 4904424,
"21018": 5032516,
"21118": 4883548,
"21219": 4780789,
"21320": 5022666,
"21421": 4791306,
"21523": 4995113,
"21624": 4780961,
"21724": 5029124,
"21825": 4797808,
"21926": 4791516,
"22027": 4909956,
"22128": 5025915,
"22229": 4795481,
"22330": 4898146,
"22431": 4792138,
"22532": 4986922,
"22633": 5013758,
"22734": 4802993,
"22835": 4789323,
"22935": 5016595,
"23036": 4784040,
"23137": 5010201,
"23238": 4801692,
"23340": 4978161,
"23441": 4907857,
"23542": 4794450,
"23643": 4901941,
"23744": 4783389,
"23845": 4331994,
"23946": 5552721,
"24047": 4790530,
"24147": 5039242,
"24248": 4792404,
"24349": 5021589,
"24450": 4781512,
"24551": 4778265,
"24652": 5030692,
"24753": 4800335,
"24854": 4881569,
"24956": 5005055,
"25057": 4894977,
"25158": 4787004,
"25258": 4101422,
"25359": 5671722,
"25460": 5021183,
"25561": 4795988,
"25662": 5005275,
"25763": 4438112,
"25865": 5121313,
"25966": 4998407,
"26067": 4767004,
"26168": 5023812,
"26269": 4905536,
"26371": 4784208,
"26472": 4887992,
"26573": 4994849,
"26674": 4848606,
"26821": 4851612,
"26923": 5007195,
"27025": 4750593,
"27126": 5002443,
"27227": 4773477,
"27328": 5020441,
"27429": 4794517,
"27530": 4779580,
"27631": 4900535,
"27732": 5033609,
"27835": 4810326,
"27935": 4799110,
"28036": 4780312,
"28137": 4990378,
"28238": 5015938,
"28339": 4803589,
"28440": 5017526,
"28541": 4784345,
"28642": 5009938,
"28745": 4897252,
"28846": 4793494,
"28947": 4567335,
"29048": 5137729,
"29149": 5027998,
"29250": 4656378,
"29351": 5005505,
"29452": 4766330,
"29553": 5111342,
"29654": 4771250,
"29765": 4975415,
"29866": 4790445,
"29967": 4667866,
"30068": 5135595
},
"max": 10390184,
"count": 295
}
},
"pages": {
"details": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/details\/cached\/",
"checklist": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/performance_optimization\/cached\/",
"breakdown": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/breakdown\/cached\/",
"domains": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/domains\/cached\/",
"screenShot": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/screen_shot\/cached\/",
"opportunities": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/experiments\/cached\/"
},
"thumbnails": {
"waterfall": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_Cached_waterfall_thumb.png",
"checklist": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_Cached_optimization_thumb.png",
"screenShot": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_Cached_screen_thumb.png"
},
"images": {
"waterfall": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_waterfall.png",
"connectionView": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_connection.png",
"checklist": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_optimization.png",
"screenShot": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&file=1_Cached_screen.jpg"
},
"rawData": {
"scriptTiming": "https:\/\/www.webpagetest.org\/getgzip.php?test=240906_BiDc7F_707&file=1_Cached_script_timing.json",
"headers": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_report.txt",
"pageData": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_IEWPG.txt",
"requestsData": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_IEWTR.txt",
"utilization": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_progress.csv",
"trace": "https:\/\/www.webpagetest.org\/getgzip.php?test=240906_BiDc7F_707&compressed=1&file=1_Cached_trace.json.gz"
},
"videoFrames": [
{
"time": 0,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_000000.jpg",
"VisuallyComplete": 0
},
{
"time": 2200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_002200.jpg",
"VisuallyComplete": 4
},
{
"time": 3900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_003900.jpg",
"VisuallyComplete": 38
},
{
"time": 5700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_005700.jpg",
"VisuallyComplete": 4
},
{
"time": 5800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_005800.jpg",
"VisuallyComplete": 4
},
{
"time": 5900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_005900.jpg",
"VisuallyComplete": 4
},
{
"time": 6000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006000.jpg",
"VisuallyComplete": 4
},
{
"time": 6100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006100.jpg",
"VisuallyComplete": 4
},
{
"time": 6200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006200.jpg",
"VisuallyComplete": 4
},
{
"time": 6300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006300.jpg",
"VisuallyComplete": 4
},
{
"time": 6400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006400.jpg",
"VisuallyComplete": 4
},
{
"time": 6500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006500.jpg",
"VisuallyComplete": 4
},
{
"time": 6600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006600.jpg",
"VisuallyComplete": 4
},
{
"time": 6700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006700.jpg",
"VisuallyComplete": 4
},
{
"time": 6800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006800.jpg",
"VisuallyComplete": 4
},
{
"time": 6900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006900.jpg",
"VisuallyComplete": 4
},
{
"time": 7000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_007000.jpg",
"VisuallyComplete": 4
},
{
"time": 7100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_007100.jpg",
"VisuallyComplete": 4
},
{
"time": 7200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_007200.jpg",
"VisuallyComplete": 4
},
{
"time": 7300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_007300.jpg",
"VisuallyComplete": 4
},
{
"time": 7500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_007500.jpg",
"VisuallyComplete": 4
},
{
"time": 8100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_008100.jpg",
"VisuallyComplete": 43
},
{
"time": 9700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_009700.jpg",
"VisuallyComplete": 49
},
{
"time": 11700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_011700.jpg",
"VisuallyComplete": 56
},
{
"time": 13600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_013600.jpg",
"VisuallyComplete": 63
},
{
"time": 15800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_015800.jpg",
"VisuallyComplete": 4
},
{
"time": 16001,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_016001.jpg",
"VisuallyComplete": 4
},
{
"time": 16500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_016500.jpg",
"VisuallyComplete": 4
},
{
"time": 17000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_017000.jpg",
"VisuallyComplete": 4
},
{
"time": 17500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_017500.jpg",
"VisuallyComplete": 4
},
{
"time": 18100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_018100.jpg",
"VisuallyComplete": 54
},
{
"time": 19800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_019800.jpg",
"VisuallyComplete": 62
},
{
"time": 21700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_021700.jpg",
"VisuallyComplete": 70
},
{
"time": 23600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_023600.jpg",
"VisuallyComplete": 4
},
{
"time": 24000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_024000.jpg",
"VisuallyComplete": 4
},
{
"time": 24500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_024500.jpg",
"VisuallyComplete": 4
},
{
"time": 25000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_025000.jpg",
"VisuallyComplete": 4
},
{
"time": 25500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_025500.jpg",
"VisuallyComplete": 4
},
{
"time": 27700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_027700.jpg",
"VisuallyComplete": 50
},
{
"time": 29700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_029700.jpg",
"VisuallyComplete": 100
}
],
"domains": {
"www.geissbuehler.net": {
"bytes": 17184072,
"requests": 9,
"connections": 1
}
},
"breakdown": {
"html": {
"color": [
130,
181,
252
],
"bytes": 6886,
"bytesUncompressed": 73428,
"requests": 1
},
"js": {
"color": [
254,
197,
132
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
},
"css": {
"color": [
178,
234,
148
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
},
"image": {
"color": [
196,
154,
232
],
"bytes": 1933765,
"bytesUncompressed": 2248516,
"requests": 5
},
"flash": {
"color": [
45,
183,
193
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
},
"font": {
"color": [
255,
82,
62
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
},
"video": {
"color": [
33,
194,
162
],
"bytes": 15243421,
"bytesUncompressed": 9410275,
"requests": 3
},
"other": {
"color": [
196,
196,
196
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
}
},
"consoleLog": []
}
},
"runs": {
"1": {
"firstView": {
"numSteps": 1,
"run": 1,
"tester": "wpt-fra-lb-cxmf-10.10.1.35",
"loadTime": 34578,
"docTime": 0,
"fullyLoaded": 34578,
"bytesOut": 42479,
"bytesOutDoc": 0,
"bytesIn": 17415265,
"bytesInDoc": 0,
"requests": [
{
"type": 3,
"id": "3FDEE9232FDFE9C6790C0DEF2BF9476D",
"request_id": "3FDEE9232FDFE9C6790C0DEF2BF9476D",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/",
"raw_id": "3FDEE9232FDFE9C6790C0DEF2BF9476D",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Document",
"load_ms": 364,
"ttfb_ms": 345,
"load_start": 155,
"load_start_float": 155.00008099999999,
"bytesIn": 6901,
"objectSize": 6901,
"objectSizeUncompressed": 73423,
"chunks": [
{
"ts": 509,
"bytes": 6323,
"inflated": 65536
},
{
"ts": 519,
"bytes": 578,
"inflated": 7887
}
],
"expires": "",
"cacheControl": "no-store, private",
"contentType": "text\/html",
"contentEncoding": "gzip",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": 1,
"dns_end": 45,
"connect_start": 45,
"connect_end": 82,
"ssl_start": 82,
"ssl_end": 154,
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "www.geissbuehler.net",
"sanList": [
"www.geissbuehler.net"
],
"issuer": "R10",
"validFrom": 1723049477,
"validTo": 1730825476,
"signedCertificateTimestampList": [
{
"status": "Verified",
"origin": "Embedded in certificate",
"logDescription": "DigiCert Yeti2024 Log",
"logId": "48B0E36BDAA647340FE56A02FA9D30EB1C5201CB56DD2C81D9BBBFAB39D88473",
"timestamp": 1723052987905,
"hashAlgorithm": "SHA-256",
"signatureAlgorithm": "ECDSA",
"signatureData": "3045022035B026343D6423516009039F9470DB801F26EFBADE3A1238B9BA188CCBCE0368022100D10F7FAD39BC320B43B110D7769B8B388D53584853095DB64DE0FD4733349F7B"
},
{
"status": "Verified",
"origin": "Embedded in certificate",
"logDescription": "Sectigo 'Mammoth2024h2'",
"logId": "DFE156EBAA05AFB59C0F86718DA8C0324EAE56D96EA7F5A56A01D1C13BBE525C",
"timestamp": 1723052988099,
"hashAlgorithm": "SHA-256",
"signatureAlgorithm": "ECDSA",
"signatureData": "30460221008D53B8E43A50DD6F9677CA6941218E5F914D91629823715A2DABCD46C9154AC3022100E1EEE1CC85170742948263B01445AA33246316CF9C659AED57A5FC7E56E7876C"
}
],
"certificateTransparencyCompliance": "compliant",
"serverSignatureAlgorithm": 2052,
"encryptedClientHello": false
},
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": "",
"initiator_column": "",
"initiator_type": "script",
"priority": "Highest",
"initial_priority": "Highest",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/",
":scheme: https",
"accept: text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.7",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"priority: u=0, i",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: document",
"sec-fetch-mode: navigate",
"sec-fetch-site: cross-site",
"upgrade-insecure-requests: 1",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"cache-control: no-store, private",
"content-encoding: gzip",
"content-type: text\/html; charset=UTF-8",
"date: Fri, 06 Sep 2024 09:23:49 GMT",
"server: Apache",
"set-cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37; expires=Fri, 06-Sep-2024 11:23:49 GMT; Max-Age=7200; path=\/; secure; HttpOnly; SameSite=Lax",
"vary: Accept-Encoding",
":status: 200"
]
},
"bytesOut": 2134,
"score_cache": -1,
"score_cdn": -1,
"score_gzip": 100,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": 44,
"connect_ms": 37,
"ssl_ms": 72,
"gzip_total": 7268,
"gzip_save": 0,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 43,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 1,
"http2_stream_dependency": 0,
"http2_stream_weight": 256,
"http2_stream_exclusive": 1,
"http2_server_settings": {
"SETTINGS_MAX_CONCURRENT_STREAMS": 100
},
"tls_version": "TLS 1.3",
"tls_resumed": "False",
"tls_next_proto": "h2",
"tls_cipher_suite": 4866,
"netlog_id": 81,
"certificates": [
"-----BEGIN CERTIFICATE-----\nMIIE+TCCA+GgAwIBAgISBC1vnUSrhVAPrSuJOpHSpiL1MA0GCSqGSIb3DQEBCwUA\nMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\nEwNSMTAwHhcNMjQwODA3MTY1MTE3WhcNMjQxMTA1MTY1MTE2WjAfMR0wGwYDVQQD\nExR3d3cuZ2Vpc3NidWVobGVyLm5ldDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC\nAQoCggEBAMzTwSBFhy78BbsinxDOSPz5VBIBpDGBgoGJw2EUCnclGrzcj8iVmZCQ\nLbfDe2ftuTkDXmkEvmn3TijovJ9GTXAf6EQzkaUsBJdvYuD+gFhzGaMFuLV5f1BP\nof1dHqK6CPteHadZvbNI8vfmH+6dcABQO75HB3k+QOuVu4RvdNwrFCRfvlDxXZ7I\nar2RNvhQfMdqWUMe3B2RIea6fvdJgvCXhlXXKxA2\/zILArWCIqlX5pjZA4sG5ST9\nzcB58jn7roYanUQbhbhKD4qzuf1QRa7PuYbd2EByAvoYJNQIWtqMMW1qBhjO5V8Z\nNA3JjGQ8qNOn6LkBTV1Vx9uJ\/bYgZssCAwEAAaOCAhkwggIVMA4GA1UdDwEB\/wQE\nAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH\/BAIw\nADAdBgNVHQ4EFgQU2CWWstnBTwkLKxVJyeBjpGKGCi0wHwYDVR0jBBgwFoAUu7zD\nR6XkvKnGw6RyDBCNojXhyOgwVwYIKwYBBQUHAQEESzBJMCIGCCsGAQUFBzABhhZo\ndHRwOi8vcjEwLm8ubGVuY3Iub3JnMCMGCCsGAQUFBzAChhdodHRwOi8vcjEwLmku\nbGVuY3Iub3JnLzAfBgNVHREEGDAWghR3d3cuZ2Vpc3NidWVobGVyLm5ldDATBgNV\nHSAEDDAKMAgGBmeBDAECATCCAQUGCisGAQQB1nkCBAIEgfYEgfMA8QB2AEiw42va\npkc0D+VqAvqdMOscUgHLVt0sgdm7v6s52IRzAAABkS32FgEAAAQDAEcwRQIgNbAm\nND1kI1FgCQOflHDbgB8m77reOhI4uboYjMvOA2gCIQDRD3+tObwyC0OxENd2m4s4\njVNYSFMJXbZN4P1HMzSfewB3AN\/hVuuqBa+1nA+GcY2owDJOrlbZbqf1pWoB0cE7\nvlJcAAABkS32FsMAAAQDAEgwRgIhAI1TuOQ6UN1vlnfKaUEhjl+RTZFimCNxWi2r\nzUbJFUrDAiEA4e7hzIUXB0KUgmOwFEWqMyRjFs+cZZrtV6X8flbnh2wwDQYJKoZI\nhvcNAQELBQADggEBAJ7tsV42v0yv+b8laWUB+y7uFavljzjScZZ+H5aJA0CWgCCE\n\/eKghmthtYojn3yR46SJDYVoIfgrL0r6cqSYJz+90pQ\/G6UiVL2YXfyxDQ5W\/DJK\nhQIGR8JVxbxfW0q9fbfac9pnVr7Ydu\/M8bkpb7s9A7hKrLh26NCKM7x79FDFiF\/g\nq\/OzLboWrQu5q+DBFJefJYGmqJRb72MFloXNysiZYwCUZFKFQt4Ec8aqUj9U0IHL\nXTKpVQcMTmX1J366m5OyhwZP\/BjwJVC+udO+zwCJgRk9Vsaob3H\/XTIyopbtrAyS\nfwpUvq1HRxE1BhmwrqknvY0YTX2Pk5TGzghyJbI=\n-----END CERTIFICATE-----\n",
"-----BEGIN CERTIFICATE-----\nMIIFBTCCAu2gAwIBAgIQS6hSk\/eaL6JzBkuoBI110DANBgkqhkiG9w0BAQsFADBP\nMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFy\nY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBa\nFw0yNzAzMTIyMzU5NTlaMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBF\nbmNyeXB0MQwwCgYDVQQDEwNSMTAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK\nAoIBAQDPV+XmxFQS7bRH\/sknWHZGUCiMHT6I3wWd1bUYKb3dtVq\/+vbOo76vACFL\nYlpaPAEvxVgD9on\/jhFD68G14BQHlo9vH9fnuoE5CXVlt8KvGFs3Jijno\/QHK20a\n\/6tYvJWuQP\/py1fEtVt\/eA0YYbwX51TGu0mRzW4Y0YCF7qZlNrx06rxQTOr8IfM4\nFpOUurDTazgGzRYSespSdcitdrLCnF2YRVxvYXvGLe48E1KGAdlX5jgc3421H5KR\nmudKHMxFqHJV8LDmowfs\/acbZp4\/SItxhHFYyTr6717yW0QrPHTnj7JHwQdqzZq3\nDZb3EoEmUVQK7GH29\/Xi8orIlQ2NAgMBAAGjgfgwgfUwDgYDVR0PAQH\/BAQDAgGG\nMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATASBgNVHRMBAf8ECDAGAQH\/\nAgEAMB0GA1UdDgQWBBS7vMNHpeS8qcbDpHIMEI2iNeHI6DAfBgNVHSMEGDAWgBR5\ntFnme7bl5AFzgAiIyBpY9umbbjAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAKG\nFmh0dHA6Ly94MS5pLmxlbmNyLm9yZy8wEwYDVR0gBAwwCjAIBgZngQwBAgEwJwYD\nVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gxLmMubGVuY3Iub3JnLzANBgkqhkiG9w0B\nAQsFAAOCAgEAkrHnQTfreZ2B5s3iJeE6IOmQRJWjgVzPw139vaBw1bGWKCIL0vIo\nzwzn1OZDjCQiHcFCktEJr59L9MhwTyAWsVrdAfYf+B9haxQnsHKNY67u4s5Lzzfd\nu6PUzeetUK29v+PsPmI2cJkxp+iN3epi4hKu9ZzUPSwMqtCceb7qPVxEbpYxY1p9\n1n5PJKBLBX9eb9LU6l8zSxPWV7bK3lG4XaMJgnT9x3ies7msFtpKK5bDtotij\/l0\nGaKeA97pb5uwD9KgWvaFXMIEt8jVTjLEvwRdvCn294GPDF08U8lAkIv7tghluaQh\n1QnlE4SEN4LOECj8dsIGJXpGUk3aU3KkJz9icKy+aUgA+2cP21uh6NcDIS3XyfaZ\nQjmDQ993ChII8SXWupQZVBiIpcWO4RqZk3lr7Bz5MUCwzDIA359e57SSq5CCkY0N\n4B6Vulk7LktfwrdGNVI5BsC9qqxSwSKgRJeZ9wygIaehbHFHFhcBaMDKpiZlBHyz\nrsnnlFXCb5s8HKn5LsUgGvB24L7sGNZP2CX7dhHov+YhD+jozLW2p9W4959Bz2Ei\nRmqDtmiXLnzqTpXbI+suyCsohKRg6Un0RC47+cpiVwHiXZAW+cn8eiNIjqbVgXLx\nKPpdzvvtTnOPlC7SQZSYmdunr3Bf9b77AiC\/ZidstK36dRILKz7OA54=\n-----END CERTIFICATE-----\n"
],
"server_port": "443",
"final_base_page": true,
"is_base_page": true,
"load_end": 519,
"ttfb_start": 155,
"ttfb_end": 500,
"download_start": 500,
"download_end": 519,
"download_ms": 19,
"all_start": 1,
"all_end": 519,
"all_ms": 517,
"index": 0,
"number": 1,
"cpuTimes": {
"EvaluateScript": 0,
"v8.compile": 0
},
"cpu.EvaluateScript": 0,
"cpu.v8.compile": 0,
"cpuTime": 1,
"js_timing": [
[
584.32799999999997,
584.596
],
[
654.06299999999999,
654.27300000000002
],
[
584.34900000000005,
584.56299999999999
],
[
654.077,
654.24800000000005
]
]
},
{
"type": 3,
"id": "154990.2",
"request_id": "154990.2",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/assets\/fonts\/RecifeDisplay-Book.woff2",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/assets\/fonts\/RecifeDisplay-Book.woff2",
"raw_id": "154990.2",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Font",
"load_ms": 111,
"ttfb_ms": 106,
"load_start": 536,
"load_start_float": 536.00009699999998,
"bytesIn": 20972,
"objectSize": 20972,
"objectSizeUncompressed": 20972,
"chunks": [
{
"ts": 645,
"bytes": 16326
},
{
"ts": 647,
"bytes": 4646
}
],
"expires": "",
"cacheControl": "",
"contentType": "font\/woff2",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 12,
"initiator_column": "",
"initiator_type": "parser",
"priority": "High",
"initial_priority": "High",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/assets\/fonts\/RecifeDisplay-Book.woff2",
":scheme: https",
"accept: *\/*",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"origin: https:\/\/www.geissbuehler.net",
"priority: u=1",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: font",
"sec-fetch-mode: cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 20972",
"content-type: font\/woff2",
"date: Fri, 06 Sep 2024 09:23:49 GMT",
"etag: \"51ec-6216e33d54d00\"",
"last-modified: Fri, 06 Sep 2024 07:17:40 GMT",
"server: Apache",
":status: 200"
]
},
"bytesOut": 2464,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 532,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 5,
"http2_stream_dependency": 3,
"http2_stream_weight": 220,
"http2_stream_exclusive": 1,
"netlog_id": 97,
"server_port": "443",
"renderBlocking": "non_blocking",
"font_details": {
"table_sizes": {
"FFTM": 28,
"GDEF": 84,
"GPOS": 8834,
"GSUB": 1774,
"OS\/2": 96,
"cmap": 1002,
"gasp": 8,
"glyf": 43226,
"head": 54,
"hhea": 36,
"hmtx": 1972,
"loca": 0,
"maxp": 32,
"name": 1422,
"post": 3165
},
"names": {
"0": "Copyright (c) 2018 by Luzi Type. All rights reserved.",
"1": "Recife Display Book",
"2": "Regular",
"3": "1.000;UKWN;RecifeDisplay-Book",
"4": "Recife Display Book",
"5": "Version 1.000;PS 001.000;hotconv 1.0.88;makeotf.lib2.5.64775",
"6": "RecifeDisplay-Book",
"8": "Luzi Type",
"9": "Luzi Gantenbein",
"11": "https:\/\/luzi-type.ch\/",
"12": "https:\/\/luzi-type.ch\/",
"13": "End user license agreement:\nhttp:\/\/luzi-type.ch\/info.html",
"16": "Recife Display",
"17": "Book"
},
"OS2": {
"version": 3,
"xAvgCharWidth": 586,
"usWeightClass": 350,
"usWidthClass": 5,
"fsType": 8,
"ySubscriptXSize": 650,
"ySubscriptYSize": 600,
"ySubscriptXOffset": 0,
"ySubscriptYOffset": 75,
"ySuperscriptXSize": 650,
"ySuperscriptYSize": 600,
"ySuperscriptXOffset": 0,
"ySuperscriptYOffset": 350,
"yStrikeoutSize": 50,
"yStrikeoutPosition": 299,
"sFamilyClass": 0,
"ulUnicodeRange1": 7,
"ulUnicodeRange2": 0,
"ulUnicodeRange3": 0,
"ulUnicodeRange4": 0,
"achVendID": "UKWN",
"fsSelection": 64,
"usFirstCharIndex": 13,
"usLastCharIndex": 64258,
"sTypoAscender": 757,
"sTypoDescender": -243,
"sTypoLineGap": 200,
"usWinAscent": 957,
"usWinDescent": 243,
"ulCodePageRange1": 536871059,
"ulCodePageRange2": 0,
"sxHeight": 499,
"sCapHeight": 700,
"usDefaultChar": 0,
"usBreakChar": 32,
"usMaxContext": 3,
"panose": {
"bFamilyType": 0,
"bSerifStyle": 0,
"bWeight": 4,
"bProportion": 0,
"bContrast": 0,
"bStrokeVariation": 0,
"bArmStyle": 0,
"bLetterForm": 0,
"bMidline": 0,
"bXHeight": 0
}
},
"post": {
"formatType": 2,
"italicAngle": 0,
"underlinePosition": -75,
"underlineThickness": 50,
"isFixedPitch": 0,
"minMemType42": 0,
"maxMemType42": 0,
"minMemType1": 0,
"maxMemType1": 0
},
"cmap": {
"encodings": [
{
"platform": 0,
"encoding": 3
},
{
"platform": 1,
"encoding": 0
},
{
"platform": 3,
"encoding": 1
}
],
"codepoints": [
13,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76,
77,
78,
79,
80,
81,
82,
83,
84,
85,
86,
87,
88,
89,
90,
91,
92,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
121,
122,
123,
124,
125,
126,
161,
162,
163,
164,
165,
166,
167,
168,
169,
170,
171,
172,
174,
175,
176,
177,
178,
179,
180,
182,
183,
184,
185,
186,
187,
188,
189,
190,
191,
192,
193,
194,
195,
196,
197,
198,
199,
200,
201,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211,
212,
213,
214,
215,
216,
217,
218,
219,
220,
221,
222,
223,
224,
225,
226,
227,
228,
229,
230,
231,
232,
233,
234,
235,
236,
237,
238,
239,
240,
241,
242,
243,
244,
245,
246,
247,
248,
249,
250,
251,
252,
253,
254,
255,
256,
257,
258,
259,
260,
261,
262,
263,
264,
265,
266,
267,
268,
269,
270,
271,
272,
273,
274,
275,
276,
277,
278,
279,
280,
281,
282,
283,
284,
285,
286,
287,
288,
289,
290,
291,
292,
293,
294,
295,
296,
297,
298,
299,
302,
303,
304,
305,
306,
307,
308,
309,
310,
311,
312,
313,
314,
315,
316,
317,
318,
319,
320,
321,
322,
323,
324,
325,
326,
327,
328,
329,
330,
331,
332,
333,
334,
335,
336,
337,
338,
339,
340,
341,
342,
343,
344,
345,
346,
347,
348,
349,
350,
351,
352,
353,
354,
355,
356,
357,
358,
359,
360,
361,
362,
363,
364,
365,
366,
367,
368,
369,
370,
371,
372,
373,
374,
375,
376,
377,
378,
379,
380,
381,
382,
383,
402,
506,
507,
508,
509,
510,
511,
536,
537,
538,
539,
710,
711,
713,
728,
729,
730,
731,
732,
733,
916,
937,
956,
960,
7682,
7683,
7690,
7691,
7710,
7711,
7744,
7745,
7766,
7767,
7776,
7777,
7786,
7787,
7808,
7809,
7810,
7811,
7812,
7813,
7922,
7923,
8211,
8212,
8216,
8217,
8218,
8220,
8221,
8222,
8224,
8225,
8226,
8230,
8240,
8249,
8250,
8260,
8364,
8467,
8470,
8482,
8494,
8531,
8532,
8533,
8534,
8535,
8536,
8537,
8538,
8539,
8540,
8541,
8542,
8592,
8593,
8594,
8595,
8706,
8719,
8721,
8722,
8730,
8734,
8747,
8776,
8800,
8804,
8805,
9674,
64257,
64258
]
},
"color": {
"formats": [],
"numPalettes": 0,
"numPaletteEntries": 0
},
"features": {
"GSUB": {
"DFLT": {
"default": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
]
},
"latn": {
"default": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"CAT ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"MOL ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"ROM ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
]
}
},
"GPOS": {
"DFLT": {
"default": [
"kern"
]
},
"latn": {
"default": [
"kern"
],
"CAT ": [
"kern"
],
"MOL ": [
"kern"
],
"ROM ": [
"kern"
]
}
}
},
"counts": {
"num_cmap_codepoints": 412,
"num_glyphs": 493
}
},
"load_end": 647,
"ttfb_start": 536,
"ttfb_end": 642,
"download_start": 642,
"download_end": 647,
"download_ms": 5,
"all_start": 536,
"all_end": 647,
"all_ms": 111,
"index": 1,
"number": 2
},
{
"type": 3,
"id": "154990.3",
"request_id": "154990.3",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/assets\/css\/app.css?v=9",
"raw_id": "154990.3",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Stylesheet",
"load_ms": 58,
"ttfb_ms": 56,
"load_start": 537,
"load_start_float": 537.00010299999997,
"bytesIn": 9005,
"objectSize": 9005,
"objectSizeUncompressed": 42996,
"chunks": [
{
"ts": 595,
"bytes": 9005,
"inflated": 42996
}
],
"expires": "",
"cacheControl": "",
"contentType": "text\/css",
"contentEncoding": "gzip",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 32,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Highest",
"initial_priority": "Highest",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/assets\/css\/app.css?v=9",
":scheme: https",
"accept: text\/css,*\/*;q=0.1",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: u=0",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: style",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-encoding: gzip",
"content-length: 9005",
"content-type: text\/css",
"date: Fri, 06 Sep 2024 09:23:49 GMT",
"etag: \"a7f4-6216e33d54d00-gzip\"",
"last-modified: Fri, 06 Sep 2024 07:17:40 GMT",
"server: Apache",
"vary: Accept-Encoding",
":status: 200"
]
},
"bytesOut": 2356,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": 100,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 9005,
"gzip_save": 0,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 534,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 3,
"http2_stream_dependency": 0,
"http2_stream_weight": 256,
"http2_stream_exclusive": 1,
"netlog_id": 103,
"server_port": "443",
"renderBlocking": "blocking",
"load_end": 595,
"ttfb_start": 537,
"ttfb_end": 593,
"download_start": 593,
"download_end": 595,
"download_ms": 2,
"all_start": 537,
"all_end": 595,
"all_ms": 58,
"index": 2,
"number": 3
},
{
"type": 3,
"id": "154990.5",
"request_id": "154990.5",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.jpg",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.jpg",
"raw_id": "154990.5",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 859,
"ttfb_ms": 135,
"load_start": 537,
"load_start_float": 537.00010899999995,
"bytesIn": 445362,
"objectSize": 445362,
"objectSizeUncompressed": 445362,
"chunks": [
{
"ts": 675,
"bytes": 16300
},
{
"ts": 708,
"bytes": 16375
},
{
"ts": 736,
"bytes": 16375
},
{
"ts": 765,
"bytes": 16375
},
{
"ts": 786,
"bytes": 16375
},
{
"ts": 822,
"bytes": 16375
},
{
"ts": 841,
"bytes": 16375
},
{
"ts": 868,
"bytes": 16450
},
{
"ts": 897,
"bytes": 16375
},
{
"ts": 925,
"bytes": 16375
},
{
"ts": 953,
"bytes": 16375
},
{
"ts": 982,
"bytes": 16375
},
{
"ts": 1012,
"bytes": 16375
},
{
"ts": 1038,
"bytes": 16375
},
{
"ts": 1067,
"bytes": 16375
},
{
"ts": 1095,
"bytes": 16375
},
{
"ts": 1123,
"bytes": 16375
},
{
"ts": 1145,
"bytes": 16375
},
{
"ts": 1170,
"bytes": 16375
},
{
"ts": 1212,
"bytes": 16375
},
{
"ts": 1227,
"bytes": 16375
},
{
"ts": 1255,
"bytes": 16375
},
{
"ts": 1284,
"bytes": 16375
},
{
"ts": 1312,
"bytes": 16375
},
{
"ts": 1340,
"bytes": 16375
},
{
"ts": 1369,
"bytes": 16375
},
{
"ts": 1396,
"bytes": 19612
}
],
"expires": "",
"cacheControl": "",
"contentType": "image\/jpeg",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 981,
"initiator_column": "",
"initiator_type": "parser",
"priority": "High",
"initial_priority": "Medium",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.jpg",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: u=2, i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 445362",
"content-type: image\/jpeg",
"date: Fri, 06 Sep 2024 09:23:49 GMT",
"etag: \"6cbb2-62163e4420cd5\"",
"last-modified: Thu, 05 Sep 2024 18:59:35 GMT",
"server: Apache",
":status: 200"
]
},
"bytesOut": 2626,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 85,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 445362,
"image_save": 65445,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 535,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 7,
"http2_stream_dependency": 5,
"http2_stream_weight": 183,
"http2_stream_exclusive": 1,
"netlog_id": 109,
"server_port": "443",
"image_details": {
"detected_type": "jpeg",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "435 KiB",
"FileType": "JPEG",
"FileTypeExtension": "jpg",
"MIMEType": "image\/jpeg",
"ImageWidth": 1423,
"ImageHeight": 1067,
"EncodingProcess": "Baseline DCT, Huffman coding",
"BitsPerSample": 8,
"ColorComponents": 3,
"YCbCrSubSampling": "YCbCr4:4:4 (1 1)"
},
"JFIF": {
"JFIFVersion": 1.01,
"ResolutionUnit": "inches",
"XResolution": 72,
"YResolution": 72
},
"ICC_Profile": {
"ProfileCMMType": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "2017:07:07 13:22:32",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Apple Computer Inc.",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Apple Computer Inc.",
"DeviceModel": "",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Perceptual",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Apple Computer Inc.",
"ProfileID": "ca1a9582257f104d389913d5d1ea1582",
"ProfileDescription": "Display P3",
"ProfileCopyright": "Copyright Apple Inc., 2017",
"MediaWhitePoint": "0.95045 1 1.08905",
"RedMatrixColumn": "0.51512 0.2412 -0.00105",
"GreenMatrixColumn": "0.29198 0.69225 0.04189",
"BlueMatrixColumn": "0.1571 0.06657 0.78407",
"RedTRC": "(Binary data 32 bytes, use -b option to extract)",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02959 0.99048 -0.01706 -0.00923 0.01508 0.75168",
"BlueTRC": "(Binary data 32 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 32 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "1423x1067",
"Megapixels": 1.5
}
},
"magick": {
"format": "JPEG",
"formatDescription": "Joint Photographic Experts Group JFIF format",
"mimeType": "image\/jpeg",
"class": "DirectClass",
"geometry": {
"width": 1423,
"height": 1067,
"x": 0,
"y": 0
},
"resolution": {
"x": 72,
"y": 72
},
"printSize": {
"x": 19.7639,
"y": 14.8194
},
"units": "PixelsPerInch",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 1518341,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 98.211100000000002,
"standardDeviation": 66.869100000000003,
"kurtosis": -0.49706699999999998,
"skewness": 0.71885900000000003,
"entropy": 0.95244200000000001
}
},
"channelStatistics": {
"red": {
"min": 0,
"max": 255,
"mean": 99.254099999999994,
"standardDeviation": 67.900099999999995,
"kurtosis": -0.50929800000000003,
"skewness": 0.66766999999999999,
"entropy": 0.95942499999999997
},
"green": {
"min": 0,
"max": 255,
"mean": 99.192999999999998,
"standardDeviation": 65.215000000000003,
"kurtosis": -0.68671199999999999,
"skewness": 0.54140999999999995,
"entropy": 0.95324699999999996
},
"blue": {
"min": 0,
"max": 255,
"mean": 96.186199999999999,
"standardDeviation": 67.492199999999997,
"kurtosis": -0.28792899999999999,
"skewness": 0.93389,
"entropy": 0.94465299999999996
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 1423,
"height": 1067,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "JPEG",
"quality": 90,
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:23:50+00:00",
"date:modify": "2024-09-06T09:23:50+00:00",
"icc:copyright": "Copyright Apple Inc., 2017",
"icc:description": "Display P3",
"jpeg:colorspace": "2",
"jpeg:sampling-factor": "1x1,1x1,1x1",
"signature": "73e7e0dca1237829e8b1bac5797afead59c3a42df9a71539e4bac1349ccc14ff"
},
"profiles": {
"icc": {
"length": 548
}
},
"tainted": false,
"filesize": "445362B",
"numberPixels": "1.51834M",
"pixelsPerSecond": "10.6517MB",
"userTime": "0.050u",
"elapsedTime": "0:01.142"
}
},
"jpeg_scan_count": 1,
"score_progressive_jpeg": 0,
"load_end": 1396,
"ttfb_start": 537,
"ttfb_end": 672,
"download_start": 672,
"download_end": 1396,
"download_ms": 724,
"all_start": 537,
"all_end": 1396,
"all_ms": 859,
"index": 3,
"number": 4
},
{
"type": 3,
"id": "154990.4",
"request_id": "154990.4",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/assets\/js\/app.js?v=9",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/assets\/js\/app.js?v=9",
"raw_id": "154990.4",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Script",
"load_ms": 15046,
"ttfb_ms": 15032,
"load_start": 554,
"load_start_float": 554.00011500000005,
"bytesIn": 26933,
"objectSize": 26933,
"objectSizeUncompressed": 90129,
"chunks": [
{
"ts": 15590,
"bytes": 16047,
"inflated": 53538
},
{
"ts": 15599,
"bytes": 10886,
"inflated": 36591
}
],
"expires": "",
"cacheControl": "",
"contentType": "text\/javascript",
"contentEncoding": "gzip",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 32,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/assets\/js\/app.js?v=9",
":scheme: https",
"accept: *\/*",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: script",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-encoding: gzip",
"content-length: 26933",
"content-type: text\/javascript",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"16011-6216e33d54d00-gzip\"",
"last-modified: Fri, 06 Sep 2024 07:17:40 GMT",
"server: Apache",
"vary: Accept-Encoding",
":status: 200"
]
},
"bytesOut": 2257,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": 100,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 26933,
"gzip_save": 0,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 553,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 9,
"http2_stream_dependency": 7,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 115,
"server_port": "443",
"renderBlocking": "non_blocking",
"load_end": 15600,
"ttfb_start": 554,
"ttfb_end": 15586,
"download_start": 15586,
"download_end": 15600,
"download_ms": 14,
"all_start": 554,
"all_end": 15600,
"all_ms": 15046,
"index": 4,
"number": 5,
"cpuTimes": {
"EvaluateScript": 59,
"v8.compile": 3,
"FunctionCall": 58
},
"cpu.EvaluateScript": 59,
"cpu.v8.compile": 3,
"cpu.FunctionCall": 58,
"cpuTime": 121,
"js_timing": [
[
15639.611000000001,
15699.023999999999
],
[
15639.638000000001,
15642.495000000001
],
[
15699.148999999999,
15699.291999999999
],
[
15728.57,
15728.643
],
[
15825.869000000001,
15826.074000000001
],
[
16696.117999999999,
16696.331999999999
],
[
17692.871999999999,
17707.227999999999
],
[
17711.435000000001,
17711.984
],
[
18712.164000000001,
18712.420999999998
],
[
19702.061000000002,
19708.678
],
[
19712.59,
19712.793000000001
],
[
20712.977999999999,
20713.271000000001
],
[
21707.25,
21715.024000000001
],
[
21718.805,
21718.920999999998
],
[
22719.184000000001,
22719.380000000001
],
[
23713.205999999998,
23718.845000000001
],
[
23719.637999999999,
23719.780999999999
],
[
24719.918000000001,
24720.084999999999
],
[
25717.652999999998,
25724.507000000001
],
[
25729.633000000002,
25729.758999999998
],
[
26729.918000000001,
26730.055
],
[
27722.028999999999,
27727.414000000001
],
[
27732.883000000002,
27733.135999999999
],
[
28733.388999999999,
28733.600999999999
],
[
29726.421999999999,
29734.663
],
[
29741.151000000002,
29741.324000000001
]
],
"blockingTime": 59.412999999998647
},
{
"type": 3,
"id": "154990.18",
"request_id": "154990.18",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4",
"raw_id": "154990.18",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 4340,
"ttfb_ms": 848,
"load_start": 576,
"load_start_float": 576.00012100000004,
"bytesIn": 2095951,
"objectSize": 2095951,
"objectSizeUncompressed": 2095951,
"chunks": [
{
"ts": 1429,
"bytes": 16170
},
{
"ts": 1453,
"bytes": 16375
},
{
"ts": 1482,
"bytes": 16375
},
{
"ts": 1510,
"bytes": 16375
},
{
"ts": 1539,
"bytes": 16375
},
{
"ts": 1567,
"bytes": 16375
},
{
"ts": 1596,
"bytes": 16375
},
{
"ts": 1624,
"bytes": 16580
},
{
"ts": 1652,
"bytes": 16375
},
{
"ts": 1675,
"bytes": 16375
},
{
"ts": 1704,
"bytes": 16375
},
{
"ts": 1732,
"bytes": 16375
},
{
"ts": 1760,
"bytes": 16375
},
{
"ts": 1790,
"bytes": 16375
},
{
"ts": 1818,
"bytes": 16375
},
{
"ts": 1837,
"bytes": 16375
},
{
"ts": 1864,
"bytes": 16375
},
{
"ts": 1898,
"bytes": 16375
},
{
"ts": 1921,
"bytes": 16375
},
{
"ts": 1949,
"bytes": 16375
},
{
"ts": 1977,
"bytes": 16375
},
{
"ts": 2005,
"bytes": 16375
},
{
"ts": 2034,
"bytes": 16375
},
{
"ts": 2062,
"bytes": 16375
},
{
"ts": 2092,
"bytes": 16375
},
{
"ts": 2119,
"bytes": 16375
},
{
"ts": 2137,
"bytes": 16375
},
{
"ts": 2168,
"bytes": 16375
},
{
"ts": 2210,
"bytes": 16375
},
{
"ts": 2232,
"bytes": 16375
},
{
"ts": 2260,
"bytes": 16375
},
{
"ts": 2279,
"bytes": 16375
},
{
"ts": 2305,
"bytes": 16375
},
{
"ts": 2340,
"bytes": 16375
},
{
"ts": 2359,
"bytes": 16375
},
{
"ts": 2397,
"bytes": 16375
},
{
"ts": 2416,
"bytes": 16375
},
{
"ts": 2444,
"bytes": 16375
},
{
"ts": 2472,
"bytes": 16375
},
{
"ts": 2501,
"bytes": 16375
},
{
"ts": 2530,
"bytes": 16375
},
{
"ts": 2557,
"bytes": 16375
},
{
"ts": 2586,
"bytes": 16375
},
{
"ts": 2605,
"bytes": 16375
},
{
"ts": 2634,
"bytes": 16375
},
{
"ts": 2661,
"bytes": 16375
},
{
"ts": 2689,
"bytes": 16375
},
{
"ts": 2719,
"bytes": 16375
},
{
"ts": 2746,
"bytes": 16375
},
{
"ts": 2774,
"bytes": 16375
},
{
"ts": 2803,
"bytes": 16375
},
{
"ts": 2831,
"bytes": 16375
},
{
"ts": 2859,
"bytes": 16375
},
{
"ts": 2887,
"bytes": 16375
},
{
"ts": 2918,
"bytes": 16375
},
{
"ts": 2935,
"bytes": 16375
},
{
"ts": 2963,
"bytes": 16375
},
{
"ts": 2995,
"bytes": 16375
},
{
"ts": 3021,
"bytes": 16375
},
{
"ts": 3048,
"bytes": 16375
},
{
"ts": 3076,
"bytes": 16375
},
{
"ts": 3104,
"bytes": 16375
},
{
"ts": 3133,
"bytes": 16375
},
{
"ts": 3162,
"bytes": 16375
},
{
"ts": 3190,
"bytes": 16375
},
{
"ts": 3218,
"bytes": 16375
},
{
"ts": 3236,
"bytes": 16375
},
{
"ts": 3265,
"bytes": 16375
},
{
"ts": 3295,
"bytes": 16375
},
{
"ts": 3323,
"bytes": 16375
},
{
"ts": 3350,
"bytes": 16375
},
{
"ts": 3378,
"bytes": 16375
},
{
"ts": 3408,
"bytes": 16375
},
{
"ts": 3436,
"bytes": 16375
},
{
"ts": 3464,
"bytes": 16375
},
{
"ts": 3494,
"bytes": 16375
},
{
"ts": 3520,
"bytes": 16375
},
{
"ts": 3548,
"bytes": 16375
},
{
"ts": 3567,
"bytes": 16375
},
{
"ts": 3596,
"bytes": 16375
},
{
"ts": 3625,
"bytes": 16375
},
{
"ts": 3652,
"bytes": 16375
},
{
"ts": 3680,
"bytes": 16375
},
{
"ts": 3708,
"bytes": 16375
},
{
"ts": 3737,
"bytes": 16375
},
{
"ts": 3765,
"bytes": 16375
},
{
"ts": 3796,
"bytes": 16375
},
{
"ts": 3827,
"bytes": 16375
},
{
"ts": 3850,
"bytes": 16375
},
{
"ts": 3873,
"bytes": 16375
},
{
"ts": 3897,
"bytes": 16375
},
{
"ts": 3925,
"bytes": 16375
},
{
"ts": 3954,
"bytes": 16375
},
{
"ts": 3982,
"bytes": 16375
},
{
"ts": 4010,
"bytes": 16375
},
{
"ts": 4038,
"bytes": 16375
},
{
"ts": 4067,
"bytes": 16375
},
{
"ts": 4095,
"bytes": 16375
},
{
"ts": 4123,
"bytes": 16375
},
{
"ts": 4153,
"bytes": 16375
},
{
"ts": 4181,
"bytes": 16375
},
{
"ts": 4201,
"bytes": 16375
},
{
"ts": 4227,
"bytes": 16375
},
{
"ts": 4256,
"bytes": 16375
},
{
"ts": 4281,
"bytes": 16375
},
{
"ts": 4313,
"bytes": 16375
},
{
"ts": 4340,
"bytes": 16375
},
{
"ts": 4368,
"bytes": 16375
},
{
"ts": 4397,
"bytes": 16375
},
{
"ts": 4425,
"bytes": 16375
},
{
"ts": 4453,
"bytes": 16375
},
{
"ts": 4482,
"bytes": 16375
},
{
"ts": 4501,
"bytes": 16375
},
{
"ts": 4530,
"bytes": 16375
},
{
"ts": 4557,
"bytes": 16375
},
{
"ts": 4586,
"bytes": 16375
},
{
"ts": 4615,
"bytes": 16375
},
{
"ts": 4642,
"bytes": 16375
},
{
"ts": 4671,
"bytes": 16375
},
{
"ts": 4699,
"bytes": 16375
},
{
"ts": 4727,
"bytes": 16375
},
{
"ts": 4756,
"bytes": 16375
},
{
"ts": 4784,
"bytes": 16375
},
{
"ts": 4812,
"bytes": 16375
},
{
"ts": 4831,
"bytes": 16375
},
{
"ts": 4859,
"bytes": 16375
},
{
"ts": 4888,
"bytes": 16375
},
{
"ts": 4916,
"bytes": 16326
}
],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 190,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 2095951",
"Content-Range: bytes 0-2095950\/2095951",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"1ffb4f-621628d55fbb4\"",
"last-modified: Thu, 05 Sep 2024 17:23:41 GMT",
"server: Apache",
":status: 206",
"content-length: 2095951",
"content-range: bytes 0-2095950\/2095951"
]
},
"bytesOut": 2527,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": 87,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 2095951,
"gzip_save": 270209,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 574,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 11,
"http2_stream_dependency": 9,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 121,
"server_port": "443",
"load_end": 4916,
"ttfb_start": 576,
"ttfb_end": 1424,
"download_start": 1424,
"download_end": 4916,
"download_ms": 3492,
"all_start": 576,
"all_end": 4916,
"all_ms": 4340,
"index": 5,
"number": 6
},
{
"type": 3,
"id": "154990.19",
"request_id": "154990.19",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4",
"raw_id": "154990.19",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 25659,
"ttfb_ms": 15005,
"load_start": 576,
"load_start_float": 576.00012300000003,
"bytesIn": 6291456,
"objectSize": 6291456,
"objectSizeUncompressed": 6291456,
"chunks": [
{
"ts": 15624,
"bytes": 16375
},
{
"ts": 15651,
"bytes": 16375
},
{
"ts": 15678,
"bytes": 16375
},
{
"ts": 15705,
"bytes": 16375
},
{
"ts": 15733,
"bytes": 16375
},
{
"ts": 15760,
"bytes": 16375
},
{
"ts": 15788,
"bytes": 16375
},
{
"ts": 15816,
"bytes": 16375
},
{
"ts": 15843,
"bytes": 16375
},
{
"ts": 15871,
"bytes": 16375
},
{
"ts": 15898,
"bytes": 16375
},
{
"ts": 15926,
"bytes": 16375
},
{
"ts": 15953,
"bytes": 16375
},
{
"ts": 15981,
"bytes": 16375
},
{
"ts": 16010,
"bytes": 16375
},
{
"ts": 16038,
"bytes": 16375
},
{
"ts": 16065,
"bytes": 16375
},
{
"ts": 16094,
"bytes": 16375
},
{
"ts": 16119,
"bytes": 16375
},
{
"ts": 16149,
"bytes": 16375
},
{
"ts": 16175,
"bytes": 16375
},
{
"ts": 16208,
"bytes": 16375
},
{
"ts": 16230,
"bytes": 16375
},
{
"ts": 16257,
"bytes": 16375
},
{
"ts": 16285,
"bytes": 16375
},
{
"ts": 16313,
"bytes": 16375
},
{
"ts": 16340,
"bytes": 16375
},
{
"ts": 16369,
"bytes": 16375
},
{
"ts": 16396,
"bytes": 16375
},
{
"ts": 16424,
"bytes": 16375
},
{
"ts": 16451,
"bytes": 16375
},
{
"ts": 16478,
"bytes": 16375
},
{
"ts": 16507,
"bytes": 16375
},
{
"ts": 16534,
"bytes": 16375
},
{
"ts": 16561,
"bytes": 16375
},
{
"ts": 16589,
"bytes": 16375
},
{
"ts": 16618,
"bytes": 16375
},
{
"ts": 16644,
"bytes": 16375
},
{
"ts": 16672,
"bytes": 16375
},
{
"ts": 16699,
"bytes": 16375
},
{
"ts": 16729,
"bytes": 16375
},
{
"ts": 16755,
"bytes": 16375
},
{
"ts": 16782,
"bytes": 16375
},
{
"ts": 16810,
"bytes": 16375
},
{
"ts": 16837,
"bytes": 16375
},
{
"ts": 16876,
"bytes": 16375
},
{
"ts": 16900,
"bytes": 16375
},
{
"ts": 16933,
"bytes": 16375
},
{
"ts": 16966,
"bytes": 16375
},
{
"ts": 16987,
"bytes": 16375
},
{
"ts": 17007,
"bytes": 16375
},
{
"ts": 17035,
"bytes": 16375
},
{
"ts": 17073,
"bytes": 16375
},
{
"ts": 17095,
"bytes": 16375
},
{
"ts": 17121,
"bytes": 16375
},
{
"ts": 17166,
"bytes": 16375
},
{
"ts": 17177,
"bytes": 16375
},
{
"ts": 17201,
"bytes": 16375
},
{
"ts": 17240,
"bytes": 16375
},
{
"ts": 17260,
"bytes": 16375
},
{
"ts": 17290,
"bytes": 16375
},
{
"ts": 17315,
"bytes": 16375
},
{
"ts": 17338,
"bytes": 16375
},
{
"ts": 17379,
"bytes": 16375
},
{
"ts": 17410,
"bytes": 16375
},
{
"ts": 17422,
"bytes": 16375
},
{
"ts": 17458,
"bytes": 16375
},
{
"ts": 17485,
"bytes": 16375
},
{
"ts": 17517,
"bytes": 16375
},
{
"ts": 17543,
"bytes": 16375
},
{
"ts": 17559,
"bytes": 16375
},
{
"ts": 17587,
"bytes": 16375
},
{
"ts": 17614,
"bytes": 16375
},
{
"ts": 17642,
"bytes": 16375
},
{
"ts": 17673,
"bytes": 16375
},
{
"ts": 17720,
"bytes": 16375
},
{
"ts": 17725,
"bytes": 16375
},
{
"ts": 17752,
"bytes": 16375
},
{
"ts": 17780,
"bytes": 16375
},
{
"ts": 17807,
"bytes": 16375
},
{
"ts": 17836,
"bytes": 16375
},
{
"ts": 17871,
"bytes": 16375
},
{
"ts": 17898,
"bytes": 16375
},
{
"ts": 17919,
"bytes": 16375
},
{
"ts": 17947,
"bytes": 16375
},
{
"ts": 17978,
"bytes": 16375
},
{
"ts": 18004,
"bytes": 16375
},
{
"ts": 18030,
"bytes": 16375
},
{
"ts": 18058,
"bytes": 16375
},
{
"ts": 18089,
"bytes": 16375
},
{
"ts": 18114,
"bytes": 16375
},
{
"ts": 18140,
"bytes": 16375
},
{
"ts": 18189,
"bytes": 16375
},
{
"ts": 18206,
"bytes": 16375
},
{
"ts": 18231,
"bytes": 16375
},
{
"ts": 18255,
"bytes": 16375
},
{
"ts": 18282,
"bytes": 16375
},
{
"ts": 18318,
"bytes": 16375
},
{
"ts": 18330,
"bytes": 16375
},
{
"ts": 18365,
"bytes": 16375
},
{
"ts": 18389,
"bytes": 16375
},
{
"ts": 18412,
"bytes": 16375
},
{
"ts": 18452,
"bytes": 16375
},
{
"ts": 18477,
"bytes": 16375
},
{
"ts": 18504,
"bytes": 16375
},
{
"ts": 18536,
"bytes": 16375
},
{
"ts": 18551,
"bytes": 16375
},
{
"ts": 18586,
"bytes": 16375
},
{
"ts": 18613,
"bytes": 16375
},
{
"ts": 18648,
"bytes": 16375
},
{
"ts": 18676,
"bytes": 16375
},
{
"ts": 18714,
"bytes": 16375
},
{
"ts": 18720,
"bytes": 16375
},
{
"ts": 18764,
"bytes": 16375
},
{
"ts": 18775,
"bytes": 16375
},
{
"ts": 18804,
"bytes": 16375
},
{
"ts": 18831,
"bytes": 16375
},
{
"ts": 18858,
"bytes": 16375
},
{
"ts": 18889,
"bytes": 16375
},
{
"ts": 18914,
"bytes": 16375
},
{
"ts": 18938,
"bytes": 16375
},
{
"ts": 18966,
"bytes": 16375
},
{
"ts": 19001,
"bytes": 16375
},
{
"ts": 19029,
"bytes": 16375
},
{
"ts": 19049,
"bytes": 16375
},
{
"ts": 19076,
"bytes": 16375
},
{
"ts": 19105,
"bytes": 16375
},
{
"ts": 19132,
"bytes": 16375
},
{
"ts": 19160,
"bytes": 1152
},
{
"ts": 19160,
"bytes": 15223
},
{
"ts": 19188,
"bytes": 16375
},
{
"ts": 19215,
"bytes": 16375
},
{
"ts": 19242,
"bytes": 16375
},
{
"ts": 19269,
"bytes": 16375
},
{
"ts": 19297,
"bytes": 16375
},
{
"ts": 19324,
"bytes": 16375
},
{
"ts": 19352,
"bytes": 16375
},
{
"ts": 19380,
"bytes": 16375
},
{
"ts": 19407,
"bytes": 16375
},
{
"ts": 19435,
"bytes": 16375
},
{
"ts": 19463,
"bytes": 16375
},
{
"ts": 19493,
"bytes": 16375
},
{
"ts": 19520,
"bytes": 16375
},
{
"ts": 19546,
"bytes": 16375
},
{
"ts": 19573,
"bytes": 16375
},
{
"ts": 19601,
"bytes": 16375
},
{
"ts": 19629,
"bytes": 16375
},
{
"ts": 19656,
"bytes": 16375
},
{
"ts": 19683,
"bytes": 16375
},
{
"ts": 19711,
"bytes": 16375
},
{
"ts": 19738,
"bytes": 16375
},
{
"ts": 19773,
"bytes": 16375
},
{
"ts": 19800,
"bytes": 16375
},
{
"ts": 19843,
"bytes": 16375
},
{
"ts": 19856,
"bytes": 16375
},
{
"ts": 19898,
"bytes": 16375
},
{
"ts": 19911,
"bytes": 16375
},
{
"ts": 19939,
"bytes": 16375
},
{
"ts": 19974,
"bytes": 16375
},
{
"ts": 19998,
"bytes": 16375
},
{
"ts": 20029,
"bytes": 16375
},
{
"ts": 20045,
"bytes": 16375
},
{
"ts": 20077,
"bytes": 16375
},
{
"ts": 20101,
"bytes": 16375
},
{
"ts": 20135,
"bytes": 16375
},
{
"ts": 20167,
"bytes": 16375
},
{
"ts": 20200,
"bytes": 16375
},
{
"ts": 20223,
"bytes": 16375
},
{
"ts": 20246,
"bytes": 16375
},
{
"ts": 20273,
"bytes": 16375
},
{
"ts": 20305,
"bytes": 16375
},
{
"ts": 20332,
"bytes": 16375
},
{
"ts": 20359,
"bytes": 16375
},
{
"ts": 20396,
"bytes": 16375
},
{
"ts": 20404,
"bytes": 16375
},
{
"ts": 20435,
"bytes": 16375
},
{
"ts": 20466,
"bytes": 16375
},
{
"ts": 20493,
"bytes": 16375
},
{
"ts": 20530,
"bytes": 16375
},
{
"ts": 20549,
"bytes": 16375
},
{
"ts": 20595,
"bytes": 16375
},
{
"ts": 20608,
"bytes": 16375
},
{
"ts": 20647,
"bytes": 16375
},
{
"ts": 20670,
"bytes": 16375
},
{
"ts": 20697,
"bytes": 16375
},
{
"ts": 20714,
"bytes": 16375
},
{
"ts": 20738,
"bytes": 16375
},
{
"ts": 20773,
"bytes": 16375
},
{
"ts": 20800,
"bytes": 16375
},
{
"ts": 20825,
"bytes": 16375
},
{
"ts": 20848,
"bytes": 16375
},
{
"ts": 20876,
"bytes": 16375
},
{
"ts": 20906,
"bytes": 16375
},
{
"ts": 20931,
"bytes": 16375
},
{
"ts": 20958,
"bytes": 16375
},
{
"ts": 20986,
"bytes": 16375
},
{
"ts": 21012,
"bytes": 16375
},
{
"ts": 21045,
"bytes": 16375
},
{
"ts": 21092,
"bytes": 16375
},
{
"ts": 21097,
"bytes": 16375
},
{
"ts": 21139,
"bytes": 16375
},
{
"ts": 21159,
"bytes": 16375
},
{
"ts": 21188,
"bytes": 16375
},
{
"ts": 21223,
"bytes": 16375
},
{
"ts": 21256,
"bytes": 16375
},
{
"ts": 21274,
"bytes": 16375
},
{
"ts": 21290,
"bytes": 16375
},
{
"ts": 21315,
"bytes": 16375
},
{
"ts": 21349,
"bytes": 16375
},
{
"ts": 21373,
"bytes": 16375
},
{
"ts": 21408,
"bytes": 16375
},
{
"ts": 21439,
"bytes": 16375
},
{
"ts": 21452,
"bytes": 16375
},
{
"ts": 21487,
"bytes": 16375
},
{
"ts": 21509,
"bytes": 16375
},
{
"ts": 21539,
"bytes": 16375
},
{
"ts": 21566,
"bytes": 16375
},
{
"ts": 21600,
"bytes": 16375
},
{
"ts": 21617,
"bytes": 16375
},
{
"ts": 21646,
"bytes": 16375
},
{
"ts": 21677,
"bytes": 16375
},
{
"ts": 21700,
"bytes": 16375
},
{
"ts": 21735,
"bytes": 16375
},
{
"ts": 21756,
"bytes": 16375
},
{
"ts": 21788,
"bytes": 16375
},
{
"ts": 21812,
"bytes": 16375
},
{
"ts": 21840,
"bytes": 16375
},
{
"ts": 21870,
"bytes": 16375
},
{
"ts": 21906,
"bytes": 16375
},
{
"ts": 21925,
"bytes": 16375
},
{
"ts": 21954,
"bytes": 16375
},
{
"ts": 21987,
"bytes": 16375
},
{
"ts": 22012,
"bytes": 16375
},
{
"ts": 22035,
"bytes": 16375
},
{
"ts": 22062,
"bytes": 16375
},
{
"ts": 22087,
"bytes": 16375
},
{
"ts": 22118,
"bytes": 16375
},
{
"ts": 22143,
"bytes": 16375
},
{
"ts": 22199,
"bytes": 16375
},
{
"ts": 22209,
"bytes": 16375
},
{
"ts": 22234,
"bytes": 16375
},
{
"ts": 22262,
"bytes": 16375
},
{
"ts": 22285,
"bytes": 16375
},
{
"ts": 22313,
"bytes": 16375
},
{
"ts": 22345,
"bytes": 16375
},
{
"ts": 22373,
"bytes": 16375
},
{
"ts": 22395,
"bytes": 16375
},
{
"ts": 22426,
"bytes": 16375
},
{
"ts": 22456,
"bytes": 16375
},
{
"ts": 22479,
"bytes": 16375
},
{
"ts": 22506,
"bytes": 16375
},
{
"ts": 22539,
"bytes": 16375
},
{
"ts": 22566,
"bytes": 16375
},
{
"ts": 22591,
"bytes": 16375
},
{
"ts": 22623,
"bytes": 16375
},
{
"ts": 22649,
"bytes": 16375
},
{
"ts": 22673,
"bytes": 16375
},
{
"ts": 22704,
"bytes": 2304
},
{
"ts": 22705,
"bytes": 14071
},
{
"ts": 22729,
"bytes": 16375
},
{
"ts": 22751,
"bytes": 16375
},
{
"ts": 22787,
"bytes": 16375
},
{
"ts": 22807,
"bytes": 16375
},
{
"ts": 22842,
"bytes": 16375
},
{
"ts": 22861,
"bytes": 16375
},
{
"ts": 22894,
"bytes": 16375
},
{
"ts": 22918,
"bytes": 16375
},
{
"ts": 22944,
"bytes": 16375
},
{
"ts": 22972,
"bytes": 16375
},
{
"ts": 23002,
"bytes": 16375
},
{
"ts": 23031,
"bytes": 16375
},
{
"ts": 23058,
"bytes": 16375
},
{
"ts": 23085,
"bytes": 16375
},
{
"ts": 23119,
"bytes": 16375
},
{
"ts": 23142,
"bytes": 16375
},
{
"ts": 23175,
"bytes": 16375
},
{
"ts": 23200,
"bytes": 16375
},
{
"ts": 23224,
"bytes": 16375
},
{
"ts": 23256,
"bytes": 16375
},
{
"ts": 23284,
"bytes": 16375
},
{
"ts": 23313,
"bytes": 16375
},
{
"ts": 23339,
"bytes": 16375
},
{
"ts": 23366,
"bytes": 16375
},
{
"ts": 23396,
"bytes": 16375
},
{
"ts": 23422,
"bytes": 16375
},
{
"ts": 23442,
"bytes": 16375
},
{
"ts": 23473,
"bytes": 16375
},
{
"ts": 23498,
"bytes": 16375
},
{
"ts": 23532,
"bytes": 16375
},
{
"ts": 23564,
"bytes": 16375
},
{
"ts": 23602,
"bytes": 16375
},
{
"ts": 23627,
"bytes": 16375
},
{
"ts": 23654,
"bytes": 16375
},
{
"ts": 23668,
"bytes": 16375
},
{
"ts": 23689,
"bytes": 16375
},
{
"ts": 23724,
"bytes": 16375
},
{
"ts": 23751,
"bytes": 16375
},
{
"ts": 23771,
"bytes": 16375
},
{
"ts": 23798,
"bytes": 16375
},
{
"ts": 23831,
"bytes": 16375
},
{
"ts": 23854,
"bytes": 16375
},
{
"ts": 23885,
"bytes": 16375
},
{
"ts": 23912,
"bytes": 16375
},
{
"ts": 23941,
"bytes": 16375
},
{
"ts": 23968,
"bytes": 16375
},
{
"ts": 23996,
"bytes": 16375
},
{
"ts": 24027,
"bytes": 16375
},
{
"ts": 24050,
"bytes": 16375
},
{
"ts": 24078,
"bytes": 16375
},
{
"ts": 24106,
"bytes": 16375
},
{
"ts": 24133,
"bytes": 16375
},
{
"ts": 24163,
"bytes": 16375
},
{
"ts": 24190,
"bytes": 16375
},
{
"ts": 24214,
"bytes": 16375
},
{
"ts": 24244,
"bytes": 16375
},
{
"ts": 24270,
"bytes": 16375
},
{
"ts": 24298,
"bytes": 16375
},
{
"ts": 24328,
"bytes": 16375
},
{
"ts": 24353,
"bytes": 16375
},
{
"ts": 24381,
"bytes": 16375
},
{
"ts": 24409,
"bytes": 16375
},
{
"ts": 24436,
"bytes": 16375
},
{
"ts": 24461,
"bytes": 16375
},
{
"ts": 24492,
"bytes": 16375
},
{
"ts": 24520,
"bytes": 16375
},
{
"ts": 24547,
"bytes": 16375
},
{
"ts": 24574,
"bytes": 16375
},
{
"ts": 24602,
"bytes": 16375
},
{
"ts": 24630,
"bytes": 16375
},
{
"ts": 24657,
"bytes": 16375
},
{
"ts": 24684,
"bytes": 16375
},
{
"ts": 24713,
"bytes": 16375
},
{
"ts": 24738,
"bytes": 16375
},
{
"ts": 24765,
"bytes": 16375
},
{
"ts": 24795,
"bytes": 16375
},
{
"ts": 24824,
"bytes": 16375
},
{
"ts": 24850,
"bytes": 16375
},
{
"ts": 24878,
"bytes": 16375
},
{
"ts": 24906,
"bytes": 16375
},
{
"ts": 24933,
"bytes": 16375
},
{
"ts": 24961,
"bytes": 16375
},
{
"ts": 24989,
"bytes": 16375
},
{
"ts": 25017,
"bytes": 16375
},
{
"ts": 25044,
"bytes": 16375
},
{
"ts": 25084,
"bytes": 16375
},
{
"ts": 25108,
"bytes": 16375
},
{
"ts": 25135,
"bytes": 16375
},
{
"ts": 25160,
"bytes": 16375
},
{
"ts": 25184,
"bytes": 16375
},
{
"ts": 25211,
"bytes": 16375
},
{
"ts": 25239,
"bytes": 16375
},
{
"ts": 25265,
"bytes": 16375
},
{
"ts": 25294,
"bytes": 16375
},
{
"ts": 25320,
"bytes": 16375
},
{
"ts": 25347,
"bytes": 16375
},
{
"ts": 25382,
"bytes": 16375
},
{
"ts": 25410,
"bytes": 16375
},
{
"ts": 25433,
"bytes": 16375
},
{
"ts": 25464,
"bytes": 16375
},
{
"ts": 25492,
"bytes": 16375
},
{
"ts": 25517,
"bytes": 16375
},
{
"ts": 25547,
"bytes": 16375
},
{
"ts": 25575,
"bytes": 16375
},
{
"ts": 25595,
"bytes": 16375
},
{
"ts": 25634,
"bytes": 16375
},
{
"ts": 25650,
"bytes": 16375
},
{
"ts": 25690,
"bytes": 16375
},
{
"ts": 25710,
"bytes": 16375
},
{
"ts": 25737,
"bytes": 16375
},
{
"ts": 25765,
"bytes": 16375
},
{
"ts": 25789,
"bytes": 16375
},
{
"ts": 25822,
"bytes": 16375
},
{
"ts": 25852,
"bytes": 16375
},
{
"ts": 25875,
"bytes": 16375
},
{
"ts": 25899,
"bytes": 16375
},
{
"ts": 25931,
"bytes": 16375
},
{
"ts": 25955,
"bytes": 16375
},
{
"ts": 25986,
"bytes": 16375
},
{
"ts": 26015,
"bytes": 16375
},
{
"ts": 26038,
"bytes": 16375
},
{
"ts": 26065,
"bytes": 16375
},
{
"ts": 26107,
"bytes": 16375
},
{
"ts": 26127,
"bytes": 16375
},
{
"ts": 26147,
"bytes": 16375
},
{
"ts": 26178,
"bytes": 16375
},
{
"ts": 26211,
"bytes": 16375
},
{
"ts": 26235,
"bytes": 3456
}
],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 190,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 8754729",
"Content-Range: bytes 0-8754728\/8754729",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"859629-621628d3d4402\"",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"server: Apache",
":status: 206",
"content-length: 8754729",
"content-range: bytes 0-8754728\/8754729"
]
},
"bytesOut": 2431,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": 70,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 8754729,
"gzip_save": 2548487,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 575,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 13,
"http2_stream_dependency": 11,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 123,
"server_port": "443",
"load_end": 26235,
"ttfb_start": 576,
"ttfb_end": 15581,
"download_start": 15581,
"download_end": 26235,
"download_ms": 10654,
"all_start": 576,
"all_end": 26235,
"all_ms": 25659,
"index": 6,
"number": 7
},
{
"type": 3,
"id": "154990.66",
"request_id": "154990.66",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"raw_id": "154990.66",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 4412,
"ttfb_ms": 834,
"load_start": 590,
"load_start_float": 590.00013300000001,
"bytesIn": 6291456,
"objectSize": 6291456,
"objectSizeUncompressed": 49125,
"chunks": [
{
"ts": 4943,
"bytes": 16375
},
{
"ts": 4971,
"bytes": 16375
},
{
"ts": 4999,
"bytes": 16375
},
{
"ts": 5028,
"bytes": 16375
},
{
"ts": 5056,
"bytes": 16375
},
{
"ts": 5084,
"bytes": 16375
},
{
"ts": 5112,
"bytes": 16375
},
{
"ts": 5131,
"bytes": 16375
},
{
"ts": 5160,
"bytes": 16375
},
{
"ts": 5188,
"bytes": 16375
},
{
"ts": 5216,
"bytes": 16375
},
{
"ts": 5244,
"bytes": 16375
},
{
"ts": 5273,
"bytes": 16375
},
{
"ts": 5301,
"bytes": 16375
},
{
"ts": 5330,
"bytes": 16375
},
{
"ts": 5360,
"bytes": 16375
},
{
"ts": 5388,
"bytes": 16375
},
{
"ts": 5417,
"bytes": 16375
},
{
"ts": 5445,
"bytes": 16375
},
{
"ts": 5473,
"bytes": 16375
},
{
"ts": 5502,
"bytes": 16375
},
{
"ts": 5525,
"bytes": 16375
},
{
"ts": 5549,
"bytes": 16375
},
{
"ts": 5577,
"bytes": 16375
},
{
"ts": 5610,
"bytes": 16375
},
{
"ts": 5638,
"bytes": 16375
},
{
"ts": 5667,
"bytes": 16375
},
{
"ts": 5681,
"bytes": 16375
},
{
"ts": 5709,
"bytes": 16375
},
{
"ts": 5737,
"bytes": 16375
},
{
"ts": 5766,
"bytes": 16375
},
{
"ts": 5794,
"bytes": 16375
},
{
"ts": 5822,
"bytes": 16375
},
{
"ts": 5851,
"bytes": 16375
},
{
"ts": 5879,
"bytes": 16375
},
{
"ts": 5908,
"bytes": 16375
},
{
"ts": 5935,
"bytes": 16375
},
{
"ts": 5964,
"bytes": 16375
},
{
"ts": 5994,
"bytes": 16375
},
{
"ts": 6020,
"bytes": 16375
},
{
"ts": 6049,
"bytes": 16375
},
{
"ts": 6077,
"bytes": 16375
},
{
"ts": 6105,
"bytes": 16375
},
{
"ts": 6134,
"bytes": 16375
},
{
"ts": 6162,
"bytes": 16375
},
{
"ts": 6176,
"bytes": 16375
},
{
"ts": 6204,
"bytes": 16375
},
{
"ts": 6235,
"bytes": 16375
},
{
"ts": 6263,
"bytes": 16375
},
{
"ts": 6293,
"bytes": 16375
},
{
"ts": 6320,
"bytes": 16375
},
{
"ts": 6348,
"bytes": 16375
},
{
"ts": 6376,
"bytes": 16375
},
{
"ts": 6396,
"bytes": 16375
},
{
"ts": 6423,
"bytes": 16375
},
{
"ts": 6451,
"bytes": 16375
},
{
"ts": 6478,
"bytes": 16375
},
{
"ts": 6506,
"bytes": 16375
},
{
"ts": 6534,
"bytes": 16375
},
{
"ts": 6561,
"bytes": 16375
},
{
"ts": 6589,
"bytes": 16375
},
{
"ts": 6617,
"bytes": 16375
},
{
"ts": 6645,
"bytes": 16375
},
{
"ts": 6672,
"bytes": 16375
},
{
"ts": 6700,
"bytes": 16375
},
{
"ts": 6727,
"bytes": 16375
},
{
"ts": 6755,
"bytes": 16375
},
{
"ts": 6783,
"bytes": 16375
},
{
"ts": 6810,
"bytes": 16375
},
{
"ts": 6838,
"bytes": 16375
},
{
"ts": 6865,
"bytes": 16375
},
{
"ts": 6894,
"bytes": 16375
},
{
"ts": 6935,
"bytes": 16375
},
{
"ts": 6976,
"bytes": 16375
},
{
"ts": 6993,
"bytes": 16375
},
{
"ts": 7024,
"bytes": 16375
},
{
"ts": 7051,
"bytes": 16375
},
{
"ts": 7075,
"bytes": 16375
},
{
"ts": 7102,
"bytes": 16375
},
{
"ts": 7134,
"bytes": 16375
},
{
"ts": 7163,
"bytes": 16375
},
{
"ts": 7188,
"bytes": 16375
},
{
"ts": 7226,
"bytes": 16375
},
{
"ts": 7258,
"bytes": 16375
},
{
"ts": 7278,
"bytes": 16375
},
{
"ts": 7306,
"bytes": 16375
},
{
"ts": 7337,
"bytes": 16375
},
{
"ts": 7368,
"bytes": 16375
},
{
"ts": 7395,
"bytes": 16375
},
{
"ts": 7411,
"bytes": 16375
},
{
"ts": 7442,
"bytes": 16375
},
{
"ts": 7470,
"bytes": 16375
},
{
"ts": 7497,
"bytes": 16375
},
{
"ts": 7525,
"bytes": 16375
},
{
"ts": 7562,
"bytes": 16375
},
{
"ts": 7582,
"bytes": 16375
},
{
"ts": 7610,
"bytes": 16375
},
{
"ts": 7630,
"bytes": 16375
},
{
"ts": 7665,
"bytes": 16375
},
{
"ts": 7689,
"bytes": 16375
},
{
"ts": 7716,
"bytes": 16375
},
{
"ts": 7740,
"bytes": 16375
},
{
"ts": 7775,
"bytes": 16375
},
{
"ts": 7803,
"bytes": 16375
},
{
"ts": 7826,
"bytes": 16375
},
{
"ts": 7853,
"bytes": 16375
},
{
"ts": 7885,
"bytes": 16375
},
{
"ts": 7913,
"bytes": 16375
},
{
"ts": 7937,
"bytes": 16375
},
{
"ts": 7970,
"bytes": 16375
},
{
"ts": 7998,
"bytes": 16375
},
{
"ts": 8025,
"bytes": 16375
},
{
"ts": 8051,
"bytes": 16375
},
{
"ts": 8080,
"bytes": 16375
},
{
"ts": 8102,
"bytes": 16375
},
{
"ts": 8135,
"bytes": 16375
},
{
"ts": 8163,
"bytes": 16375
},
{
"ts": 8184,
"bytes": 16375
},
{
"ts": 8218,
"bytes": 16375
},
{
"ts": 8239,
"bytes": 16375
},
{
"ts": 8273,
"bytes": 16375
},
{
"ts": 8295,
"bytes": 16375
},
{
"ts": 8328,
"bytes": 16375
},
{
"ts": 8352,
"bytes": 16375
},
{
"ts": 8385,
"bytes": 16375
},
{
"ts": 8406,
"bytes": 16375
},
{
"ts": 8440,
"bytes": 16375
},
{
"ts": 8468,
"bytes": 16375
},
{
"ts": 8495,
"bytes": 16375
},
{
"ts": 8523,
"bytes": 16375
},
{
"ts": 8548,
"bytes": 16375
},
{
"ts": 8572,
"bytes": 16375
},
{
"ts": 8599,
"bytes": 16375
},
{
"ts": 8628,
"bytes": 16375
},
{
"ts": 8660,
"bytes": 16375
},
{
"ts": 8688,
"bytes": 16375
},
{
"ts": 8716,
"bytes": 16375
},
{
"ts": 8737,
"bytes": 16375
},
{
"ts": 8771,
"bytes": 16375
},
{
"ts": 8798,
"bytes": 16375
},
{
"ts": 8826,
"bytes": 16375
},
{
"ts": 8853,
"bytes": 16375
},
{
"ts": 8880,
"bytes": 16375
},
{
"ts": 8907,
"bytes": 16375
},
{
"ts": 8936,
"bytes": 16375
},
{
"ts": 8962,
"bytes": 16375
},
{
"ts": 8989,
"bytes": 16375
},
{
"ts": 9019,
"bytes": 16375
},
{
"ts": 9046,
"bytes": 16375
},
{
"ts": 9074,
"bytes": 16375
},
{
"ts": 9099,
"bytes": 16375
},
{
"ts": 9129,
"bytes": 16375
},
{
"ts": 9154,
"bytes": 16375
},
{
"ts": 9181,
"bytes": 16375
},
{
"ts": 9209,
"bytes": 16375
},
{
"ts": 9240,
"bytes": 16375
},
{
"ts": 9264,
"bytes": 16375
},
{
"ts": 9295,
"bytes": 16375
},
{
"ts": 9325,
"bytes": 16375
},
{
"ts": 9353,
"bytes": 16375
},
{
"ts": 9382,
"bytes": 16375
},
{
"ts": 9409,
"bytes": 16375
},
{
"ts": 9437,
"bytes": 16375
},
{
"ts": 9465,
"bytes": 16375
},
{
"ts": 9494,
"bytes": 16375
},
{
"ts": 9520,
"bytes": 16375
},
{
"ts": 9544,
"bytes": 16375
},
{
"ts": 9575,
"bytes": 16375
},
{
"ts": 9603,
"bytes": 16375
},
{
"ts": 9626,
"bytes": 16375
},
{
"ts": 9658,
"bytes": 16375
},
{
"ts": 9683,
"bytes": 16375
},
{
"ts": 9713,
"bytes": 16375
},
{
"ts": 9740,
"bytes": 16375
},
{
"ts": 9768,
"bytes": 16375
},
{
"ts": 9796,
"bytes": 16375
},
{
"ts": 9823,
"bytes": 16375
},
{
"ts": 9851,
"bytes": 16375
},
{
"ts": 9878,
"bytes": 16375
},
{
"ts": 9906,
"bytes": 16375
},
{
"ts": 9930,
"bytes": 16375
},
{
"ts": 9961,
"bytes": 16375
},
{
"ts": 9988,
"bytes": 16375
},
{
"ts": 10016,
"bytes": 16375
},
{
"ts": 10044,
"bytes": 16375
},
{
"ts": 10067,
"bytes": 16375
},
{
"ts": 10096,
"bytes": 16375
},
{
"ts": 10127,
"bytes": 16375
},
{
"ts": 10154,
"bytes": 16375
},
{
"ts": 10183,
"bytes": 16375
},
{
"ts": 10211,
"bytes": 16375
},
{
"ts": 10235,
"bytes": 16375
},
{
"ts": 10266,
"bytes": 16375
},
{
"ts": 10290,
"bytes": 16375
},
{
"ts": 10322,
"bytes": 16375
},
{
"ts": 10346,
"bytes": 16375
},
{
"ts": 10376,
"bytes": 16375
},
{
"ts": 10401,
"bytes": 16375
},
{
"ts": 10432,
"bytes": 16375
},
{
"ts": 10459,
"bytes": 16375
},
{
"ts": 10484,
"bytes": 16375
},
{
"ts": 10514,
"bytes": 16375
},
{
"ts": 10539,
"bytes": 16375
},
{
"ts": 10566,
"bytes": 16375
},
{
"ts": 10597,
"bytes": 16375
},
{
"ts": 10625,
"bytes": 16375
},
{
"ts": 10652,
"bytes": 16375
},
{
"ts": 10677,
"bytes": 16375
},
{
"ts": 10707,
"bytes": 16375
},
{
"ts": 10735,
"bytes": 16375
},
{
"ts": 10762,
"bytes": 16375
},
{
"ts": 10790,
"bytes": 16375
},
{
"ts": 10818,
"bytes": 16375
},
{
"ts": 10845,
"bytes": 16375
},
{
"ts": 10873,
"bytes": 16375
},
{
"ts": 10900,
"bytes": 16375
},
{
"ts": 10928,
"bytes": 16375
},
{
"ts": 10955,
"bytes": 16375
},
{
"ts": 10995,
"bytes": 16375
},
{
"ts": 11018,
"bytes": 16375
},
{
"ts": 11038,
"bytes": 16375
},
{
"ts": 11072,
"bytes": 16375
},
{
"ts": 11101,
"bytes": 16375
},
{
"ts": 11121,
"bytes": 16375
},
{
"ts": 11162,
"bytes": 16375
},
{
"ts": 11197,
"bytes": 16375
},
{
"ts": 11206,
"bytes": 16375
},
{
"ts": 11235,
"bytes": 16375
},
{
"ts": 11273,
"bytes": 16375
},
{
"ts": 11286,
"bytes": 16375
},
{
"ts": 11314,
"bytes": 16375
},
{
"ts": 11348,
"bytes": 16375
},
{
"ts": 11369,
"bytes": 16375
},
{
"ts": 11395,
"bytes": 16375
},
{
"ts": 11424,
"bytes": 16375
},
{
"ts": 11454,
"bytes": 16375
},
{
"ts": 11489,
"bytes": 16375
},
{
"ts": 11521,
"bytes": 16375
},
{
"ts": 11540,
"bytes": 16375
},
{
"ts": 11576,
"bytes": 16375
},
{
"ts": 11604,
"bytes": 16375
},
{
"ts": 11631,
"bytes": 16375
},
{
"ts": 11659,
"bytes": 16375
},
{
"ts": 11674,
"bytes": 16375
},
{
"ts": 11699,
"bytes": 16375
},
{
"ts": 11729,
"bytes": 16375
},
{
"ts": 11756,
"bytes": 16375
},
{
"ts": 11784,
"bytes": 16375
},
{
"ts": 11816,
"bytes": 16375
},
{
"ts": 11844,
"bytes": 16375
},
{
"ts": 11871,
"bytes": 16375
},
{
"ts": 11903,
"bytes": 16375
},
{
"ts": 11921,
"bytes": 16375
},
{
"ts": 11962,
"bytes": 16375
},
{
"ts": 11982,
"bytes": 16375
},
{
"ts": 12003,
"bytes": 16375
},
{
"ts": 12045,
"bytes": 16375
},
{
"ts": 12072,
"bytes": 16375
},
{
"ts": 12097,
"bytes": 16375
},
{
"ts": 12128,
"bytes": 16375
},
{
"ts": 12141,
"bytes": 16375
},
{
"ts": 12176,
"bytes": 16375
},
{
"ts": 12197,
"bytes": 16375
},
{
"ts": 12228,
"bytes": 16375
},
{
"ts": 12255,
"bytes": 16375
},
{
"ts": 12282,
"bytes": 16375
},
{
"ts": 12306,
"bytes": 16375
},
{
"ts": 12337,
"bytes": 16375
},
{
"ts": 12364,
"bytes": 16375
},
{
"ts": 12393,
"bytes": 16375
},
{
"ts": 12421,
"bytes": 16375
},
{
"ts": 12454,
"bytes": 16375
},
{
"ts": 12479,
"bytes": 16375
},
{
"ts": 12510,
"bytes": 16375
},
{
"ts": 12531,
"bytes": 16375
},
{
"ts": 12556,
"bytes": 16375
},
{
"ts": 12584,
"bytes": 16375
},
{
"ts": 12618,
"bytes": 16375
},
{
"ts": 12641,
"bytes": 16375
},
{
"ts": 12670,
"bytes": 16375
},
{
"ts": 12704,
"bytes": 16375
},
{
"ts": 12724,
"bytes": 16375
},
{
"ts": 12754,
"bytes": 16375
},
{
"ts": 12782,
"bytes": 16375
},
{
"ts": 12805,
"bytes": 16375
},
{
"ts": 12832,
"bytes": 16375
},
{
"ts": 12874,
"bytes": 16375
},
{
"ts": 12887,
"bytes": 16375
},
{
"ts": 12923,
"bytes": 16375
},
{
"ts": 12953,
"bytes": 16375
},
{
"ts": 12977,
"bytes": 16375
},
{
"ts": 13011,
"bytes": 16375
},
{
"ts": 13029,
"bytes": 16375
},
{
"ts": 13056,
"bytes": 16375
},
{
"ts": 13093,
"bytes": 16375
},
{
"ts": 13118,
"bytes": 16375
},
{
"ts": 13144,
"bytes": 16375
},
{
"ts": 13170,
"bytes": 16375
},
{
"ts": 13200,
"bytes": 16375
},
{
"ts": 13220,
"bytes": 16375
},
{
"ts": 13251,
"bytes": 16375
},
{
"ts": 13278,
"bytes": 16375
},
{
"ts": 13305,
"bytes": 16375
},
{
"ts": 13341,
"bytes": 16375
},
{
"ts": 13364,
"bytes": 16375
},
{
"ts": 13387,
"bytes": 16375
},
{
"ts": 13421,
"bytes": 16375
},
{
"ts": 13447,
"bytes": 16375
},
{
"ts": 13472,
"bytes": 16375
},
{
"ts": 13500,
"bytes": 16375
},
{
"ts": 13528,
"bytes": 16375
},
{
"ts": 13555,
"bytes": 16375
},
{
"ts": 13580,
"bytes": 16375
},
{
"ts": 13619,
"bytes": 16375
},
{
"ts": 13633,
"bytes": 16375
},
{
"ts": 13662,
"bytes": 16375
},
{
"ts": 13696,
"bytes": 16375
},
{
"ts": 13720,
"bytes": 16375
},
{
"ts": 13744,
"bytes": 16375
},
{
"ts": 13775,
"bytes": 16375
},
{
"ts": 13799,
"bytes": 16375
},
{
"ts": 13827,
"bytes": 16375
},
{
"ts": 13860,
"bytes": 16375
},
{
"ts": 13888,
"bytes": 16375
},
{
"ts": 13912,
"bytes": 16375
},
{
"ts": 13941,
"bytes": 16375
},
{
"ts": 13972,
"bytes": 16375
},
{
"ts": 14005,
"bytes": 16375
},
{
"ts": 14020,
"bytes": 16375
},
{
"ts": 14051,
"bytes": 16375
},
{
"ts": 14075,
"bytes": 16375
},
{
"ts": 14103,
"bytes": 16375
},
{
"ts": 14131,
"bytes": 16375
},
{
"ts": 14158,
"bytes": 16375
},
{
"ts": 14187,
"bytes": 16375
},
{
"ts": 14213,
"bytes": 16375
},
{
"ts": 14241,
"bytes": 16375
},
{
"ts": 14268,
"bytes": 16375
},
{
"ts": 14296,
"bytes": 16375
},
{
"ts": 14324,
"bytes": 16375
},
{
"ts": 14361,
"bytes": 16375
},
{
"ts": 14388,
"bytes": 16375
},
{
"ts": 14411,
"bytes": 16375
},
{
"ts": 14447,
"bytes": 16375
},
{
"ts": 14474,
"bytes": 16375
},
{
"ts": 14502,
"bytes": 16375
},
{
"ts": 14529,
"bytes": 16375
},
{
"ts": 14557,
"bytes": 16375
},
{
"ts": 14588,
"bytes": 16375
},
{
"ts": 14608,
"bytes": 16375
},
{
"ts": 14635,
"bytes": 16375
},
{
"ts": 14659,
"bytes": 16375
},
{
"ts": 14698,
"bytes": 16375
},
{
"ts": 14721,
"bytes": 16375
},
{
"ts": 14742,
"bytes": 16375
},
{
"ts": 14773,
"bytes": 16375
},
{
"ts": 14804,
"bytes": 16375
},
{
"ts": 14825,
"bytes": 16375
},
{
"ts": 14855,
"bytes": 16375
},
{
"ts": 14897,
"bytes": 16375
},
{
"ts": 14925,
"bytes": 16375
},
{
"ts": 14949,
"bytes": 16375
},
{
"ts": 14977,
"bytes": 16375
},
{
"ts": 14994,
"bytes": 16375
},
{
"ts": 15024,
"bytes": 16375
},
{
"ts": 15052,
"bytes": 16375
},
{
"ts": 15079,
"bytes": 16375
},
{
"ts": 15103,
"bytes": 16375
},
{
"ts": 15131,
"bytes": 16375
},
{
"ts": 15164,
"bytes": 16375
},
{
"ts": 15196,
"bytes": 16375
},
{
"ts": 15214,
"bytes": 16375
},
{
"ts": 15245,
"bytes": 16375
},
{
"ts": 15268,
"bytes": 16375
},
{
"ts": 15296,
"bytes": 16375
},
{
"ts": 15324,
"bytes": 16375
},
{
"ts": 15366,
"bytes": 16375
},
{
"ts": 15386,
"bytes": 16375
},
{
"ts": 15414,
"bytes": 16375
},
{
"ts": 15438,
"bytes": 16375
},
{
"ts": 15466,
"bytes": 16375
},
{
"ts": 15497,
"bytes": 16375
},
{
"ts": 15532,
"bytes": 16375
},
{
"ts": 15540,
"bytes": 16375
},
{
"ts": 15548,
"bytes": 3456
}
],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 644,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 34637962",
"Content-Range: bytes 0-34637961\/34637962",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"210888a-621628d46bd94\"",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"server: Apache",
":status: 206",
"content-length: 34637962",
"content-range: bytes 0-34637961\/34637962"
]
},
"bytesOut": 2452,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": 0,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 34637962,
"gzip_save": 34588789,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 589,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 15,
"http2_stream_dependency": 21,
"http2_stream_weight": 74,
"http2_stream_exclusive": 1,
"netlog_id": 133,
"server_port": "443",
"load_end": 5002,
"ttfb_start": 590,
"ttfb_end": 1424,
"download_start": 1424,
"download_end": 5002,
"download_ms": 3578,
"all_start": 590,
"all_end": 5002,
"all_ms": 4412,
"index": 7,
"number": 8
},
{
"type": 3,
"id": "154990.67",
"request_id": "154990.67",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4",
"raw_id": "154990.67",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 29335,
"ttfb_ms": 14970,
"load_start": 610,
"load_start_float": 610.00013899999999,
"bytesIn": 2227229,
"objectSize": 2227229,
"objectSizeUncompressed": 2210854,
"chunks": [
{
"ts": 26232,
"bytes": 16375
},
{
"ts": 26266,
"bytes": 16375
},
{
"ts": 26294,
"bytes": 16375
},
{
"ts": 26326,
"bytes": 16375
},
{
"ts": 26349,
"bytes": 16375
},
{
"ts": 26377,
"bytes": 16375
},
{
"ts": 26402,
"bytes": 16375
},
{
"ts": 26430,
"bytes": 16375
},
{
"ts": 26457,
"bytes": 16375
},
{
"ts": 26485,
"bytes": 16375
},
{
"ts": 26512,
"bytes": 16375
},
{
"ts": 26539,
"bytes": 16375
},
{
"ts": 26567,
"bytes": 16375
},
{
"ts": 26595,
"bytes": 16375
},
{
"ts": 26623,
"bytes": 16375
},
{
"ts": 26650,
"bytes": 16375
},
{
"ts": 26678,
"bytes": 16375
},
{
"ts": 26705,
"bytes": 16375
},
{
"ts": 26733,
"bytes": 16375
},
{
"ts": 26761,
"bytes": 16375
},
{
"ts": 26788,
"bytes": 16375
},
{
"ts": 26815,
"bytes": 16375
},
{
"ts": 26843,
"bytes": 16375
},
{
"ts": 26871,
"bytes": 16375
},
{
"ts": 26898,
"bytes": 16375
},
{
"ts": 26926,
"bytes": 16375
},
{
"ts": 26954,
"bytes": 16375
},
{
"ts": 26981,
"bytes": 16375
},
{
"ts": 27009,
"bytes": 16375
},
{
"ts": 27036,
"bytes": 16375
},
{
"ts": 27064,
"bytes": 16375
},
{
"ts": 27092,
"bytes": 16375
},
{
"ts": 27119,
"bytes": 16375
},
{
"ts": 27120,
"bytes": 229
},
{
"ts": 27147,
"bytes": 16375
},
{
"ts": 27175,
"bytes": 16375
},
{
"ts": 27206,
"bytes": 16375
},
{
"ts": 27230,
"bytes": 16375
},
{
"ts": 27258,
"bytes": 16375
},
{
"ts": 27285,
"bytes": 16375
},
{
"ts": 27313,
"bytes": 16375
},
{
"ts": 27340,
"bytes": 16375
},
{
"ts": 27368,
"bytes": 16375
},
{
"ts": 27395,
"bytes": 16375
},
{
"ts": 27423,
"bytes": 16375
},
{
"ts": 27451,
"bytes": 16375
},
{
"ts": 27479,
"bytes": 16375
},
{
"ts": 27506,
"bytes": 16375
},
{
"ts": 27534,
"bytes": 16375
},
{
"ts": 27561,
"bytes": 16375
},
{
"ts": 27595,
"bytes": 16375
},
{
"ts": 27634,
"bytes": 16375
},
{
"ts": 27654,
"bytes": 16375
},
{
"ts": 27682,
"bytes": 16375
},
{
"ts": 27713,
"bytes": 16375
},
{
"ts": 27734,
"bytes": 16375
},
{
"ts": 27765,
"bytes": 16375
},
{
"ts": 27796,
"bytes": 16375
},
{
"ts": 27821,
"bytes": 16375
},
{
"ts": 27848,
"bytes": 16375
},
{
"ts": 27869,
"bytes": 16375
},
{
"ts": 27900,
"bytes": 16375
},
{
"ts": 27931,
"bytes": 16375
},
{
"ts": 27973,
"bytes": 16375
},
{
"ts": 27982,
"bytes": 16375
},
{
"ts": 28010,
"bytes": 16375
},
{
"ts": 28037,
"bytes": 16375
},
{
"ts": 28065,
"bytes": 16375
},
{
"ts": 28100,
"bytes": 16375
},
{
"ts": 28124,
"bytes": 16375
},
{
"ts": 28159,
"bytes": 16375
},
{
"ts": 28180,
"bytes": 16375
},
{
"ts": 28200,
"bytes": 16375
},
{
"ts": 28228,
"bytes": 16375
},
{
"ts": 28267,
"bytes": 16375
},
{
"ts": 28283,
"bytes": 16375
},
{
"ts": 28312,
"bytes": 16375
},
{
"ts": 28347,
"bytes": 16375
},
{
"ts": 28378,
"bytes": 16375
},
{
"ts": 28406,
"bytes": 16375
},
{
"ts": 28426,
"bytes": 16375
},
{
"ts": 28460,
"bytes": 16375
},
{
"ts": 28488,
"bytes": 16375
},
{
"ts": 28511,
"bytes": 16375
},
{
"ts": 28535,
"bytes": 16375
},
{
"ts": 28566,
"bytes": 16375
},
{
"ts": 28597,
"bytes": 16375
},
{
"ts": 28621,
"bytes": 16375
},
{
"ts": 28648,
"bytes": 16375
},
{
"ts": 28683,
"bytes": 16375
},
{
"ts": 28711,
"bytes": 16375
},
{
"ts": 28727,
"bytes": 16375
},
{
"ts": 28759,
"bytes": 16375
},
{
"ts": 28790,
"bytes": 16375
},
{
"ts": 28821,
"bytes": 16375
},
{
"ts": 28848,
"bytes": 16375
},
{
"ts": 28864,
"bytes": 16375
},
{
"ts": 28893,
"bytes": 16375
},
{
"ts": 28920,
"bytes": 16375
},
{
"ts": 28951,
"bytes": 16375
},
{
"ts": 28975,
"bytes": 16375
},
{
"ts": 29007,
"bytes": 16375
},
{
"ts": 29031,
"bytes": 16375
},
{
"ts": 29059,
"bytes": 16375
},
{
"ts": 29090,
"bytes": 16375
},
{
"ts": 29111,
"bytes": 16375
},
{
"ts": 29157,
"bytes": 16375
},
{
"ts": 29189,
"bytes": 16375
},
{
"ts": 29198,
"bytes": 16375
},
{
"ts": 29221,
"bytes": 16375
},
{
"ts": 29256,
"bytes": 16375
},
{
"ts": 29284,
"bytes": 16375
},
{
"ts": 29307,
"bytes": 16375
},
{
"ts": 29330,
"bytes": 16375
},
{
"ts": 29367,
"bytes": 16375
},
{
"ts": 29390,
"bytes": 16375
},
{
"ts": 29419,
"bytes": 16375
},
{
"ts": 29446,
"bytes": 16375
},
{
"ts": 29469,
"bytes": 16375
},
{
"ts": 29496,
"bytes": 16375
},
{
"ts": 29526,
"bytes": 16375
},
{
"ts": 29557,
"bytes": 16375
},
{
"ts": 29588,
"bytes": 16375
},
{
"ts": 29609,
"bytes": 16375
},
{
"ts": 29637,
"bytes": 16375
},
{
"ts": 29662,
"bytes": 16375
},
{
"ts": 29696,
"bytes": 16375
},
{
"ts": 29723,
"bytes": 16375
},
{
"ts": 29753,
"bytes": 16375
},
{
"ts": 29781,
"bytes": 16375
},
{
"ts": 29809,
"bytes": 16375
},
{
"ts": 29831,
"bytes": 16375
},
{
"ts": 29861,
"bytes": 16375
},
{
"ts": 29889,
"bytes": 16375
},
{
"ts": 29916,
"bytes": 16375
},
{
"ts": 29943,
"bytes": 16375
},
{
"ts": 29966,
"bytes": 16375
}
],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 644,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 8040130",
"Content-Range: bytes 0-8040129\/8040130",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"7aaec2-621628cfea992\"",
"last-modified: Thu, 05 Sep 2024 17:23:36 GMT",
"server: Apache",
":status: 206",
"content-length: 8040130",
"content-range: bytes 0-8040129\/8040130"
]
},
"bytesOut": 2491,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": 27,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": 8040130,
"gzip_save": 5835679,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 604,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 17,
"http2_stream_dependency": 13,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 139,
"server_port": "443",
"load_end": 29945,
"ttfb_start": 610,
"ttfb_end": 15580,
"download_start": 15580,
"download_end": 29945,
"download_ms": 14365,
"all_start": 610,
"all_end": 29945,
"all_ms": 29335,
"index": 8,
"number": 9
},
{
"type": 3,
"id": "154990.68",
"request_id": "154990.68",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4",
"raw_id": "154990.68",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 14967,
"ttfb_ms": 14967,
"load_start": 616,
"load_start_float": 616.00014499999997,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 6002619,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 644,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 6002619",
"Content-Range: bytes 0-6002618\/6002619",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"5b97bb-621628d40166b\"",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"server: Apache",
"content-length: 6002619",
"content-range: bytes 0-6002618\/6002619"
]
},
"bytesOut": 2530,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 614,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 145,
"server_port": "443",
"load_end": 15583,
"ttfb_start": 616,
"ttfb_end": 15583,
"download_start": 15583,
"download_end": 15583,
"download_ms": 0,
"all_start": 616,
"all_end": 15583,
"all_ms": 14967,
"index": 9,
"number": 10
},
{
"type": 3,
"id": "154990.122",
"request_id": "154990.122",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4",
"raw_id": "154990.122",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 14892,
"ttfb_ms": 14892,
"load_start": 692,
"load_start_float": 692.00015099999996,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 196608,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"range: bytes=0-",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"Content-Length: 2824450",
"Content-Range: bytes 0-2824449\/2824450",
"accept-ranges: bytes",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:23:50 GMT",
"etag: \"2b1902-621628d0417e6\"",
"last-modified: Thu, 05 Sep 2024 17:23:36 GMT",
"server: Apache",
"content-length: 2824450",
"content-range: bytes 0-2824449\/2824450"
]
},
"bytesOut": 2524,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 689,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 151,
"server_port": "443",
"load_end": 15584,
"ttfb_start": 692,
"ttfb_end": 15584,
"download_start": 15584,
"download_end": 15584,
"download_ms": 0,
"all_start": 692,
"all_end": 15584,
"all_ms": 14892,
"index": 10,
"number": 11
},
{
"type": 3,
"id": "154990.125",
"request_id": "154990.125",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/assets\/fonts\/RecifeDisplay-BookItalic.woff2",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/assets\/fonts\/RecifeDisplay-BookItalic.woff2",
"raw_id": "154990.125",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Font",
"load_ms": 31033,
"ttfb_ms": 30972,
"load_start": 762,
"load_start_float": 762.00015900000005,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 22024,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "font\/woff2",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9",
"initiator_line": "",
"initiator_column": "",
"initiator_type": "parser",
"priority": "Highest",
"initial_priority": "Highest",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/assets\/fonts\/RecifeDisplay-BookItalic.woff2",
":scheme: https",
"accept: *\/*",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"origin: https:\/\/www.geissbuehler.net",
"priority: u=0",
"referer: https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: font",
"sec-fetch-mode: cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 22024",
"content-type: font\/woff2",
"date: Fri, 06 Sep 2024 09:24:12 GMT",
"etag: \"5608-6216e33d54d00\"",
"last-modified: Fri, 06 Sep 2024 07:17:40 GMT",
"server: Apache"
]
},
"bytesOut": 2548,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 761,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 159,
"server_port": "443",
"renderBlocking": "non_blocking",
"font_details": {
"table_sizes": {
"FFTM": 28,
"GDEF": 84,
"GPOS": 9384,
"GSUB": 1774,
"OS\/2": 96,
"cmap": 1002,
"gasp": 8,
"glyf": 43987,
"head": 54,
"hhea": 36,
"hmtx": 1972,
"loca": 0,
"maxp": 32,
"name": 1497,
"post": 3165
},
"names": {
"0": "Copyright (c) 2018 by Luzi Type. All rights reserved.",
"1": "Recife Display Book",
"2": "Italic",
"3": "1.000;UKWN;RecifeDisplay-BookItalic",
"4": "Recife Display Book Italic",
"5": "Version 1.000;PS 001.000;hotconv 1.0.88;makeotf.lib2.5.64775",
"6": "RecifeDisplay-BookItalic",
"8": "Luzi Type",
"9": "Luzi Gantenbein",
"11": "https:\/\/luzi-type.ch\/",
"12": "https:\/\/luzi-type.ch\/",
"13": "End user license agreement:\nhttp:\/\/luzi-type.ch\/info.html",
"16": "Recife Display",
"17": "Book Italic"
},
"OS2": {
"version": 3,
"xAvgCharWidth": 581,
"usWeightClass": 350,
"usWidthClass": 5,
"fsType": 8,
"ySubscriptXSize": 650,
"ySubscriptYSize": 600,
"ySubscriptXOffset": -17,
"ySubscriptYOffset": 75,
"ySuperscriptXSize": 650,
"ySuperscriptYSize": 600,
"ySuperscriptXOffset": 81,
"ySuperscriptYOffset": 350,
"yStrikeoutSize": 50,
"yStrikeoutPosition": 299,
"sFamilyClass": 0,
"ulUnicodeRange1": 7,
"ulUnicodeRange2": 0,
"ulUnicodeRange3": 0,
"ulUnicodeRange4": 0,
"achVendID": "UKWN",
"fsSelection": 1,
"usFirstCharIndex": 13,
"usLastCharIndex": 64258,
"sTypoAscender": 757,
"sTypoDescender": -243,
"sTypoLineGap": 200,
"usWinAscent": 957,
"usWinDescent": 243,
"ulCodePageRange1": 536871059,
"ulCodePageRange2": 0,
"sxHeight": 499,
"sCapHeight": 700,
"usDefaultChar": 0,
"usBreakChar": 32,
"usMaxContext": 3,
"panose": {
"bFamilyType": 0,
"bSerifStyle": 0,
"bWeight": 4,
"bProportion": 0,
"bContrast": 0,
"bStrokeVariation": 0,
"bArmStyle": 0,
"bLetterForm": 0,
"bMidline": 0,
"bXHeight": 0
}
},
"post": {
"formatType": 2,
"italicAngle": -13,
"underlinePosition": -75,
"underlineThickness": 50,
"isFixedPitch": 0,
"minMemType42": 0,
"maxMemType42": 0,
"minMemType1": 0,
"maxMemType1": 0
},
"cmap": {
"encodings": [
{
"platform": 0,
"encoding": 3
},
{
"platform": 1,
"encoding": 0
},
{
"platform": 3,
"encoding": 1
}
],
"codepoints": [
13,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76,
77,
78,
79,
80,
81,
82,
83,
84,
85,
86,
87,
88,
89,
90,
91,
92,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
121,
122,
123,
124,
125,
126,
161,
162,
163,
164,
165,
166,
167,
168,
169,
170,
171,
172,
174,
175,
176,
177,
178,
179,
180,
182,
183,
184,
185,
186,
187,
188,
189,
190,
191,
192,
193,
194,
195,
196,
197,
198,
199,
200,
201,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211,
212,
213,
214,
215,
216,
217,
218,
219,
220,
221,
222,
223,
224,
225,
226,
227,
228,
229,
230,
231,
232,
233,
234,
235,
236,
237,
238,
239,
240,
241,
242,
243,
244,
245,
246,
247,
248,
249,
250,
251,
252,
253,
254,
255,
256,
257,
258,
259,
260,
261,
262,
263,
264,
265,
266,
267,
268,
269,
270,
271,
272,
273,
274,
275,
276,
277,
278,
279,
280,
281,
282,
283,
284,
285,
286,
287,
288,
289,
290,
291,
292,
293,
294,
295,
296,
297,
298,
299,
302,
303,
304,
305,
306,
307,
308,
309,
310,
311,
312,
313,
314,
315,
316,
317,
318,
319,
320,
321,
322,
323,
324,
325,
326,
327,
328,
329,
330,
331,
332,
333,
334,
335,
336,
337,
338,
339,
340,
341,
342,
343,
344,
345,
346,
347,
348,
349,
350,
351,
352,
353,
354,
355,
356,
357,
358,
359,
360,
361,
362,
363,
364,
365,
366,
367,
368,
369,
370,
371,
372,
373,
374,
375,
376,
377,
378,
379,
380,
381,
382,
383,
402,
506,
507,
508,
509,
510,
511,
536,
537,
538,
539,
710,
711,
713,
728,
729,
730,
731,
732,
733,
916,
937,
956,
960,
7682,
7683,
7690,
7691,
7710,
7711,
7744,
7745,
7766,
7767,
7776,
7777,
7786,
7787,
7808,
7809,
7810,
7811,
7812,
7813,
7922,
7923,
8211,
8212,
8216,
8217,
8218,
8220,
8221,
8222,
8224,
8225,
8226,
8230,
8240,
8249,
8250,
8260,
8364,
8467,
8470,
8482,
8494,
8531,
8532,
8533,
8534,
8535,
8536,
8537,
8538,
8539,
8540,
8541,
8542,
8592,
8593,
8594,
8595,
8706,
8719,
8721,
8722,
8730,
8734,
8747,
8776,
8800,
8804,
8805,
9674,
64257,
64258
]
},
"color": {
"formats": [],
"numPalettes": 0,
"numPaletteEntries": 0
},
"features": {
"GSUB": {
"DFLT": {
"default": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
]
},
"latn": {
"default": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"CAT ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"MOL ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
],
"ROM ": [
"aalt",
"case",
"dlig",
"dnom",
"frac",
"liga",
"lnum",
"locl",
"numr",
"onum",
"ordn",
"pnum",
"tnum"
]
}
},
"GPOS": {
"DFLT": {
"default": [
"kern"
]
},
"latn": {
"default": [
"kern"
],
"CAT ": [
"kern"
],
"MOL ": [
"kern"
],
"ROM ": [
"kern"
]
}
}
},
"counts": {
"num_cmap_codepoints": 412,
"num_glyphs": 493
}
},
"load_end": 31795,
"ttfb_start": 762,
"ttfb_end": 31734,
"download_start": 31734,
"download_end": 31795,
"download_ms": 61,
"all_start": 762,
"all_end": 31795,
"all_ms": 31033,
"index": 11,
"number": 12
},
{
"type": 3,
"id": "154990.128",
"request_id": "154990.128",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"raw_id": "154990.128",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 206,
"request_type": "Media",
"load_ms": 26728,
"ttfb_ms": 26725,
"load_start": 5010,
"load_start_float": 5010.0001899999997,
"bytesIn": 0,
"objectSize": 0,
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
":scheme: https",
"accept: *\/*",
"accept-encoding: identity;q=1, *;q=0",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"if-range: \"210888a-621628d46bd94\"",
"priority: i",
"range: bytes=34603008-34637961",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: video",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 34954",
"content-range: bytes 34603008-34637961\/34637962",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:24:12 GMT",
"etag: \"210888a-621628d46bd94\"",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"server: Apache"
]
},
"bytesOut": 2608,
"score_cache": -1,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 5005,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"chunks": [],
"netlog_id": 190,
"server_port": "443",
"load_end": 31738,
"ttfb_start": 5010,
"ttfb_end": 31735,
"download_start": 31735,
"download_end": 31738,
"download_ms": 3,
"all_start": 5010,
"all_end": 31738,
"all_ms": 26728,
"index": 12,
"number": 13
},
{
"type": 3,
"id": "154990.131",
"request_id": "154990.131",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"raw_id": "154990.131",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 18562,
"ttfb_ms": 18560,
"load_start": 15674,
"load_start_float": 15674.000198,
"bytesIn": 0,
"objectSize": 0,
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 513976",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:24:22 GMT",
"etag: \"7d7b8-6216e395512b2\"",
"last-modified: Fri, 06 Sep 2024 07:19:12 GMT",
"server: Apache"
]
},
"bytesOut": 2614,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 513976,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 15665,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"chunks": [],
"netlog_id": 198,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "502 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"VP8Version": "0 (bicubic reconstruction, normal loop)",
"ImageWidth": 1867,
"HorizontalScale": 0,
"ImageHeight": 1400,
"VerticalScale": 0
},
"ICC_Profile": {
"ProfileCMMType": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "2017:07:07 13:22:32",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Apple Computer Inc.",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Apple Computer Inc.",
"DeviceModel": "",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Perceptual",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Apple Computer Inc.",
"ProfileID": "ca1a9582257f104d389913d5d1ea1582",
"ProfileDescription": "Display P3",
"ProfileCopyright": "Copyright Apple Inc., 2017",
"MediaWhitePoint": "0.95045 1 1.08905",
"RedMatrixColumn": "0.51512 0.2412 -0.00105",
"GreenMatrixColumn": "0.29198 0.69225 0.04189",
"BlueMatrixColumn": "0.1571 0.06657 0.78407",
"RedTRC": "(Binary data 32 bytes, use -b option to extract)",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02959 0.99048 -0.01706 -0.00923 0.01508 0.75168",
"BlueTRC": "(Binary data 32 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 32 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "1867x1400",
"Megapixels": 2.6000000000000001
}
},
"magick": {
"format": "WEBP",
"formatDescription": "WebP Image Format",
"mimeType": "image\/webp",
"class": "DirectClass",
"geometry": {
"width": 1867,
"height": 1400,
"x": 0,
"y": 0
},
"units": "Undefined",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 2613800,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 98.228300000000004,
"standardDeviation": 66.965800000000002,
"kurtosis": -0.50561199999999995,
"skewness": 0.71592900000000004,
"entropy": 0.95066899999999999
}
},
"channelStatistics": {
"red": {
"min": 0,
"max": 255,
"mean": 99.200500000000005,
"standardDeviation": 67.954999999999998,
"kurtosis": -0.50713600000000003,
"skewness": 0.66849199999999998,
"entropy": 0.95685600000000004
},
"green": {
"min": 0,
"max": 255,
"mean": 99.388199999999998,
"standardDeviation": 65.309100000000001,
"kurtosis": -0.69302200000000003,
"skewness": 0.54150399999999999,
"entropy": 0.95130700000000001
},
"blue": {
"min": 0,
"max": 255,
"mean": 96.096199999999996,
"standardDeviation": 67.633399999999995,
"kurtosis": -0.30729299999999998,
"skewness": 0.92481500000000005,
"entropy": 0.94384299999999999
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 1867,
"height": 1400,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "Undefined",
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:24:24+00:00",
"date:modify": "2024-09-06T09:24:24+00:00",
"icc:copyright": "Copyright Apple Inc., 2017",
"icc:description": "Display P3",
"signature": "87e9e53f3e69523567b29aa41ac38779ca1fab8176fd5a42ba5310cfbc9729bd"
},
"profiles": {
"icc": {
"length": 548
}
},
"tainted": false,
"filesize": "513976B",
"numberPixels": "2613800",
"pixelsPerSecond": "5.02901MB",
"userTime": "0.150u",
"elapsedTime": "0:01.519"
}
},
"load_end": 34236,
"ttfb_start": 15674,
"ttfb_end": 34234,
"download_start": 34234,
"download_end": 34236,
"download_ms": 2,
"all_start": 15674,
"all_end": 34236,
"all_ms": 18562,
"index": 13,
"number": 14
},
{
"type": 3,
"id": "154990.132",
"request_id": "154990.132",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp",
"raw_id": "154990.132",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 18567,
"ttfb_ms": 18565,
"load_start": 15675,
"load_start_float": 15675.000204,
"bytesIn": 0,
"objectSize": 0,
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 364458",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:24:22 GMT",
"etag: \"58faa-6216e3ac0d6a1\"",
"last-modified: Fri, 06 Sep 2024 07:19:36 GMT",
"server: Apache"
]
},
"bytesOut": 2653,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 364458,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 15666,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"chunks": [],
"netlog_id": 204,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "356 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"VP8Version": "0 (bicubic reconstruction, normal loop)",
"ImageWidth": 2000,
"HorizontalScale": 0,
"ImageHeight": 1126,
"VerticalScale": 0
},
"ICC_Profile": {
"ProfileCMMType": "Linotronic",
"ProfileVersion": "2.1.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "1998:02:09 06:49:00",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Microsoft Corporation",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Hewlett-Packard",
"DeviceModel": "sRGB",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Media-Relative Colorimetric",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Hewlett-Packard",
"ProfileID": 0,
"ProfileCopyright": "Copyright (c) 1998 Hewlett-Packard Company",
"ProfileDescription": "sRGB IEC61966-2.1",
"MediaWhitePoint": "0.95045 1 1.08905",
"MediaBlackPoint": "0 0 0",
"RedMatrixColumn": "0.43607 0.22249 0.01392",
"GreenMatrixColumn": "0.38515 0.71687 0.09708",
"BlueMatrixColumn": "0.14307 0.06061 0.7141",
"DeviceMfgDesc": "IEC http:\/\/www.iec.ch",
"DeviceModelDesc": "IEC 61966-2.1 Default RGB colour space - sRGB",
"ViewingCondDesc": "Reference Viewing Condition in IEC61966-2.1",
"ViewingCondIlluminant": "19.6445 20.3718 16.8089",
"ViewingCondSurround": "3.92889 4.07439 3.36179",
"ViewingCondIlluminantType": "D50",
"Luminance": "76.03647 80 87.12462",
"MeasurementObserver": "CIE 1931",
"MeasurementBacking": "0 0 0",
"MeasurementGeometry": "Unknown",
"MeasurementFlare": "0.999%",
"MeasurementIlluminant": "D65",
"Technology": "Cathode Ray Tube Display",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "2000x1126",
"Megapixels": 2.2999999999999998
}
},
"magick": {
"format": "WEBP",
"formatDescription": "WebP Image Format",
"mimeType": "image\/webp",
"class": "DirectClass",
"geometry": {
"width": 2000,
"height": 1126,
"x": 0,
"y": 0
},
"units": "Undefined",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 2252000,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 84.233000000000004,
"standardDeviation": 53.813800000000001,
"kurtosis": -0.998475,
"skewness": 0.111856,
"entropy": 0.80033399999999999
}
},
"channelStatistics": {
"red": {
"min": 0,
"max": 251,
"mean": 41.790399999999998,
"standardDeviation": 62.773000000000003,
"kurtosis": -0.51553099999999996,
"skewness": 1.1057600000000001,
"entropy": 0.63638300000000003
},
"green": {
"min": 11,
"max": 255,
"mean": 113.23699999999999,
"standardDeviation": 47.498699999999999,
"kurtosis": -0.83585299999999996,
"skewness": 0.758266,
"entropy": 0.869398
},
"blue": {
"min": 0,
"max": 255,
"mean": 97.671599999999998,
"standardDeviation": 51.169800000000002,
"kurtosis": -0.333208,
"skewness": -0.180648,
"entropy": 0.89522000000000002
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 2000,
"height": 1126,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "Undefined",
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:24:24+00:00",
"date:modify": "2024-09-06T09:24:24+00:00",
"icc:copyright": "Copyright (c) 1998 Hewlett-Packard Company",
"icc:description": "sRGB IEC61966-2.1",
"icc:manufacturer": "IEC http:\/\/www.iec.ch",
"icc:model": "IEC 61966-2.1 Default RGB colour space - sRGB",
"signature": "272cecac3a655055b984fcda6005336c14a7782266a250739af3428c0761b25b"
},
"profiles": {
"icc": {
"length": 3144
}
},
"tainted": false,
"filesize": "364458B",
"numberPixels": "2252000",
"pixelsPerSecond": "6.3876MB",
"userTime": "0.110u",
"elapsedTime": "0:01.352"
}
},
"load_end": 34242,
"ttfb_start": 15675,
"ttfb_end": 34240,
"download_start": 34240,
"download_end": 34242,
"download_ms": 2,
"all_start": 15675,
"all_end": 34242,
"all_ms": 18567,
"index": 14,
"number": 15
},
{
"type": 3,
"id": "154990.133",
"request_id": "154990.133",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"raw_id": "154990.133",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 18569,
"ttfb_ms": 18562,
"load_start": 15676,
"load_start_float": 15676.00021,
"bytesIn": 0,
"objectSize": 0,
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 715424",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:24:22 GMT",
"etag: \"aeaa0-6216e3a3cdd92\"",
"last-modified: Fri, 06 Sep 2024 07:19:27 GMT",
"server: Apache"
]
},
"bytesOut": 2638,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 715424,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 15671,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"chunks": [],
"netlog_id": 210,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "699 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"VP8Version": "0 (bicubic reconstruction, normal loop)",
"ImageWidth": 2000,
"HorizontalScale": 0,
"ImageHeight": 1277,
"VerticalScale": 0
},
"ICC_Profile": {
"ProfileCMMType": "Linotronic",
"ProfileVersion": "2.1.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "1998:02:09 06:49:00",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Microsoft Corporation",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Hewlett-Packard",
"DeviceModel": "sRGB",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Media-Relative Colorimetric",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Hewlett-Packard",
"ProfileID": 0,
"ProfileCopyright": "Copyright (c) 1998 Hewlett-Packard Company",
"ProfileDescription": "sRGB IEC61966-2.1",
"MediaWhitePoint": "0.95045 1 1.08905",
"MediaBlackPoint": "0 0 0",
"RedMatrixColumn": "0.43607 0.22249 0.01392",
"GreenMatrixColumn": "0.38515 0.71687 0.09708",
"BlueMatrixColumn": "0.14307 0.06061 0.7141",
"DeviceMfgDesc": "IEC http:\/\/www.iec.ch",
"DeviceModelDesc": "IEC 61966-2.1 Default RGB colour space - sRGB",
"ViewingCondDesc": "Reference Viewing Condition in IEC61966-2.1",
"ViewingCondIlluminant": "19.6445 20.3718 16.8089",
"ViewingCondSurround": "3.92889 4.07439 3.36179",
"ViewingCondIlluminantType": "D50",
"Luminance": "76.03647 80 87.12462",
"MeasurementObserver": "CIE 1931",
"MeasurementBacking": "0 0 0",
"MeasurementGeometry": "Unknown",
"MeasurementFlare": "0.999%",
"MeasurementIlluminant": "D65",
"Technology": "Cathode Ray Tube Display",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "2000x1277",
"Megapixels": 2.6000000000000001
}
},
"magick": {
"format": "WEBP",
"formatDescription": "WebP Image Format",
"mimeType": "image\/webp",
"class": "DirectClass",
"geometry": {
"width": 2000,
"height": 1277,
"x": 0,
"y": 0
},
"units": "Undefined",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 2554000,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 140.846,
"standardDeviation": 30.102,
"kurtosis": 0.201236,
"skewness": -0.86083600000000005,
"entropy": 0.83211000000000002
}
},
"channelStatistics": {
"red": {
"min": 0,
"max": 255,
"mean": 100.274,
"standardDeviation": 33.895400000000002,
"kurtosis": 0.065275100000000003,
"skewness": -0.15526300000000001,
"entropy": 0.87560000000000004
},
"green": {
"min": 0,
"max": 255,
"mean": 154.06700000000001,
"standardDeviation": 28.255700000000001,
"kurtosis": 6.5990399999999996,
"skewness": -1.90971,
"entropy": 0.81785300000000005
},
"blue": {
"min": 0,
"max": 255,
"mean": 168.196,
"standardDeviation": 28.154900000000001,
"kurtosis": 10.192399999999999,
"skewness": -2.5082200000000001,
"entropy": 0.80287699999999995
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 2000,
"height": 1277,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "Undefined",
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:24:24+00:00",
"date:modify": "2024-09-06T09:24:24+00:00",
"icc:copyright": "Copyright (c) 1998 Hewlett-Packard Company",
"icc:description": "sRGB IEC61966-2.1",
"icc:manufacturer": "IEC http:\/\/www.iec.ch",
"icc:model": "IEC 61966-2.1 Default RGB colour space - sRGB",
"signature": "3b9e44e28bbed7b17d50fffce2bac4e6053b50706ebb7a194e1f8c06fc25a521"
},
"profiles": {
"icc": {
"length": 3144
}
},
"tainted": false,
"filesize": "715424B",
"numberPixels": "2554000",
"pixelsPerSecond": "7954930B",
"userTime": "0.160u",
"elapsedTime": "0:01.321"
}
},
"load_end": 34245,
"ttfb_start": 15676,
"ttfb_end": 34238,
"download_start": 34238,
"download_end": 34245,
"download_ms": 7,
"all_start": 15676,
"all_end": 34245,
"all_ms": 18569,
"index": 15,
"number": 16
},
{
"type": 3,
"id": "154990.134",
"request_id": "154990.134",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp",
"raw_id": "154990.134",
"frame_id": "8472290C702FB07639C9E8774620A3B6",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 16901,
"ttfb_ms": 16881,
"load_start": 17677,
"load_start_float": 17677.000216,
"bytesIn": 0,
"objectSize": 0,
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 87,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=0fe0b3e6418e9ecbfcf903fde8e9204e84aa9ef7%2B1725621829.f43c4806c5606af21b8c.1d6a0f5a8504d6177d90a605c196e07d0b0b49664d3bd4c814eefba2cd61ba37",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 1219306",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:24:22 GMT",
"etag: \"129aea-6216e3a5d8241\"",
"last-modified: Fri, 06 Sep 2024 07:19:29 GMT",
"server: Apache"
]
},
"bytesOut": 2626,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 1219306,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 17675,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"chunks": [],
"netlog_id": 216,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4,
"Warning": "Error reading RIFF file (corrupted?)"
},
"File": {
"FileSize": "455 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"ImageWidth": 2000,
"ImageHeight": 1250
},
"ICC_Profile": {
"ProfileCMMType": "Linotronic",
"ProfileVersion": "2.1.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "1998:02:09 06:49:00",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Microsoft Corporation",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Hewlett-Packard",
"DeviceModel": "sRGB",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Perceptual",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Hewlett-Packard",
"ProfileID": 0,
"ProfileCopyright": "Copyright (c) 1998 Hewlett-Packard Company",
"ProfileDescription": "sRGB IEC61966-2.1",
"MediaWhitePoint": "0.95045 1 1.08905",
"MediaBlackPoint": "0 0 0",
"RedMatrixColumn": "0.43607 0.22249 0.01392",
"GreenMatrixColumn": "0.38515 0.71687 0.09708",
"BlueMatrixColumn": "0.14307 0.06061 0.7141",
"DeviceMfgDesc": "IEC http:\/\/www.iec.ch",
"DeviceModelDesc": "IEC 61966-2.1 Default RGB colour space - sRGB",
"ViewingCondDesc": "Reference Viewing Condition in IEC61966-2.1",
"ViewingCondIlluminant": "19.6445 20.3718 16.8089",
"ViewingCondSurround": "3.92889 4.07439 3.36179",
"ViewingCondIlluminantType": "D50",
"Luminance": "76.03647 80 87.12462",
"MeasurementObserver": "CIE 1931",
"MeasurementBacking": "0 0 0",
"MeasurementGeometry": "Unknown",
"MeasurementFlare": "0.999%",
"MeasurementIlluminant": "D65",
"Technology": "Cathode Ray Tube Display",
"RedTRC": "(Binary data 2060 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 2060 bytes, use -b option to extract)",
"BlueTRC": "(Binary data 2060 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "2000x1250",
"Megapixels": 2.5
}
}
},
"load_end": 34578,
"ttfb_start": 17677,
"ttfb_end": 34558,
"download_start": 34558,
"download_end": 34578,
"download_ms": 20,
"all_start": 17677,
"all_end": 34578,
"all_ms": 16901,
"index": 16,
"number": 17
}
],
"requestsFull": 17,
"requestsDoc": 0,
"responses_200": 10,
"responses_404": 0,
"responses_other": 7,
"result": 99997,
"testStartOffset": 0,
"cached": 0,
"optimization_checked": 1,
"main_frame": "8472290C702FB07639C9E8774620A3B6",
"domContentLoadedEventStart": 15672,
"domContentLoadedEventEnd": 15672,
"URL": "https:\/\/www.geissbuehler.net\/",
"connections": 1,
"final_base_page_request": 0,
"final_base_page_request_id": "3FDEE9232FDFE9C6790C0DEF2BF9476D",
"final_url": "https:\/\/www.geissbuehler.net\/",
"domInteractive": 630,
"firstPaint": 1304,
"renderBlockingCSS": 1,
"renderBlockingJS": 0,
"TTFB": 500,
"basePageSSLTime": 72,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": 20,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 98,
"score_etags": -1,
"score_progressive_jpeg": 0,
"gzip_total": 53571978,
"gzip_savings": 43243164,
"minify_total": -1,
"minify_savings": -1,
"image_total": 3258526,
"image_savings": 65445,
"base_page_cdn": "",
"cpuTimes": {
"ParseHTML": 20,
"HTMLDocumentParser::FetchQueuedPreloads": 4,
"EventDispatch": 4,
"V8.GC_TIME_TO_SAFEPOINT": 0,
"CommitLoad": 0,
"ResourceFetcher::requestResource": 49,
"EvaluateScript": 11,
"v8.compile": 1,
"ParseAuthorStyleSheet": 2,
"MarkDOMContent": 0,
"UpdateLayoutTree": 56,
"MarkLoad": 0,
"Layout": 38,
"ResourceChangePriority": 0,
"PrePaint": 5,
"IntersectionObserverController::computeIntersections": 3,
"Paint": 4,
"Layerize": 3,
"FunctionCall": 12,
"V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"MinorGC": 2,
"V8.GC_HEAP_PROLOGUE": 0,
"V8.GC_SCAVENGER": 1,
"V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"V8.GC_SCAVENGER_SCAVENGE": 1,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 1,
"Parallel scavenge started": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"V8.GC_HEAP_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"FireAnimationFrame": 0,
"TimerFire": 13,
"Idle": 34346
},
"cpuTimesDoc": {
"ParseHTML": 0,
"HTMLDocumentParser::FetchQueuedPreloads": 0,
"EventDispatch": 0,
"V8.GC_TIME_TO_SAFEPOINT": 0,
"CommitLoad": 0,
"ResourceFetcher::requestResource": 0,
"EvaluateScript": 0,
"v8.compile": 0,
"ParseAuthorStyleSheet": 0,
"MarkDOMContent": 0,
"UpdateLayoutTree": 0,
"MarkLoad": 0,
"Layout": 0,
"ResourceChangePriority": 0,
"PrePaint": 0,
"IntersectionObserverController::computeIntersections": 0,
"Paint": 0,
"Layerize": 0,
"FunctionCall": 0,
"V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"MinorGC": 0,
"V8.GC_HEAP_PROLOGUE": 0,
"V8.GC_SCAVENGER": 0,
"V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"V8.GC_SCAVENGER_SCAVENGE": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 0,
"Parallel scavenge started": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"V8.GC_HEAP_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"FireAnimationFrame": 0,
"TimerFire": 0,
"Idle": 0
},
"cpu.ParseHTML": 20,
"cpu.HTMLDocumentParser::FetchQueuedPreloads": 4,
"cpu.EventDispatch": 4,
"cpu.V8.GC_TIME_TO_SAFEPOINT": 0,
"cpu.CommitLoad": 0,
"cpu.ResourceFetcher::requestResource": 49,
"cpu.EvaluateScript": 11,
"cpu.v8.compile": 1,
"cpu.ParseAuthorStyleSheet": 2,
"cpu.MarkDOMContent": 0,
"cpu.UpdateLayoutTree": 56,
"cpu.MarkLoad": 0,
"cpu.Layout": 38,
"cpu.ResourceChangePriority": 0,
"cpu.PrePaint": 5,
"cpu.IntersectionObserverController::computeIntersections": 3,
"cpu.Paint": 4,
"cpu.Layerize": 3,
"cpu.FunctionCall": 12,
"cpu.V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"cpu.MinorGC": 2,
"cpu.V8.GC_HEAP_PROLOGUE": 0,
"cpu.V8.GC_SCAVENGER": 1,
"cpu.V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE": 1,
"cpu.V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 1,
"cpu.Parallel scavenge started": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"cpu.V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"cpu.V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"cpu.V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"cpu.V8.GC_HEAP_EPILOGUE": 0,
"cpu.V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"cpu.FireAnimationFrame": 0,
"cpu.TimerFire": 13,
"cpu.Idle": 34346,
"v8Stats": {
"main_thread": [],
"background": []
},
"start_epoch": 1725614626.1939902,
"osVersion": "Linux 6.5.0-1018-gcp",
"os_version": "Linux 6.5.0-1018-gcp",
"osPlatform": "x86_64 x86_64",
"date": 1725614629.2394643,
"browserVersion": "128.0.0.0",
"browser_version": "128.0.0.0",
"fullyLoadedCPUms": 12480,
"fullyLoadedCPUpct": 24.880382775120182,
"audit_issues": [
{
"code": "QuirksModeIssue",
"details": {
"quirksModeIssueDetails": {
"isLimitedQuirksMode": false,
"documentNodeId": 2,
"url": "http:\/\/127.0.0.1:8888\/orange.html",
"frameId": "8472290C702FB07639C9E8774620A3B6",
"loaderId": "DE924079FE7F5B4E26B198F28638C98E"
}
}
}
],
"execution_contexts": [
{
"id": 2,
"origin": "http:\/\/127.0.0.1:8888",
"name": ""
},
{
"id": 1,
"origin": "https:\/\/www.geissbuehler.net",
"name": ""
}
],
"document_URL": "https:\/\/www.geissbuehler.net\/",
"document_hostname": "www.geissbuehler.net",
"document_origin": "https:\/\/www.geissbuehler.net",
"viewport": {
"width": 1920,
"height": 993,
"dpr": 1
},
"domElements": 346,
"PerformancePaintTiming.first-paint": 1304,
"origin_dns": {
"mx": [
"10 mx02.sui-inter.net.",
"10 mx03.sui-inter.net.",
"10 mx01.sui-inter.net."
],
"ns": [
"ns2.hostpoint.ch.",
"ns.hostpoint.ch.",
"ns3.hostpoint.ch."
],
"txt": [
"\"v=spf1 include:_spf.sui-inter.net +mx +a -all\""
],
"soa": [
"ns.hostpoint.ch. hostmaster.hostpoint.ch. 1725494400 14400 1800 604800 3600"
],
"cname": [],
"https": [],
"svcb": []
},
"detected": {
"UI frameworks": "Tailwind CSS",
"Web servers": "Apache HTTP Server",
"Hosting": "Hostpoint",
"Miscellaneous": "Open Graph"
},
"detected_apps": {
"Tailwind CSS": "",
"Apache HTTP Server": "",
"Hostpoint": "",
"Open Graph": ""
},
"detected_technologies": {
"Tailwind CSS": {
"name": "Tailwind CSS",
"description": "Tailwind is a utility-first CSS framework.",
"slug": "tailwind-css",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"groups": [
9
],
"name": "UI frameworks",
"priority": 7
}
],
"confidence": 100,
"version": "",
"icon": "tailwindcss.svg",
"website": "https:\/\/tailwindcss.com\/",
"pricing": [],
"cpe": null
},
"Apache HTTP Server": {
"name": "Apache HTTP Server",
"description": "Apache is a free and open-source cross-platform web server software.",
"slug": "apache-http-server",
"categories": [
{
"id": 22,
"slug": "web-servers",
"groups": [
7
],
"name": "Web servers",
"priority": 8
}
],
"confidence": 100,
"version": "",
"icon": "Apache.svg",
"website": "https:\/\/httpd.apache.org\/",
"pricing": [],
"cpe": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*"
},
"Hostpoint": {
"name": "Hostpoint",
"description": "Hostpoint is a Switzerland-based web hosting company.",
"slug": "hostpoint",
"categories": [
{
"id": 88,
"slug": "hosting",
"groups": [
7
],
"name": "Hosting",
"priority": 9
}
],
"confidence": 100,
"version": "",
"icon": "Hostpoint.svg",
"website": "https:\/\/www.hostpoint.ch",
"pricing": [
"low",
"recurring"
],
"cpe": null
},
"Open Graph": {
"name": "Open Graph",
"description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
"slug": "open-graph",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"groups": [
6
],
"name": "Miscellaneous",
"priority": 10
}
],
"confidence": 100,
"version": "",
"icon": "Open Graph.png",
"website": "https:\/\/ogp.me",
"pricing": [],
"cpe": null
}
},
"detected_raw": [
{
"name": "Tailwind CSS",
"description": "Tailwind is a utility-first CSS framework.",
"slug": "tailwind-css",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"groups": [
9
],
"name": "UI frameworks",
"priority": 7
}
],
"confidence": 100,
"version": "",
"icon": "tailwindcss.svg",
"website": "https:\/\/tailwindcss.com\/",
"pricing": [],
"cpe": null
},
{
"name": "Apache HTTP Server",
"description": "Apache is a free and open-source cross-platform web server software.",
"slug": "apache-http-server",
"categories": [
{
"id": 22,
"slug": "web-servers",
"groups": [
7
],
"name": "Web servers",
"priority": 8
}
],
"confidence": 100,
"version": "",
"icon": "Apache.svg",
"website": "https:\/\/httpd.apache.org\/",
"pricing": [],
"cpe": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*"
},
{
"name": "Hostpoint",
"description": "Hostpoint is a Switzerland-based web hosting company.",
"slug": "hostpoint",
"categories": [
{
"id": 88,
"slug": "hosting",
"groups": [
7
],
"name": "Hosting",
"priority": 9
}
],
"confidence": 100,
"version": "",
"icon": "Hostpoint.svg",
"website": "https:\/\/www.hostpoint.ch",
"pricing": [
"low",
"recurring"
],
"cpe": null
},
{
"name": "Open Graph",
"description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
"slug": "open-graph",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"groups": [
6
],
"name": "Miscellaneous",
"priority": 10
}
],
"confidence": 100,
"version": "",
"icon": "Open Graph.png",
"website": "https:\/\/ogp.me",
"pricing": [],
"cpe": null
}
],
"axe": {
"testEngine": "4.4.1",
"violations": [
{
"id": "link-name",
"impact": "serious",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"wcag244",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures links have discernible text",
"help": "Links must have discernible text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/link-name?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element does not have text that is visible to screen readers"
},
{
"id": "aria-label",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-label attribute does not exist or is empty"
},
{
"id": "aria-labelledby",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
},
{
"id": "non-empty-title",
"data": {
"messageKey": "noAttr"
},
"relatedNodes": [],
"impact": "serious",
"message": "Element has no title attribute"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is in tab order and does not have accessible text"
}
],
"impact": "serious",
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"4\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"4\"]"
],
"failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute"
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element does not have text that is visible to screen readers"
},
{
"id": "aria-label",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-label attribute does not exist or is empty"
},
{
"id": "aria-labelledby",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
},
{
"id": "non-empty-title",
"data": {
"messageKey": "noAttr"
},
"relatedNodes": [],
"impact": "serious",
"message": "Element has no title attribute"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is in tab order and does not have accessible text"
}
],
"impact": "serious",
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"19\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"19\"]"
],
"failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute"
}
]
}
],
"passes": [
{
"id": "aria-hidden-body",
"impact": null,
"tags": [
"cat.aria",
"wcag2a",
"wcag412"
],
"description": "Ensures aria-hidden='true' is not present on the document body.",
"help": "aria-hidden='true' must not be present on the document body",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/aria-hidden-body?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "aria-hidden-body",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "No aria-hidden attribute is present on document body"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<body class=\"is-white text-primary font-serif antialiased\">",
"target": [
"body"
]
}
]
},
{
"id": "bypass",
"impact": null,
"tags": [
"cat.keyboard",
"wcag2a",
"wcag241",
"section508",
"section508.22.o"
],
"description": "Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
"help": "Page must have means to bypass repeated blocks",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/bypass?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "landmark",
"data": null,
"relatedNodes": [
{
"html": "<main>",
"target": [
"main"
]
}
],
"impact": "serious",
"message": "Page has a landmark region"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "document-title",
"impact": null,
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag242",
"ACT"
],
"description": "Ensures each HTML document contains a non-empty <title> element",
"help": "Documents must have <title> element to aid in navigation",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/document-title?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "doc-has-title",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Document has a non-empty <title> element"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "duplicate-id-active",
"impact": null,
"tags": [
"cat.parsing",
"wcag2a",
"wcag411"
],
"description": "Ensures every id attribute value of active elements is unique",
"help": "IDs of active elements must be unique",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/duplicate-id-active?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "duplicate-id-active",
"data": "index-opener",
"relatedNodes": [],
"impact": "serious",
"message": "Document has no active elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>",
"target": [
"#index-opener"
]
},
{
"any": [
{
"id": "duplicate-id-active",
"data": "nav-opener",
"relatedNodes": [],
"impact": "serious",
"message": "Document has no active elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>",
"target": [
"#nav-opener"
]
}
]
},
{
"id": "duplicate-id",
"impact": null,
"tags": [
"cat.parsing",
"wcag2a",
"wcag411"
],
"description": "Ensures every id attribute value is unique",
"help": "id attribute value must be unique",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/duplicate-id?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "duplicate-id",
"data": "nav-content",
"relatedNodes": [],
"impact": "minor",
"message": "Document has no static elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<nav id=\"nav-content\" class=\"__container is-pink fixed z-30 w-full h-screen inset-0 overflow-y-auto\">",
"target": [
"#nav-content"
]
},
{
"any": [
{
"id": "duplicate-id",
"data": "index-content",
"relatedNodes": [],
"impact": "minor",
"message": "Document has no static elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<nav id=\"index-content\" class=\"__container is-white hidden fixed z-30 w-screen h-screen inset-0 overflow-y-auto\">",
"target": [
"#index-content"
]
}
]
},
{
"id": "html-has-lang",
"impact": null,
"tags": [
"cat.language",
"wcag2a",
"wcag311",
"ACT"
],
"description": "Ensures every HTML document has a lang attribute",
"help": "<html> element must have a lang attribute",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/html-has-lang?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-lang",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "The <html> element has a lang attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "html-lang-valid",
"impact": null,
"tags": [
"cat.language",
"wcag2a",
"wcag311",
"ACT"
],
"description": "Ensures the lang attribute of the <html> element has a valid value",
"help": "<html> element must have a valid value for the lang attribute",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/html-lang-valid?application=axeAPI",
"nodes": [
{
"any": [],
"all": [],
"none": [
{
"id": "valid-lang",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Value of lang attribute is included in the list of valid languages"
}
],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "image-alt",
"impact": null,
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag111",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures <img> elements have alternate text or a role of none or presentation",
"help": "Images must have alternate text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/image-alt?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"] > .swiper-lazy-loaded[height=\"1596\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2) > .swiper-lazy-loaded[width=\"4032\"][height=\"3024\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"1\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\">",
"target": [
"img[width=\"2560\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"target": [
"img[height=\"3339\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\">",
"target": [
"img[height=\"4032\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">",
"target": [
"img[width=\"5625\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"7\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"8\"] > .swiper-lazy-loaded[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"target": [
"img[width=\"4037\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
".swiper-slide-prev > .swiper-lazy-loaded[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\">",
"target": [
"img[width=\"2496\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
".swiper-lazy-loading[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\">",
"target": [
"img[height=\"3333\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"target": [
"img[width=\"3000\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\">",
"target": [
"img[width=\"5669\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\">",
"target": [
"img[width=\"4242\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"target": [
"img[width=\"2115\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"target": [
"img[width=\"4800\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\">",
"target": [
"img[width=\"1559\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"21\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\">",
"target": [
"img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\">",
"target": [
"img[width=\"4110\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\">",
"target": [
"img[width=\"1050\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"25\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\">",
"target": [
"img[alt=\"Studio Geissb\u00fchler\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"target": [
"img[height=\"1875\"][alt=\"Studio Collection\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"target": [
"a[data-swiper-slide-index=\"28\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31) > .swiper-lazy-loaded[height=\"1596\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"] > .swiper-lazy-loaded[width=\"4032\"][height=\"3024\"]"
]
}
]
},
{
"id": "link-name",
"impact": "serious",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"wcag244",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures links have discernible text",
"help": "Links must have discernible text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/link-name?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>",
"target": [
"#index-opener"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>",
"target": [
"#nav-opener"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2)"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"1\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"1\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"2\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"2\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"3\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"3\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"5\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"5\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"swiper-slide\" data-swiper-slide-index=\"6\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"6\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"7\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"7\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"8\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"8\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"9\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"9\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide swiper-slide-prev\" data-swiper-slide-index=\"10\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-prev"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"swiper-slide swiper-slide-active\" data-swiper-slide-index=\"11\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-active"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide swiper-slide-next\" data-swiper-slide-index=\"12\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-next"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"13\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"13\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"14\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"14\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"15\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"15\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"16\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"16\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"17\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"17\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"18\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"18\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"20\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"20\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"21\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"21\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"22\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"22\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"23\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"23\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"24\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"24\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"25\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"25\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"#\" class=\"swiper-slide pointer-events-none\" data-swiper-slide-index=\"26\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"26\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"27\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"27\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"28\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"28\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31)"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"]"
]
}
]
},
{
"id": "nested-interactive",
"impact": null,
"tags": [
"cat.keyboard",
"wcag2a",
"wcag412"
],
"description": "Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
"help": "Interactive controls must not be nested",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/nested-interactive?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"] > .swiper-lazy-loaded[height=\"1596\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2) > .swiper-lazy-loaded[width=\"4032\"][height=\"3024\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"1\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\">",
"target": [
"img[width=\"2560\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"target": [
"img[height=\"3339\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\">",
"target": [
"img[height=\"4032\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">",
"target": [
"img[width=\"5625\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"7\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"8\"] > .swiper-lazy-loaded[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"target": [
"img[width=\"4037\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
".swiper-slide-prev > .swiper-lazy-loaded[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\">",
"target": [
"img[width=\"2496\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
".swiper-lazy-loading[width=\"5333\"][height=\"3000\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\">",
"target": [
"img[height=\"3333\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"target": [
"img[width=\"3000\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\">",
"target": [
"img[width=\"5669\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\">",
"target": [
"img[width=\"4242\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"target": [
"img[width=\"2115\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"target": [
"img[width=\"4800\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\">",
"target": [
"img[width=\"1559\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"21\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\">",
"target": [
"img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\">",
"target": [
"img[width=\"4110\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\">",
"target": [
"img[width=\"1050\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"25\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\">",
"target": [
"img[alt=\"Studio Geissb\u00fchler\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"target": [
"img[height=\"1875\"][alt=\"Studio Collection\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"target": [
"a[data-swiper-slide-index=\"28\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31) > .swiper-lazy-loaded[height=\"1596\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"] > .swiper-lazy-loaded[width=\"4032\"][height=\"3024\"]"
]
}
]
}
],
"incomplete": [
{
"id": "video-caption",
"impact": "critical",
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag122",
"section508",
"section508.22.a"
],
"description": "Ensures <video> elements have captions",
"help": "<video> elements must have captions",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/video-caption?application=axeAPI",
"nodes": [
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(1) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4\" class=\"index__image size--lg carousel__image w-full h-full hidden\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(2) > .carousel__images.index__container[data-index=\"1\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4\" class=\"index__image size--lg carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(4) > .carousel__images.index__container[data-index=\"1\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
".carousel__images.index__container[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(7) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(14) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>",
"target": [
"a[data-swiper-slide-index=\"4\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9d8e5158bb-1641205839\/22.mp4\" class=\"swiper-lazy w-full h-full object-cover object-center\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>",
"target": [
"a[data-swiper-slide-index=\"19\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
}
]
}
]
},
"base_page_ip_ptr": "sl90.web.hostpoint.ch",
"base_page_cname": "",
"base_page_dns_server": "ns2.hostpoint.ch",
"browser_name": "Chrome",
"eventName": "Step_1",
"test_run_time_ms": 58608,
"testUrl": "https:\/\/www.geissbuehler.net\/",
"custom": [
"Colordepth",
"Dpi",
"Images",
"Resolution",
"fonts",
"generated-content-percent",
"generated-content-size",
"imgs-in-viewport",
"imgs-no-alt",
"imgs-out-viewport",
"jsLibsVulns",
"meta-viewport",
"possibly-render-blocking-reqs",
"rendered-html",
"securityHeaders"
],
"Colordepth": 24,
"Dpi": "{\"dppx\":1,\"dpcm\":37.79527559055118,\"dpi\":96}",
"Images": "[{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.jpg\",\"width\":500,\"height\":338,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.jpg\",\"width\":500,\"height\":339,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.jpg\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.jpg\",\"width\":500,\"height\":342,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.png\",\"width\":354,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.jpg\",\"width\":399,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.jpg\",\"width\":500,\"height\":250,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.jpg\",\"width\":500,\"height\":318,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.png\",\"width\":500,\"height\":158,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.png\",\"width\":354,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.png\",\"width\":355,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.png\",\"width\":282,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.png\",\"width\":500,\"height\":404,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.png\",\"width\":342,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.jpg\",\"width\":400,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.jpg\",\"width\":321,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.jpg\",\"width\":351,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.jpg\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.jpg\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.jpg\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.jpg\",\"width\":500,\"height\":263,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.png\",\"width\":339,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.png\",\"width\":340,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.jpg\",\"width\":353,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.png\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.png\",\"width\":482,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1277},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1867,\"naturalHeight\":1400},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1126},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1277},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1867,\"naturalHeight\":1400}]",
"Resolution": "{\"absolute\":{\"height\":1200,\"width\":1920},\"available\":{\"height\":1200,\"width\":1920}}",
"fonts": [
{
"family": "Recife",
"display": "fallback",
"status": "unloaded",
"style": "normal",
"weight": "400"
},
{
"family": "Recife",
"display": "fallback",
"status": "loaded",
"style": "italic",
"weight": "400"
},
{
"family": "swiper-icons",
"display": "auto",
"status": "unloaded",
"style": "normal",
"weight": "400"
}
],
"generated-content-percent": "-2.28",
"generated-content-size": "-1.76",
"imgs-in-viewport": [
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1277
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1867,
"naturalHeight": 1400
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1126
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1250
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1268,
"naturalHeight": 1400
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 113,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205625%203749'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205625%203749'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205625%203749'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 225,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 213,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 266,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 240,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 300,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 240,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 212,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 106,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 222,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 194,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 200,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 220,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 105,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 262,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 200,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 235,
"naturalHeight": 150
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1277
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1867,
"naturalHeight": 1400
}
],
"imgs-no-alt": [],
"imgs-out-viewport": [],
"jsLibsVulns": [],
"meta-viewport": "width=device-width,initial-scale=1.0",
"possibly-render-blocking-reqs": [
"https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9"
],
"rendered-html": "<html lang=\"de\" class=\"js no-touchevents\"><head>\n<!--\n Website by:\n Gilbert Nigg\n www.gilles.ch\n-->\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<title>Studio Geissb\u00fchler<\/title>\n<link rel=\"preload\" href=\"https:\/\/www.geissbuehler.net\/assets\/fonts\/RecifeDisplay-Book.woff2\" as=\"font\" crossorigin=\"anonymous\">\n<meta name=\"description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n<meta property=\"og:title\" content=\"Studio Geissb\u00fchler\">\n<meta property=\"og:description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n<meta property=\"og:url\" content=\"https:\/\/www.geissbuehler.net\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"twitter:title\" content=\"Studio Geissb\u00fchler\">\n<meta property=\"twitter:description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-32x32-crop.png\" sizes=\"32x32\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-48x48-crop.png\" sizes=\"48x48\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-96x96-crop.png\" sizes=\"96x96\">\n\t<link rel=\"apple-touch-icon\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <link rel=\"image_src\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <meta property=\"og:image\" content=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <meta property=\"twitter:image\" content=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n<script>\nvar showSwiper = false;\nvar navContentStays = false;\n<\/script>\n<meta name=\"theme-color\" content=\"#FFCCCC\">\n<link href=\"https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9\" rel=\"stylesheet\"><script defer=\"\" src=\"https:\/\/www.geissbuehler.net\/assets\/js\/app.js?v=9\"><\/script>\n<style>\/* inner styles set by WPT to match CSSOM *\/.is-pink { background-color: rgb(195, 180, 210); }<\/style>\n<\/head>\n\n<body class=\"is-white text-primary font-serif antialiased\">\n\n<header class=\"header fixed z-40 left-0 top-0 w-screen p-6 md:p-8 pointer-events-none\">\n <div class=\"flex\">\n <a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>\n\n <a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>\n <\/div>\n<\/header>\n\n\n<nav id=\"nav-content\" class=\"__container is-pink fixed z-30 w-full h-screen inset-0 overflow-y-auto\">\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/about\" class=\"uppercase\">\n\t\t\tStudio<br>\nGeissb\u00fchler\t\t<\/a>\n\t<\/div>\n\t\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/type\" class=\"uppercase\">\n\t\t\tWorks\t\t<\/a>\n\t<\/div>\n\t\t<div class=\"nav__lang mt-8\">\n\t<a href=\"https:\/\/www.geissbuehler.net\" hreflang=\"de\" class=\"is-selected\">\nD<\/a>\/<a href=\"https:\/\/www.geissbuehler.net\/en\" hreflang=\"en\" class=\"\">\nE<\/a><\/div>\n<\/nav>\n\n<nav id=\"index-content\" class=\"__container is-white hidden fixed z-30 w-screen h-screen inset-0 overflow-y-auto\">\n <div class=\"__grid max-w-screen-4xl\">\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/lolologo\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Logo, Logo, Logo<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\"><\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4\" class=\"index__image size--lg carousel__image w-full h-full hidden\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Studio Collection\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Studio Collection<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Dinge<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.jpg\" width=\"500\" height=\"338\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.jpg\" width=\"500\" height=\"339\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.jpg\" width=\"500\" height=\"375\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.jpg\" width=\"500\" height=\"342\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Maison Lullin<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.png\" width=\"354\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4\" class=\"index__image size--lg carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Mascotte<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Image<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Stories<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Geschichten<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.jpg\" width=\"399\" height=\"500\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.jpg\" width=\"500\" height=\"500\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.jpg\" width=\"500\" height=\"250\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.jpg\" width=\"500\" height=\"318\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">ODUR Parfum<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding, Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/amt-fur-ideen\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Amt f\u00fcr Ideen<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.png\" width=\"500\" height=\"158\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.png\" width=\"354\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.png\" width=\"355\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.png\" width=\"282\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.png\" width=\"375\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.png\" width=\"500\" height=\"404\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.png\" width=\"500\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.png\" width=\"342\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Kern & Sammet<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.jpg\" width=\"400\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.jpg\" width=\"321\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--sm carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.jpg\" width=\"351\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Landesmuseum Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Ausstellungen<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Schauspielhaus Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters, Editorial<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.jpg\" width=\"375\" height=\"500\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.jpg\" width=\"375\" height=\"500\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.jpg\" width=\"500\" height=\"375\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.jpg\" width=\"500\" height=\"263\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Z\u00fcrcher Kantonalbank<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Jubil\u00e4ums-Zug<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/movies\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.png\" width=\"350\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.png\" width=\"339\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.png\" width=\"340\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Movie Posters<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Mi Adelita<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding, Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/pkz\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">PKZ<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Er\u00f6ffnung<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/emmentaler-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Emmentaler<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Illustration, Packaging Design<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Z\u00fcrcher Kantonalbank<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Zug<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/soiree-graphique\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.jpg\" width=\"353\" height=\"500\" alt=\"Soir\u00e9e Graphique\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Soir\u00e9e Graphique<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Poster<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Opernhaus Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/hardegger-huppen\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.png\" width=\"500\" height=\"375\" alt=\"Hardegger H\u00fcppen\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.png\" width=\"482\" height=\"500\" alt=\"Hardegger H\u00fcppen\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Hardegger H\u00fcppen<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding & Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n<\/div>\n\n<\/nav>\n<script>var showSwiper = 'home';<\/script>\n\n<main>\n\n<div class=\"swiper-container swiper-initialized swiper-horizontal swiper-pointer-events\">\n\t<div class=\"swiper-wrapper\" style=\"transition-duration: 0ms; transform: translate3d(-20955px, 0px, 0px);\"><a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"1\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"2\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"3\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"4\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"5\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"swiper-slide\" data-swiper-slide-index=\"6\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205625%203749'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"7\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"8\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"swiper-slide swiper-slide-prev\" data-swiper-slide-index=\"9\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide swiper-slide-active\" data-swiper-slide-index=\"10\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"swiper-slide swiper-slide-next\" data-swiper-slide-index=\"11\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202496%201407'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"12\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"13\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203333'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"14\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"15\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205669%203541'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"16\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204242%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"17\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"18\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"19\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<video data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9d8e5158bb-1641205839\/22.mp4\" class=\"swiper-lazy w-full h-full object-cover object-center\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"20\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201559%201203'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"21\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"22\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"23\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204110%202800'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"24\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%201050%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"25\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"#\" class=\"swiper-slide pointer-events-none\" data-swiper-slide-index=\"26\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202900%201662'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"27\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"28\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a><\/div>\n<\/div>\n\n<\/main>\n\n\n\n<\/body><\/html>",
"securityHeaders": {
"securityHeadersList": [],
"securityHeadersGrade": "F",
"securityHeadersScore": 0
},
"interactivePeriods": [
[
0,
15639
],
[
15700,
30005
]
],
"longTasks": [
[
15639,
15700
]
],
"lastVisualChange": 30100,
"render": 1300,
"visualComplete85": 1300,
"visualComplete90": 1300,
"visualComplete95": 1300,
"visualComplete99": 2100,
"visualComplete": 30100,
"SpeedIndex": 1870,
"chromeUserTiming": [
{
"name": "navigationStart",
"time": 27
},
{
"name": "fetchStart",
"time": 66
},
{
"name": "navigationStart",
"time": 152
},
{
"name": "domLoading",
"time": 152
},
{
"name": "responseEnd",
"time": 153
},
{
"name": "domInteractive",
"time": 154
},
{
"name": "domContentLoadedEventStart",
"time": 154
},
{
"name": "domContentLoadedEventEnd",
"time": 154
},
{
"name": "domComplete",
"time": 155
},
{
"name": "responseEnd",
"time": 552
},
{
"name": "unloadEventStart",
"time": 552
},
{
"name": "unloadEventEnd",
"time": 552
},
{
"name": "markAsMainFrame",
"time": 552
},
{
"name": "commitNavigationEnd",
"time": 553
},
{
"name": "domLoading",
"time": 553
},
{
"name": "domInteractive",
"time": 657
},
{
"name": "firstPaint",
"time": 1331
},
{
"name": "firstMeaningfulPaintCandidate",
"time": 1331
},
{
"name": "domContentLoadedEventStart",
"time": 15699
},
{
"name": "domContentLoadedEventEnd",
"time": 15699
},
{
"name": "TotalLayoutShift",
"value": 0
},
{
"name": "CumulativeLayoutShift",
"value": 0
}
],
"chromeUserTiming.navigationStart": 152,
"chromeUserTiming.fetchStart": 67,
"chromeUserTiming.domLoading": 554,
"chromeUserTiming.responseEnd": 552,
"chromeUserTiming.domInteractive": 657,
"chromeUserTiming.domContentLoadedEventStart": 15699,
"chromeUserTiming.domContentLoadedEventEnd": 15699,
"chromeUserTiming.domComplete": 155,
"chromeUserTiming.unloadEventStart": 553,
"chromeUserTiming.unloadEventEnd": 553,
"chromeUserTiming.markAsMainFrame": 553,
"chromeUserTiming.commitNavigationEnd": 553,
"chromeUserTiming.firstPaint": 1331,
"chromeUserTiming.firstMeaningfulPaintCandidate": 1331,
"chromeUserTiming.TotalLayoutShift": 0,
"chromeUserTiming.CumulativeLayoutShift": 0,
"blinkFeatureFirstUsed": {
"Features": {
"1075": {
"name": "V8SloppyMode",
"firstUsed": 15639.875
},
"13": {
"name": "UnprefixedRequestAnimationFrame",
"firstUsed": 15728.609
},
"2627": {
"name": "PageLifeCycleFreeze",
"firstUsed": 558.37300000000005
},
"1441": {
"name": "SecureContextCheckPassed",
"firstUsed": 559.83500000000004
},
"1910": {
"name": "CrossOriginMainFrameNulledNameAccessed",
"firstUsed": 559.851
},
"4561": {
"name": "LinkRelPreloadAsFont",
"firstUsed": 565.399
},
"2188": {
"name": "PerformanceObserverForWindow",
"firstUsed": 574.495
},
"2927": {
"name": "LargestContentfulPaintExplicitlyRequested",
"firstUsed": 574.53899999999999
},
"3004": {
"name": "PerformanceObserverBufferedFlag",
"firstUsed": 574.54600000000005
},
"2782": {
"name": "LayoutJankExplicitlyRequested",
"firstUsed": 574.56500000000005
},
"901": {
"name": "LinkRelPreload",
"firstUsed": 583.904
},
"4238": {
"name": "ScriptSchedulingType_Defer",
"firstUsed": 584.87199999999996
},
"2203": {
"name": "HasIDClassTagAttribute",
"firstUsed": 585.72400000000005
},
"1229": {
"name": "HTMLMediaElement",
"firstUsed": 589.87199999999996
},
"2445": {
"name": "EnterPictureInPictureEventListener",
"firstUsed": 589.88999999999999
},
"2446": {
"name": "LeavePictureInPictureEventListener",
"firstUsed": 589.89599999999996
},
"1230": {
"name": "HTMLMediaElementInDocument",
"firstUsed": 589.97400000000005
},
"42": {
"name": "MaxAttribute",
"firstUsed": 591.572
},
"43": {
"name": "MinAttribute",
"firstUsed": 591.58699999999999
},
"523": {
"name": "SrcsetXDescriptor",
"firstUsed": 593.20500000000004
},
"2935": {
"name": "LazyLoadImageLoadingAttributeLazy",
"firstUsed": 593.60299999999995
},
"2204": {
"name": "HasBeforeOrAfterPseudoElement",
"firstUsed": 632.96199999999999
},
"469": {
"name": "CSSSelectorPseudoHost",
"firstUsed": 632.99900000000002
},
"2431": {
"name": "CSSSelectorPseudoIS",
"firstUsed": 633.03200000000004
},
"2298": {
"name": "CSSSelectorWebkitInnerSpinButton",
"firstUsed": 633.31799999999998
},
"2319": {
"name": "CSSSelectorWebkitUnknownPseudo",
"firstUsed": 633.32899999999995
},
"2297": {
"name": "CSSSelectorWebkitFileUploadButton",
"firstUsed": 633.34100000000001
},
"2299": {
"name": "CSSSelectorWebkitInputPlaceholder",
"firstUsed": 633.36900000000003
},
"970": {
"name": "CSSAtRuleFontFace",
"firstUsed": 633.44399999999996
},
"973": {
"name": "CSSAtRuleMedia",
"firstUsed": 633.61699999999996
},
"978": {
"name": "CSSAtRuleWebkitKeyframes",
"firstUsed": 633.678
},
"972": {
"name": "CSSAtRuleKeyframes",
"firstUsed": 633.69899999999996
},
"2387": {
"name": "CSSSelectorPseudoFocus",
"firstUsed": 634.02499999999998
},
"976": {
"name": "CSSAtRuleSupports",
"firstUsed": 634.47900000000004
},
"4379": {
"name": "PerformanceEntryBufferSwaps",
"firstUsed": 718.19200000000001
},
"587": {
"name": "LangAttribute",
"firstUsed": 732.70899999999995
},
"588": {
"name": "LangAttributeOnHTML",
"firstUsed": 732.71799999999996
},
"590": {
"name": "LangAttributeDoesNotMatchToUILocale",
"firstUsed": 732.72500000000002
},
"4994": {
"name": "Feature_4994",
"firstUsed": 733.00400000000002
},
"3803": {
"name": "OverflowClipAlongEitherAxis",
"firstUsed": 735.03899999999999
},
"664": {
"name": "SyntheticKeyframesInCompositedCSSAnimation",
"firstUsed": 735.73299999999995
},
"1692": {
"name": "CSSFlexibleBox",
"firstUsed": 748.04499999999996
},
"4237": {
"name": "FlexboxNewAbsPos",
"firstUsed": 749.74699999999996
},
"4330": {
"name": "FlexboxAbsPosJustifyContent",
"firstUsed": 749.75699999999995
},
"1066": {
"name": "SameOriginTextScript",
"firstUsed": 15639.440000000001
},
"1076": {
"name": "V8StrictMode",
"firstUsed": 15643.530000000001
},
"3258": {
"name": "V8InvalidatedArrayConstructorProtector",
"firstUsed": 15651.514999999999
},
"2661": {
"name": "NavigatorPlatform",
"firstUsed": 15651.998
},
"2663": {
"name": "NavigatorUserAgent",
"firstUsed": 15652.011
},
"2704": {
"name": "V8Screen_Width_AttributeGetter",
"firstUsed": 15652.031000000001
},
"2702": {
"name": "V8Screen_Height_AttributeGetter",
"firstUsed": 15652.038
},
"2903": {
"name": "NonPassiveTouchEventListener",
"firstUsed": 15692.234
},
"2904": {
"name": "PassiveTouchEventListener",
"firstUsed": 15692.261
},
"2592": {
"name": "ResizeObserver_Constructor",
"firstUsed": 15692.353999999999
},
"2716": {
"name": "WindowDevicePixelRatio",
"firstUsed": 15696.718000000001
},
"1368": {
"name": "IntersectionObserver_Constructor",
"firstUsed": 15697.054
}
},
"CSSFeatures": {
"24": {
"name": "CSSPropertyBackgroundColor",
"firstUsed": 585.74099999999999
},
"516": {
"name": "CSSPropertyFontDisplay",
"firstUsed": 633.45699999999999
},
"6": {
"name": "CSSPropertyFontFamily",
"firstUsed": 633.46900000000005
},
"8": {
"name": "CSSPropertyFontStyle",
"firstUsed": 633.55499999999995
},
"10": {
"name": "CSSPropertyFontWeight",
"firstUsed": 633.57000000000005
},
"124": {
"name": "CSSPropertySrc",
"firstUsed": 633.59199999999998
},
"98": {
"name": "CSSPropertyOpacity",
"firstUsed": 633.68899999999996
},
"326": {
"name": "CSSPropertyAliasWebkitTransform",
"firstUsed": 634.38
},
"446": {
"name": "CSSPropertyTransform",
"firstUsed": 634.38900000000001
},
"81": {
"name": "CSSPropertyHeight",
"firstUsed": 634.48900000000003
},
"515": {
"name": "CSSPropertyVariable",
"firstUsed": 732.74000000000001
},
"537": {
"name": "CSSPropertyAliasWebkitTextSizeAdjust",
"firstUsed": 732.76800000000003
},
"12": {
"name": "CSSPropertyAliasWebkitFontFeatureSettings",
"firstUsed": 732.779
},
"514": {
"name": "CSSPropertyFontFeatureSettings",
"firstUsed": 732.78499999999997
},
"415": {
"name": "CSSPropertyWebkitTapHighlightColor",
"firstUsed": 732.79300000000001
},
"549": {
"name": "CSSPropertyFontVariationSettings",
"firstUsed": 732.82299999999998
},
"20": {
"name": "CSSPropertyLineHeight",
"firstUsed": 732.83199999999999
},
"127": {
"name": "CSSPropertyTabSize",
"firstUsed": 732.84000000000003
},
"34": {
"name": "CSSPropertyBorder",
"firstUsed": 732.85900000000004
},
"485": {
"name": "CSSPropertyAliasWebkitBoxSizing",
"firstUsed": 732.86699999999996
},
"69": {
"name": "CSSPropertyBoxSizing",
"firstUsed": 732.87300000000005
},
"2": {
"name": "CSSPropertyColor",
"firstUsed": 733.20799999999997
},
"7": {
"name": "CSSPropertyFontSize",
"firstUsed": 733.22199999999998
},
"14": {
"name": "CSSPropertyWebkitFontSmoothing",
"firstUsed": 733.23900000000003
},
"89": {
"name": "CSSPropertyMargin",
"firstUsed": 733.25199999999995
},
"119": {
"name": "CSSPropertyPosition",
"firstUsed": 733.32600000000002
},
"165": {
"name": "CSSPropertyZIndex",
"firstUsed": 733.33600000000001
},
"83": {
"name": "CSSPropertyLeft",
"firstUsed": 733.34299999999996
},
"149": {
"name": "CSSPropertyTop",
"firstUsed": 733.34900000000005
},
"161": {
"name": "CSSPropertyWidth",
"firstUsed": 733.35599999999999
},
"109": {
"name": "CSSPropertyPadding",
"firstUsed": 733.36500000000001
},
"118": {
"name": "CSSPropertyPointerEvents",
"firstUsed": 733.375
},
"4": {
"name": "CSSPropertyDisplay",
"firstUsed": 733.41999999999996
},
"239": {
"name": "CSSPropertyFlexWrap",
"firstUsed": 733.52599999999995
},
"100": {
"name": "CSSPropertyOutline",
"firstUsed": 733.53599999999994
},
"105": {
"name": "CSSPropertyOverflow",
"firstUsed": 733.54499999999996
},
"92": {
"name": "CSSPropertyMarginRight",
"firstUsed": 733.55700000000002
},
"129": {
"name": "CSSPropertyTextDecoration",
"firstUsed": 733.56899999999996
},
"90": {
"name": "CSSPropertyMarginBottom",
"firstUsed": 733.64999999999998
},
"332": {
"name": "CSSPropertyAliasWebkitTransition",
"firstUsed": 733.67200000000003
},
"150": {
"name": "CSSPropertyTransition",
"firstUsed": 733.67999999999995
},
"72": {
"name": "CSSPropertyClip",
"firstUsed": 733.952
},
"66": {
"name": "CSSPropertyBorderWidth",
"firstUsed": 733.96400000000006
},
"159": {
"name": "CSSPropertyWhiteSpace",
"firstUsed": 733.97799999999995
},
"209": {
"name": "CSSPropertyWebkitBoxOrient",
"firstUsed": 734.06600000000003
},
"204": {
"name": "CSSPropertyWebkitBoxDirection",
"firstUsed": 734.07399999999996
},
"235": {
"name": "CSSPropertyFlexDirection",
"firstUsed": 734.08199999999999
},
"84": {
"name": "CSSPropertyLetterSpacing",
"firstUsed": 734.33900000000006
},
"636": {
"name": "CSSPropertyInset",
"firstUsed": 734.36500000000001
},
"108": {
"name": "CSSPropertyOverflowY",
"firstUsed": 734.38400000000001
},
"335": {
"name": "CSSPropertyAliasWebkitTransitionProperty",
"firstUsed": 734.61300000000006
},
"153": {
"name": "CSSPropertyTransitionProperty",
"firstUsed": 734.62300000000005
},
"238": {
"name": "CSSPropertyFlexShrink",
"firstUsed": 734.69500000000005
},
"203": {
"name": "CSSPropertyWebkitBoxAlign",
"firstUsed": 734.70899999999995
},
"210": {
"name": "CSSPropertyWebkitBoxPack",
"firstUsed": 734.71799999999996
},
"231": {
"name": "CSSPropertyAlignItems",
"firstUsed": 734.72699999999998
},
"240": {
"name": "CSSPropertyJustifyContent",
"firstUsed": 734.74000000000001
},
"339": {
"name": "CSSPropertyAliasWebkitUserSelect",
"firstUsed": 734.75
},
"539": {
"name": "CSSPropertyUserSelect",
"firstUsed": 734.75900000000001
},
"334": {
"name": "CSSPropertyAliasWebkitTransitionDuration",
"firstUsed": 734.86300000000006
},
"152": {
"name": "CSSPropertyTransitionDuration",
"firstUsed": 734.875
},
"336": {
"name": "CSSPropertyAliasWebkitTransitionTimingFunction",
"firstUsed": 734.88900000000001
},
"154": {
"name": "CSSPropertyTransitionTimingFunction",
"firstUsed": 734.89800000000002
},
"433": {
"name": "CSSPropertyObjectFit",
"firstUsed": 734.91200000000003
},
"437": {
"name": "CSSPropertyObjectPosition",
"firstUsed": 734.923
},
"157": {
"name": "CSSPropertyVerticalAlign",
"firstUsed": 734.93799999999999
},
"95": {
"name": "CSSPropertyMaxWidth",
"firstUsed": 734.94899999999996
},
"53": {
"name": "CSSPropertyBorderRadius",
"firstUsed": 735.08299999999997
},
"60": {
"name": "CSSPropertyBorderTop",
"firstUsed": 735.09500000000003
},
"91": {
"name": "CSSPropertyMarginLeft",
"firstUsed": 735.11000000000001
},
"93": {
"name": "CSSPropertyMarginTop",
"firstUsed": 735.11800000000005
},
"327": {
"name": "CSSPropertyAliasWebkitTransformOrigin",
"firstUsed": 735.12900000000002
},
"447": {
"name": "CSSPropertyTransformOrigin",
"firstUsed": 735.13900000000001
},
"166": {
"name": "CSSPropertyAliasWebkitAnimation",
"firstUsed": 735.20000000000005
},
"424": {
"name": "CSSPropertyAnimation",
"firstUsed": 735.21500000000003
},
"421": {
"name": "CSSPropertyTouchAction",
"firstUsed": 15662.023999999999
}
},
"AnimatedCSSFeatures": []
},
"FirstInteractive": 15672,
"maxFID": 11,
"TTIMeasurementEnd": 30005,
"LastInteractive": 15700,
"TimeToInteractive": 15700,
"FirstCPUIdle": 15672,
"TotalBlockingTime": 11,
"testID": "240906_BiDc7F_707",
"step": 1,
"effectiveBps": 511041,
"domTime": 0,
"aft": 0,
"titleTime": 154,
"loadEventStart": 0,
"loadEventEnd": 0,
"domLoading": 0,
"server_rtt": 0,
"error": "Page Load Timeout",
"lighthouse.Performance": null,
"lighthouse.Accessibility": null,
"lighthouse.BestPractices": null,
"lighthouse.SEO": null,
"lighthouse.PWA": null,
"edge-processed": true,
"utilization": {
"cpu": {
"data": {
"0": 0,
"111": 75,
"212": 100,
"313": 85,
"414": 20,
"515": 15,
"616": 47.399999999999999,
"717": 100,
"818": 94.700000000000003,
"919": 47.399999999999999,
"1020": 31.800000000000001,
"1121": 31.600000000000001,
"1222": 35,
"1323": 75,
"1424": 31.600000000000001,
"1524": 38.100000000000001,
"1626": 26.300000000000001,
"1727": 52.399999999999999,
"1828": 25,
"1929": 90,
"2030": 71.400000000000006,
"2131": 33.299999999999997,
"2232": 42.100000000000001,
"2340": 66.700000000000003,
"2441": 27.800000000000001,
"2542": 41.700000000000003,
"2644": 35,
"2745": 40,
"2846": 27.800000000000001,
"2947": 35,
"3049": 38.100000000000001,
"3150": 30,
"3251": 55,
"3352": 57.899999999999999,
"3453": 26.300000000000001,
"3554": 38.100000000000001,
"3655": 27.800000000000001,
"3756": 36.399999999999999,
"3857": 35,
"3958": 30,
"4059": 26.300000000000001,
"4161": 40.899999999999999,
"4262": 52.600000000000001,
"4363": 47.399999999999999,
"4464": 33.299999999999997,
"4565": 28.600000000000001,
"4666": 26.300000000000001,
"4767": 22.199999999999999,
"4868": 30,
"4969": 30,
"5070": 42.899999999999999,
"5171": 30,
"5293": 65.400000000000006,
"5394": 21.100000000000001,
"5495": 21.100000000000001,
"5596": 20,
"5697": 25,
"5798": 20,
"5899": 23.800000000000001,
"6000": 21.100000000000001,
"6101": 23.800000000000001,
"6202": 23.800000000000001,
"6303": 63.200000000000003,
"6404": 21.100000000000001,
"6505": 25,
"6606": 21.100000000000001,
"6707": 23.800000000000001,
"6808": 21.100000000000001,
"6909": 20,
"7010": 25,
"7111": 21.100000000000001,
"7212": 23.800000000000001,
"7313": 68.400000000000006,
"7414": 38.100000000000001,
"7515": 30.399999999999999,
"7616": 22.199999999999999,
"7717": 28.600000000000001,
"7818": 21.100000000000001,
"7919": 21.100000000000001,
"8020": 31.800000000000001,
"8121": 25,
"8222": 30,
"8323": 70,
"8425": 16.699999999999999,
"8526": 23.800000000000001,
"8627": 16.699999999999999,
"8728": 27.300000000000001,
"8829": 25,
"8930": 23.800000000000001,
"9031": 20,
"9132": 21.100000000000001,
"9233": 31.600000000000001,
"9337": 59.100000000000001,
"9438": 21.100000000000001,
"9539": 25,
"9640": 20,
"9741": 21.100000000000001,
"9842": 25,
"9943": 15.800000000000001,
"10044": 16.699999999999999,
"10145": 27.300000000000001,
"10246": 42.899999999999999,
"10347": 55.600000000000001,
"10449": 23.800000000000001,
"10550": 25,
"10651": 21.100000000000001,
"10752": 25,
"10853": 28.600000000000001,
"10954": 21.100000000000001,
"11055": 31.800000000000001,
"11156": 21.100000000000001,
"11257": 42.100000000000001,
"11358": 52.399999999999999,
"11459": 21.100000000000001,
"11560": 27.300000000000001,
"11664": 25,
"11765": 20,
"11866": 16.699999999999999,
"11967": 27.300000000000001,
"12068": 25,
"12169": 20,
"12270": 52.600000000000001,
"12371": 50,
"12472": 21.100000000000001,
"12573": 23.800000000000001,
"12674": 22.199999999999999,
"12775": 27.300000000000001,
"12876": 25,
"12977": 33.299999999999997,
"13078": 20,
"13179": 31.600000000000001,
"13300": 65.400000000000006,
"13401": 38.100000000000001,
"13502": 20,
"13603": 20,
"13704": 16.699999999999999,
"13806": 20,
"13907": 15.800000000000001,
"14008": 16.699999999999999,
"14109": 28.600000000000001,
"14210": 23.800000000000001,
"14311": 68.400000000000006,
"14412": 20,
"14513": 28.600000000000001,
"14614": 20,
"14715": 27.300000000000001,
"14816": 25,
"14916": 21.100000000000001,
"15017": 21.100000000000001,
"15118": 23.800000000000001,
"15219": 28.600000000000001,
"15320": 68.400000000000006,
"15421": 20,
"15522": 25,
"15623": 27.300000000000001,
"15724": 73.700000000000003,
"15825": 55,
"15926": 33.299999999999997,
"16027": 31.600000000000001,
"16128": 55,
"16229": 40,
"16330": 84.200000000000003,
"16431": 45,
"16532": 73.700000000000003,
"16633": 35,
"16735": 59.100000000000001,
"16836": 47.399999999999999,
"16937": 33.299999999999997,
"17038": 75,
"17139": 27.800000000000001,
"17240": 66.700000000000003,
"17341": 94.700000000000003,
"17442": 44.399999999999999,
"17543": 95.200000000000003,
"17644": 100,
"17745": 100,
"17846": 100,
"17947": 47.399999999999999,
"18049": 39.100000000000001,
"18150": 31.600000000000001,
"18251": 42.100000000000001,
"18352": 75,
"18454": 31.600000000000001,
"18555": 42.899999999999999,
"18657": 40,
"18759": 31.600000000000001,
"18860": 35,
"18962": 33.299999999999997,
"19063": 35,
"19165": 38.100000000000001,
"19266": 60,
"19367": 60,
"19468": 38.100000000000001,
"19569": 30,
"19670": 30,
"19771": 40,
"19873": 35,
"19974": 30,
"20075": 31.600000000000001,
"20176": 38.100000000000001,
"20312": 70.400000000000006,
"20412": 35,
"20513": 38.100000000000001,
"20614": 26.300000000000001,
"20715": 30,
"20816": 30,
"20917": 31.600000000000001,
"21018": 36.399999999999999,
"21119": 27.800000000000001,
"21220": 31.800000000000001,
"21321": 84.200000000000003,
"21423": 38.100000000000001,
"21524": 35,
"21626": 30,
"21727": 31.600000000000001,
"21829": 42.899999999999999,
"21930": 31.600000000000001,
"22030": 38.100000000000001,
"22132": 30,
"22233": 35,
"22334": 73.700000000000003,
"22436": 30,
"22537": 36.399999999999999,
"22638": 26.300000000000001,
"22740": 26.300000000000001,
"22840": 30,
"22942": 21.100000000000001,
"23043": 30,
"23144": 17.600000000000001,
"23247": 42.899999999999999,
"23348": 68.400000000000006,
"23449": 30,
"23550": 26.300000000000001,
"23651": 30,
"23751": 21.100000000000001,
"23852": 35,
"23953": 26.300000000000001,
"24054": 28.600000000000001,
"24155": 26.300000000000001,
"24256": 42.899999999999999,
"24357": 57.899999999999999,
"24458": 30,
"24559": 21.100000000000001,
"24659": 25,
"24760": 30,
"24861": 25,
"24962": 26.300000000000001,
"25063": 34.799999999999997,
"25164": 21.100000000000001,
"25265": 47.399999999999999,
"25366": 55,
"25467": 21.100000000000001,
"25568": 30,
"25669": 16.699999999999999,
"25770": 36.399999999999999,
"25870": 38.100000000000001,
"25971": 22.199999999999999,
"26072": 30,
"26174": 25,
"26303": 64,
"26404": 45,
"26504": 30,
"26605": 31.600000000000001,
"26706": 54.5,
"26807": 38.100000000000001,
"26908": 31.600000000000001,
"27009": 42.899999999999999,
"27110": 33.299999999999997,
"27211": 26.300000000000001,
"27312": 73.700000000000003,
"27413": 26.300000000000001,
"27514": 33.299999999999997,
"27615": 33.299999999999997,
"27716": 28.600000000000001,
"27817": 40,
"27918": 30,
"28019": 28.600000000000001,
"28119": 38.899999999999999,
"28220": 30,
"28321": 75,
"28422": 33.299999999999997,
"28523": 30,
"28624": 30,
"28725": 30,
"28826": 26.300000000000001,
"28927": 38.100000000000001,
"29028": 38.100000000000001,
"29129": 35,
"29233": 38.100000000000001,
"29334": 77.799999999999997,
"29435": 23.5,
"29536": 40.899999999999999,
"29637": 27.800000000000001,
"29738": 43.5,
"29839": 35,
"29940": 42.100000000000001,
"30041": 33.299999999999997,
"30142": 95
},
"max": 100,
"count": 298
},
"bw": {
"data": {
"0": 0,
"111": 18701,
"212": 606629,
"313": 148308,
"414": 0,
"515": 0,
"616": 640074,
"717": 3987651,
"818": 8583676,
"919": 9037562,
"1020": 9937663,
"1121": 9940906,
"1222": 6988723,
"1323": 9026027,
"1424": 9921350,
"1524": 8354719,
"1626": 6691445,
"1727": 7205628,
"1828": 10398058,
"1929": 9936383,
"2030": 9942398,
"2131": 9039497,
"2232": 9915370,
"2340": 9652032,
"2441": 7431230,
"2542": 9238650,
"2644": 9921695,
"2745": 9937233,
"2846": 9936797,
"2947": 9007098,
"3049": 9803348,
"3150": 8333792,
"3251": 7533206,
"3352": 6979867,
"3453": 7640408,
"3554": 7412219,
"3655": 6742176,
"3756": 7414939,
"3857": 8211120,
"3958": 4747713,
"4059": 4169867,
"4161": 3979769,
"4262": 5242800,
"4363": 4838891,
"4464": 4026855,
"4565": 4978386,
"4666": 4336091,
"4767": 3921317,
"4868": 5584795,
"4969": 5647571,
"5070": 4382243,
"5171": 6515145,
"5293": 4990317,
"5394": 6440456,
"5495": 8195625,
"5596": 6214609,
"5697": 6931954,
"5798": 6243100,
"5899": 4959009,
"6000": 4985874,
"6101": 4473789,
"6202": 4674057,
"6303": 4429308,
"6404": 5235401,
"6505": 4731096,
"6606": 6432545,
"6707": 6946288,
"6808": 5095248,
"6909": 5135637,
"7010": 6927028,
"7111": 4941573,
"7212": 6055906,
"7313": 4631857,
"7414": 4856962,
"7515": 4593853,
"7616": 5267506,
"7717": 5094794,
"7818": 4747581,
"7919": 5793468,
"8020": 3740788,
"8121": 5450463,
"8222": 5064860,
"8323": 4904333,
"8425": 5239168,
"8526": 4136119,
"8627": 4690334,
"8728": 5408825,
"8829": 5052822,
"8930": 4600377,
"9031": 5641689,
"9132": 5253524,
"9233": 4900605,
"9337": 5313163,
"9438": 4572182,
"9539": 3945156,
"9640": 4808707,
"9741": 4718834,
"9842": 4794432,
"9943": 4321184,
"10044": 4346806,
"10145": 4238110,
"10246": 5038992,
"10347": 4165704,
"10449": 4721260,
"10550": 4160124,
"10651": 3808438,
"10752": 5143304,
"10853": 4156585,
"10954": 5142302,
"11055": 4384206,
"11156": 5004291,
"11257": 4621752,
"11358": 4072256,
"11459": 5002386,
"11560": 4802482,
"11664": 3967669,
"11765": 5491485,
"11866": 4622736,
"11967": 3941620,
"12068": 3757482,
"12169": 4960780,
"12270": 4228436,
"12371": 5603239,
"12472": 4821753,
"12573": 4870705,
"12674": 4954260,
"12775": 4462114,
"12876": 5419077,
"12977": 5111146,
"13078": 5105185,
"13179": 4938247,
"13300": 4979265,
"13401": 4336788,
"13502": 5894852,
"13603": 4787797,
"13704": 4296395,
"13806": 5120010,
"13907": 4604835,
"14008": 4519419,
"14109": 4332889,
"14210": 3953459,
"14311": 4320433,
"14412": 3946309,
"14513": 5169560,
"14614": 4260998,
"14715": 4340589,
"14816": 5399965,
"14916": 4537973,
"15017": 5245662,
"15118": 4632507,
"15219": 4357695,
"15320": 4500862,
"15421": 5253915,
"15522": 4946130,
"15623": 3948167,
"15724": 4800751,
"15825": 5098076,
"15926": 5409728,
"16027": 4427790,
"16128": 6104846,
"16229": 3860448,
"16330": 3773248,
"16431": 4758279,
"16532": 4090295,
"16633": 4298365,
"16735": 5230103,
"16836": 5097608,
"16937": 5102001,
"17038": 6207105,
"17139": 5297390,
"17240": 4930612,
"17341": 5424651,
"17442": 5718207,
"17543": 5247275,
"17644": 5588665,
"17745": 4433938,
"17846": 5582675,
"17947": 5375353,
"18049": 4519031,
"18150": 5451414,
"18251": 4496290,
"18352": 4859381,
"18454": 4271549,
"18555": 5589404,
"18657": 4039753,
"18759": 4090533,
"18860": 4803536,
"18962": 5189268,
"19063": 5688569,
"19165": 5247135,
"19266": 5248851,
"19367": 5175211,
"19468": 5095107,
"19569": 5416671,
"19670": 4616320,
"19771": 4835188,
"19873": 4923233,
"19974": 4709238,
"20075": 4931046,
"20176": 5284242,
"20312": 4650965,
"20412": 4569364,
"20513": 5121774,
"20614": 4630808,
"20715": 4783409,
"20816": 4796585,
"20917": 4582851,
"21018": 4933164,
"21119": 4481413,
"21220": 3915294,
"21321": 5560293,
"21423": 4866588,
"21524": 4942105,
"21626": 5085981,
"21727": 4178931,
"21829": 4121259,
"21930": 4796512,
"22030": 4025642,
"22132": 4327776,
"22233": 3997733,
"22334": 4830530,
"22436": 4357112,
"22537": 3981940,
"22638": 4232113,
"22740": 5181443,
"22840": 4598894,
"22942": 4969698,
"23043": 4622048,
"23144": 3579793,
"23247": 4218778,
"23348": 4876927,
"23449": 3906516,
"23550": 4012527,
"23651": 4962286,
"23751": 4960069,
"23852": 4912004,
"23953": 4780341,
"24054": 4704964,
"24155": 4942560,
"24256": 5170525,
"24357": 4398780,
"24458": 4815868,
"24559": 4746439,
"24659": 5550922,
"24760": 4700130,
"24861": 5885709,
"24962": 5383910,
"25063": 5812733,
"25164": 4475573,
"25265": 5064482,
"25366": 5429716,
"25467": 4247068,
"25568": 4716633,
"25669": 4471786,
"25770": 4303702,
"25870": 4156153,
"25971": 6098257,
"26072": 5231076,
"26174": 5747366,
"26303": 5133470,
"26404": 3953825,
"26504": 4484639,
"26605": 4682801,
"26706": 3983117,
"26807": 4204563,
"26908": 4694965,
"27009": 4728703,
"27110": 5135972,
"27211": 5030023,
"27312": 4780767,
"27413": 4099041,
"27514": 4934990,
"27615": 4212713,
"27716": 5196649,
"27817": 4799163,
"27918": 4866360,
"28019": 5495616,
"28119": 5251167,
"28220": 5267863,
"28321": 5931021,
"28422": 5274770,
"28523": 4778819,
"28624": 5259860,
"28725": 5260213,
"28826": 4881513,
"28927": 4458972,
"29028": 4647334,
"29129": 4581905,
"29233": 5519468,
"29334": 4955593,
"29435": 5417492,
"29536": 5389309,
"29637": 5260937,
"29738": 4527345,
"29839": 3919605,
"29940": 4351345,
"30041": 4256181,
"30142": 4992663
},
"max": 10398058,
"count": 298
}
},
"pages": {
"details": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/details\/",
"checklist": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/performance_optimization\/",
"breakdown": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/breakdown\/",
"domains": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/domains\/",
"screenShot": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/screen_shot\/",
"opportunities": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/experiments\/"
},
"thumbnails": {
"waterfall": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_waterfall_thumb.png",
"checklist": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_optimization_thumb.png",
"screenShot": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_screen_thumb.png"
},
"images": {
"waterfall": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_waterfall.png",
"connectionView": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_connection.png",
"checklist": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_optimization.png",
"screenShot": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&file=1_screen.jpg"
},
"rawData": {
"scriptTiming": "https:\/\/www.webpagetest.org\/getgzip.php?test=240906_BiDc7F_707&file=1_script_timing.json",
"headers": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_report.txt",
"pageData": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_IEWPG.txt",
"requestsData": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_IEWTR.txt",
"utilization": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_progress.csv",
"trace": "https:\/\/www.webpagetest.org\/getgzip.php?test=240906_BiDc7F_707&compressed=1&file=1_trace.json.gz"
},
"videoFrames": [
{
"time": 0,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_000000.jpg",
"VisuallyComplete": 0
},
{
"time": 1300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001300.jpg",
"VisuallyComplete": 98
},
{
"time": 1400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001400.jpg",
"VisuallyComplete": 98
},
{
"time": 1500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001500.jpg",
"VisuallyComplete": 98
},
{
"time": 1600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001600.jpg",
"VisuallyComplete": 98
},
{
"time": 1700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001700.jpg",
"VisuallyComplete": 98
},
{
"time": 1800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001800.jpg",
"VisuallyComplete": 98
},
{
"time": 1900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_001900.jpg",
"VisuallyComplete": 98
},
{
"time": 2000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002000.jpg",
"VisuallyComplete": 98
},
{
"time": 2100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002100.jpg",
"VisuallyComplete": 99
},
{
"time": 2200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002200.jpg",
"VisuallyComplete": 98
},
{
"time": 2300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002300.jpg",
"VisuallyComplete": 98
},
{
"time": 2400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002400.jpg",
"VisuallyComplete": 98
},
{
"time": 2500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002500.jpg",
"VisuallyComplete": 98
},
{
"time": 2600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002600.jpg",
"VisuallyComplete": 98
},
{
"time": 2700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002700.jpg",
"VisuallyComplete": 98
},
{
"time": 2800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002800.jpg",
"VisuallyComplete": 98
},
{
"time": 2900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_002900.jpg",
"VisuallyComplete": 98
},
{
"time": 3000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003000.jpg",
"VisuallyComplete": 98
},
{
"time": 3100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003100.jpg",
"VisuallyComplete": 99
},
{
"time": 3200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003200.jpg",
"VisuallyComplete": 98
},
{
"time": 3300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003300.jpg",
"VisuallyComplete": 98
},
{
"time": 3400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003400.jpg",
"VisuallyComplete": 98
},
{
"time": 3500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003500.jpg",
"VisuallyComplete": 98
},
{
"time": 3600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003600.jpg",
"VisuallyComplete": 98
},
{
"time": 3700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003700.jpg",
"VisuallyComplete": 98
},
{
"time": 3800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003800.jpg",
"VisuallyComplete": 98
},
{
"time": 3900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_003900.jpg",
"VisuallyComplete": 98
},
{
"time": 4000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004000.jpg",
"VisuallyComplete": 98
},
{
"time": 4100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004100.jpg",
"VisuallyComplete": 99
},
{
"time": 4200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004200.jpg",
"VisuallyComplete": 98
},
{
"time": 4300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004300.jpg",
"VisuallyComplete": 98
},
{
"time": 4400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004400.jpg",
"VisuallyComplete": 98
},
{
"time": 4500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004500.jpg",
"VisuallyComplete": 98
},
{
"time": 4600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004600.jpg",
"VisuallyComplete": 98
},
{
"time": 4700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004700.jpg",
"VisuallyComplete": 98
},
{
"time": 4800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004800.jpg",
"VisuallyComplete": 98
},
{
"time": 4900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_004900.jpg",
"VisuallyComplete": 98
},
{
"time": 5000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005000.jpg",
"VisuallyComplete": 98
},
{
"time": 5100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005100.jpg",
"VisuallyComplete": 99
},
{
"time": 5200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005200.jpg",
"VisuallyComplete": 98
},
{
"time": 5300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005300.jpg",
"VisuallyComplete": 98
},
{
"time": 5400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005400.jpg",
"VisuallyComplete": 98
},
{
"time": 5500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005500.jpg",
"VisuallyComplete": 98
},
{
"time": 5600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005600.jpg",
"VisuallyComplete": 98
},
{
"time": 5700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005700.jpg",
"VisuallyComplete": 98
},
{
"time": 5800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005800.jpg",
"VisuallyComplete": 98
},
{
"time": 5900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_005900.jpg",
"VisuallyComplete": 98
},
{
"time": 6000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_006000.jpg",
"VisuallyComplete": 98
},
{
"time": 6100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_006100.jpg",
"VisuallyComplete": 99
},
{
"time": 6200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_006200.jpg",
"VisuallyComplete": 98
},
{
"time": 6300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_006300.jpg",
"VisuallyComplete": 98
},
{
"time": 6500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_006500.jpg",
"VisuallyComplete": 98
},
{
"time": 7000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_007000.jpg",
"VisuallyComplete": 98
},
{
"time": 7500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_007500.jpg",
"VisuallyComplete": 98
},
{
"time": 8000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_008000.jpg",
"VisuallyComplete": 98
},
{
"time": 8500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_008500.jpg",
"VisuallyComplete": 98
},
{
"time": 9000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_009000.jpg",
"VisuallyComplete": 98
},
{
"time": 9500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_009500.jpg",
"VisuallyComplete": 98
},
{
"time": 10000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_010000.jpg",
"VisuallyComplete": 98
},
{
"time": 10500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_010500.jpg",
"VisuallyComplete": 98
},
{
"time": 11000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_011000.jpg",
"VisuallyComplete": 98
},
{
"time": 12000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_012000.jpg",
"VisuallyComplete": 98
},
{
"time": 13000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_013000.jpg",
"VisuallyComplete": 98
},
{
"time": 14000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_014000.jpg",
"VisuallyComplete": 98
},
{
"time": 15000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_015000.jpg",
"VisuallyComplete": 98
},
{
"time": 16001,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_016001.jpg",
"VisuallyComplete": 98
},
{
"time": 17000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_017000.jpg",
"VisuallyComplete": 98
},
{
"time": 18000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_018000.jpg",
"VisuallyComplete": 98
},
{
"time": 19000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_019000.jpg",
"VisuallyComplete": 98
},
{
"time": 20000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_020000.jpg",
"VisuallyComplete": 98
},
{
"time": 21000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_021000.jpg",
"VisuallyComplete": 98
},
{
"time": 22000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_022000.jpg",
"VisuallyComplete": 98
},
{
"time": 23000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_023000.jpg",
"VisuallyComplete": 98
},
{
"time": 25900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_025900.jpg",
"VisuallyComplete": 98
},
{
"time": 26000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_026000.jpg",
"VisuallyComplete": 98
},
{
"time": 27000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_027000.jpg",
"VisuallyComplete": 98
},
{
"time": 28000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_028000.jpg",
"VisuallyComplete": 98
},
{
"time": 29000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_029000.jpg",
"VisuallyComplete": 98
},
{
"time": 30000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_030000.jpg",
"VisuallyComplete": 99
},
{
"time": 30100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1&file=ms_030100.jpg",
"VisuallyComplete": 100
}
],
"domains": {
"www.geissbuehler.net": {
"bytes": 17415265,
"requests": 17,
"connections": 1
}
},
"breakdown": {
"html": {
"color": [
130,
181,
252
],
"bytes": 6901,
"bytesUncompressed": 73423,
"requests": 1
},
"js": {
"color": [
254,
197,
132
],
"bytes": 26933,
"bytesUncompressed": 90129,
"requests": 1
},
"css": {
"color": [
178,
234,
148
],
"bytes": 9005,
"bytesUncompressed": 42996,
"requests": 1
},
"image": {
"color": [
196,
154,
232
],
"bytes": 445362,
"bytesUncompressed": 445362,
"requests": 5
},
"flash": {
"color": [
45,
183,
193
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
},
"font": {
"color": [
255,
82,
62
],
"bytes": 20972,
"bytesUncompressed": 42996,
"requests": 2
},
"video": {
"color": [
33,
194,
162
],
"bytes": 16906092,
"bytesUncompressed": 16846613,
"requests": 7
},
"other": {
"color": [
196,
196,
196
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
}
},
"consoleLog": []
},
"repeatView": {
"numSteps": 1,
"run": 1,
"tester": "wpt-fra-lb-cxmf-10.10.1.35",
"loadTime": 32051,
"docTime": 0,
"fullyLoaded": 32051,
"bytesOut": 18388,
"bytesOutDoc": 0,
"bytesIn": 17184072,
"bytesInDoc": 0,
"requests": [
{
"type": 3,
"id": "0515B6F26C7C9FAA5F76427242A5323C",
"request_id": "0515B6F26C7C9FAA5F76427242A5323C",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/",
"raw_id": "0515B6F26C7C9FAA5F76427242A5323C",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Document",
"load_ms": 479,
"ttfb_ms": 402,
"load_start": 148,
"load_start_float": 148.00006099999999,
"bytesIn": 6886,
"objectSize": 6886,
"objectSizeUncompressed": 73428,
"chunks": [
{
"ts": 555,
"bytes": 4825,
"inflated": 49152
},
{
"ts": 559,
"bytes": 1481,
"inflated": 16384
},
{
"ts": 626,
"bytes": 580,
"inflated": 7892
}
],
"expires": "",
"cacheControl": "no-store, private",
"contentType": "text\/html",
"contentEncoding": "gzip",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": 1,
"dns_end": 40,
"connect_start": 40,
"connect_end": 76,
"ssl_start": 76,
"ssl_end": 148,
"securityDetails": {
"protocol": "TLS 1.3",
"keyExchange": "",
"keyExchangeGroup": "X25519",
"cipher": "AES_256_GCM",
"certificateId": 0,
"subjectName": "www.geissbuehler.net",
"sanList": [
"www.geissbuehler.net"
],
"issuer": "R10",
"validFrom": 1723049477,
"validTo": 1730825476,
"signedCertificateTimestampList": [
{
"status": "Verified",
"origin": "Embedded in certificate",
"logDescription": "DigiCert Yeti2024 Log",
"logId": "48B0E36BDAA647340FE56A02FA9D30EB1C5201CB56DD2C81D9BBBFAB39D88473",
"timestamp": 1723052987905,
"hashAlgorithm": "SHA-256",
"signatureAlgorithm": "ECDSA",
"signatureData": "3045022035B026343D6423516009039F9470DB801F26EFBADE3A1238B9BA188CCBCE0368022100D10F7FAD39BC320B43B110D7769B8B388D53584853095DB64DE0FD4733349F7B"
},
{
"status": "Verified",
"origin": "Embedded in certificate",
"logDescription": "Sectigo 'Mammoth2024h2'",
"logId": "DFE156EBAA05AFB59C0F86718DA8C0324EAE56D96EA7F5A56A01D1C13BBE525C",
"timestamp": 1723052988099,
"hashAlgorithm": "SHA-256",
"signatureAlgorithm": "ECDSA",
"signatureData": "30460221008D53B8E43A50DD6F9677CA6941218E5F914D91629823715A2DABCD46C9154AC3022100E1EEE1CC85170742948263B01445AA33246316CF9C659AED57A5FC7E56E7876C"
}
],
"certificateTransparencyCompliance": "compliant",
"serverSignatureAlgorithm": 2052,
"encryptedClientHello": false
},
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": "",
"initiator_column": "",
"initiator_type": "script",
"priority": "Highest",
"initial_priority": "Highest",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/",
":scheme: https",
"accept: text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.7",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: u=0, i",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: document",
"sec-fetch-mode: navigate",
"sec-fetch-site: cross-site",
"upgrade-insecure-requests: 1",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"cache-control: no-store, private",
"content-encoding: gzip",
"content-type: text\/html; charset=UTF-8",
"date: Fri, 06 Sep 2024 09:25:39 GMT",
"server: Apache",
"vary: Accept-Encoding",
":status: 200"
]
},
"bytesOut": 2629,
"score_cache": -1,
"score_cdn": -1,
"score_gzip": 100,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": 39,
"connect_ms": 36,
"ssl_ms": 72,
"gzip_total": 7072,
"gzip_save": 0,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": "",
"server_count": null,
"created": 10,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 1,
"http2_stream_dependency": 0,
"http2_stream_weight": 256,
"http2_stream_exclusive": 1,
"http2_server_settings": {
"SETTINGS_MAX_CONCURRENT_STREAMS": 100
},
"tls_version": "TLS 1.3",
"tls_resumed": "False",
"tls_next_proto": "h2",
"tls_cipher_suite": 4866,
"netlog_id": 61,
"certificates": [
"-----BEGIN CERTIFICATE-----\nMIIE+TCCA+GgAwIBAgISBC1vnUSrhVAPrSuJOpHSpiL1MA0GCSqGSIb3DQEBCwUA\nMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\nEwNSMTAwHhcNMjQwODA3MTY1MTE3WhcNMjQxMTA1MTY1MTE2WjAfMR0wGwYDVQQD\nExR3d3cuZ2Vpc3NidWVobGVyLm5ldDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC\nAQoCggEBAMzTwSBFhy78BbsinxDOSPz5VBIBpDGBgoGJw2EUCnclGrzcj8iVmZCQ\nLbfDe2ftuTkDXmkEvmn3TijovJ9GTXAf6EQzkaUsBJdvYuD+gFhzGaMFuLV5f1BP\nof1dHqK6CPteHadZvbNI8vfmH+6dcABQO75HB3k+QOuVu4RvdNwrFCRfvlDxXZ7I\nar2RNvhQfMdqWUMe3B2RIea6fvdJgvCXhlXXKxA2\/zILArWCIqlX5pjZA4sG5ST9\nzcB58jn7roYanUQbhbhKD4qzuf1QRa7PuYbd2EByAvoYJNQIWtqMMW1qBhjO5V8Z\nNA3JjGQ8qNOn6LkBTV1Vx9uJ\/bYgZssCAwEAAaOCAhkwggIVMA4GA1UdDwEB\/wQE\nAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH\/BAIw\nADAdBgNVHQ4EFgQU2CWWstnBTwkLKxVJyeBjpGKGCi0wHwYDVR0jBBgwFoAUu7zD\nR6XkvKnGw6RyDBCNojXhyOgwVwYIKwYBBQUHAQEESzBJMCIGCCsGAQUFBzABhhZo\ndHRwOi8vcjEwLm8ubGVuY3Iub3JnMCMGCCsGAQUFBzAChhdodHRwOi8vcjEwLmku\nbGVuY3Iub3JnLzAfBgNVHREEGDAWghR3d3cuZ2Vpc3NidWVobGVyLm5ldDATBgNV\nHSAEDDAKMAgGBmeBDAECATCCAQUGCisGAQQB1nkCBAIEgfYEgfMA8QB2AEiw42va\npkc0D+VqAvqdMOscUgHLVt0sgdm7v6s52IRzAAABkS32FgEAAAQDAEcwRQIgNbAm\nND1kI1FgCQOflHDbgB8m77reOhI4uboYjMvOA2gCIQDRD3+tObwyC0OxENd2m4s4\njVNYSFMJXbZN4P1HMzSfewB3AN\/hVuuqBa+1nA+GcY2owDJOrlbZbqf1pWoB0cE7\nvlJcAAABkS32FsMAAAQDAEgwRgIhAI1TuOQ6UN1vlnfKaUEhjl+RTZFimCNxWi2r\nzUbJFUrDAiEA4e7hzIUXB0KUgmOwFEWqMyRjFs+cZZrtV6X8flbnh2wwDQYJKoZI\nhvcNAQELBQADggEBAJ7tsV42v0yv+b8laWUB+y7uFavljzjScZZ+H5aJA0CWgCCE\n\/eKghmthtYojn3yR46SJDYVoIfgrL0r6cqSYJz+90pQ\/G6UiVL2YXfyxDQ5W\/DJK\nhQIGR8JVxbxfW0q9fbfac9pnVr7Ydu\/M8bkpb7s9A7hKrLh26NCKM7x79FDFiF\/g\nq\/OzLboWrQu5q+DBFJefJYGmqJRb72MFloXNysiZYwCUZFKFQt4Ec8aqUj9U0IHL\nXTKpVQcMTmX1J366m5OyhwZP\/BjwJVC+udO+zwCJgRk9Vsaob3H\/XTIyopbtrAyS\nfwpUvq1HRxE1BhmwrqknvY0YTX2Pk5TGzghyJbI=\n-----END CERTIFICATE-----\n",
"-----BEGIN CERTIFICATE-----\nMIIFBTCCAu2gAwIBAgIQS6hSk\/eaL6JzBkuoBI110DANBgkqhkiG9w0BAQsFADBP\nMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFy\nY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBa\nFw0yNzAzMTIyMzU5NTlaMDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBF\nbmNyeXB0MQwwCgYDVQQDEwNSMTAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK\nAoIBAQDPV+XmxFQS7bRH\/sknWHZGUCiMHT6I3wWd1bUYKb3dtVq\/+vbOo76vACFL\nYlpaPAEvxVgD9on\/jhFD68G14BQHlo9vH9fnuoE5CXVlt8KvGFs3Jijno\/QHK20a\n\/6tYvJWuQP\/py1fEtVt\/eA0YYbwX51TGu0mRzW4Y0YCF7qZlNrx06rxQTOr8IfM4\nFpOUurDTazgGzRYSespSdcitdrLCnF2YRVxvYXvGLe48E1KGAdlX5jgc3421H5KR\nmudKHMxFqHJV8LDmowfs\/acbZp4\/SItxhHFYyTr6717yW0QrPHTnj7JHwQdqzZq3\nDZb3EoEmUVQK7GH29\/Xi8orIlQ2NAgMBAAGjgfgwgfUwDgYDVR0PAQH\/BAQDAgGG\nMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATASBgNVHRMBAf8ECDAGAQH\/\nAgEAMB0GA1UdDgQWBBS7vMNHpeS8qcbDpHIMEI2iNeHI6DAfBgNVHSMEGDAWgBR5\ntFnme7bl5AFzgAiIyBpY9umbbjAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAKG\nFmh0dHA6Ly94MS5pLmxlbmNyLm9yZy8wEwYDVR0gBAwwCjAIBgZngQwBAgEwJwYD\nVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gxLmMubGVuY3Iub3JnLzANBgkqhkiG9w0B\nAQsFAAOCAgEAkrHnQTfreZ2B5s3iJeE6IOmQRJWjgVzPw139vaBw1bGWKCIL0vIo\nzwzn1OZDjCQiHcFCktEJr59L9MhwTyAWsVrdAfYf+B9haxQnsHKNY67u4s5Lzzfd\nu6PUzeetUK29v+PsPmI2cJkxp+iN3epi4hKu9ZzUPSwMqtCceb7qPVxEbpYxY1p9\n1n5PJKBLBX9eb9LU6l8zSxPWV7bK3lG4XaMJgnT9x3ies7msFtpKK5bDtotij\/l0\nGaKeA97pb5uwD9KgWvaFXMIEt8jVTjLEvwRdvCn294GPDF08U8lAkIv7tghluaQh\n1QnlE4SEN4LOECj8dsIGJXpGUk3aU3KkJz9icKy+aUgA+2cP21uh6NcDIS3XyfaZ\nQjmDQ993ChII8SXWupQZVBiIpcWO4RqZk3lr7Bz5MUCwzDIA359e57SSq5CCkY0N\n4B6Vulk7LktfwrdGNVI5BsC9qqxSwSKgRJeZ9wygIaehbHFHFhcBaMDKpiZlBHyz\nrsnnlFXCb5s8HKn5LsUgGvB24L7sGNZP2CX7dhHov+YhD+jozLW2p9W4959Bz2Ei\nRmqDtmiXLnzqTpXbI+suyCsohKRg6Un0RC47+cpiVwHiXZAW+cn8eiNIjqbVgXLx\nKPpdzvvtTnOPlC7SQZSYmdunr3Bf9b77AiC\/ZidstK36dRILKz7OA54=\n-----END CERTIFICATE-----\n"
],
"server_port": "443",
"final_base_page": true,
"is_base_page": true,
"load_end": 627,
"ttfb_start": 148,
"ttfb_end": 550,
"download_start": 550,
"download_end": 627,
"download_ms": 77,
"all_start": 1,
"all_end": 627,
"all_ms": 626,
"index": 0,
"number": 1,
"cpuTimes": {
"EvaluateScript": 1,
"v8.compile": 0
},
"cpu.EvaluateScript": 1,
"cpu.v8.compile": 0,
"cpuTime": 1,
"js_timing": [
[
707.42100000000005,
707.70600000000002
],
[
839.90999999999997,
840.20699999999999
],
[
707.44200000000001,
707.66999999999996
],
[
839.92999999999995,
840.17200000000003
]
]
},
{
"type": 3,
"id": "155871.5",
"request_id": "155871.5",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.jpg",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.jpg",
"raw_id": "155871.5",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 13177,
"ttfb_ms": 11128,
"load_start": 599,
"load_start_float": 599.00008100000002,
"bytesIn": 1271367,
"objectSize": 1271367,
"objectSizeUncompressed": 1220608,
"chunks": [
{
"ts": 11728,
"bytes": 16375
},
{
"ts": 11756,
"bytes": 16375
},
{
"ts": 11770,
"bytes": 8210
},
{
"ts": 11793,
"bytes": 16375
},
{
"ts": 11822,
"bytes": 16375
},
{
"ts": 11850,
"bytes": 8210
},
{
"ts": 11850,
"bytes": 16375
},
{
"ts": 11864,
"bytes": 9
},
{
"ts": 11892,
"bytes": 16375
},
{
"ts": 11921,
"bytes": 16375
},
{
"ts": 11921,
"bytes": 18
},
{
"ts": 11944,
"bytes": 16375
},
{
"ts": 11973,
"bytes": 16375
},
{
"ts": 11973,
"bytes": 18
},
{
"ts": 12001,
"bytes": 16375
},
{
"ts": 12029,
"bytes": 16375
},
{
"ts": 12029,
"bytes": 18
},
{
"ts": 12058,
"bytes": 16375
},
{
"ts": 12086,
"bytes": 16375
},
{
"ts": 12086,
"bytes": 18
},
{
"ts": 12109,
"bytes": 16375
},
{
"ts": 12138,
"bytes": 16375
},
{
"ts": 12138,
"bytes": 18
},
{
"ts": 12167,
"bytes": 16375
},
{
"ts": 12194,
"bytes": 16375
},
{
"ts": 12222,
"bytes": 16375
},
{
"ts": 12223,
"bytes": 27
},
{
"ts": 12251,
"bytes": 16375
},
{
"ts": 12274,
"bytes": 16375
},
{
"ts": 12275,
"bytes": 18
},
{
"ts": 12303,
"bytes": 16375
},
{
"ts": 12331,
"bytes": 16375
},
{
"ts": 12345,
"bytes": 8210
},
{
"ts": 12373,
"bytes": 16375
},
{
"ts": 12402,
"bytes": 16375
},
{
"ts": 12402,
"bytes": 18
},
{
"ts": 12430,
"bytes": 16375
},
{
"ts": 12454,
"bytes": 16375
},
{
"ts": 12454,
"bytes": 18
},
{
"ts": 12482,
"bytes": 16375
},
{
"ts": 12510,
"bytes": 16375
},
{
"ts": 12522,
"bytes": 8210
},
{
"ts": 12553,
"bytes": 16375
},
{
"ts": 12581,
"bytes": 16375
},
{
"ts": 12581,
"bytes": 18
},
{
"ts": 12605,
"bytes": 16375
},
{
"ts": 12633,
"bytes": 16375
},
{
"ts": 12635,
"bytes": 18
},
{
"ts": 12661,
"bytes": 16375
},
{
"ts": 12689,
"bytes": 16375
},
{
"ts": 12690,
"bytes": 18
},
{
"ts": 12718,
"bytes": 16375
},
{
"ts": 12746,
"bytes": 16375
},
{
"ts": 12748,
"bytes": 18
},
{
"ts": 12774,
"bytes": 16375
},
{
"ts": 12798,
"bytes": 16375
},
{
"ts": 12812,
"bytes": 8210
},
{
"ts": 12840,
"bytes": 16375
},
{
"ts": 12869,
"bytes": 16375
},
{
"ts": 12869,
"bytes": 18
},
{
"ts": 12897,
"bytes": 16375
},
{
"ts": 12925,
"bytes": 16375
},
{
"ts": 12939,
"bytes": 8210
},
{
"ts": 12963,
"bytes": 16375
},
{
"ts": 12991,
"bytes": 16375
},
{
"ts": 12992,
"bytes": 18
},
{
"ts": 13020,
"bytes": 16375
},
{
"ts": 13048,
"bytes": 16375
},
{
"ts": 13062,
"bytes": 8210
},
{
"ts": 13090,
"bytes": 16375
},
{
"ts": 13114,
"bytes": 16375
},
{
"ts": 13114,
"bytes": 18
},
{
"ts": 13142,
"bytes": 16375
},
{
"ts": 13171,
"bytes": 16375
},
{
"ts": 13171,
"bytes": 18
},
{
"ts": 13199,
"bytes": 16375
},
{
"ts": 13227,
"bytes": 16375
},
{
"ts": 13242,
"bytes": 8210
},
{
"ts": 13265,
"bytes": 16375
},
{
"ts": 13293,
"bytes": 16375
},
{
"ts": 13294,
"bytes": 18
},
{
"ts": 13322,
"bytes": 16375
},
{
"ts": 13350,
"bytes": 16375
},
{
"ts": 13350,
"bytes": 18
},
{
"ts": 13378,
"bytes": 16375
},
{
"ts": 13407,
"bytes": 16375
},
{
"ts": 13421,
"bytes": 18
},
{
"ts": 13421,
"bytes": 8192
},
{
"ts": 13444,
"bytes": 16375
},
{
"ts": 13445,
"bytes": 9
},
{
"ts": 13473,
"bytes": 16375
},
{
"ts": 13501,
"bytes": 16375
},
{
"ts": 13515,
"bytes": 8210
},
{
"ts": 13543,
"bytes": 16375
},
{
"ts": 13572,
"bytes": 16375
},
{
"ts": 13572,
"bytes": 18
},
{
"ts": 13600,
"bytes": 16375
},
{
"ts": 13624,
"bytes": 16375
},
{
"ts": 13624,
"bytes": 18
},
{
"ts": 13638,
"bytes": 8192
},
{
"ts": 13666,
"bytes": 16375
},
{
"ts": 13694,
"bytes": 16375
},
{
"ts": 13695,
"bytes": 18
},
{
"ts": 13724,
"bytes": 16375
},
{
"ts": 13751,
"bytes": 16375
},
{
"ts": 13775,
"bytes": 18
},
{
"ts": 14576,
"bytes": 16375
},
{
"ts": 14603,
"bytes": 16375
},
{
"ts": 14631,
"bytes": 18
},
{
"ts": 14943,
"bytes": 16375
},
{
"ts": 14947,
"bytes": 1616
}
],
"expires": "",
"cacheControl": "",
"contentType": "image\/jpeg",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 981,
"initiator_column": "",
"initiator_type": "parser",
"priority": "High",
"initial_priority": "Medium",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.jpg",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: u=2, i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"content-type: image\/jpeg; charset=UTF-8",
"date: Fri, 06 Sep 2024 09:25:39 GMT",
"server: Apache",
":status: 200"
]
},
"bytesOut": 2641,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 45,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 1221562,
"image_save": 661149,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 597,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 3,
"http2_stream_dependency": 13,
"http2_stream_weight": 74,
"http2_stream_exclusive": 1,
"netlog_id": 81,
"server_port": "443",
"image_details": {
"detected_type": "jpeg",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "1192 KiB",
"FileType": "JPEG",
"FileTypeExtension": "jpg",
"MIMEType": "image\/jpeg",
"ImageWidth": 1423,
"ImageHeight": 1067,
"EncodingProcess": "Baseline DCT, Huffman coding",
"BitsPerSample": 8,
"ColorComponents": 4
},
"JFIF": {
"JFIFVersion": 1.01,
"ResolutionUnit": "inches",
"XResolution": 72,
"YResolution": 72
},
"APP14": {
"DCTEncodeVersion": 100,
"APP14Flags0": "(none)",
"APP14Flags1": "(none)",
"ColorTransform": "YCCK"
},
"ICC_Profile": {
"ProfileCMMType": "Adobe Systems Inc.",
"ProfileVersion": "2.1.0",
"ProfileClass": "Output Device Profile",
"ColorSpaceData": "CMYK",
"ProfileConnectionSpace": "Lab ",
"ProfileDateTime": "2006:04:11 20:57:03",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Apple Computer Inc.",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Adobe Systems Inc.",
"DeviceModel": "",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Media-Relative Colorimetric",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Adobe Systems Inc.",
"ProfileID": 0,
"ProfileDescription": "Coated FOGRA27 (ISO 12647-2:2004)",
"ProfileCopyright": "Copyright 2004, 2006 Adobe Systems, Inc.",
"MediaWhitePoint": "0.8698 0.89931 0.7805",
"AToB0": "(Binary data 41478 bytes, use -b option to extract)",
"AToB2": "(Binary data 41478 bytes, use -b option to extract)",
"AToB1": "(Binary data 41478 bytes, use -b option to extract)",
"BToA0": "(Binary data 145588 bytes, use -b option to extract)",
"BToA1": "(Binary data 145588 bytes, use -b option to extract)",
"BToA2": "(Binary data 145588 bytes, use -b option to extract)",
"Gamut": "(Binary data 37009 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "1423x1067",
"Megapixels": 1.5
}
},
"magick": {
"format": "JPEG",
"formatDescription": "Joint Photographic Experts Group JFIF format",
"mimeType": "image\/jpeg",
"class": "DirectClass",
"geometry": {
"width": 1423,
"height": 1067,
"x": 0,
"y": 0
},
"resolution": {
"x": 72,
"y": 72
},
"printSize": {
"x": 19.7639,
"y": 14.8194
},
"units": "PixelsPerInch",
"type": "ColorSeparation",
"endianness": "Undefined",
"colorspace": "CMYK",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"cyan": 8,
"magenta": 8,
"yellow": 8,
"black": 8
},
"pixels": 1518341,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 80.416600000000003,
"standardDeviation": 54.354500000000002,
"kurtosis": -0.61365800000000004,
"skewness": 0.305703,
"entropy": 0.85143999999999997
}
},
"channelStatistics": {
"cyan": {
"min": 0,
"max": 239,
"mean": 87.237799999999993,
"standardDeviation": 47.244999999999997,
"kurtosis": -0.69663699999999995,
"skewness": 0.010772500000000001,
"entropy": 0.91855500000000001
},
"magenta": {
"min": 0,
"max": 230,
"mean": 86.436599999999999,
"standardDeviation": 48.637999999999998,
"kurtosis": -1.01315,
"skewness": -0.106584,
"entropy": 0.92397499999999999
},
"yellow": {
"min": 0,
"max": 255,
"mean": 97.394999999999996,
"standardDeviation": 50.029899999999998,
"kurtosis": -0.58370100000000003,
"skewness": 0.086157999999999998,
"entropy": 0.92095499999999997
},
"black": {
"min": 0,
"max": 255,
"mean": 50.597099999999998,
"standardDeviation": 71.505200000000002,
"kurtosis": 0.68599200000000005,
"skewness": 1.3730599999999999,
"entropy": 0.64227400000000001
}
},
"totalInkDensity": "345.882%",
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF00",
"borderColor": "#DFDFDF00",
"matteColor": "#BDBDBD00",
"transparentColor": "#00000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 1423,
"height": 1067,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "JPEG",
"quality": 90,
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:26:13+00:00",
"date:modify": "2024-09-06T09:26:13+00:00",
"icc:copyright": "Copyright 2004, 2006 Adobe Systems, Inc.",
"icc:description": "Coated FOGRA27 (ISO 12647-2:2004)",
"jpeg:colorspace": "4",
"jpeg:sampling-factor": "1x1,1x1,1x1,1x1",
"signature": "c315a69b50700bc3e4fd2edead076fc56204ff619bbb7ee7857ec7ae4ca75aec"
},
"profiles": {
"icc": {
"length": 557120
}
},
"tainted": false,
"filesize": "1.22061MB",
"numberPixels": "1.51834M",
"pixelsPerSecond": "7.73033MB",
"userTime": "0.080u",
"elapsedTime": "0:01.196"
}
},
"jpeg_scan_count": 1,
"score_progressive_jpeg": 0,
"load_end": 13776,
"ttfb_start": 599,
"ttfb_end": 11727,
"download_start": 11727,
"download_end": 13776,
"download_ms": 2049,
"all_start": 599,
"all_end": 13776,
"all_ms": 13177,
"index": 1,
"number": 2
},
{
"type": 3,
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"id": "99999.99999.1",
"is_secure": 1,
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"responseCode": 206,
"score_cache": -1,
"score_cdn": -1,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": -1,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": null,
"server_count": null,
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"frame_id": "769FF4211D74542873817040B55AD974",
"created": 870,
"load_start": 1033,
"priority": "Low",
"protocol": "HTTP\/2",
"socket": 68,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 5,
"http2_stream_dependency": 3,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"chunks": [
{
"ts": 1148,
"bytes": 16375
},
{
"ts": 1171,
"bytes": 16375
},
{
"ts": 1207,
"bytes": 16375
},
{
"ts": 1230,
"bytes": 16375
},
{
"ts": 1257,
"bytes": 16375
},
{
"ts": 1287,
"bytes": 16375
},
{
"ts": 1328,
"bytes": 16375
},
{
"ts": 1341,
"bytes": 16375
},
{
"ts": 1365,
"bytes": 16375
},
{
"ts": 1406,
"bytes": 16375
},
{
"ts": 1427,
"bytes": 16375
},
{
"ts": 1453,
"bytes": 16375
},
{
"ts": 1477,
"bytes": 16375
},
{
"ts": 1518,
"bytes": 16375
},
{
"ts": 1533,
"bytes": 16375
},
{
"ts": 1556,
"bytes": 16375
},
{
"ts": 1593,
"bytes": 16375
},
{
"ts": 1702,
"bytes": 16375
},
{
"ts": 1720,
"bytes": 16375
},
{
"ts": 1721,
"bytes": 16375
},
{
"ts": 1744,
"bytes": 16375
},
{
"ts": 1745,
"bytes": 16375
},
{
"ts": 1763,
"bytes": 16375
},
{
"ts": 1802,
"bytes": 16375
},
{
"ts": 1806,
"bytes": 16375
},
{
"ts": 1837,
"bytes": 16375
},
{
"ts": 1873,
"bytes": 16375
},
{
"ts": 1902,
"bytes": 16375
},
{
"ts": 1916,
"bytes": 16375
},
{
"ts": 1950,
"bytes": 16375
},
{
"ts": 1977,
"bytes": 16375
},
{
"ts": 2002,
"bytes": 16375
},
{
"ts": 2037,
"bytes": 16375
},
{
"ts": 2059,
"bytes": 16375
},
{
"ts": 2081,
"bytes": 16375
},
{
"ts": 2111,
"bytes": 16375
},
{
"ts": 2136,
"bytes": 16375
},
{
"ts": 2167,
"bytes": 16375
},
{
"ts": 2208,
"bytes": 16375
},
{
"ts": 2218,
"bytes": 16375
},
{
"ts": 2247,
"bytes": 16375
},
{
"ts": 2282,
"bytes": 16375
},
{
"ts": 2303,
"bytes": 16375
},
{
"ts": 2331,
"bytes": 16375
},
{
"ts": 2360,
"bytes": 16375
},
{
"ts": 2387,
"bytes": 16375
},
{
"ts": 2412,
"bytes": 16375
},
{
"ts": 2439,
"bytes": 16375
},
{
"ts": 2463,
"bytes": 16375
},
{
"ts": 2492,
"bytes": 16375
},
{
"ts": 2520,
"bytes": 16375
},
{
"ts": 2559,
"bytes": 16375
},
{
"ts": 2576,
"bytes": 16375
},
{
"ts": 2646,
"bytes": 16375
},
{
"ts": 2647,
"bytes": 16375
},
{
"ts": 2667,
"bytes": 16375
},
{
"ts": 2683,
"bytes": 16375
},
{
"ts": 2721,
"bytes": 16375
},
{
"ts": 2750,
"bytes": 16375
},
{
"ts": 2781,
"bytes": 16375
},
{
"ts": 2803,
"bytes": 16375
},
{
"ts": 2825,
"bytes": 16375
},
{
"ts": 2858,
"bytes": 16375
},
{
"ts": 2878,
"bytes": 16375
},
{
"ts": 2914,
"bytes": 16375
},
{
"ts": 2952,
"bytes": 16375
},
{
"ts": 2960,
"bytes": 16375
},
{
"ts": 2989,
"bytes": 16375
},
{
"ts": 3018,
"bytes": 16375
},
{
"ts": 3049,
"bytes": 16375
},
{
"ts": 3074,
"bytes": 16375
},
{
"ts": 3106,
"bytes": 16375
},
{
"ts": 3123,
"bytes": 16375
},
{
"ts": 3155,
"bytes": 16375
},
{
"ts": 3178,
"bytes": 16375
},
{
"ts": 3208,
"bytes": 16375
},
{
"ts": 3240,
"bytes": 16375
},
{
"ts": 3263,
"bytes": 16375
},
{
"ts": 3310,
"bytes": 16375
},
{
"ts": 3331,
"bytes": 16375
},
{
"ts": 3358,
"bytes": 16375
},
{
"ts": 3384,
"bytes": 16375
},
{
"ts": 3432,
"bytes": 16375
},
{
"ts": 3432,
"bytes": 16375
},
{
"ts": 3467,
"bytes": 16375
},
{
"ts": 3489,
"bytes": 16375
},
{
"ts": 3519,
"bytes": 16375
},
{
"ts": 3556,
"bytes": 16375
},
{
"ts": 3576,
"bytes": 16375
},
{
"ts": 3588,
"bytes": 16375
},
{
"ts": 3665,
"bytes": 16375
},
{
"ts": 3666,
"bytes": 16375
},
{
"ts": 3682,
"bytes": 16375
},
{
"ts": 3736,
"bytes": 16375
},
{
"ts": 3737,
"bytes": 16375
},
{
"ts": 3760,
"bytes": 16375
},
{
"ts": 3786,
"bytes": 16375
},
{
"ts": 3814,
"bytes": 16375
},
{
"ts": 3847,
"bytes": 16375
},
{
"ts": 3871,
"bytes": 16375
},
{
"ts": 3894,
"bytes": 16375
},
{
"ts": 3932,
"bytes": 16375
},
{
"ts": 3951,
"bytes": 16375
},
{
"ts": 3989,
"bytes": 16375
},
{
"ts": 4008,
"bytes": 16375
},
{
"ts": 4045,
"bytes": 16375
},
{
"ts": 4064,
"bytes": 16375
},
{
"ts": 4093,
"bytes": 16375
},
{
"ts": 4111,
"bytes": 16375
},
{
"ts": 4139,
"bytes": 16375
},
{
"ts": 4168,
"bytes": 16375
},
{
"ts": 4196,
"bytes": 16375
},
{
"ts": 4225,
"bytes": 16375
},
{
"ts": 4254,
"bytes": 16375
},
{
"ts": 4281,
"bytes": 16375
},
{
"ts": 4310,
"bytes": 16375
},
{
"ts": 4338,
"bytes": 16375
},
{
"ts": 4366,
"bytes": 16375
},
{
"ts": 4385,
"bytes": 16375
},
{
"ts": 4413,
"bytes": 16375
},
{
"ts": 4439,
"bytes": 16375
},
{
"ts": 4470,
"bytes": 16375
},
{
"ts": 4498,
"bytes": 16375
},
{
"ts": 4522,
"bytes": 16375
},
{
"ts": 4550,
"bytes": 16375
},
{
"ts": 4578,
"bytes": 16375
},
{
"ts": 4607,
"bytes": 16375
},
{
"ts": 4637,
"bytes": 16375
},
{
"ts": 4664,
"bytes": 16375
},
{
"ts": 4687,
"bytes": 16375
},
{
"ts": 4715,
"bytes": 16375
},
{
"ts": 4743,
"bytes": 16375
},
{
"ts": 4772,
"bytes": 16375
},
{
"ts": 4800,
"bytes": 16375
},
{
"ts": 4828,
"bytes": 16375
},
{
"ts": 4852,
"bytes": 16375
},
{
"ts": 4880,
"bytes": 16375
},
{
"ts": 4909,
"bytes": 16375
},
{
"ts": 4937,
"bytes": 16375
},
{
"ts": 4965,
"bytes": 16375
},
{
"ts": 4993,
"bytes": 16375
},
{
"ts": 5017,
"bytes": 16375
},
{
"ts": 5045,
"bytes": 16375
},
{
"ts": 5074,
"bytes": 16375
},
{
"ts": 5102,
"bytes": 16375
},
{
"ts": 5130,
"bytes": 16375
},
{
"ts": 5154,
"bytes": 16375
},
{
"ts": 5182,
"bytes": 16375
},
{
"ts": 5210,
"bytes": 16375
},
{
"ts": 5239,
"bytes": 16375
},
{
"ts": 5267,
"bytes": 16375
},
{
"ts": 5296,
"bytes": 16375
},
{
"ts": 5319,
"bytes": 16375
},
{
"ts": 5347,
"bytes": 16375
},
{
"ts": 5375,
"bytes": 16375
},
{
"ts": 5404,
"bytes": 16375
},
{
"ts": 5432,
"bytes": 16375
},
{
"ts": 5461,
"bytes": 16375
},
{
"ts": 5484,
"bytes": 16375
},
{
"ts": 5518,
"bytes": 16375
},
{
"ts": 5553,
"bytes": 16375
},
{
"ts": 5581,
"bytes": 16375
},
{
"ts": 5610,
"bytes": 16375
},
{
"ts": 5638,
"bytes": 16375
},
{
"ts": 5661,
"bytes": 16375
},
{
"ts": 5690,
"bytes": 16375
},
{
"ts": 5718,
"bytes": 16375
},
{
"ts": 5746,
"bytes": 16375
},
{
"ts": 5775,
"bytes": 16375
},
{
"ts": 5801,
"bytes": 16375
},
{
"ts": 5833,
"bytes": 16375
},
{
"ts": 5861,
"bytes": 16375
},
{
"ts": 5884,
"bytes": 16375
},
{
"ts": 5912,
"bytes": 16375
},
{
"ts": 5941,
"bytes": 16375
},
{
"ts": 5969,
"bytes": 16375
},
{
"ts": 5995,
"bytes": 16375
},
{
"ts": 6026,
"bytes": 16375
},
{
"ts": 6049,
"bytes": 16375
},
{
"ts": 6078,
"bytes": 16375
},
{
"ts": 6106,
"bytes": 16375
},
{
"ts": 6134,
"bytes": 16375
},
{
"ts": 6165,
"bytes": 16375
},
{
"ts": 6193,
"bytes": 16375
},
{
"ts": 6216,
"bytes": 16375
},
{
"ts": 6245,
"bytes": 16375
},
{
"ts": 6273,
"bytes": 16375
},
{
"ts": 6301,
"bytes": 16375
},
{
"ts": 6330,
"bytes": 16375
},
{
"ts": 6353,
"bytes": 16375
},
{
"ts": 6382,
"bytes": 16375
},
{
"ts": 6410,
"bytes": 16375
},
{
"ts": 6440,
"bytes": 16375
},
{
"ts": 6469,
"bytes": 16375
},
{
"ts": 6497,
"bytes": 16375
},
{
"ts": 6520,
"bytes": 16375
},
{
"ts": 6549,
"bytes": 16375
},
{
"ts": 6577,
"bytes": 16375
},
{
"ts": 6605,
"bytes": 16375
},
{
"ts": 6634,
"bytes": 16375
},
{
"ts": 6662,
"bytes": 16375
},
{
"ts": 6686,
"bytes": 16375
},
{
"ts": 6714,
"bytes": 16375
},
{
"ts": 6744,
"bytes": 16375
},
{
"ts": 6772,
"bytes": 16375
},
{
"ts": 6801,
"bytes": 16375
},
{
"ts": 6829,
"bytes": 16375
},
{
"ts": 6853,
"bytes": 16375
},
{
"ts": 6881,
"bytes": 16375
},
{
"ts": 6909,
"bytes": 16375
},
{
"ts": 6938,
"bytes": 16375
},
{
"ts": 6966,
"bytes": 16375
},
{
"ts": 6999,
"bytes": 16375
},
{
"ts": 7018,
"bytes": 16375
},
{
"ts": 7046,
"bytes": 16375
},
{
"ts": 7074,
"bytes": 16375
},
{
"ts": 7103,
"bytes": 16375
},
{
"ts": 7131,
"bytes": 16375
},
{
"ts": 7155,
"bytes": 16375
},
{
"ts": 7183,
"bytes": 16375
},
{
"ts": 7213,
"bytes": 16375
},
{
"ts": 7241,
"bytes": 16375
},
{
"ts": 7270,
"bytes": 16375
},
{
"ts": 7298,
"bytes": 16375
},
{
"ts": 7322,
"bytes": 16375
},
{
"ts": 7350,
"bytes": 16375
},
{
"ts": 7378,
"bytes": 16375
},
{
"ts": 7406,
"bytes": 16375
},
{
"ts": 7435,
"bytes": 16375
},
{
"ts": 7463,
"bytes": 16375
},
{
"ts": 7487,
"bytes": 16375
},
{
"ts": 7515,
"bytes": 16375
},
{
"ts": 7543,
"bytes": 16375
},
{
"ts": 7572,
"bytes": 16375
},
{
"ts": 7601,
"bytes": 16375
},
{
"ts": 7624,
"bytes": 16375
},
{
"ts": 7652,
"bytes": 16375
},
{
"ts": 7680,
"bytes": 16375
},
{
"ts": 7708,
"bytes": 16375
},
{
"ts": 7737,
"bytes": 16375
},
{
"ts": 7765,
"bytes": 16375
},
{
"ts": 7789,
"bytes": 16375
},
{
"ts": 7817,
"bytes": 16375
},
{
"ts": 7845,
"bytes": 16375
},
{
"ts": 7874,
"bytes": 16375
},
{
"ts": 7902,
"bytes": 16375
},
{
"ts": 7930,
"bytes": 16375
},
{
"ts": 7954,
"bytes": 16375
},
{
"ts": 7982,
"bytes": 16375
},
{
"ts": 8010,
"bytes": 16375
},
{
"ts": 8039,
"bytes": 16375
},
{
"ts": 8067,
"bytes": 16375
},
{
"ts": 8095,
"bytes": 16375
},
{
"ts": 8119,
"bytes": 16375
},
{
"ts": 8147,
"bytes": 16375
},
{
"ts": 8176,
"bytes": 16375
},
{
"ts": 8204,
"bytes": 16375
},
{
"ts": 8232,
"bytes": 16375
},
{
"ts": 8256,
"bytes": 16375
},
{
"ts": 8284,
"bytes": 16375
},
{
"ts": 8312,
"bytes": 16375
},
{
"ts": 8341,
"bytes": 16375
},
{
"ts": 8369,
"bytes": 16375
},
{
"ts": 8397,
"bytes": 16375
},
{
"ts": 8421,
"bytes": 16375
},
{
"ts": 8449,
"bytes": 16375
},
{
"ts": 8477,
"bytes": 16375
},
{
"ts": 8506,
"bytes": 16375
},
{
"ts": 8541,
"bytes": 16375
},
{
"ts": 8560,
"bytes": 16375
},
{
"ts": 8588,
"bytes": 16375
},
{
"ts": 8617,
"bytes": 16375
},
{
"ts": 8645,
"bytes": 16375
},
{
"ts": 8668,
"bytes": 16375
},
{
"ts": 8697,
"bytes": 16375
},
{
"ts": 8725,
"bytes": 16375
},
{
"ts": 8753,
"bytes": 16375
},
{
"ts": 8782,
"bytes": 16375
},
{
"ts": 8810,
"bytes": 16375
},
{
"ts": 8833,
"bytes": 16375
},
{
"ts": 8862,
"bytes": 16375
},
{
"ts": 8890,
"bytes": 16375
},
{
"ts": 8918,
"bytes": 16375
},
{
"ts": 8947,
"bytes": 16375
},
{
"ts": 8970,
"bytes": 16375
},
{
"ts": 8999,
"bytes": 16375
},
{
"ts": 9027,
"bytes": 16375
},
{
"ts": 9055,
"bytes": 16375
},
{
"ts": 9083,
"bytes": 16375
},
{
"ts": 9112,
"bytes": 16375
},
{
"ts": 9135,
"bytes": 16375
},
{
"ts": 9164,
"bytes": 16375
},
{
"ts": 9192,
"bytes": 16375
},
{
"ts": 9220,
"bytes": 16375
},
{
"ts": 9249,
"bytes": 16375
},
{
"ts": 9277,
"bytes": 16375
},
{
"ts": 9301,
"bytes": 16375
},
{
"ts": 9329,
"bytes": 16375
},
{
"ts": 9357,
"bytes": 16375
},
{
"ts": 9386,
"bytes": 16375
},
{
"ts": 9414,
"bytes": 16375
},
{
"ts": 9442,
"bytes": 16375
},
{
"ts": 9466,
"bytes": 16375
},
{
"ts": 9494,
"bytes": 16375
},
{
"ts": 9522,
"bytes": 16375
},
{
"ts": 9550,
"bytes": 16375
},
{
"ts": 9579,
"bytes": 16375
},
{
"ts": 9603,
"bytes": 16375
},
{
"ts": 9631,
"bytes": 16375
},
{
"ts": 9659,
"bytes": 16375
},
{
"ts": 9687,
"bytes": 16375
},
{
"ts": 9716,
"bytes": 16375
},
{
"ts": 9744,
"bytes": 16375
},
{
"ts": 9767,
"bytes": 16375
},
{
"ts": 9796,
"bytes": 16375
},
{
"ts": 9824,
"bytes": 16375
},
{
"ts": 9852,
"bytes": 16375
},
{
"ts": 9881,
"bytes": 16375
},
{
"ts": 9909,
"bytes": 16375
},
{
"ts": 9933,
"bytes": 16375
},
{
"ts": 9961,
"bytes": 16375
},
{
"ts": 9989,
"bytes": 16375
},
{
"ts": 10017,
"bytes": 16375
},
{
"ts": 10046,
"bytes": 16375
},
{
"ts": 10074,
"bytes": 16375
},
{
"ts": 10098,
"bytes": 16375
},
{
"ts": 10126,
"bytes": 16375
},
{
"ts": 10154,
"bytes": 16375
},
{
"ts": 10182,
"bytes": 16375
},
{
"ts": 10211,
"bytes": 16375
},
{
"ts": 10234,
"bytes": 16375
},
{
"ts": 10263,
"bytes": 16375
},
{
"ts": 10291,
"bytes": 16375
},
{
"ts": 10319,
"bytes": 16375
},
{
"ts": 10348,
"bytes": 16375
},
{
"ts": 10376,
"bytes": 16375
},
{
"ts": 10399,
"bytes": 16375
},
{
"ts": 10428,
"bytes": 16375
},
{
"ts": 10456,
"bytes": 16375
},
{
"ts": 10484,
"bytes": 16375
},
{
"ts": 10513,
"bytes": 16375
},
{
"ts": 10541,
"bytes": 16375
},
{
"ts": 10565,
"bytes": 16375
},
{
"ts": 10593,
"bytes": 16375
},
{
"ts": 10622,
"bytes": 16375
},
{
"ts": 10649,
"bytes": 16375
},
{
"ts": 10678,
"bytes": 16375
},
{
"ts": 10706,
"bytes": 16375
},
{
"ts": 10730,
"bytes": 16375
},
{
"ts": 10758,
"bytes": 16375
},
{
"ts": 10786,
"bytes": 16375
},
{
"ts": 10814,
"bytes": 16375
},
{
"ts": 10843,
"bytes": 16375
},
{
"ts": 10866,
"bytes": 16375
},
{
"ts": 10896,
"bytes": 16375
},
{
"ts": 10923,
"bytes": 16375
},
{
"ts": 10951,
"bytes": 16375
},
{
"ts": 10980,
"bytes": 16375
},
{
"ts": 11008,
"bytes": 16375
},
{
"ts": 11031,
"bytes": 16375
},
{
"ts": 11060,
"bytes": 16375
},
{
"ts": 11098,
"bytes": 16375
},
{
"ts": 11116,
"bytes": 16375
},
{
"ts": 11145,
"bytes": 16375
},
{
"ts": 11173,
"bytes": 16375
},
{
"ts": 11197,
"bytes": 16375
},
{
"ts": 11225,
"bytes": 16375
},
{
"ts": 11253,
"bytes": 16375
},
{
"ts": 11279,
"bytes": 16375
},
{
"ts": 11308,
"bytes": 16375
},
{
"ts": 11336,
"bytes": 16375
},
{
"ts": 11364,
"bytes": 16375
},
{
"ts": 11392,
"bytes": 16375
},
{
"ts": 11416,
"bytes": 16375
},
{
"ts": 11444,
"bytes": 16375
},
{
"ts": 11473,
"bytes": 16375
},
{
"ts": 11501,
"bytes": 16375
},
{
"ts": 11529,
"bytes": 16375
},
{
"ts": 11557,
"bytes": 16375
},
{
"ts": 11581,
"bytes": 16375
},
{
"ts": 11609,
"bytes": 16375
},
{
"ts": 11638,
"bytes": 16375
},
{
"ts": 11666,
"bytes": 16375
},
{
"ts": 11694,
"bytes": 16375
},
{
"ts": 11704,
"bytes": 3456
}
],
"objectSizeUncompressed": 392774,
"netlog_id": 95,
"ttfb_ms": 115,
"load_ms": 229,
"load_start_float": 1033.0000950000001,
"headers": {
"request": [
":method: GET",
":authority: www.geissbuehler.net",
":scheme: https",
":path: \/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"accept-encoding: identity;q=1, *;q=0",
"sec-ch-ua-mobile: ?0",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09",
"sec-ch-ua-platform: \"Unknown\"",
"accept: *\/*",
"sec-fetch-site: same-origin",
"sec-fetch-mode: no-cors",
"sec-fetch-dest: video",
"referer: https:\/\/www.geissbuehler.net\/",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"range: bytes=327379-34603007",
"if-range: \"210888a-621628d46bd94\"",
"priority: i"
],
"response": [
":status: 206",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"etag: \"210888a-621628d46bd94\"",
"accept-ranges: bytes",
"content-length: 34275629",
"content-range: bytes 327379-34603007\/34637962",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:25:39 GMT",
"server: Apache"
]
},
"contentType": "video\/mp4",
"bytesIn": 6291456,
"objectSize": 6291456,
"ip_addr": "217.26.53.193",
"server_port": "443",
"bytesOut": 0,
"request_id": "99999.99999.1",
"raw_id": "99999.99999.1",
"load_end": 1262,
"ttfb_start": 1033,
"ttfb_end": 1148,
"download_start": 1148,
"download_end": 1262,
"download_ms": 114,
"all_start": 1033,
"all_end": 1262,
"all_ms": 229,
"index": 2,
"number": 3
},
{
"type": 3,
"id": "155871.130",
"request_id": "155871.130",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"raw_id": "155871.130",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 13184,
"ttfb_ms": 12360,
"load_start": 1363,
"load_start_float": 1363.0001090000001,
"bytesIn": 474860,
"objectSize": 474860,
"objectSizeUncompressed": 474860,
"chunks": [
{
"ts": 13777,
"bytes": 16251
},
{
"ts": 13804,
"bytes": 16375
},
{
"ts": 13843,
"bytes": 16375
},
{
"ts": 13862,
"bytes": 16375
},
{
"ts": 13890,
"bytes": 16375
},
{
"ts": 13918,
"bytes": 16499
},
{
"ts": 13941,
"bytes": 16375
},
{
"ts": 13970,
"bytes": 16375
},
{
"ts": 13998,
"bytes": 16375
},
{
"ts": 14026,
"bytes": 16375
},
{
"ts": 14053,
"bytes": 16375
},
{
"ts": 14081,
"bytes": 16375
},
{
"ts": 14109,
"bytes": 16375
},
{
"ts": 14137,
"bytes": 16375
},
{
"ts": 14166,
"bytes": 16375
},
{
"ts": 14189,
"bytes": 16375
},
{
"ts": 14218,
"bytes": 16375
},
{
"ts": 14246,
"bytes": 16375
},
{
"ts": 14274,
"bytes": 16375
},
{
"ts": 14302,
"bytes": 16375
},
{
"ts": 14326,
"bytes": 16375
},
{
"ts": 14354,
"bytes": 16375
},
{
"ts": 14383,
"bytes": 16375
},
{
"ts": 14411,
"bytes": 16375
},
{
"ts": 14439,
"bytes": 16375
},
{
"ts": 14468,
"bytes": 16375
},
{
"ts": 14491,
"bytes": 16375
},
{
"ts": 14519,
"bytes": 16375
},
{
"ts": 14547,
"bytes": 16360
}
],
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 474860",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:25:48 GMT",
"etag: \"73eec-6216e38f3bfd6\"",
"last-modified: Fri, 06 Sep 2024 07:19:05 GMT",
"server: Apache",
":status: 200"
]
},
"bytesOut": 2629,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 474860,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 1191,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 7,
"http2_stream_dependency": 3,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 109,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4,
"Warning": "Error reading RIFF file (corrupted?)"
},
"File": {
"FileSize": "448 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
}
}
},
"load_end": 14547,
"ttfb_start": 1363,
"ttfb_end": 13723,
"download_start": 13723,
"download_end": 14547,
"download_ms": 824,
"all_start": 1363,
"all_end": 14547,
"all_ms": 13184,
"index": 3,
"number": 4
},
{
"type": 3,
"id": "155871.136",
"request_id": "155871.136",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp",
"raw_id": "155871.136",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 11584,
"ttfb_ms": 11240,
"load_start": 3335,
"load_start_float": 3335.0001309999998,
"bytesIn": 187538,
"objectSize": 187538,
"objectSizeUncompressed": 187538,
"chunks": [
{
"ts": 14635,
"bytes": 16283
},
{
"ts": 14656,
"bytes": 16375
},
{
"ts": 14685,
"bytes": 16375
},
{
"ts": 14713,
"bytes": 16375
},
{
"ts": 14741,
"bytes": 16375
},
{
"ts": 14770,
"bytes": 16467
},
{
"ts": 14799,
"bytes": 16375
},
{
"ts": 14821,
"bytes": 16375
},
{
"ts": 14850,
"bytes": 16375
},
{
"ts": 14878,
"bytes": 16375
},
{
"ts": 14906,
"bytes": 16375
},
{
"ts": 14919,
"bytes": 7413
}
],
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 187538",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:25:48 GMT",
"etag: \"2dc92-6216e3a2b979c\"",
"last-modified: Fri, 06 Sep 2024 07:19:26 GMT",
"server: Apache",
":status: 200"
]
},
"bytesOut": 2650,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 187538,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 3222,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 9,
"http2_stream_dependency": 0,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"netlog_id": 131,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4,
"Warning": "Error reading RIFF file (corrupted?)"
},
"File": {
"FileSize": "176 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
}
}
},
"load_end": 14919,
"ttfb_start": 3335,
"ttfb_end": 14575,
"download_start": 14575,
"download_end": 14919,
"download_ms": 344,
"all_start": 3335,
"all_end": 14919,
"all_ms": 11584,
"index": 4,
"number": 5
},
{
"type": 3,
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"id": "99999.99999.2",
"is_secure": 1,
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"responseCode": 206,
"score_cache": -1,
"score_cdn": -1,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": -1,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": null,
"cdn_provider": null,
"server_count": null,
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"frame_id": "769FF4211D74542873817040B55AD974",
"created": 3551,
"load_start": 3720,
"priority": "Low",
"protocol": "HTTP\/2",
"socket": 68,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"http2_stream_id": 11,
"http2_stream_dependency": 9,
"http2_stream_weight": 147,
"http2_stream_exclusive": 1,
"chunks": [
{
"ts": 3710,
"bytes": 48701
},
{
"ts": 14978,
"bytes": 16375
},
{
"ts": 15006,
"bytes": 16375
},
{
"ts": 15029,
"bytes": 16375
},
{
"ts": 15058,
"bytes": 16375
},
{
"ts": 15086,
"bytes": 16375
},
{
"ts": 15114,
"bytes": 16375
},
{
"ts": 15142,
"bytes": 16375
},
{
"ts": 15171,
"bytes": 16375
},
{
"ts": 15194,
"bytes": 16375
},
{
"ts": 15223,
"bytes": 16375
},
{
"ts": 15252,
"bytes": 16375
},
{
"ts": 15280,
"bytes": 16375
},
{
"ts": 15308,
"bytes": 16375
},
{
"ts": 15336,
"bytes": 16375
},
{
"ts": 15359,
"bytes": 16375
},
{
"ts": 15403,
"bytes": 16375
},
{
"ts": 15417,
"bytes": 16375
},
{
"ts": 15445,
"bytes": 16375
},
{
"ts": 15473,
"bytes": 16375
},
{
"ts": 15498,
"bytes": 16375
},
{
"ts": 15525,
"bytes": 16375
},
{
"ts": 15553,
"bytes": 16375
},
{
"ts": 15582,
"bytes": 16375
},
{
"ts": 15610,
"bytes": 16375
},
{
"ts": 15640,
"bytes": 16375
},
{
"ts": 15662,
"bytes": 16375
},
{
"ts": 15691,
"bytes": 16375
},
{
"ts": 15719,
"bytes": 16375
},
{
"ts": 15748,
"bytes": 16375
},
{
"ts": 15775,
"bytes": 16375
},
{
"ts": 15806,
"bytes": 16375
},
{
"ts": 15826,
"bytes": 16375
},
{
"ts": 15855,
"bytes": 16375
},
{
"ts": 15883,
"bytes": 16375
},
{
"ts": 15911,
"bytes": 16375
},
{
"ts": 15940,
"bytes": 16375
},
{
"ts": 15964,
"bytes": 16375
},
{
"ts": 15992,
"bytes": 16375
},
{
"ts": 16021,
"bytes": 16375
},
{
"ts": 16050,
"bytes": 16375
},
{
"ts": 16078,
"bytes": 16375
},
{
"ts": 16101,
"bytes": 16375
},
{
"ts": 16129,
"bytes": 16375
},
{
"ts": 16158,
"bytes": 16375
},
{
"ts": 16186,
"bytes": 16375
},
{
"ts": 16214,
"bytes": 16375
},
{
"ts": 16242,
"bytes": 16375
},
{
"ts": 16266,
"bytes": 16375
},
{
"ts": 16295,
"bytes": 16375
},
{
"ts": 16322,
"bytes": 16375
},
{
"ts": 16351,
"bytes": 16375
},
{
"ts": 16379,
"bytes": 16375
},
{
"ts": 16408,
"bytes": 16375
},
{
"ts": 16431,
"bytes": 16375
},
{
"ts": 16460,
"bytes": 16375
},
{
"ts": 16488,
"bytes": 16375
},
{
"ts": 16516,
"bytes": 16375
},
{
"ts": 16544,
"bytes": 16375
},
{
"ts": 16573,
"bytes": 16375
},
{
"ts": 16597,
"bytes": 16375
},
{
"ts": 16625,
"bytes": 16375
},
{
"ts": 16654,
"bytes": 16375
},
{
"ts": 16681,
"bytes": 16375
},
{
"ts": 16709,
"bytes": 16375
},
{
"ts": 16733,
"bytes": 16375
},
{
"ts": 16762,
"bytes": 16375
},
{
"ts": 16792,
"bytes": 16375
},
{
"ts": 16815,
"bytes": 16375
},
{
"ts": 16844,
"bytes": 16375
},
{
"ts": 16873,
"bytes": 16375
},
{
"ts": 16901,
"bytes": 16375
},
{
"ts": 16929,
"bytes": 16375
},
{
"ts": 16957,
"bytes": 16375
},
{
"ts": 16981,
"bytes": 16375
},
{
"ts": 17009,
"bytes": 16375
},
{
"ts": 17037,
"bytes": 16375
},
{
"ts": 17066,
"bytes": 16375
},
{
"ts": 17094,
"bytes": 16375
},
{
"ts": 17122,
"bytes": 16375
},
{
"ts": 17146,
"bytes": 16375
},
{
"ts": 17175,
"bytes": 16375
},
{
"ts": 17202,
"bytes": 16375
},
{
"ts": 17230,
"bytes": 16375
},
{
"ts": 17268,
"bytes": 16375
},
{
"ts": 17286,
"bytes": 16375
},
{
"ts": 17317,
"bytes": 16375
},
{
"ts": 17341,
"bytes": 16375
},
{
"ts": 17365,
"bytes": 16375
},
{
"ts": 17393,
"bytes": 16375
},
{
"ts": 17421,
"bytes": 16375
},
{
"ts": 17450,
"bytes": 16375
},
{
"ts": 17479,
"bytes": 16375
},
{
"ts": 17507,
"bytes": 16375
},
{
"ts": 17530,
"bytes": 16375
},
{
"ts": 17560,
"bytes": 16375
},
{
"ts": 17587,
"bytes": 16375
},
{
"ts": 17616,
"bytes": 16375
},
{
"ts": 17644,
"bytes": 16375
},
{
"ts": 17672,
"bytes": 16375
},
{
"ts": 17698,
"bytes": 16375
},
{
"ts": 17723,
"bytes": 16375
},
{
"ts": 17752,
"bytes": 16375
},
{
"ts": 17781,
"bytes": 16375
},
{
"ts": 17809,
"bytes": 16375
},
{
"ts": 17833,
"bytes": 16375
},
{
"ts": 17861,
"bytes": 16375
},
{
"ts": 17888,
"bytes": 16375
},
{
"ts": 17917,
"bytes": 16375
},
{
"ts": 17943,
"bytes": 16375
},
{
"ts": 17976,
"bytes": 16375
},
{
"ts": 18000,
"bytes": 16375
},
{
"ts": 18028,
"bytes": 16375
},
{
"ts": 18057,
"bytes": 16375
},
{
"ts": 18080,
"bytes": 16375
},
{
"ts": 18109,
"bytes": 16375
},
{
"ts": 18136,
"bytes": 16375
},
{
"ts": 18178,
"bytes": 16375
},
{
"ts": 18193,
"bytes": 16375
},
{
"ts": 18221,
"bytes": 16375
},
{
"ts": 18245,
"bytes": 16375
},
{
"ts": 18273,
"bytes": 16375
},
{
"ts": 18301,
"bytes": 16375
},
{
"ts": 18330,
"bytes": 16375
},
{
"ts": 18358,
"bytes": 16375
},
{
"ts": 18387,
"bytes": 16375
},
{
"ts": 18411,
"bytes": 1576
},
{
"ts": 18412,
"bytes": 14799
},
{
"ts": 18438,
"bytes": 16375
},
{
"ts": 18467,
"bytes": 16375
},
{
"ts": 18495,
"bytes": 16375
},
{
"ts": 18523,
"bytes": 16375
},
{
"ts": 18548,
"bytes": 16375
},
{
"ts": 18575,
"bytes": 16375
},
{
"ts": 18608,
"bytes": 16375
},
{
"ts": 18632,
"bytes": 16375
},
{
"ts": 18665,
"bytes": 16375
},
{
"ts": 18688,
"bytes": 16375
},
{
"ts": 18712,
"bytes": 16375
},
{
"ts": 18740,
"bytes": 16375
},
{
"ts": 18768,
"bytes": 16375
},
{
"ts": 18797,
"bytes": 16375
},
{
"ts": 18825,
"bytes": 16375
},
{
"ts": 18854,
"bytes": 16375
},
{
"ts": 18877,
"bytes": 16375
},
{
"ts": 18905,
"bytes": 16375
},
{
"ts": 18933,
"bytes": 16375
},
{
"ts": 18962,
"bytes": 16375
},
{
"ts": 18990,
"bytes": 16375
},
{
"ts": 19018,
"bytes": 16375
},
{
"ts": 19042,
"bytes": 16375
},
{
"ts": 19071,
"bytes": 16375
},
{
"ts": 19097,
"bytes": 16375
},
{
"ts": 19124,
"bytes": 16375
},
{
"ts": 19153,
"bytes": 16375
},
{
"ts": 19181,
"bytes": 16375
},
{
"ts": 19209,
"bytes": 16375
},
{
"ts": 19237,
"bytes": 16375
},
{
"ts": 19264,
"bytes": 16375
},
{
"ts": 19290,
"bytes": 16375
},
{
"ts": 19320,
"bytes": 16375
},
{
"ts": 19344,
"bytes": 16375
},
{
"ts": 19373,
"bytes": 16375
},
{
"ts": 19401,
"bytes": 16375
},
{
"ts": 19429,
"bytes": 16375
},
{
"ts": 19457,
"bytes": 16375
},
{
"ts": 19486,
"bytes": 16375
},
{
"ts": 19509,
"bytes": 16375
},
{
"ts": 19542,
"bytes": 16375
},
{
"ts": 19568,
"bytes": 16375
},
{
"ts": 19591,
"bytes": 16375
},
{
"ts": 19620,
"bytes": 16375
},
{
"ts": 19649,
"bytes": 16375
},
{
"ts": 19677,
"bytes": 16375
},
{
"ts": 19705,
"bytes": 16375
},
{
"ts": 19728,
"bytes": 16375
},
{
"ts": 19756,
"bytes": 16375
},
{
"ts": 19785,
"bytes": 16375
},
{
"ts": 19818,
"bytes": 16375
},
{
"ts": 19841,
"bytes": 16375
},
{
"ts": 19871,
"bytes": 16375
},
{
"ts": 19899,
"bytes": 16375
},
{
"ts": 19922,
"bytes": 16375
},
{
"ts": 19950,
"bytes": 16375
},
{
"ts": 19979,
"bytes": 16375
},
{
"ts": 20006,
"bytes": 16375
},
{
"ts": 20035,
"bytes": 16375
},
{
"ts": 20068,
"bytes": 16375
},
{
"ts": 20088,
"bytes": 16375
},
{
"ts": 20115,
"bytes": 16375
},
{
"ts": 20143,
"bytes": 16375
},
{
"ts": 20172,
"bytes": 16375
},
{
"ts": 20200,
"bytes": 16375
},
{
"ts": 20223,
"bytes": 16375
},
{
"ts": 20252,
"bytes": 16375
},
{
"ts": 20281,
"bytes": 16375
},
{
"ts": 20308,
"bytes": 16375
},
{
"ts": 20336,
"bytes": 16375
},
{
"ts": 20360,
"bytes": 16375
},
{
"ts": 20390,
"bytes": 16375
},
{
"ts": 20417,
"bytes": 16375
},
{
"ts": 20446,
"bytes": 16375
},
{
"ts": 20474,
"bytes": 16375
},
{
"ts": 20499,
"bytes": 16375
},
{
"ts": 20528,
"bytes": 16375
},
{
"ts": 20556,
"bytes": 16375
},
{
"ts": 20584,
"bytes": 16375
},
{
"ts": 20608,
"bytes": 16375
},
{
"ts": 20638,
"bytes": 16375
},
{
"ts": 20665,
"bytes": 16375
},
{
"ts": 20693,
"bytes": 16375
},
{
"ts": 20719,
"bytes": 16375
},
{
"ts": 20748,
"bytes": 16375
},
{
"ts": 20775,
"bytes": 16375
},
{
"ts": 20804,
"bytes": 16375
},
{
"ts": 20832,
"bytes": 16375
},
{
"ts": 20857,
"bytes": 16375
},
{
"ts": 20884,
"bytes": 16375
},
{
"ts": 20926,
"bytes": 16375
},
{
"ts": 20947,
"bytes": 16375
},
{
"ts": 20969,
"bytes": 16375
},
{
"ts": 20992,
"bytes": 16375
},
{
"ts": 21030,
"bytes": 16375
},
{
"ts": 21050,
"bytes": 16375
},
{
"ts": 21077,
"bytes": 16375
},
{
"ts": 21105,
"bytes": 16375
},
{
"ts": 21134,
"bytes": 16375
},
{
"ts": 21157,
"bytes": 16375
},
{
"ts": 21186,
"bytes": 16375
},
{
"ts": 21214,
"bytes": 16375
},
{
"ts": 21242,
"bytes": 16375
},
{
"ts": 21271,
"bytes": 16375
},
{
"ts": 21299,
"bytes": 16375
},
{
"ts": 21323,
"bytes": 16375
},
{
"ts": 21351,
"bytes": 16375
},
{
"ts": 21379,
"bytes": 16375
},
{
"ts": 21407,
"bytes": 16375
},
{
"ts": 21433,
"bytes": 16375
},
{
"ts": 21469,
"bytes": 16375
},
{
"ts": 21488,
"bytes": 16375
},
{
"ts": 21516,
"bytes": 16375
},
{
"ts": 21544,
"bytes": 16375
},
{
"ts": 21572,
"bytes": 16375
},
{
"ts": 21601,
"bytes": 16375
},
{
"ts": 21625,
"bytes": 16375
},
{
"ts": 21654,
"bytes": 16375
},
{
"ts": 21682,
"bytes": 16375
},
{
"ts": 21709,
"bytes": 16375
},
{
"ts": 21738,
"bytes": 16375
},
{
"ts": 21766,
"bytes": 16375
},
{
"ts": 21789,
"bytes": 16375
},
{
"ts": 21817,
"bytes": 16375
},
{
"ts": 21848,
"bytes": 16375
},
{
"ts": 21872,
"bytes": 16375
},
{
"ts": 21900,
"bytes": 16375
},
{
"ts": 21927,
"bytes": 2728
},
{
"ts": 21929,
"bytes": 13647
},
{
"ts": 21958,
"bytes": 16375
},
{
"ts": 21985,
"bytes": 16375
},
{
"ts": 22013,
"bytes": 16375
},
{
"ts": 22037,
"bytes": 16375
},
{
"ts": 22065,
"bytes": 16375
},
{
"ts": 22097,
"bytes": 16375
},
{
"ts": 22129,
"bytes": 16375
},
{
"ts": 22149,
"bytes": 16375
},
{
"ts": 22176,
"bytes": 16375
},
{
"ts": 22204,
"bytes": 16375
},
{
"ts": 22233,
"bytes": 16375
},
{
"ts": 22256,
"bytes": 16375
},
{
"ts": 22284,
"bytes": 16375
},
{
"ts": 22313,
"bytes": 16375
},
{
"ts": 22339,
"bytes": 16375
},
{
"ts": 22367,
"bytes": 16375
},
{
"ts": 22395,
"bytes": 16375
},
{
"ts": 22424,
"bytes": 16375
},
{
"ts": 22452,
"bytes": 16375
},
{
"ts": 22480,
"bytes": 16375
},
{
"ts": 22504,
"bytes": 16375
},
{
"ts": 22532,
"bytes": 16375
},
{
"ts": 22560,
"bytes": 16375
},
{
"ts": 22594,
"bytes": 16375
},
{
"ts": 22619,
"bytes": 16375
},
{
"ts": 22650,
"bytes": 16375
},
{
"ts": 22669,
"bytes": 16375
},
{
"ts": 22698,
"bytes": 16375
},
{
"ts": 22726,
"bytes": 16375
},
{
"ts": 22754,
"bytes": 16375
},
{
"ts": 22782,
"bytes": 16375
},
{
"ts": 22810,
"bytes": 16375
},
{
"ts": 22844,
"bytes": 16375
},
{
"ts": 22863,
"bytes": 16375
},
{
"ts": 22891,
"bytes": 16375
},
{
"ts": 22919,
"bytes": 16375
},
{
"ts": 22948,
"bytes": 16375
},
{
"ts": 22971,
"bytes": 16375
},
{
"ts": 22999,
"bytes": 16375
},
{
"ts": 23027,
"bytes": 16375
},
{
"ts": 23056,
"bytes": 16375
},
{
"ts": 23084,
"bytes": 16375
},
{
"ts": 23113,
"bytes": 16375
},
{
"ts": 23136,
"bytes": 16375
},
{
"ts": 23164,
"bytes": 16375
},
{
"ts": 23193,
"bytes": 16375
},
{
"ts": 23221,
"bytes": 16375
},
{
"ts": 23250,
"bytes": 16375
},
{
"ts": 23275,
"bytes": 16375
},
{
"ts": 23304,
"bytes": 16375
},
{
"ts": 23332,
"bytes": 16375
},
{
"ts": 23362,
"bytes": 16375
},
{
"ts": 23384,
"bytes": 16375
},
{
"ts": 23412,
"bytes": 16375
},
{
"ts": 23440,
"bytes": 16375
},
{
"ts": 23469,
"bytes": 16375
},
{
"ts": 23495,
"bytes": 16375
},
{
"ts": 23523,
"bytes": 16375
},
{
"ts": 23551,
"bytes": 16375
},
{
"ts": 23579,
"bytes": 16375
},
{
"ts": 23605,
"bytes": 16375
},
{
"ts": 23632,
"bytes": 16375
},
{
"ts": 23660,
"bytes": 16375
},
{
"ts": 23702,
"bytes": 16375
},
{
"ts": 23721,
"bytes": 16375
},
{
"ts": 23744,
"bytes": 16375
},
{
"ts": 23774,
"bytes": 16375
},
{
"ts": 23799,
"bytes": 16375
},
{
"ts": 23825,
"bytes": 16375
},
{
"ts": 23853,
"bytes": 16375
},
{
"ts": 23879,
"bytes": 16375
},
{
"ts": 23909,
"bytes": 16375
},
{
"ts": 23933,
"bytes": 16375
},
{
"ts": 23961,
"bytes": 16375
},
{
"ts": 23990,
"bytes": 16375
},
{
"ts": 24018,
"bytes": 16375
},
{
"ts": 24047,
"bytes": 16375
},
{
"ts": 24075,
"bytes": 16375
},
{
"ts": 24099,
"bytes": 16375
},
{
"ts": 24127,
"bytes": 16375
},
{
"ts": 24155,
"bytes": 16375
},
{
"ts": 24183,
"bytes": 16375
},
{
"ts": 24214,
"bytes": 16375
},
{
"ts": 24235,
"bytes": 16375
},
{
"ts": 24263,
"bytes": 16375
},
{
"ts": 24292,
"bytes": 16375
},
{
"ts": 24320,
"bytes": 16375
},
{
"ts": 24349,
"bytes": 16375
},
{
"ts": 24377,
"bytes": 16375
},
{
"ts": 24400,
"bytes": 16375
},
{
"ts": 24428,
"bytes": 16375
},
{
"ts": 24457,
"bytes": 16375
},
{
"ts": 24485,
"bytes": 16375
},
{
"ts": 24513,
"bytes": 16375
},
{
"ts": 24542,
"bytes": 16375
},
{
"ts": 24565,
"bytes": 16375
},
{
"ts": 24593,
"bytes": 16375
},
{
"ts": 24623,
"bytes": 16375
},
{
"ts": 24654,
"bytes": 16375
},
{
"ts": 24677,
"bytes": 16375
},
{
"ts": 24704,
"bytes": 16375
},
{
"ts": 24733,
"bytes": 16375
},
{
"ts": 24762,
"bytes": 16375
},
{
"ts": 24784,
"bytes": 16375
},
{
"ts": 24813,
"bytes": 16375
},
{
"ts": 24841,
"bytes": 16375
},
{
"ts": 24868,
"bytes": 16375
},
{
"ts": 24896,
"bytes": 16375
},
{
"ts": 24924,
"bytes": 16375
},
{
"ts": 24952,
"bytes": 16375
},
{
"ts": 24980,
"bytes": 16375
},
{
"ts": 25009,
"bytes": 16375
},
{
"ts": 25032,
"bytes": 16375
},
{
"ts": 25060,
"bytes": 16375
},
{
"ts": 25094,
"bytes": 16375
},
{
"ts": 25124,
"bytes": 16375
},
{
"ts": 25143,
"bytes": 16375
},
{
"ts": 25172,
"bytes": 16375
},
{
"ts": 25204,
"bytes": 16375
},
{
"ts": 25228,
"bytes": 16375
},
{
"ts": 25258,
"bytes": 16375
},
{
"ts": 25282,
"bytes": 16375
},
{
"ts": 25311,
"bytes": 16375
},
{
"ts": 25337,
"bytes": 16375
},
{
"ts": 25365,
"bytes": 16375
},
{
"ts": 25393,
"bytes": 16375
},
{
"ts": 25417,
"bytes": 16375
},
{
"ts": 25445,
"bytes": 3880
},
{
"ts": 25449,
"bytes": 12495
},
{
"ts": 25475,
"bytes": 16375
},
{
"ts": 25502,
"bytes": 16375
},
{
"ts": 25506,
"bytes": 3456
},
{
"ts": 25520,
"bytes": 8183
},
{
"ts": 25550,
"bytes": 16375
},
{
"ts": 25578,
"bytes": 16375
},
{
"ts": 25624,
"bytes": 16375
},
{
"ts": 25630,
"bytes": 16375
},
{
"ts": 25658,
"bytes": 16375
},
{
"ts": 25686,
"bytes": 16375
},
{
"ts": 25714,
"bytes": 16375
},
{
"ts": 25742,
"bytes": 16375
},
{
"ts": 25771,
"bytes": 16375
},
{
"ts": 25794,
"bytes": 16375
},
{
"ts": 25822,
"bytes": 16375
},
{
"ts": 25851,
"bytes": 16375
},
{
"ts": 25879,
"bytes": 16375
},
{
"ts": 25908,
"bytes": 16375
},
{
"ts": 25931,
"bytes": 16375
},
{
"ts": 25961,
"bytes": 16375
},
{
"ts": 25987,
"bytes": 16375
},
{
"ts": 26016,
"bytes": 16375
},
{
"ts": 26042,
"bytes": 16375
},
{
"ts": 26070,
"bytes": 16375
},
{
"ts": 26099,
"bytes": 16375
},
{
"ts": 26126,
"bytes": 16375
},
{
"ts": 26155,
"bytes": 16375
},
{
"ts": 26178,
"bytes": 16375
},
{
"ts": 26207,
"bytes": 16375
},
{
"ts": 26235,
"bytes": 16375
},
{
"ts": 26261,
"bytes": 16375
},
{
"ts": 26289,
"bytes": 16375
},
{
"ts": 26318,
"bytes": 16375
},
{
"ts": 26346,
"bytes": 16375
},
{
"ts": 26375,
"bytes": 16375
},
{
"ts": 26403,
"bytes": 16375
},
{
"ts": 26426,
"bytes": 16375
},
{
"ts": 26454,
"bytes": 16375
},
{
"ts": 26487,
"bytes": 16375
},
{
"ts": 26520,
"bytes": 16375
},
{
"ts": 26539,
"bytes": 16375
},
{
"ts": 26563,
"bytes": 16375
},
{
"ts": 26601,
"bytes": 16375
},
{
"ts": 26620,
"bytes": 16375
},
{
"ts": 26654,
"bytes": 16375
},
{
"ts": 26677,
"bytes": 16375
},
{
"ts": 26705,
"bytes": 16375
},
{
"ts": 26728,
"bytes": 16375
},
{
"ts": 26757,
"bytes": 16375
},
{
"ts": 26784,
"bytes": 16375
},
{
"ts": 26813,
"bytes": 16375
},
{
"ts": 26841,
"bytes": 16375
},
{
"ts": 26870,
"bytes": 16375
},
{
"ts": 26893,
"bytes": 16375
},
{
"ts": 26922,
"bytes": 16375
},
{
"ts": 26950,
"bytes": 16375
},
{
"ts": 26978,
"bytes": 16375
},
{
"ts": 27004,
"bytes": 16375
},
{
"ts": 27034,
"bytes": 16375
},
{
"ts": 27058,
"bytes": 16375
},
{
"ts": 27086,
"bytes": 16375
},
{
"ts": 27115,
"bytes": 16375
},
{
"ts": 27143,
"bytes": 16375
},
{
"ts": 27171,
"bytes": 16375
},
{
"ts": 27195,
"bytes": 16375
},
{
"ts": 27223,
"bytes": 16375
},
{
"ts": 27251,
"bytes": 16375
},
{
"ts": 27280,
"bytes": 16375
},
{
"ts": 27311,
"bytes": 16375
},
{
"ts": 27337,
"bytes": 16375
},
{
"ts": 27360,
"bytes": 16375
},
{
"ts": 27389,
"bytes": 16375
},
{
"ts": 27417,
"bytes": 16375
},
{
"ts": 27443,
"bytes": 16375
},
{
"ts": 27471,
"bytes": 16375
},
{
"ts": 27499,
"bytes": 16375
},
{
"ts": 27527,
"bytes": 16375
},
{
"ts": 27557,
"bytes": 16375
},
{
"ts": 27584,
"bytes": 16375
},
{
"ts": 27609,
"bytes": 16375
},
{
"ts": 27638,
"bytes": 16375
},
{
"ts": 27667,
"bytes": 16375
},
{
"ts": 27700,
"bytes": 16375
},
{
"ts": 27719,
"bytes": 16375
},
{
"ts": 27751,
"bytes": 16375
},
{
"ts": 27775,
"bytes": 16375
},
{
"ts": 27803,
"bytes": 16375
},
{
"ts": 27827,
"bytes": 16375
},
{
"ts": 27856,
"bytes": 16375
},
{
"ts": 27884,
"bytes": 16375
},
{
"ts": 27919,
"bytes": 16375
},
{
"ts": 27938,
"bytes": 16375
},
{
"ts": 27966,
"bytes": 16375
},
{
"ts": 27999,
"bytes": 16375
},
{
"ts": 28022,
"bytes": 16375
},
{
"ts": 28052,
"bytes": 16375
},
{
"ts": 28075,
"bytes": 16375
},
{
"ts": 28103,
"bytes": 16375
},
{
"ts": 28133,
"bytes": 16375
},
{
"ts": 28160,
"bytes": 16375
},
{
"ts": 28188,
"bytes": 16375
},
{
"ts": 28216,
"bytes": 16375
},
{
"ts": 28240,
"bytes": 16375
},
{
"ts": 28268,
"bytes": 16375
},
{
"ts": 28297,
"bytes": 16375
},
{
"ts": 28324,
"bytes": 16375
},
{
"ts": 28353,
"bytes": 16375
},
{
"ts": 28381,
"bytes": 16375
},
{
"ts": 28412,
"bytes": 16375
},
{
"ts": 28433,
"bytes": 16375
},
{
"ts": 28461,
"bytes": 16375
},
{
"ts": 28489,
"bytes": 16375
},
{
"ts": 28518,
"bytes": 16375
},
{
"ts": 28542,
"bytes": 16375
},
{
"ts": 28570,
"bytes": 16375
},
{
"ts": 28598,
"bytes": 16375
},
{
"ts": 28627,
"bytes": 16375
},
{
"ts": 28655,
"bytes": 16375
},
{
"ts": 28688,
"bytes": 16375
},
{
"ts": 28706,
"bytes": 16375
},
{
"ts": 28735,
"bytes": 16375
},
{
"ts": 28763,
"bytes": 16375
},
{
"ts": 28791,
"bytes": 16375
},
{
"ts": 28820,
"bytes": 16375
},
{
"ts": 28846,
"bytes": 16375
},
{
"ts": 28874,
"bytes": 16375
},
{
"ts": 28903,
"bytes": 16375
},
{
"ts": 28931,
"bytes": 16375
},
{
"ts": 28953,
"bytes": 9768
},
{
"ts": 28955,
"bytes": 6607
},
{
"ts": 28982,
"bytes": 16375
},
{
"ts": 29016,
"bytes": 16375
},
{
"ts": 29039,
"bytes": 16375
},
{
"ts": 29066,
"bytes": 16375
},
{
"ts": 29098,
"bytes": 16375
},
{
"ts": 29122,
"bytes": 16375
},
{
"ts": 29150,
"bytes": 16375
},
{
"ts": 29174,
"bytes": 16375
},
{
"ts": 29202,
"bytes": 16375
},
{
"ts": 29230,
"bytes": 16375
},
{
"ts": 29260,
"bytes": 16375
},
{
"ts": 29306,
"bytes": 16375
},
{
"ts": 29318,
"bytes": 16375
},
{
"ts": 29339,
"bytes": 16375
},
{
"ts": 29367,
"bytes": 16375
},
{
"ts": 29400,
"bytes": 16375
},
{
"ts": 29426,
"bytes": 16375
},
{
"ts": 29453,
"bytes": 16375
},
{
"ts": 29481,
"bytes": 16375
},
{
"ts": 29504,
"bytes": 16375
},
{
"ts": 29533,
"bytes": 16375
},
{
"ts": 29560,
"bytes": 16375
},
{
"ts": 29589,
"bytes": 16375
},
{
"ts": 29618,
"bytes": 16375
},
{
"ts": 29647,
"bytes": 16375
},
{
"ts": 29670,
"bytes": 16375
},
{
"ts": 29706,
"bytes": 16375
},
{
"ts": 29725,
"bytes": 16375
},
{
"ts": 29754,
"bytes": 16375
},
{
"ts": 29782,
"bytes": 16375
},
{
"ts": 29814,
"bytes": 16375
},
{
"ts": 29836,
"bytes": 16375
},
{
"ts": 29862,
"bytes": 16375
},
{
"ts": 29890,
"bytes": 16375
}
],
"objectSizeUncompressed": 8951965,
"netlog_id": 137,
"ttfb_ms": 11223,
"load_ms": 26170,
"load_start_float": 3720.000137,
"headers": {
"request": [
":method: GET",
":authority: www.geissbuehler.net",
":scheme: https",
":path: \/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"accept-encoding: identity;q=1, *;q=0",
"sec-ch-ua-mobile: ?0",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09",
"sec-ch-ua-platform: \"Unknown\"",
"accept: *\/*",
"sec-fetch-site: same-origin",
"sec-fetch-mode: no-cors",
"sec-fetch-dest: video",
"referer: https:\/\/www.geissbuehler.net\/",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"range: bytes=409149-34603007",
"if-range: \"210888a-621628d46bd94\"",
"priority: i"
],
"response": [
":status: 206",
"last-modified: Thu, 05 Sep 2024 17:23:40 GMT",
"etag: \"210888a-621628d46bd94\"",
"accept-ranges: bytes",
"content-length: 34193859",
"content-range: bytes 409149-34603007\/34637962",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:25:49 GMT",
"server: Apache"
]
},
"contentType": "video\/mp4",
"bytesIn": 8951965,
"objectSize": 8951965,
"ip_addr": "217.26.53.193",
"server_port": "443",
"bytesOut": 0,
"request_id": "99999.99999.2",
"raw_id": "99999.99999.2",
"load_end": 29890,
"ttfb_start": 3720,
"ttfb_end": 14943,
"download_start": 14943,
"download_end": 29890,
"download_ms": 14947,
"all_start": 3720,
"all_end": 29890,
"all_ms": 26170,
"index": 5,
"number": 6
},
{
"type": 3,
"id": "155871.156",
"request_id": "155871.156",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp",
"raw_id": "155871.156",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 17447,
"ttfb_ms": 17308,
"load_start": 13241,
"load_start_float": 13241.000173,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 88040,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 88040",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:26:00 GMT",
"etag: \"157e8-6216e38a381dd\"",
"last-modified: Fri, 06 Sep 2024 07:19:00 GMT",
"server: Apache"
]
},
"bytesOut": 2662,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 88040,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 13239,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 173,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "86 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"VP8Version": "0 (bicubic reconstruction, normal loop)",
"ImageWidth": 2000,
"HorizontalScale": 0,
"ImageHeight": 1249,
"VerticalScale": 0
},
"ICC_Profile": {
"ProfileCMMType": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "2017:07:07 13:22:32",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Apple Computer Inc.",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Apple Computer Inc.",
"DeviceModel": "",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Perceptual",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Apple Computer Inc.",
"ProfileID": "ca1a9582257f104d389913d5d1ea1582",
"ProfileDescription": "Display P3",
"ProfileCopyright": "Copyright Apple Inc., 2017",
"MediaWhitePoint": "0.95045 1 1.08905",
"RedMatrixColumn": "0.51512 0.2412 -0.00105",
"GreenMatrixColumn": "0.29198 0.69225 0.04189",
"BlueMatrixColumn": "0.1571 0.06657 0.78407",
"RedTRC": "(Binary data 32 bytes, use -b option to extract)",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02959 0.99048 -0.01706 -0.00923 0.01508 0.75168",
"BlueTRC": "(Binary data 32 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 32 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "2000x1249",
"Megapixels": 2.5
}
},
"magick": {
"format": "WEBP",
"formatDescription": "WebP Image Format",
"mimeType": "image\/webp",
"class": "DirectClass",
"geometry": {
"width": 2000,
"height": 1249,
"x": 0,
"y": 0
},
"units": "Undefined",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 2498000,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 90.097899999999996,
"standardDeviation": 44.8705,
"kurtosis": -1.2248399999999999,
"skewness": 0.81042199999999998,
"entropy": 0.53492700000000004
}
},
"channelStatistics": {
"red": {
"min": 1,
"max": 255,
"mean": 215.54300000000001,
"standardDeviation": 70.762900000000002,
"kurtosis": 2.1913,
"skewness": -2.0006699999999999,
"entropy": 0.58718800000000004
},
"green": {
"min": 0,
"max": 255,
"mean": 42.401699999999998,
"standardDeviation": 31.727499999999999,
"kurtosis": 30.1052,
"skewness": 4.9550599999999996,
"entropy": 0.568384
},
"blue": {
"min": 0,
"max": 255,
"mean": 12.3489,
"standardDeviation": 32.121200000000002,
"kurtosis": 44.213000000000001,
"skewness": 6.6920900000000003,
"entropy": 0.44920900000000002
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 2000,
"height": 1249,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "Undefined",
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:26:11+00:00",
"date:modify": "2024-09-06T09:26:11+00:00",
"icc:copyright": "Copyright Apple Inc., 2017",
"icc:description": "Display P3",
"signature": "76ba31c75d9fdcc92e50d386d473734baaf98a492ec87ab33736b4b0687c80c7"
},
"profiles": {
"icc": {
"length": 548
}
},
"tainted": false,
"filesize": "88040B",
"numberPixels": "2498000",
"pixelsPerSecond": "10.4533MB",
"userTime": "0.080u",
"elapsedTime": "0:01.238"
}
},
"load_end": 30688,
"ttfb_start": 13241,
"ttfb_end": 30549,
"download_start": 30549,
"download_end": 30688,
"download_ms": 139,
"all_start": 13241,
"all_end": 30688,
"all_ms": 17447,
"index": 6,
"number": 7
},
{
"type": 3,
"id": "155871.174",
"request_id": "155871.174",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"raw_id": "155871.174",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 10787,
"ttfb_ms": 10708,
"load_start": 21264,
"load_start_float": 21264.000193,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 277470,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "image\/webp",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 277470",
"content-type: image\/webp",
"date: Fri, 06 Sep 2024 09:26:05 GMT",
"etag: \"43bde-6216e39deff8f\"",
"last-modified: Fri, 06 Sep 2024 07:19:21 GMT",
"server: Apache"
]
},
"bytesOut": 2614,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 100,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": 277470,
"image_save": 0,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 21263,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 193,
"server_port": "443",
"image_details": {
"detected_type": "webp",
"metadata": {
"ExifTool": {
"ExifToolVersion": 12.4
},
"File": {
"FileSize": "271 KiB",
"FileType": "WEBP",
"FileTypeExtension": "webp",
"MIMEType": "image\/webp"
},
"RIFF": {
"VP8Version": "0 (bicubic reconstruction, normal loop)",
"ImageWidth": 1268,
"HorizontalScale": 0,
"ImageHeight": 1400,
"VerticalScale": 0
},
"ICC_Profile": {
"ProfileCMMType": "Apple Computer Inc.",
"ProfileVersion": "4.0.0",
"ProfileClass": "Display Device Profile",
"ColorSpaceData": "RGB ",
"ProfileConnectionSpace": "XYZ ",
"ProfileDateTime": "2017:07:07 13:22:32",
"ProfileFileSignature": "acsp",
"PrimaryPlatform": "Apple Computer Inc.",
"CMMFlags": "Not Embedded, Independent",
"DeviceManufacturer": "Apple Computer Inc.",
"DeviceModel": "",
"DeviceAttributes": "Reflective, Glossy, Positive, Color",
"RenderingIntent": "Perceptual",
"ConnectionSpaceIlluminant": "0.9642 1 0.82491",
"ProfileCreator": "Apple Computer Inc.",
"ProfileID": "ca1a9582257f104d389913d5d1ea1582",
"ProfileDescription": "Display P3",
"ProfileCopyright": "Copyright Apple Inc., 2017",
"MediaWhitePoint": "0.95045 1 1.08905",
"RedMatrixColumn": "0.51512 0.2412 -0.00105",
"GreenMatrixColumn": "0.29198 0.69225 0.04189",
"BlueMatrixColumn": "0.1571 0.06657 0.78407",
"RedTRC": "(Binary data 32 bytes, use -b option to extract)",
"ChromaticAdaptation": "1.04788 0.02292 -0.0502 0.02959 0.99048 -0.01706 -0.00923 0.01508 0.75168",
"BlueTRC": "(Binary data 32 bytes, use -b option to extract)",
"GreenTRC": "(Binary data 32 bytes, use -b option to extract)"
},
"Composite": {
"ImageSize": "1268x1400",
"Megapixels": 1.8
}
},
"magick": {
"format": "WEBP",
"formatDescription": "WebP Image Format",
"mimeType": "image\/webp",
"class": "DirectClass",
"geometry": {
"width": 1268,
"height": 1400,
"x": 0,
"y": 0
},
"units": "Undefined",
"type": "TrueColor",
"endianness": "Undefined",
"colorspace": "sRGB",
"depth": 8,
"baseDepth": 8,
"channelDepth": {
"red": 8,
"green": 8,
"blue": 8
},
"pixels": 1775200,
"imageStatistics": {
"all": {
"min": 0,
"max": 255,
"mean": 118.48999999999999,
"standardDeviation": 79.192599999999999,
"kurtosis": -1.1991499999999999,
"skewness": 0.39570499999999997,
"entropy": 0.94554199999999999
}
},
"channelStatistics": {
"red": {
"min": 0,
"max": 255,
"mean": 110.28400000000001,
"standardDeviation": 86.269199999999998,
"kurtosis": -1.2558199999999999,
"skewness": 0.48253699999999999,
"entropy": 0.93713599999999997
},
"green": {
"min": 0,
"max": 255,
"mean": 119.69,
"standardDeviation": 74.070999999999998,
"kurtosis": -0.95647300000000002,
"skewness": 0.53280099999999997,
"entropy": 0.94500499999999998
},
"blue": {
"min": 0,
"max": 255,
"mean": 125.495,
"standardDeviation": 77.2376,
"kurtosis": -1.3121700000000001,
"skewness": 0.24060799999999999,
"entropy": 0.95448699999999997
}
},
"renderingIntent": "Perceptual",
"gamma": 0.45454499999999998,
"chromaticity": {
"redPrimary": {
"x": 0.64000000000000001,
"y": 0.33000000000000002
},
"greenPrimary": {
"x": 0.29999999999999999,
"y": 0.59999999999999998
},
"bluePrimary": {
"x": 0.14999999999999999,
"y": 0.059999999999999998
},
"whitePrimary": {
"x": 0.31269999999999998,
"y": 0.32900000000000001
}
},
"backgroundColor": "#FFFFFF",
"borderColor": "#DFDFDF",
"matteColor": "#BDBDBD",
"transparentColor": "#000000",
"interlace": "None",
"intensity": "Undefined",
"compose": "Over",
"pageGeometry": {
"width": 1268,
"height": 1400,
"x": 0,
"y": 0
},
"dispose": "Undefined",
"iterations": 0,
"compression": "Undefined",
"orientation": "Undefined",
"properties": {
"date:create": "2024-09-06T09:26:11+00:00",
"date:modify": "2024-09-06T09:26:11+00:00",
"icc:copyright": "Copyright Apple Inc., 2017",
"icc:description": "Display P3",
"signature": "0667ae25c600614fb86e2423d8098477a34a2f5e767a077d771691eb07a91bb7"
},
"profiles": {
"icc": {
"length": 548
}
},
"tainted": false,
"filesize": "277470B",
"numberPixels": "1775200",
"pixelsPerSecond": "10.0639MB",
"userTime": "0.100u",
"elapsedTime": "0:01.176"
}
},
"load_end": 32051,
"ttfb_start": 21264,
"ttfb_end": 31972,
"download_start": 31972,
"download_end": 32051,
"download_ms": 79,
"all_start": 21264,
"all_end": 32051,
"all_ms": 10787,
"index": 7,
"number": 8
},
{
"type": 3,
"id": "155871.175",
"request_id": "155871.175",
"ip_addr": "217.26.53.193",
"full_url": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4",
"is_secure": 1,
"method": "GET",
"host": "www.geissbuehler.net",
"url": "\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4",
"raw_id": "155871.175",
"frame_id": "769FF4211D74542873817040B55AD974",
"documentURL": "https:\/\/www.geissbuehler.net\/",
"responseCode": 200,
"request_type": "Image",
"load_ms": 8762,
"ttfb_ms": 8704,
"load_start": 23270,
"load_start_float": 23270.000200999999,
"bytesIn": 0,
"objectSize": 0,
"objectSizeUncompressed": 65536,
"chunks": [],
"expires": "",
"cacheControl": "",
"contentType": "video\/mp4",
"contentEncoding": "",
"socket": 68,
"protocol": "HTTP\/2",
"dns_start": -1,
"dns_end": -1,
"connect_start": -1,
"connect_end": -1,
"ssl_start": -1,
"ssl_end": -1,
"initiator": "https:\/\/www.geissbuehler.net\/",
"initiator_line": 1413,
"initiator_column": "",
"initiator_type": "parser",
"priority": "Low",
"initial_priority": "Low",
"server_rtt": null,
"headers": {
"request": [
":authority: www.geissbuehler.net",
":method: GET",
":path: \/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4",
":scheme: https",
"accept: image\/avif,image\/webp,image\/apng,image\/svg+xml,image\/*,*\/*;q=0.8",
"accept-encoding: gzip, deflate, br, zstd",
"accept-language: en-US,en;q=0.9",
"cookie: kirby_session=94c4ea1a4d83a22205ae25e8309ab010a1fb6f1b%2B1725621895.b7881661a677e82b7374.dad37584c74559a6f86166b67068d311bdf2903f56aa017ac3a6ea93a4417450",
"priority: i",
"referer: https:\/\/www.geissbuehler.net\/",
"sec-ch-ua: \" Not A;Brand\";v=\"99\", \"Chromium\";v=\"128\", \"Google Chrome\";v=\"128\"",
"sec-ch-ua-mobile: ?0",
"sec-ch-ua-platform: \"Unknown\"",
"sec-fetch-dest: image",
"sec-fetch-mode: no-cors",
"sec-fetch-site: same-origin",
"user-agent: Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/128.0.0.0 Safari\/537.36 PTST\/24.09"
],
"response": [
"accept-ranges: bytes",
"content-length: 34637962",
"content-type: video\/mp4",
"date: Fri, 06 Sep 2024 09:26:05 GMT",
"etag: \"210888a-621628ded3e75\"",
"last-modified: Thu, 05 Sep 2024 17:23:51 GMT",
"server: Apache"
]
},
"bytesOut": 2563,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": -1,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": -1,
"score_etags": -1,
"dns_ms": -1,
"connect_ms": -1,
"ssl_ms": -1,
"gzip_total": null,
"gzip_save": null,
"minify_total": null,
"minify_save": null,
"image_total": null,
"image_save": null,
"cache_time": 0,
"cdn_provider": "",
"server_count": null,
"created": 23268,
"socket_group": "https:\/\/www.geissbuehler.net <https:\/\/geissbuehler.net same_site>",
"netlog_id": 201,
"server_port": "443",
"load_end": 32032,
"ttfb_start": 23270,
"ttfb_end": 31974,
"download_start": 31974,
"download_end": 32032,
"download_ms": 58,
"all_start": 23270,
"all_end": 32032,
"all_ms": 8762,
"index": 8,
"number": 9
}
],
"requestsFull": 9,
"requestsDoc": 0,
"responses_200": 7,
"responses_404": 0,
"responses_other": 2,
"result": 99997,
"testStartOffset": 0,
"cached": 1,
"optimization_checked": 1,
"main_frame": "769FF4211D74542873817040B55AD974",
"domContentLoadedEventStart": 1186,
"domContentLoadedEventEnd": 1186,
"URL": "https:\/\/www.geissbuehler.net\/",
"connections": 1,
"final_base_page_request": 0,
"final_base_page_request_id": "0515B6F26C7C9FAA5F76427242A5323C",
"final_url": "https:\/\/www.geissbuehler.net\/",
"domInteractive": 1042,
"firstPaint": 1333.5999999996275,
"firstContentfulPaint": 3573,
"firstImagePaint": 3573,
"firstMeaningfulPaint": 3573,
"renderBlockingCSS": 0,
"renderBlockingJS": 0,
"TTFB": 550,
"basePageSSLTime": 72,
"score_cache": 0,
"score_cdn": 0,
"score_gzip": 100,
"score_cookies": -1,
"score_keep-alive": 100,
"score_minify": -1,
"score_combine": -1,
"score_compress": 71,
"score_etags": -1,
"score_progressive_jpeg": 0,
"gzip_total": 7072,
"gzip_savings": 0,
"minify_total": -1,
"minify_savings": -1,
"image_total": 2249470,
"image_savings": 661149,
"base_page_cdn": "",
"cpuTimes": {
"ParseHTML": 24,
"HTMLDocumentParser::FetchQueuedPreloads": 6,
"EventDispatch": 38,
"V8.GC_TIME_TO_SAFEPOINT": 0,
"CommitLoad": 0,
"ResourceFetcher::requestResource": 88,
"EvaluateScript": 44,
"v8.compile": 10,
"ParseAuthorStyleSheet": 9,
"UpdateLayoutTree": 180,
"Layout": 78,
"PrePaint": 27,
"IntersectionObserverController::computeIntersections": 15,
"Paint": 18,
"Layerize": 33,
"MarkDOMContent": 0,
"MarkLoad": 0,
"ResourceChangePriority": 0,
"v8.produceCache": 5,
"FunctionCall": 89,
"V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"MinorGC": 5,
"V8.GC_HEAP_PROLOGUE": 0,
"V8.GC_SCAVENGER": 4,
"V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"V8.GC_SCAVENGER_SCAVENGE": 4,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 2,
"Parallel scavenge started": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"V8.GC_HEAP_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"FireAnimationFrame": 0,
"TimerFire": 37,
"V8.ExternalMemoryPressure": 1,
"V8.GC_MC_INCREMENTAL_START": 0,
"V8.GC_MC_INCREMENTAL_EXTERNAL_PROLOGUE": 0,
"V8.GC_MC_MARK_EMBEDDER_PROLOGUE": 0,
"V8.GC_MC_MARK_ROOTS": 0,
"Major concurrent marking started": 0,
"V8.GC_MC_INCREMENTAL_EXTERNAL_EPILOGUE": 0,
"V8.GC_MC_INCREMENTAL": 3,
"V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING": 2,
"Major concurrent marking rescheduled": 0,
"MajorGC": 0,
"V8.GC_MARK_COMPACTOR": 0,
"V8.GC_MC_PROLOGUE": 0,
"V8.GC_MC_MARK": 0,
"V8.GC_MC_MARK_FINISH_INCREMENTAL": 0,
"V8.GC_MC_MARK_CLIENT_HEAPS": 0,
"V8.GC_MC_MARK_RETAIN_MAPS": 0,
"V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL": 0,
"V8.GC_MC_MARK_EMBEDDER_TRACING": 0,
"V8.GC_MC_MARK_WEAK_CLOSURE_EPHEMERON_MARKING": 0,
"V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL_JOIN": 3,
"V8.GC_CONSERVATIVE_STACK_SCANNING": 0,
"V8.GC_MC_MARK_FULL_CLOSURE": 0,
"V8.GC_MC_CLEAR": 0,
"V8.GC_MC_CLEAR_STRING_FORWARDING_TABLE": 0,
"ClearStringTableJob started": 0,
"V8.GC_MC_CLEAR_EXTERNAL_STRING_TABLE": 0,
"V8.GC_MC_CLEAR_WEAK_GLOBAL_HANDLES": 0,
"V8.GC_MC_CLEAR_FLUSHABLE_BYTECODE": 0,
"V8.GC_MC_CLEAR_FLUSHED_JS_FUNCTIONS": 0,
"V8.GC_MC_CLEAR_WEAK_LISTS": 0,
"V8.GC_MC_CLEAR_MAPS": 0,
"ClearTrivialWeakRefJob started": 0,
"FilterNonTrivialWeakRefJob started": 0,
"V8.GC_MC_SWEEP_EXTERNAL_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_TRUSTED_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_CODE_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_JS_DISPATCH_TABLE": 0,
"V8.GC_MC_CLEAR_WEAK_REFERENCES_JOIN_FILTER_JOB": 0,
"V8.GC_MC_WEAKNESS_HANDLING": 0,
"V8.GC_MC_CLEAR_WEAK_REFERENCES_NON_TRIVIAL": 0,
"V8.GC_MC_CLEAR_WEAK_COLLECTIONS": 0,
"V8.GC_MC_CLEAR_JS_WEAK_REFERENCES": 0,
"V8.GC_MC_CLEAR_JOIN_JOB": 0,
"V8.GC_MC_SWEEP": 0,
"V8.GC_MC_EVACUATE": 0,
"V8.GC_MC_EVACUATE_PROLOGUE": 0,
"V8.GC_MC_EVACUATE_COPY": 0,
"PageEvacuationJob started": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_TO_NEW_ROOTS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_CLIENT_HEAPS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_SLOTS_MAIN": 0,
"PointersUpdatingJob started": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_PARALLEL": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_WEAK": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_POINTER_TABLES": 0,
"V8.GC_MC_EVACUATE_CLEAN_UP": 0,
"V8.GC_MC_EVACUATE_EPILOGUE": 0,
"V8.GC_MC_SWEEP_NEW_LO": 0,
"V8.GC_MC_EVACUATE_REBALANCE": 0,
"V8.GC_MC_FINISH": 0,
"V8.GC_MC_SWEEP_START_JOBS": 0,
"V8.GC_MC_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_WEAK_GLOBAL_HANDLES": 0,
"V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_SECOND_PASS_CALLBACKS": 0,
"HitTest": 5,
"V8.GC_MC_COMPLETE_SWEEPING": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 1,
"Idle": 31317
},
"cpuTimesDoc": {
"ParseHTML": 0,
"HTMLDocumentParser::FetchQueuedPreloads": 0,
"EventDispatch": 0,
"V8.GC_TIME_TO_SAFEPOINT": 0,
"CommitLoad": 0,
"ResourceFetcher::requestResource": 0,
"EvaluateScript": 0,
"v8.compile": 0,
"ParseAuthorStyleSheet": 0,
"UpdateLayoutTree": 0,
"Layout": 0,
"PrePaint": 0,
"IntersectionObserverController::computeIntersections": 0,
"Paint": 0,
"Layerize": 0,
"MarkDOMContent": 0,
"MarkLoad": 0,
"ResourceChangePriority": 0,
"v8.produceCache": 0,
"FunctionCall": 0,
"V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"MinorGC": 0,
"V8.GC_HEAP_PROLOGUE": 0,
"V8.GC_SCAVENGER": 0,
"V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"V8.GC_SCAVENGER_SCAVENGE": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 0,
"Parallel scavenge started": 0,
"V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"V8.GC_HEAP_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"FireAnimationFrame": 0,
"TimerFire": 0,
"V8.ExternalMemoryPressure": 0,
"V8.GC_MC_INCREMENTAL_START": 0,
"V8.GC_MC_INCREMENTAL_EXTERNAL_PROLOGUE": 0,
"V8.GC_MC_MARK_EMBEDDER_PROLOGUE": 0,
"V8.GC_MC_MARK_ROOTS": 0,
"Major concurrent marking started": 0,
"V8.GC_MC_INCREMENTAL_EXTERNAL_EPILOGUE": 0,
"V8.GC_MC_INCREMENTAL": 0,
"V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING": 0,
"Major concurrent marking rescheduled": 0,
"MajorGC": 0,
"V8.GC_MARK_COMPACTOR": 0,
"V8.GC_MC_PROLOGUE": 0,
"V8.GC_MC_MARK": 0,
"V8.GC_MC_MARK_FINISH_INCREMENTAL": 0,
"V8.GC_MC_MARK_CLIENT_HEAPS": 0,
"V8.GC_MC_MARK_RETAIN_MAPS": 0,
"V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL": 0,
"V8.GC_MC_MARK_EMBEDDER_TRACING": 0,
"V8.GC_MC_MARK_WEAK_CLOSURE_EPHEMERON_MARKING": 0,
"V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL_JOIN": 0,
"V8.GC_CONSERVATIVE_STACK_SCANNING": 0,
"V8.GC_MC_MARK_FULL_CLOSURE": 0,
"V8.GC_MC_CLEAR": 0,
"V8.GC_MC_CLEAR_STRING_FORWARDING_TABLE": 0,
"ClearStringTableJob started": 0,
"V8.GC_MC_CLEAR_EXTERNAL_STRING_TABLE": 0,
"V8.GC_MC_CLEAR_WEAK_GLOBAL_HANDLES": 0,
"V8.GC_MC_CLEAR_FLUSHABLE_BYTECODE": 0,
"V8.GC_MC_CLEAR_FLUSHED_JS_FUNCTIONS": 0,
"V8.GC_MC_CLEAR_WEAK_LISTS": 0,
"V8.GC_MC_CLEAR_MAPS": 0,
"ClearTrivialWeakRefJob started": 0,
"FilterNonTrivialWeakRefJob started": 0,
"V8.GC_MC_SWEEP_EXTERNAL_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_TRUSTED_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_CODE_POINTER_TABLE": 0,
"V8.GC_MC_SWEEP_JS_DISPATCH_TABLE": 0,
"V8.GC_MC_CLEAR_WEAK_REFERENCES_JOIN_FILTER_JOB": 0,
"V8.GC_MC_WEAKNESS_HANDLING": 0,
"V8.GC_MC_CLEAR_WEAK_REFERENCES_NON_TRIVIAL": 0,
"V8.GC_MC_CLEAR_WEAK_COLLECTIONS": 0,
"V8.GC_MC_CLEAR_JS_WEAK_REFERENCES": 0,
"V8.GC_MC_CLEAR_JOIN_JOB": 0,
"V8.GC_MC_SWEEP": 0,
"V8.GC_MC_EVACUATE": 0,
"V8.GC_MC_EVACUATE_PROLOGUE": 0,
"V8.GC_MC_EVACUATE_COPY": 0,
"PageEvacuationJob started": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_TO_NEW_ROOTS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_CLIENT_HEAPS": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_SLOTS_MAIN": 0,
"PointersUpdatingJob started": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_PARALLEL": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_WEAK": 0,
"V8.GC_MC_EVACUATE_UPDATE_POINTERS_POINTER_TABLES": 0,
"V8.GC_MC_EVACUATE_CLEAN_UP": 0,
"V8.GC_MC_EVACUATE_EPILOGUE": 0,
"V8.GC_MC_SWEEP_NEW_LO": 0,
"V8.GC_MC_EVACUATE_REBALANCE": 0,
"V8.GC_MC_FINISH": 0,
"V8.GC_MC_SWEEP_START_JOBS": 0,
"V8.GC_MC_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_WEAK_GLOBAL_HANDLES": 0,
"V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE": 0,
"V8.GC_HEAP_EXTERNAL_SECOND_PASS_CALLBACKS": 0,
"HitTest": 0,
"V8.GC_MC_COMPLETE_SWEEPING": 0,
"V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 0,
"Idle": 0
},
"cpu.ParseHTML": 24,
"cpu.HTMLDocumentParser::FetchQueuedPreloads": 6,
"cpu.EventDispatch": 38,
"cpu.V8.GC_TIME_TO_SAFEPOINT": 0,
"cpu.CommitLoad": 0,
"cpu.ResourceFetcher::requestResource": 88,
"cpu.EvaluateScript": 44,
"cpu.v8.compile": 10,
"cpu.ParseAuthorStyleSheet": 9,
"cpu.UpdateLayoutTree": 180,
"cpu.Layout": 78,
"cpu.PrePaint": 27,
"cpu.IntersectionObserverController::computeIntersections": 15,
"cpu.Paint": 18,
"cpu.Layerize": 33,
"cpu.MarkDOMContent": 0,
"cpu.MarkLoad": 0,
"cpu.ResourceChangePriority": 0,
"cpu.v8.produceCache": 5,
"cpu.FunctionCall": 89,
"cpu.V8.GC_HEAP_EXTERNAL_PROLOGUE": 0,
"cpu.MinorGC": 5,
"cpu.V8.GC_HEAP_PROLOGUE": 0,
"cpu.V8.GC_SCAVENGER": 4,
"cpu.V8.GC_HEAP_PROLOGUE_SAFEPOINT": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE": 4,
"cpu.V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_IDENTIFY": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_ROOTS": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE": 2,
"cpu.Parallel scavenge started": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_WEAK_GLOBAL_HANDLES_PROCESS": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_FINALIZE": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_UPDATE_REFS": 0,
"cpu.V8.GC_SCAVENGER_FREE_REMEMBERED_SET": 0,
"cpu.V8.GC_HEAP_EPILOGUE_SAFEPOINT": 0,
"cpu.V8.GC_HEAP_EPILOGUE_REDUCE_NEW_SPACE": 0,
"cpu.V8.GC_HEAP_EPILOGUE": 0,
"cpu.V8.GC_HEAP_EXTERNAL_EPILOGUE": 0,
"cpu.FireAnimationFrame": 0,
"cpu.TimerFire": 37,
"cpu.V8.ExternalMemoryPressure": 1,
"cpu.V8.GC_MC_INCREMENTAL_START": 0,
"cpu.V8.GC_MC_INCREMENTAL_EXTERNAL_PROLOGUE": 0,
"cpu.V8.GC_MC_MARK_EMBEDDER_PROLOGUE": 0,
"cpu.V8.GC_MC_MARK_ROOTS": 0,
"cpu.Major concurrent marking started": 0,
"cpu.V8.GC_MC_INCREMENTAL_EXTERNAL_EPILOGUE": 0,
"cpu.V8.GC_MC_INCREMENTAL": 3,
"cpu.V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING": 2,
"cpu.Major concurrent marking rescheduled": 0,
"cpu.MajorGC": 0,
"cpu.V8.GC_MARK_COMPACTOR": 0,
"cpu.V8.GC_MC_PROLOGUE": 0,
"cpu.V8.GC_MC_MARK": 0,
"cpu.V8.GC_MC_MARK_FINISH_INCREMENTAL": 0,
"cpu.V8.GC_MC_MARK_CLIENT_HEAPS": 0,
"cpu.V8.GC_MC_MARK_RETAIN_MAPS": 0,
"cpu.V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL": 0,
"cpu.V8.GC_MC_MARK_EMBEDDER_TRACING": 0,
"cpu.V8.GC_MC_MARK_WEAK_CLOSURE_EPHEMERON_MARKING": 0,
"cpu.V8.GC_MC_MARK_FULL_CLOSURE_PARALLEL_JOIN": 3,
"cpu.V8.GC_CONSERVATIVE_STACK_SCANNING": 0,
"cpu.V8.GC_MC_MARK_FULL_CLOSURE": 0,
"cpu.V8.GC_MC_CLEAR": 0,
"cpu.V8.GC_MC_CLEAR_STRING_FORWARDING_TABLE": 0,
"cpu.ClearStringTableJob started": 0,
"cpu.V8.GC_MC_CLEAR_EXTERNAL_STRING_TABLE": 0,
"cpu.V8.GC_MC_CLEAR_WEAK_GLOBAL_HANDLES": 0,
"cpu.V8.GC_MC_CLEAR_FLUSHABLE_BYTECODE": 0,
"cpu.V8.GC_MC_CLEAR_FLUSHED_JS_FUNCTIONS": 0,
"cpu.V8.GC_MC_CLEAR_WEAK_LISTS": 0,
"cpu.V8.GC_MC_CLEAR_MAPS": 0,
"cpu.ClearTrivialWeakRefJob started": 0,
"cpu.FilterNonTrivialWeakRefJob started": 0,
"cpu.V8.GC_MC_SWEEP_EXTERNAL_POINTER_TABLE": 0,
"cpu.V8.GC_MC_SWEEP_TRUSTED_POINTER_TABLE": 0,
"cpu.V8.GC_MC_SWEEP_CODE_POINTER_TABLE": 0,
"cpu.V8.GC_MC_SWEEP_JS_DISPATCH_TABLE": 0,
"cpu.V8.GC_MC_CLEAR_WEAK_REFERENCES_JOIN_FILTER_JOB": 0,
"cpu.V8.GC_MC_WEAKNESS_HANDLING": 0,
"cpu.V8.GC_MC_CLEAR_WEAK_REFERENCES_NON_TRIVIAL": 0,
"cpu.V8.GC_MC_CLEAR_WEAK_COLLECTIONS": 0,
"cpu.V8.GC_MC_CLEAR_JS_WEAK_REFERENCES": 0,
"cpu.V8.GC_MC_CLEAR_JOIN_JOB": 0,
"cpu.V8.GC_MC_SWEEP": 0,
"cpu.V8.GC_MC_EVACUATE": 0,
"cpu.V8.GC_MC_EVACUATE_PROLOGUE": 0,
"cpu.V8.GC_MC_EVACUATE_COPY": 0,
"cpu.PageEvacuationJob started": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_TO_NEW_ROOTS": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_CLIENT_HEAPS": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_SLOTS_MAIN": 0,
"cpu.PointersUpdatingJob started": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_PARALLEL": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_WEAK": 0,
"cpu.V8.GC_MC_EVACUATE_UPDATE_POINTERS_POINTER_TABLES": 0,
"cpu.V8.GC_MC_EVACUATE_CLEAN_UP": 0,
"cpu.V8.GC_MC_EVACUATE_EPILOGUE": 0,
"cpu.V8.GC_MC_SWEEP_NEW_LO": 0,
"cpu.V8.GC_MC_EVACUATE_REBALANCE": 0,
"cpu.V8.GC_MC_FINISH": 0,
"cpu.V8.GC_MC_SWEEP_START_JOBS": 0,
"cpu.V8.GC_MC_EPILOGUE": 0,
"cpu.V8.GC_HEAP_EXTERNAL_WEAK_GLOBAL_HANDLES": 0,
"cpu.V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE": 0,
"cpu.V8.GC_HEAP_EXTERNAL_SECOND_PASS_CALLBACKS": 0,
"cpu.HitTest": 5,
"cpu.V8.GC_MC_COMPLETE_SWEEPING": 0,
"cpu.V8.GC_SCAVENGER_SCAVENGE_PARALLEL": 1,
"cpu.Idle": 31317,
"v8Stats": {
"main_thread": [],
"background": []
},
"start_epoch": 1725614736.1718206,
"osVersion": "Linux 6.5.0-1018-gcp",
"os_version": "Linux 6.5.0-1018-gcp",
"osPlatform": "x86_64 x86_64",
"date": 1725614738.7789004,
"browserVersion": "128.0.0.0",
"browser_version": "128.0.0.0",
"fullyLoadedCPUms": 19450,
"fullyLoadedCPUpct": 40.161057195954186,
"audit_issues": [
{
"code": "QuirksModeIssue",
"details": {
"quirksModeIssueDetails": {
"isLimitedQuirksMode": false,
"documentNodeId": 2,
"url": "http:\/\/127.0.0.1:8888\/orange.html",
"frameId": "769FF4211D74542873817040B55AD974",
"loaderId": "F222BFCA03F133CBF1009BB26746DCC4"
}
}
}
],
"execution_contexts": [
{
"id": 2,
"origin": "http:\/\/127.0.0.1:8888",
"name": ""
},
{
"id": 1,
"origin": "https:\/\/www.geissbuehler.net",
"name": ""
}
],
"document_URL": "https:\/\/www.geissbuehler.net\/",
"document_hostname": "www.geissbuehler.net",
"document_origin": "https:\/\/www.geissbuehler.net",
"viewport": {
"width": 1920,
"height": 993,
"dpr": 1
},
"domElements": 334,
"PerformancePaintTiming.first-paint": 1333.5999999996275,
"PerformancePaintTiming.first-contentful-paint": 3486.2000000011176,
"origin_dns": {
"mx": [
"10 mx01.sui-inter.net.",
"10 mx02.sui-inter.net.",
"10 mx03.sui-inter.net."
],
"ns": [
"ns3.hostpoint.ch.",
"ns2.hostpoint.ch.",
"ns.hostpoint.ch."
],
"txt": [
"\"v=spf1 include:_spf.sui-inter.net +mx +a -all\""
],
"soa": [
"ns.hostpoint.ch. hostmaster.hostpoint.ch. 1725494400 14400 1800 604800 3600"
],
"cname": [],
"https": [],
"svcb": []
},
"detected": {
"UI frameworks": "Tailwind CSS",
"Web servers": "Apache HTTP Server",
"Hosting": "Hostpoint",
"Miscellaneous": "Open Graph"
},
"detected_apps": {
"Tailwind CSS": "",
"Apache HTTP Server": "",
"Hostpoint": "",
"Open Graph": ""
},
"detected_technologies": {
"Tailwind CSS": {
"name": "Tailwind CSS",
"description": "Tailwind is a utility-first CSS framework.",
"slug": "tailwind-css",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"groups": [
9
],
"name": "UI frameworks",
"priority": 7
}
],
"confidence": 100,
"version": "",
"icon": "tailwindcss.svg",
"website": "https:\/\/tailwindcss.com\/",
"pricing": [],
"cpe": null
},
"Apache HTTP Server": {
"name": "Apache HTTP Server",
"description": "Apache is a free and open-source cross-platform web server software.",
"slug": "apache-http-server",
"categories": [
{
"id": 22,
"slug": "web-servers",
"groups": [
7
],
"name": "Web servers",
"priority": 8
}
],
"confidence": 100,
"version": "",
"icon": "Apache.svg",
"website": "https:\/\/httpd.apache.org\/",
"pricing": [],
"cpe": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*"
},
"Hostpoint": {
"name": "Hostpoint",
"description": "Hostpoint is a Switzerland-based web hosting company.",
"slug": "hostpoint",
"categories": [
{
"id": 88,
"slug": "hosting",
"groups": [
7
],
"name": "Hosting",
"priority": 9
}
],
"confidence": 100,
"version": "",
"icon": "Hostpoint.svg",
"website": "https:\/\/www.hostpoint.ch",
"pricing": [
"low",
"recurring"
],
"cpe": null
},
"Open Graph": {
"name": "Open Graph",
"description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
"slug": "open-graph",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"groups": [
6
],
"name": "Miscellaneous",
"priority": 10
}
],
"confidence": 100,
"version": "",
"icon": "Open Graph.png",
"website": "https:\/\/ogp.me",
"pricing": [],
"cpe": null
}
},
"detected_raw": [
{
"name": "Tailwind CSS",
"description": "Tailwind is a utility-first CSS framework.",
"slug": "tailwind-css",
"categories": [
{
"id": 66,
"slug": "ui-frameworks",
"groups": [
9
],
"name": "UI frameworks",
"priority": 7
}
],
"confidence": 100,
"version": "",
"icon": "tailwindcss.svg",
"website": "https:\/\/tailwindcss.com\/",
"pricing": [],
"cpe": null
},
{
"name": "Apache HTTP Server",
"description": "Apache is a free and open-source cross-platform web server software.",
"slug": "apache-http-server",
"categories": [
{
"id": 22,
"slug": "web-servers",
"groups": [
7
],
"name": "Web servers",
"priority": 8
}
],
"confidence": 100,
"version": "",
"icon": "Apache.svg",
"website": "https:\/\/httpd.apache.org\/",
"pricing": [],
"cpe": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*"
},
{
"name": "Hostpoint",
"description": "Hostpoint is a Switzerland-based web hosting company.",
"slug": "hostpoint",
"categories": [
{
"id": 88,
"slug": "hosting",
"groups": [
7
],
"name": "Hosting",
"priority": 9
}
],
"confidence": 100,
"version": "",
"icon": "Hostpoint.svg",
"website": "https:\/\/www.hostpoint.ch",
"pricing": [
"low",
"recurring"
],
"cpe": null
},
{
"name": "Open Graph",
"description": "Open Graph is a protocol that is used to integrate any web page into the social graph.",
"slug": "open-graph",
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"groups": [
6
],
"name": "Miscellaneous",
"priority": 10
}
],
"confidence": 100,
"version": "",
"icon": "Open Graph.png",
"website": "https:\/\/ogp.me",
"pricing": [],
"cpe": null
}
],
"axe": {
"testEngine": "4.4.1",
"violations": [
{
"id": "link-name",
"impact": "serious",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"wcag244",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures links have discernible text",
"help": "Links must have discernible text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/link-name?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element does not have text that is visible to screen readers"
},
{
"id": "aria-label",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-label attribute does not exist or is empty"
},
{
"id": "aria-labelledby",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
},
{
"id": "non-empty-title",
"data": {
"messageKey": "noAttr"
},
"relatedNodes": [],
"impact": "serious",
"message": "Element has no title attribute"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is in tab order and does not have accessible text"
}
],
"impact": "serious",
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"12\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"12\"]"
],
"failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute"
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element does not have text that is visible to screen readers"
},
{
"id": "aria-label",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-label attribute does not exist or is empty"
},
{
"id": "aria-labelledby",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
},
{
"id": "non-empty-title",
"data": {
"messageKey": "noAttr"
},
"relatedNodes": [],
"impact": "serious",
"message": "Element has no title attribute"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is in tab order and does not have accessible text"
}
],
"impact": "serious",
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide swiper-slide-active\" data-swiper-slide-index=\"17\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-active"
],
"failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute"
}
]
}
],
"passes": [
{
"id": "aria-hidden-body",
"impact": null,
"tags": [
"cat.aria",
"wcag2a",
"wcag412"
],
"description": "Ensures aria-hidden='true' is not present on the document body.",
"help": "aria-hidden='true' must not be present on the document body",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/aria-hidden-body?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "aria-hidden-body",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "No aria-hidden attribute is present on document body"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<body class=\"is-white text-primary font-serif antialiased\">",
"target": [
"body"
]
}
]
},
{
"id": "bypass",
"impact": null,
"tags": [
"cat.keyboard",
"wcag2a",
"wcag241",
"section508",
"section508.22.o"
],
"description": "Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
"help": "Page must have means to bypass repeated blocks",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/bypass?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "landmark",
"data": null,
"relatedNodes": [
{
"html": "<main>",
"target": [
"main"
]
}
],
"impact": "serious",
"message": "Page has a landmark region"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "document-title",
"impact": null,
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag242",
"ACT"
],
"description": "Ensures each HTML document contains a non-empty <title> element",
"help": "Documents must have <title> element to aid in navigation",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/document-title?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "doc-has-title",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Document has a non-empty <title> element"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "duplicate-id-active",
"impact": null,
"tags": [
"cat.parsing",
"wcag2a",
"wcag411"
],
"description": "Ensures every id attribute value of active elements is unique",
"help": "IDs of active elements must be unique",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/duplicate-id-active?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "duplicate-id-active",
"data": "index-opener",
"relatedNodes": [],
"impact": "serious",
"message": "Document has no active elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>",
"target": [
"#index-opener"
]
},
{
"any": [
{
"id": "duplicate-id-active",
"data": "nav-opener",
"relatedNodes": [],
"impact": "serious",
"message": "Document has no active elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>",
"target": [
"#nav-opener"
]
}
]
},
{
"id": "duplicate-id",
"impact": null,
"tags": [
"cat.parsing",
"wcag2a",
"wcag411"
],
"description": "Ensures every id attribute value is unique",
"help": "id attribute value must be unique",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/duplicate-id?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "duplicate-id",
"data": "nav-content",
"relatedNodes": [],
"impact": "minor",
"message": "Document has no static elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<nav id=\"nav-content\" class=\"__container is-pink fixed z-30 w-full h-screen inset-0 overflow-y-auto\">",
"target": [
"#nav-content"
]
},
{
"any": [
{
"id": "duplicate-id",
"data": "index-content",
"relatedNodes": [],
"impact": "minor",
"message": "Document has no static elements that share the same id attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<nav id=\"index-content\" class=\"__container is-white hidden fixed z-30 w-screen h-screen inset-0 overflow-y-auto\">",
"target": [
"#index-content"
]
}
]
},
{
"id": "html-has-lang",
"impact": null,
"tags": [
"cat.language",
"wcag2a",
"wcag311",
"ACT"
],
"description": "Ensures every HTML document has a lang attribute",
"help": "<html> element must have a lang attribute",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/html-has-lang?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-lang",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "The <html> element has a lang attribute"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "html-lang-valid",
"impact": null,
"tags": [
"cat.language",
"wcag2a",
"wcag311",
"ACT"
],
"description": "Ensures the lang attribute of the <html> element has a valid value",
"help": "<html> element must have a valid value for the lang attribute",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/html-lang-valid?application=axeAPI",
"nodes": [
{
"any": [],
"all": [],
"none": [
{
"id": "valid-lang",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Value of lang attribute is included in the list of valid languages"
}
],
"impact": null,
"html": "<html lang=\"de\" class=\"js no-touchevents\">",
"target": [
"html"
]
}
]
},
{
"id": "image-alt",
"impact": null,
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag111",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures <img> elements have alternate text or a role of none or presentation",
"help": "Images must have alternate text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/image-alt?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2) > img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\">",
"target": [
"img[width=\"1050\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"2\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\">",
"target": [
"img[width=\"4110\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"4\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"5\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"6\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\">",
"target": [
"img[width=\"5669\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\">",
"target": [
"img[alt=\"Studio Geissb\u00fchler\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"9\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\">",
"target": [
"img[height=\"3333\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"target": [
"img[height=\"3339\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\">",
"target": [
"img[width=\"1559\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\">",
"target": [
"img[width=\"4242\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">",
"target": [
"img[width=\"5625\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\">",
"target": [
"img[width=\"2496\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"target": [
".swiper-lazy-loading"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"target": [
"a[data-swiper-slide-index=\"19\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\">",
"target": [
"img[width=\"4032\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">",
"target": [
"a[data-swiper-slide-index=\"21\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"target": [
"img[width=\"2115\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"target": [
"img[alt=\"Studio Collection\"][height=\"1875\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"target": [
"img[width=\"4800\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\">",
"target": [
"img[width=\"2560\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"target": [
"img[width=\"4037\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"27\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">",
"target": [
"img[height=\"4032\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31) > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "has-alt",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has an alt attribute"
}
],
"all": [],
"none": [
{
"id": "alt-space-value",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Element has a valid alt attribute value"
}
],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"] > img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
}
]
},
{
"id": "link-name",
"impact": "serious",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"wcag244",
"section508",
"section508.22.a",
"ACT"
],
"description": "Ensures links have discernible text",
"help": "Links must have discernible text",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/link-name?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>",
"target": [
"#index-opener"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>",
"target": [
"#nav-opener"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2)"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"1\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"1\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"2\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"2\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"3\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"3\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"4\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"4\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"5\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"5\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"6\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"6\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"7\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"7\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"#\" class=\"swiper-slide pointer-events-none\" data-swiper-slide-index=\"8\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"8\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"9\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"9\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"10\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"10\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"11\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"11\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"13\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"13\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"14\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"14\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"swiper-slide\" data-swiper-slide-index=\"15\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"15\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"swiper-slide swiper-slide-prev\" data-swiper-slide-index=\"16\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-prev"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide swiper-slide-next\" data-swiper-slide-index=\"18\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-next"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"19\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"19\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"20\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"20\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"21\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"21\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"22\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"22\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"23\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"23\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"24\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"24\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"25\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"25\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"26\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"26\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"27\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"27\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"28\" style=\"width: 1905px;\">",
"target": [
"a[data-swiper-slide-index=\"28\"]"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31)"
]
},
{
"any": [
{
"id": "has-visible-text",
"data": null,
"relatedNodes": [],
"impact": "minor",
"message": "Element has text that is visible to screen readers"
}
],
"all": [],
"none": [
{
"id": "focusable-no-name",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element is not in tab order or has accessible text"
}
],
"impact": null,
"html": "<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"]"
]
}
]
},
{
"id": "nested-interactive",
"impact": null,
"tags": [
"cat.keyboard",
"wcag2a",
"wcag412"
],
"description": "Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
"help": "Interactive controls must not be nested",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/nested-interactive?application=axeAPI",
"nodes": [
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"29\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"0\"]:nth-child(2) > img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\">",
"target": [
"img[width=\"1050\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"2\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\">",
"target": [
"img[width=\"4110\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"4\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"5\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"6\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\">",
"target": [
"img[width=\"5669\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\">",
"target": [
"img[alt=\"Studio Geissb\u00fchler\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\">",
"target": [
"a[data-swiper-slide-index=\"9\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\">",
"target": [
"img[height=\"3333\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"target": [
"img[height=\"3339\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\">",
"target": [
"img[width=\"1559\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\">",
"target": [
"img[width=\"4242\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">",
"target": [
"img[width=\"5625\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\">",
"target": [
"img[width=\"2496\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loading\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"target": [
".swiper-lazy-loading"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"target": [
"a[data-swiper-slide-index=\"19\"] > img[height=\"1596\"][width=\"2500\"][alt=\"Maison Lullin\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\">",
"target": [
"img[width=\"4032\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">",
"target": [
"a[data-swiper-slide-index=\"21\"] > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"target": [
"img[width=\"2115\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"target": [
"img[alt=\"Studio Collection\"][height=\"1875\"][width=\"2500\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"target": [
"img[width=\"4800\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\">",
"target": [
"img[width=\"2560\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"target": [
"img[width=\"4037\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"target": [
"a[data-swiper-slide-index=\"27\"] > img[width=\"5333\"][height=\"3000\"][alt=\"Mascotte\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">",
"target": [
"img[height=\"4032\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"target": [
".swiper-slide[data-swiper-slide-index=\"29\"]:nth-child(31) > img[width=\"3840\"][height=\"2161\"][alt=\"Stories\"]"
]
},
{
"any": [
{
"id": "no-focusable-content",
"data": null,
"relatedNodes": [],
"impact": "serious",
"message": "Element does not have focusable descendants"
}
],
"all": [],
"none": [],
"impact": null,
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"target": [
".swiper-slide-duplicate.swiper-slide[data-swiper-slide-index=\"0\"] > img[height=\"1875\"][width=\"2500\"][alt=\"Opernhaus Z\u00fcrich\"]"
]
}
]
}
],
"incomplete": [
{
"id": "video-caption",
"impact": "critical",
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag122",
"section508",
"section508.22.a"
],
"description": "Ensures <video> elements have captions",
"help": "<video> elements must have captions",
"helpUrl": "https:\/\/dequeuniversity.com\/rules\/axe\/4.4\/video-caption?application=axeAPI",
"nodes": [
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(1) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4\" class=\"index__image size--lg carousel__image w-full h-full hidden\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(2) > .carousel__images.index__container[data-index=\"1\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(4) > .carousel__images.index__container[data-index=\"1\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(6) > .carousel__images.index__container[data-index=\"1\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(7) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">",
"target": [
"div:nth-child(14) > .index__container.is-hover[data-index=\"0\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>",
"target": [
"a[data-swiper-slide-index=\"12\"] > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
},
{
"any": [],
"all": [],
"none": [
{
"id": "caption",
"data": null,
"relatedNodes": [],
"impact": "critical",
"message": "Check that captions is available for the element"
}
],
"impact": "critical",
"html": "<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9d8e5158bb-1641205839\/22.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>",
"target": [
".swiper-slide-active > video"
],
"failureSummary": "Fix all of the following:\n Check that captions is available for the element"
}
]
}
]
},
"base_page_ip_ptr": "sl90.web.hostpoint.ch",
"base_page_cname": "",
"base_page_dns_server": "ns3.hostpoint.ch",
"browser_name": "Chrome",
"eventName": "Step_1",
"test_run_time_ms": 52656,
"testUrl": "https:\/\/www.geissbuehler.net\/",
"custom": [
"Colordepth",
"Dpi",
"Images",
"Resolution",
"fonts",
"generated-content-percent",
"generated-content-size",
"imgs-in-viewport",
"imgs-no-alt",
"imgs-out-viewport",
"jsLibsVulns",
"meta-viewport",
"possibly-render-blocking-reqs",
"rendered-html",
"securityHeaders"
],
"Colordepth": 24,
"Dpi": "{\"dppx\":1,\"dpcm\":37.79527559055118,\"dpi\":96}",
"Images": "[{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.jpg\",\"width\":500,\"height\":339,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.jpg\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.jpg\",\"width\":500,\"height\":342,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.jpg\",\"width\":500,\"height\":338,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.jpg\",\"width\":500,\"height\":319,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.png\",\"width\":354,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.jpg\",\"width\":500,\"height\":281,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.jpg\",\"width\":399,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.jpg\",\"width\":500,\"height\":318,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.jpg\",\"width\":500,\"height\":250,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.png\",\"width\":354,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.png\",\"width\":282,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.png\",\"width\":500,\"height\":404,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.png\",\"width\":500,\"height\":158,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.png\",\"width\":355,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.png\",\"width\":342,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.jpg\",\"width\":321,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.jpg\",\"width\":351,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.jpg\",\"width\":400,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.png\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.jpg\",\"width\":500,\"height\":263,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.jpg\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.jpg\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.jpg\",\"width\":375,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.png\",\"width\":339,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.png\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.png\",\"width\":340,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.jpg\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.png\",\"width\":500,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.jpg\",\"width\":500,\"height\":333,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.jpg\",\"width\":353,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.jpg\",\"width\":350,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.png\",\"width\":482,\"height\":500,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.png\",\"width\":500,\"height\":375,\"naturalWidth\":0,\"naturalHeight\":0},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1126},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1867,\"naturalHeight\":1400},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":980,\"naturalHeight\":1400},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1125},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1363},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1125},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1277},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1125},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1249},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1146},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1125},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1250},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1268,\"naturalHeight\":1400},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1559,\"naturalHeight\":1203},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1980,\"naturalHeight\":1400},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1333},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1127},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":2000,\"naturalHeight\":1126},{\"url\":\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\",\"width\":1905,\"height\":993,\"naturalWidth\":1867,\"naturalHeight\":1400}]",
"Resolution": "{\"absolute\":{\"height\":1200,\"width\":1920},\"available\":{\"height\":1200,\"width\":1920}}",
"fonts": [
{
"family": "Recife",
"display": "fallback",
"status": "unloaded",
"style": "normal",
"weight": "400"
},
{
"family": "Recife",
"display": "fallback",
"status": "loaded",
"style": "italic",
"weight": "400"
},
{
"family": "swiper-icons",
"display": "auto",
"status": "unloaded",
"style": "normal",
"weight": "400"
}
],
"generated-content-percent": "-5.55",
"generated-content-size": "-3.77",
"imgs-in-viewport": [
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1126
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1867,
"naturalHeight": 1400
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 980,
"naturalHeight": 1400
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1125
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1363
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1125
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1277
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1125
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1249
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1146
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1125
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1250
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1268,
"naturalHeight": 1400
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1559,
"naturalHeight": 1203
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1980,
"naturalHeight": 1400
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1333
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1127
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 300,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 235,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 200,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 106,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 200,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 222,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 240,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 213,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 267,
"naturalHeight": 150
},
{
"src": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">",
"currentSrc": "data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E",
"srcSet": null,
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 113,
"naturalHeight": 150
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 2000,
"naturalHeight": 1126
},
{
"src": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg",
"html": "<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">",
"currentSrc": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"srcSet": "https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp",
"sizes": null,
"priority": null,
"loading": null,
"naturalWidth": 1867,
"naturalHeight": 1400
}
],
"imgs-no-alt": [],
"imgs-out-viewport": [],
"jsLibsVulns": [],
"meta-viewport": "width=device-width,initial-scale=1.0",
"possibly-render-blocking-reqs": [
"https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9"
],
"rendered-html": "<html lang=\"de\" class=\"js no-touchevents\"><head>\n<!--\n Website by:\n Gilbert Nigg\n www.gilles.ch\n-->\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<title>Studio Geissb\u00fchler<\/title>\n<link rel=\"preload\" href=\"https:\/\/www.geissbuehler.net\/assets\/fonts\/RecifeDisplay-Book.woff2\" as=\"font\" crossorigin=\"anonymous\">\n<meta name=\"description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n<meta property=\"og:title\" content=\"Studio Geissb\u00fchler\">\n<meta property=\"og:description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n<meta property=\"og:url\" content=\"https:\/\/www.geissbuehler.net\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"twitter:title\" content=\"Studio Geissb\u00fchler\">\n<meta property=\"twitter:description\" content=\"Artistic Directors. Creating brands and images in business and culture. Real, yet magic. Since 1962.\u200d\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-32x32-crop.png\" sizes=\"32x32\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-48x48-crop.png\" sizes=\"48x48\">\n\t<link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-96x96-crop.png\" sizes=\"96x96\">\n\t<link rel=\"apple-touch-icon\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <link rel=\"image_src\" href=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <meta property=\"og:image\" content=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n <meta property=\"twitter:image\" content=\"https:\/\/www.geissbuehler.net\/media\/site\/e4f70fd751-1616438052\/icon-sg-1500x1500-crop.png\">\n<script>\nvar showSwiper = false;\nvar navContentStays = false;\n<\/script>\n<meta name=\"theme-color\" content=\"#FFCCCC\">\n<link href=\"https:\/\/www.geissbuehler.net\/assets\/css\/app.css?v=9\" rel=\"stylesheet\"><script defer=\"\" src=\"https:\/\/www.geissbuehler.net\/assets\/js\/app.js?v=9\"><\/script>\n<style>\/* inner styles set by WPT to match CSSOM *\/.is-pink { background-color: rgb(255, 242, 109); }<\/style>\n<\/head>\n\n<body class=\"is-white text-primary font-serif antialiased\">\n\n<header class=\"header fixed z-40 left-0 top-0 w-screen p-6 md:p-8 pointer-events-none\">\n <div class=\"flex\">\n <a id=\"index-opener\" class=\"text-primary flex mr-6 xl:mr-8 pointer-events-auto\" href=\"#\">\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n <span><\/span><span><\/span><span><\/span>\n\t\t\t<i class=\"sr-only\">Works<\/i>\n <\/a>\n\n <a id=\"nav-opener\" class=\"text-primary pointer-events-auto flex\" href=\"#\">\n <span><\/span>\n <span><\/span>\n <span><\/span>\n\t\t\t<i class=\"sr-only\">About<\/i>\n <\/a>\n <\/div>\n<\/header>\n\n\n<nav id=\"nav-content\" class=\"__container is-pink fixed z-30 w-full h-screen inset-0 overflow-y-auto\">\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/about\" class=\"uppercase\">\n\t\t\tStudio<br>\nGeissb\u00fchler\t\t<\/a>\n\t<\/div>\n\t\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/type\" class=\"uppercase\">\n\t\t\tWorks\t\t<\/a>\n\t<\/div>\n\t\t<div class=\"nav__lang mt-8\">\n\t<a href=\"https:\/\/www.geissbuehler.net\" hreflang=\"de\" class=\"is-selected\">\nD<\/a>\/<a href=\"https:\/\/www.geissbuehler.net\/en\" hreflang=\"en\" class=\"\">\nE<\/a><\/div>\n<\/nav>\n\n<nav id=\"index-content\" class=\"__container is-white hidden fixed z-30 w-screen h-screen inset-0 overflow-y-auto\">\n <div class=\"__grid max-w-screen-4xl\">\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/lolologo\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/lolologo\/992ecb4bd4-1683593182\/studiogeissbuehler_logos_alle.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Logo, Logo, Logo<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\"><\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/5eae0ba21e-1641205814\/22.mp4\" class=\"index__image size--lg carousel__image w-full h-full hidden\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/fun\/9f2da94986-1616438062\/privatecollection_thestudio-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Studio Collection\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Studio Collection<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Dinge<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"4\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/c7212479a8-1636374582\/ml_tiefgarage_6330_rgb-500x500.jpg\" width=\"500\" height=\"339\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/7754530cbc-1616438093\/a_maisonlullin_logo_etiketten-500x500.jpg\" width=\"500\" height=\"375\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/407d459a5b-1616438094\/maisonlullin_tortue-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/33edcb520d-1636374580\/ml_tiefgarage_6275_rgb-500x500.jpg\" width=\"500\" height=\"342\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/2c888913c9-1636374580\/ml_mexiko_6355_rgb-500x500.jpg\" width=\"500\" height=\"338\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/f1fa4f9470-1616438094\/maisonlullin_haus-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/fca410e2b3-1616438094\/maisonlullin_floss-500x500.jpg\" width=\"500\" height=\"319\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/maison-lullin\/bee7584645-1636374605\/ml_mexiko_6437_72dpi-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Maison Lullin\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Maison Lullin<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ec66e2142f-1616438099\/programm_2011.06_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/80afb4f4ff-1616438101\/programm_2014.04_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/c0684a76c8-1616438101\/programm_2013.09_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/604d6884f9-1616438102\/programm_2015.05_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/8b05a267bd-1616438102\/programm_2015.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/5345623e08-1616438109\/z_mascotte_posters_tpobpah-500x500.png\" width=\"354\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da99a222af-1616438101\/programm_2013.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/552fc61b1b-1616438098\/programm_2009.10_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/da82a2d099-1616438107\/programm_2020.07_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/4c58ead2e0-1616438100\/programm_2012.07_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/ed81895ecd-1616438101\/programm_2014.03_detail-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Mascotte\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/mascotte\/be2021da74-1719908110\/2023.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Mascotte<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Image<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/a73b463727-1616438111\/stories_pictures_staubsauger-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/8630d03d24-1616438111\/stories_pictures_gorilla-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/56850dca87-1616438111\/stories_pictures_katz-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/stories\/46c8f0e9af-1616438111\/stories_pictures_galaxy-500x500.jpg\" width=\"500\" height=\"281\" alt=\"Stories\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Stories<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Geschichten<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/c9e3be90f3-1616438072\/odur_love_red-500x500.jpg\" width=\"399\" height=\"500\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/cf90ee62de-1616438071\/odur_branding_packaging_alle-500x500.jpg\" width=\"500\" height=\"318\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/b79960046f-1644857652\/odur_15sec-720.mp4\" class=\"index__image size--lg hidden carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/496e6e58cc-1616438071\/odur_branding_packaging_pinus-500x500.jpg\" width=\"500\" height=\"500\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/odur-parfum\/d5dd52e823-1616438072\/odur_makingof_filmstill-500x500.jpg\" width=\"500\" height=\"250\" alt=\"ODUR Parfum\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">ODUR Parfum<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding, Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/amt-fur-ideen\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/amt-fur-ideen\/700bdca435-1616438110\/afi_trittligass_1080x1920.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Amt f\u00fcr Ideen<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/0315856867-1616438092\/ks_anz_welovebread-500x500.png\" width=\"354\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/c530af18f9-1616438090\/ks_anz_chocolatekiss-500x500.png\" width=\"282\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/51ce1fbbf6-1616438092\/ks_packaging_alle-500x500.png\" width=\"500\" height=\"404\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/b55aba1314-1616438091\/ks_bonappetit-500x500.png\" width=\"500\" height=\"158\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/e256e4de7b-1616438090\/ks_anz_buns_txt-500x500.png\" width=\"355\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1fe1fe3598-1616438090\/ks_anz_foretnoire-500x500.png\" width=\"342\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/1332cb8208-1616438092\/ks_packaging_kaiserbrezel-500x500.png\" width=\"375\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/kern-sammet-ch\/49d8b84855-1616438093\/ks_packaging_schoggichueche_a-500x500.png\" width=\"500\" height=\"500\" alt=\"Kern & Sammet\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Kern & Sammet<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--md carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/9cf9e16a6d-1616438089\/snm_karl_a_sujet-500x500.jpg\" width=\"321\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--sm carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/d062777c8e-1616438088\/snm_ideenschweiz_f4-500x500.jpg\" width=\"351\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/landesmuseum-zurich\/78008689a3-1616438088\/snm_ideenschweiz_a_skizze-500x500.jpg\" width=\"400\" height=\"500\" alt=\"Landesmuseum Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Landesmuseum Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Ausstellungen<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/65148707a9-1616438081\/shz_marthaler_rz-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/b8d869ed95-1616438078\/shz_frauschmitz-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/db58b745af-1616438081\/shz_kinga-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/c0c3817d5a-1616438081\/shz_madamedesade-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/acc2f7d005-1616438078\/shz_diewildente_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/84c0573600-1616438079\/shz_high-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/472cbd79cb-1616438083\/shz_sweatshop_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/1cd131bd91-1616438082\/shz_puntila-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/88c941adda-1616438080\/shz_image_2-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/14fd99b5c3-1616438080\/shz_image_1-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/61cab9f362-1616438084\/shz_wunschpunsch-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/8e9ca09a6d-1616438078\/shz_fritsch_tatorttotart-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/09be55dbf4-1616438078\/shz_hamlet-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/67a976cbda-1616438082\/shz_nora-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c46b59313-1616438075\/shz_beutefrauenkrieg_umfeld-500x500.png\" width=\"375\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/schauspielhaus-zurich\/7c1144051b-1616438080\/shz_image_3-500x500.png\" width=\"350\" height=\"500\" alt=\"Schauspielhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Schauspielhaus Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters, Editorial<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/75dddfe93a-1616438085\/a_zug_fur_zurich_12-500x500.jpg\" width=\"500\" height=\"263\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/10a5b5a49c-1616438088\/img_9376-500x500.jpg\" width=\"500\" height=\"375\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/c99e25a1cc-1616438088\/zug_fur_zurich_5-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/0bee4da413-1616438087\/img_9195-500x500.jpg\" width=\"375\" height=\"500\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank-train-no-2\/a952e44320-1616438087\/img_9194-500x500.jpg\" width=\"375\" height=\"500\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Z\u00fcrcher Kantonalbank<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Jubil\u00e4ums-Zug<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/movies\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/74cc4c4607-1616438074\/sommervoegel-500x500.png\" width=\"339\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/af3a786eab-1616438074\/schellenursli-500x500.png\" width=\"350\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/movies\/5d295eca13-1616438074\/a_harrydeanstanton-500x500.png\" width=\"340\" height=\"500\" alt=\"Movie Posters\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Movie Posters<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Posters<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/1c2ab4b59e-1616438073\/miadelita_packaging_bio_paprika-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/183beadf3d-1616438073\/miadelita_packaging_bio_blue-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/6caef37768-1616438073\/miadelita_bio_heart2-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/miadelita-ch\/2bf1483b5b-1616438073\/miadelita_packaging_bio_seasalt-500x500.jpg\" width=\"500\" height=\"500\" alt=\"Mi Adelita\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Mi Adelita<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding, Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/pkz\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<video src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/pkz\/83df45c1e5-1644857431\/pkz_men-new-16sec_web-final-small.mp4\" class=\"index__image size--lg block carousel__image w-full h-full\" width=\"320\" height=\"240\" style=\"background-color:white\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\">\n\t\t\t\t\t\tYour browser does not support the video tag.\n\t\t\t\t\t<\/video>\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">PKZ<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Er\u00f6ffnung<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/emmentaler-ch\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/fca20e6bd5-1616438069\/emmentaler_1.august_2013_rigozzi-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/85c5b2e80e-1616438069\/emmentaler_1.august_2014_sempach-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/2192cdd4d1-1616438070\/emmentaler_storytelling-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/emmentaler-ch\/4e07068c3d-1616438069\/emmentaler_1.august_2012_polohofer-500x500.png\" width=\"500\" height=\"500\" alt=\"Emmentaler\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Emmentaler<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Illustration, Packaging Design<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/c317094136-1616438068\/zkb-zug-23-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/zurcher-kantonalbank\/677c5853e1-1616438068\/zugbeklebung-2-26-500x500.jpg\" width=\"500\" height=\"333\" alt=\"Z\u00fcrcher Kantonalbank\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Z\u00fcrcher Kantonalbank<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Zug<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/soiree-graphique\" class=\" index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg block carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/soiree-graphique\/1edc437391-1616438068\/sg_jolanda_2012-500x500.jpg\" width=\"353\" height=\"500\" alt=\"Soir\u00e9e Graphique\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Soir\u00e9e Graphique<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Poster<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/ed8cee9b25-1616438064\/ohz_la_traviata-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/07a2c3c7b1-1616438064\/ohz_pique_dame-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/92dc6e31d8-1616438063\/ohz_donjuan-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg hidden carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/opernhaus-zurich\/b1f4a91022-1616438064\/ohz_wozzeck-500x500.jpg\" width=\"350\" height=\"500\" alt=\"Opernhaus Z\u00fcrich\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Opernhaus Z\u00fcrich<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n\t<div>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/hardegger-huppen\" class=\"carousel__images index__container is-hover block aspect-w-1 aspect-h-1\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/9a635b6905-1616438063\/hardegger_lion_pink-500x500.png\" width=\"482\" height=\"500\" alt=\"Hardegger H\u00fcppen\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"index__image size--lg carousel__image w-full h-full hidden\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.webp\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/work\/hardegger-huppen\/6ded03acfe-1616438064\/hardegger_packaging-500x500.png\" width=\"500\" height=\"375\" alt=\"Hardegger H\u00fcppen\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"index__text__container flex flex-col p-8 is-small-pink\">\n\t\t\t\t<!-- <span class=\"index__text\"> -->\n\t\t\t\t<span class=\"flex-1\"><\/span>\n\t\t\t\t<span class=\"uppercase hyphens-auto\">Hardegger H\u00fcppen<\/span>\n\t\t\t\t<span class=\"flex-1 flex flex-col justify-end\">Branding & Packaging<\/span>\n\t\t\t\t<!-- <span class=\"plus\">+<\/span> -->\n\t\t\t\t<!-- <\/span> -->\n\t\t\t<\/span>\n\t\t<\/a>\n\t<\/div>\n<\/div>\n\n<\/nav>\n<script>var showSwiper = 'home';<\/script>\n\n<main>\n\n<div class=\"swiper-container swiper-initialized swiper-horizontal swiper-pointer-events\">\n\t<div class=\"swiper-wrapper\" style=\"transition-duration: 0ms; transform: translate3d(-32385px, 0px, 0px);\"><a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"1\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"1050\" height=\"1500\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/346463c434-1616438055\/ohz_donjuan-kopie-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"2\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fd7fd3b5aa-1616438053\/mascotte_titelbilder_4-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"3\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4110\" height=\"2800\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/4a081eef42-1616438052\/ks_packaging_globus-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"4\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36dfc5e35a-1616438053\/mascotte_titelbilder_6-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"5\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/0b2c853c6e-1616438053\/maisonlullin_block-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"6\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/ad640ac3d1-1616438054\/mascotte_titelbilder_7-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"7\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"5669\" height=\"3541\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/241c6e125f-1616438054\/odur_love_red_square-kopie-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"#\" class=\"swiper-slide pointer-events-none\" data-swiper-slide-index=\"8\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2400x1600.jpg\" alt=\"Studio Geissb\u00fchler\" width=\"2900\" height=\"1662\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/d4339cf345-1616438055\/swiss_sanfran_airbus-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"9\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/e906e0da5e-1616438054\/mascotte_titelbilder_10-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"10\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"5333\" height=\"3333\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d23405f33-1616438051\/2560x1600_frauenbeutekrieg-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"11\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"3339\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/41a2dc2d46-1616438052\/img_9461_2-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"12\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/76f6fd15e8-1719908187\/2023.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"13\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2400x1600.jpg\" alt=\"Mascotte\" width=\"1559\" height=\"1203\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/969e713f60-1616438055\/z_mascotte_posters_dirtybeaches_2-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/kern-sammet-ch\" class=\"swiper-slide\" data-swiper-slide-index=\"14\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2400x1600.png\" alt=\"Kern & Sammet\" width=\"4242\" height=\"3000\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/605494493c-1616438052\/ks_anz_maischilibun-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank\" class=\"swiper-slide swiper-slide-prev\" data-swiper-slide-index=\"15\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"5625\" height=\"3749\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/baab3d7aa6-1616438056\/zugbeklebung1-115-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/miadelita-ch\" class=\"swiper-slide swiper-slide-active\" data-swiper-slide-index=\"16\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2400x1600.jpg\" alt=\"Mi Adelita\" width=\"2496\" height=\"1407\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9051ecab29-1616438054\/miadelita_packaging_bio_alle-kopie-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide swiper-slide-next\" data-swiper-slide-index=\"17\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<video class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" width=\"320\" height=\"240\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9d8e5158bb-1641205839\/22.mp4\">\n\t\t\t\tYour browser does not support the video tag.\n\t\t\t<\/video>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/odur-parfum\" class=\"swiper-slide\" data-swiper-slide-index=\"18\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203000%201500'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/fe4b224bc7-1616438054\/odur_makingof_filmstill-2400x1600.jpg\" alt=\"ODUR Parfum\" width=\"3000\" height=\"1500\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"19\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201596'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/36e1cdf599-1616438053\/maisonlullin_floss-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"2500\" height=\"1596\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"20\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204032%203024'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/3025c9f372-1616438052\/img_9375-1-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"4032\" height=\"3024\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"21\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203840%202161'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/5d6abe9ddc-1616438056\/stories_pictures_galaxy-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"22\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202115%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/a8f9f52e53-1616438055\/sg_jolanda_2012-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2115\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/fun\" class=\"swiper-slide\" data-swiper-slide-index=\"23\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202500%201875'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/9f7e4a53a7-1616438055\/privatecollection_posterarchive_1-2400x1600.jpg\" alt=\"Studio Collection\" width=\"2500\" height=\"1875\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/maison-lullin\" class=\"swiper-slide\" data-swiper-slide-index=\"24\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204800%203241'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/8d1f08b324-1636374259\/ml_mexiko_6355_rgb-2400x1600.jpg\" alt=\"Maison Lullin\" width=\"4800\" height=\"3241\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/schauspielhaus-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"25\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%202560%201600'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/208407f89c-1616438051\/2560x1600_mass-2400x1600.jpg\" alt=\"Schauspielhaus Z\u00fcrich\" width=\"2560\" height=\"1600\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/landesmuseum-zurich\" class=\"swiper-slide\" data-swiper-slide-index=\"26\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%204037%202843'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/7528c1c2dd-1616438055\/snm_karl_sujet-kopie-2400x1600.jpg\" alt=\"Landesmuseum Z\u00fcrich\" width=\"4037\" height=\"2843\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/mascotte\" class=\"swiper-slide\" data-swiper-slide-index=\"27\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%205333%203000'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/12909529ee-1616438053\/mascotte_titelbilder_3-2400x1600.jpg\" alt=\"Mascotte\" width=\"5333\" height=\"3000\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/zurcher-kantonalbank-train-no-2\" class=\"swiper-slide\" data-swiper-slide-index=\"28\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center\" src=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%203024%204032'%3E%3C\/svg%3E\" data-srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2000x1400.webp\" data-src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c74c252b25-1616438051\/img_9195-2400x1600.jpg\" alt=\"Z\u00fcrcher Kantonalbank\" width=\"3024\" height=\"4032\">\n\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\n\t\t<\/a>\n\t\n\t\t\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/stories\" class=\"swiper-slide\" data-swiper-slide-index=\"29\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2400x1600.jpg\" alt=\"Stories\" width=\"3840\" height=\"2161\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/c20e99ca3e-1616438056\/stories_pictures_katz-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a>\n\t\t<a href=\"https:\/\/www.geissbuehler.net\/work\/opernhaus-zurich\" class=\"swiper-slide swiper-slide-duplicate\" data-swiper-slide-index=\"0\" style=\"width: 1905px;\">\n\t\t\n\t\t\t\t\t<img class=\"swiper-lazy w-full h-full object-cover object-center swiper-lazy-loaded\" src=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2400x1600.jpg\" alt=\"Opernhaus Z\u00fcrich\" width=\"2500\" height=\"1875\" srcset=\"https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-1602x1068.webp 1602w, https:\/\/www.geissbuehler.net\/media\/pages\/home\/471ed9b6d8-1616438055\/ohz_logo_blache-2000x1400.webp\">\n\t\t\t\n\t\t\n\t\t<\/a><\/div>\n<\/div>\n\n<\/main>\n\n\n\n<\/body><\/html>",
"securityHeaders": {
"securityHeadersList": [],
"securityHeadersGrade": "F",
"securityHeadersScore": 0
},
"interactivePeriods": [
[
0,
1128
],
[
1273,
30014
]
],
"longTasks": [
[
1128,
1273
]
],
"lastVisualChange": 29700,
"render": 2200,
"visualComplete85": 29700,
"visualComplete90": 29700,
"visualComplete95": 29700,
"visualComplete99": 29700,
"visualComplete": 29700,
"SpeedIndex": 20052,
"chromeUserTiming": [
{
"name": "navigationStart",
"time": 86
},
{
"name": "fetchStart",
"time": 99
},
{
"name": "navigationStart",
"time": 144
},
{
"name": "domLoading",
"time": 144
},
{
"name": "responseEnd",
"time": 145
},
{
"name": "domInteractive",
"time": 145
},
{
"name": "domContentLoadedEventStart",
"time": 145
},
{
"name": "domContentLoadedEventEnd",
"time": 145
},
{
"name": "domComplete",
"time": 146
},
{
"name": "unloadEventStart",
"time": 659
},
{
"name": "unloadEventEnd",
"time": 659
},
{
"name": "markAsMainFrame",
"time": 659
},
{
"name": "commitNavigationEnd",
"time": 660
},
{
"name": "domLoading",
"time": 660
},
{
"name": "responseEnd",
"time": 718
},
{
"name": "domInteractive",
"time": 1128
},
{
"name": "domContentLoadedEventStart",
"time": 1272
},
{
"name": "domContentLoadedEventEnd",
"time": 1272
},
{
"name": "firstPaint",
"time": 1420
},
{
"name": "firstMeaningfulPaintCandidate",
"time": 1420
},
{
"name": "firstMeaningfulPaintCandidate",
"time": 1420
},
{
"name": "firstContentfulPaint",
"time": 3573
},
{
"name": "firstImagePaint",
"time": 3573
},
{
"name": "firstMeaningfulPaint",
"time": 3573
},
{
"name": "firstMeaningfulPaint",
"time": 3573
},
{
"name": "TotalLayoutShift",
"value": 0
},
{
"name": "CumulativeLayoutShift",
"value": 0
}
],
"chromeUserTiming.navigationStart": 144,
"chromeUserTiming.fetchStart": 99,
"chromeUserTiming.domLoading": 661,
"chromeUserTiming.responseEnd": 718,
"chromeUserTiming.domInteractive": 1129,
"chromeUserTiming.domContentLoadedEventStart": 1272,
"chromeUserTiming.domContentLoadedEventEnd": 1273,
"chromeUserTiming.domComplete": 147,
"chromeUserTiming.unloadEventStart": 659,
"chromeUserTiming.unloadEventEnd": 659,
"chromeUserTiming.markAsMainFrame": 659,
"chromeUserTiming.commitNavigationEnd": 660,
"chromeUserTiming.firstPaint": 1420,
"chromeUserTiming.firstMeaningfulPaintCandidate": 1420,
"chromeUserTiming.firstContentfulPaint": 3573,
"chromeUserTiming.firstImagePaint": 3573,
"chromeUserTiming.firstMeaningfulPaint": 3573,
"chromeUserTiming.TotalLayoutShift": 0,
"chromeUserTiming.CumulativeLayoutShift": 0,
"blinkFeatureFirstUsed": {
"Features": {
"1075": {
"name": "V8SloppyMode",
"firstUsed": 1129.2449999999999
},
"13": {
"name": "UnprefixedRequestAnimationFrame",
"firstUsed": 1311.778
},
"1441": {
"name": "SecureContextCheckPassed",
"firstUsed": 664.76999999999998
},
"1910": {
"name": "CrossOriginMainFrameNulledNameAccessed",
"firstUsed": 664.78700000000003
},
"2627": {
"name": "PageLifeCycleFreeze",
"firstUsed": 674.95000000000005
},
"4561": {
"name": "LinkRelPreloadAsFont",
"firstUsed": 681.13699999999994
},
"2188": {
"name": "PerformanceObserverForWindow",
"firstUsed": 700.33799999999997
},
"2927": {
"name": "LargestContentfulPaintExplicitlyRequested",
"firstUsed": 700.39400000000001
},
"3004": {
"name": "PerformanceObserverBufferedFlag",
"firstUsed": 700.40099999999995
},
"2782": {
"name": "LayoutJankExplicitlyRequested",
"firstUsed": 700.42499999999995
},
"901": {
"name": "LinkRelPreload",
"firstUsed": 706.96299999999997
},
"4238": {
"name": "ScriptSchedulingType_Defer",
"firstUsed": 708.048
},
"2203": {
"name": "HasIDClassTagAttribute",
"firstUsed": 709.03899999999999
},
"1229": {
"name": "HTMLMediaElement",
"firstUsed": 715.04499999999996
},
"2445": {
"name": "EnterPictureInPictureEventListener",
"firstUsed": 715.06600000000003
},
"2446": {
"name": "LeavePictureInPictureEventListener",
"firstUsed": 715.072
},
"1230": {
"name": "HTMLMediaElementInDocument",
"firstUsed": 715.16999999999996
},
"42": {
"name": "MaxAttribute",
"firstUsed": 720.649
},
"43": {
"name": "MinAttribute",
"firstUsed": 720.66600000000005
},
"2204": {
"name": "HasBeforeOrAfterPseudoElement",
"firstUsed": 803.46000000000004
},
"469": {
"name": "CSSSelectorPseudoHost",
"firstUsed": 803.49599999999998
},
"2431": {
"name": "CSSSelectorPseudoIS",
"firstUsed": 803.524
},
"2298": {
"name": "CSSSelectorWebkitInnerSpinButton",
"firstUsed": 803.60000000000002
},
"2319": {
"name": "CSSSelectorWebkitUnknownPseudo",
"firstUsed": 803.60699999999997
},
"2297": {
"name": "CSSSelectorWebkitFileUploadButton",
"firstUsed": 803.62099999999998
},
"2299": {
"name": "CSSSelectorWebkitInputPlaceholder",
"firstUsed": 803.65200000000004
},
"970": {
"name": "CSSAtRuleFontFace",
"firstUsed": 803.73000000000002
},
"973": {
"name": "CSSAtRuleMedia",
"firstUsed": 803.83799999999997
},
"978": {
"name": "CSSAtRuleWebkitKeyframes",
"firstUsed": 803.89200000000005
},
"972": {
"name": "CSSAtRuleKeyframes",
"firstUsed": 803.91399999999999
},
"2387": {
"name": "CSSSelectorPseudoFocus",
"firstUsed": 804.21799999999996
},
"976": {
"name": "CSSAtRuleSupports",
"firstUsed": 804.67499999999995
},
"523": {
"name": "SrcsetXDescriptor",
"firstUsed": 817.20699999999999
},
"2935": {
"name": "LazyLoadImageLoadingAttributeLazy",
"firstUsed": 822.61800000000005
},
"587": {
"name": "LangAttribute",
"firstUsed": 861.93299999999999
},
"588": {
"name": "LangAttributeOnHTML",
"firstUsed": 861.94100000000003
},
"590": {
"name": "LangAttributeDoesNotMatchToUILocale",
"firstUsed": 861.94799999999998
},
"4994": {
"name": "Feature_4994",
"firstUsed": 862.25300000000004
},
"1692": {
"name": "CSSFlexibleBox",
"firstUsed": 865.81500000000005
},
"4379": {
"name": "PerformanceEntryBufferSwaps",
"firstUsed": 929.678
},
"3803": {
"name": "OverflowClipAlongEitherAxis",
"firstUsed": 1062.242
},
"664": {
"name": "SyntheticKeyframesInCompositedCSSAnimation",
"firstUsed": 1062.7550000000001
},
"4237": {
"name": "FlexboxNewAbsPos",
"firstUsed": 1082.105
},
"4330": {
"name": "FlexboxAbsPosJustifyContent",
"firstUsed": 1084.2529999999999
},
"1066": {
"name": "SameOriginTextScript",
"firstUsed": 1110.6510000000001
},
"1076": {
"name": "V8StrictMode",
"firstUsed": 1140.192
},
"3258": {
"name": "V8InvalidatedArrayConstructorProtector",
"firstUsed": 1155.6679999999999
},
"2661": {
"name": "NavigatorPlatform",
"firstUsed": 1156.259
},
"2663": {
"name": "NavigatorUserAgent",
"firstUsed": 1156.278
},
"2704": {
"name": "V8Screen_Width_AttributeGetter",
"firstUsed": 1156.317
},
"2702": {
"name": "V8Screen_Height_AttributeGetter",
"firstUsed": 1156.327
},
"2903": {
"name": "NonPassiveTouchEventListener",
"firstUsed": 1253.626
},
"2904": {
"name": "PassiveTouchEventListener",
"firstUsed": 1253.6590000000001
},
"2592": {
"name": "ResizeObserver_Constructor",
"firstUsed": 1253.7809999999999
},
"2716": {
"name": "WindowDevicePixelRatio",
"firstUsed": 1264.48
},
"1368": {
"name": "IntersectionObserver_Constructor",
"firstUsed": 1265.0170000000001
},
"3797": {
"name": "WebPImage",
"firstUsed": 2800.7159999999999
}
},
"CSSFeatures": {
"24": {
"name": "CSSPropertyBackgroundColor",
"firstUsed": 709.06100000000004
},
"516": {
"name": "CSSPropertyFontDisplay",
"firstUsed": 803.74800000000005
},
"6": {
"name": "CSSPropertyFontFamily",
"firstUsed": 803.75900000000001
},
"8": {
"name": "CSSPropertyFontStyle",
"firstUsed": 803.76599999999996
},
"10": {
"name": "CSSPropertyFontWeight",
"firstUsed": 803.77999999999997
},
"124": {
"name": "CSSPropertySrc",
"firstUsed": 803.81399999999996
},
"98": {
"name": "CSSPropertyOpacity",
"firstUsed": 803.904
},
"326": {
"name": "CSSPropertyAliasWebkitTransform",
"firstUsed": 804.58699999999999
},
"446": {
"name": "CSSPropertyTransform",
"firstUsed": 804.59500000000003
},
"81": {
"name": "CSSPropertyHeight",
"firstUsed": 804.68499999999995
},
"515": {
"name": "CSSPropertyVariable",
"firstUsed": 861.971
},
"537": {
"name": "CSSPropertyAliasWebkitTextSizeAdjust",
"firstUsed": 861.99099999999999
},
"12": {
"name": "CSSPropertyAliasWebkitFontFeatureSettings",
"firstUsed": 862.00199999999995
},
"514": {
"name": "CSSPropertyFontFeatureSettings",
"firstUsed": 862.00900000000001
},
"415": {
"name": "CSSPropertyWebkitTapHighlightColor",
"firstUsed": 862.01900000000001
},
"549": {
"name": "CSSPropertyFontVariationSettings",
"firstUsed": 862.05499999999995
},
"20": {
"name": "CSSPropertyLineHeight",
"firstUsed": 862.06399999999996
},
"127": {
"name": "CSSPropertyTabSize",
"firstUsed": 862.07299999999998
},
"34": {
"name": "CSSPropertyBorder",
"firstUsed": 862.09400000000005
},
"485": {
"name": "CSSPropertyAliasWebkitBoxSizing",
"firstUsed": 862.101
},
"69": {
"name": "CSSPropertyBoxSizing",
"firstUsed": 862.10699999999997
},
"2": {
"name": "CSSPropertyColor",
"firstUsed": 864.49099999999999
},
"7": {
"name": "CSSPropertyFontSize",
"firstUsed": 864.50800000000004
},
"14": {
"name": "CSSPropertyWebkitFontSmoothing",
"firstUsed": 864.52800000000002
},
"89": {
"name": "CSSPropertyMargin",
"firstUsed": 864.55399999999997
},
"119": {
"name": "CSSPropertyPosition",
"firstUsed": 864.62199999999996
},
"165": {
"name": "CSSPropertyZIndex",
"firstUsed": 864.63
},
"83": {
"name": "CSSPropertyLeft",
"firstUsed": 864.63699999999994
},
"149": {
"name": "CSSPropertyTop",
"firstUsed": 864.64300000000003
},
"161": {
"name": "CSSPropertyWidth",
"firstUsed": 864.65099999999995
},
"109": {
"name": "CSSPropertyPadding",
"firstUsed": 864.65999999999997
},
"118": {
"name": "CSSPropertyPointerEvents",
"firstUsed": 864.66899999999998
},
"4": {
"name": "CSSPropertyDisplay",
"firstUsed": 864.73400000000004
},
"239": {
"name": "CSSPropertyFlexWrap",
"firstUsed": 864.82600000000002
},
"100": {
"name": "CSSPropertyOutline",
"firstUsed": 864.83500000000004
},
"105": {
"name": "CSSPropertyOverflow",
"firstUsed": 864.84199999999998
},
"92": {
"name": "CSSPropertyMarginRight",
"firstUsed": 864.875
},
"129": {
"name": "CSSPropertyTextDecoration",
"firstUsed": 864.88800000000003
},
"90": {
"name": "CSSPropertyMarginBottom",
"firstUsed": 864.98400000000004
},
"332": {
"name": "CSSPropertyAliasWebkitTransition",
"firstUsed": 865.00599999999997
},
"150": {
"name": "CSSPropertyTransition",
"firstUsed": 865.01400000000001
},
"72": {
"name": "CSSPropertyClip",
"firstUsed": 865.24699999999996
},
"66": {
"name": "CSSPropertyBorderWidth",
"firstUsed": 865.25599999999997
},
"159": {
"name": "CSSPropertyWhiteSpace",
"firstUsed": 865.26900000000001
},
"209": {
"name": "CSSPropertyWebkitBoxOrient",
"firstUsed": 865.351
},
"204": {
"name": "CSSPropertyWebkitBoxDirection",
"firstUsed": 865.35799999999995
},
"235": {
"name": "CSSPropertyFlexDirection",
"firstUsed": 865.36400000000003
},
"84": {
"name": "CSSPropertyLetterSpacing",
"firstUsed": 865.57100000000003
},
"636": {
"name": "CSSPropertyInset",
"firstUsed": 865.60400000000004
},
"108": {
"name": "CSSPropertyOverflowY",
"firstUsed": 865.61400000000003
},
"335": {
"name": "CSSPropertyAliasWebkitTransitionProperty",
"firstUsed": 1061.829
},
"153": {
"name": "CSSPropertyTransitionProperty",
"firstUsed": 1061.8489999999999
},
"238": {
"name": "CSSPropertyFlexShrink",
"firstUsed": 1061.951
},
"203": {
"name": "CSSPropertyWebkitBoxAlign",
"firstUsed": 1061.9659999999999
},
"210": {
"name": "CSSPropertyWebkitBoxPack",
"firstUsed": 1061.973
},
"231": {
"name": "CSSPropertyAlignItems",
"firstUsed": 1061.981
},
"240": {
"name": "CSSPropertyJustifyContent",
"firstUsed": 1061.989
},
"339": {
"name": "CSSPropertyAliasWebkitUserSelect",
"firstUsed": 1061.9960000000001
},
"539": {
"name": "CSSPropertyUserSelect",
"firstUsed": 1062.0029999999999
},
"334": {
"name": "CSSPropertyAliasWebkitTransitionDuration",
"firstUsed": 1062.097
},
"152": {
"name": "CSSPropertyTransitionDuration",
"firstUsed": 1062.1210000000001
},
"336": {
"name": "CSSPropertyAliasWebkitTransitionTimingFunction",
"firstUsed": 1062.1320000000001
},
"154": {
"name": "CSSPropertyTransitionTimingFunction",
"firstUsed": 1062.1389999999999
},
"433": {
"name": "CSSPropertyObjectFit",
"firstUsed": 1062.1510000000001
},
"437": {
"name": "CSSPropertyObjectPosition",
"firstUsed": 1062.1590000000001
},
"157": {
"name": "CSSPropertyVerticalAlign",
"firstUsed": 1062.1690000000001
},
"95": {
"name": "CSSPropertyMaxWidth",
"firstUsed": 1062.1769999999999
},
"53": {
"name": "CSSPropertyBorderRadius",
"firstUsed": 1062.278
},
"60": {
"name": "CSSPropertyBorderTop",
"firstUsed": 1062.2940000000001
},
"91": {
"name": "CSSPropertyMarginLeft",
"firstUsed": 1062.3040000000001
},
"93": {
"name": "CSSPropertyMarginTop",
"firstUsed": 1062.3099999999999
},
"327": {
"name": "CSSPropertyAliasWebkitTransformOrigin",
"firstUsed": 1062.318
},
"447": {
"name": "CSSPropertyTransformOrigin",
"firstUsed": 1062.325
},
"166": {
"name": "CSSPropertyAliasWebkitAnimation",
"firstUsed": 1062.3679999999999
},
"424": {
"name": "CSSPropertyAnimation",
"firstUsed": 1062.377
},
"421": {
"name": "CSSPropertyTouchAction",
"firstUsed": 1179.018
}
},
"AnimatedCSSFeatures": []
},
"FirstInteractive": 2200,
"maxFID": 0,
"TTIMeasurementEnd": 30014,
"LastInteractive": 2200,
"TimeToInteractive": 2200,
"FirstCPUIdle": 2200,
"TotalBlockingTime": 0,
"testID": "240906_BiDc7F_707",
"step": 1,
"effectiveBps": 545508,
"domTime": 0,
"aft": 0,
"titleTime": 146,
"loadEventStart": 0,
"loadEventEnd": 0,
"domLoading": 0,
"server_rtt": 0,
"error": "Page Load Timeout",
"lighthouse.Performance": null,
"lighthouse.Accessibility": null,
"lighthouse.BestPractices": null,
"lighthouse.SEO": null,
"lighthouse.PWA": null,
"edge-processed": true,
"utilization": {
"cpu": {
"data": {
"0": 0,
"114": 40,
"215": 78.900000000000006,
"316": 33.299999999999997,
"417": 23.800000000000001,
"519": 21.100000000000001,
"620": 15.800000000000001,
"722": 50,
"833": 100,
"934": 100,
"1036": 100,
"1137": 100,
"1238": 100,
"1339": 100,
"1440": 100,
"1541": 100,
"1642": 100,
"1761": 100,
"1862": 100,
"1963": 100,
"2067": 100,
"2168": 100,
"2269": 100,
"2372": 100,
"2477": 100,
"2583": 100,
"2684": 100,
"2830": 100,
"2934": 100,
"3036": 100,
"3142": 100,
"3243": 100,
"3344": 100,
"3445": 100,
"3546": 100,
"3647": 100,
"3782": 100,
"3884": 100,
"3985": 100,
"4086": 100,
"4187": 100,
"4288": 100,
"4389": 95,
"4490": 80,
"4591": 71.400000000000006,
"4692": 70,
"4793": 100,
"4895": 81,
"4996": 70,
"5097": 57.899999999999999,
"5198": 21.100000000000001,
"5299": 25,
"5400": 35,
"5501": 60,
"5602": 26.300000000000001,
"5703": 28.600000000000001,
"5804": 76.200000000000003,
"5905": 45,
"6006": 33.299999999999997,
"6107": 21.100000000000001,
"6208": 23.800000000000001,
"6309": 25,
"6409": 27.300000000000001,
"6510": 25,
"6611": 20,
"6712": 25,
"6813": 71.400000000000006,
"6914": 25,
"7015": 20,
"7116": 25,
"7217": 21.100000000000001,
"7318": 25,
"7419": 45,
"7520": 75,
"7621": 45,
"7726": 40,
"7827": 83.299999999999997,
"7928": 66.700000000000003,
"8029": 36.799999999999997,
"8131": 30,
"8232": 26.300000000000001,
"8333": 21.100000000000001,
"8434": 25,
"8535": 21.100000000000001,
"8636": 27.300000000000001,
"8737": 33.299999999999997,
"8838": 57.899999999999999,
"8939": 20,
"9040": 20,
"9141": 21.100000000000001,
"9242": 26.100000000000001,
"9343": 16.699999999999999,
"9444": 47.399999999999999,
"9545": 81,
"9646": 38.100000000000001,
"9747": 40,
"9848": 70,
"9948": 35,
"10049": 21.100000000000001,
"10150": 20,
"10251": 21.100000000000001,
"10352": 23.800000000000001,
"10453": 21.100000000000001,
"10554": 20,
"10655": 15.800000000000001,
"10756": 40,
"10857": 57.100000000000001,
"10958": 11.800000000000001,
"11059": 23.800000000000001,
"11160": 21.100000000000001,
"11261": 20,
"11362": 28.600000000000001,
"11463": 55,
"11564": 60,
"11664": 23.800000000000001,
"11799": 67.900000000000006,
"11900": 71.400000000000006,
"12000": 31.600000000000001,
"12101": 36.799999999999997,
"12202": 30,
"12303": 26.300000000000001,
"12404": 28.600000000000001,
"12506": 31.600000000000001,
"12608": 33.299999999999997,
"12709": 26.300000000000001,
"12816": 75,
"12917": 40,
"13018": 33.299999999999997,
"13119": 26.300000000000001,
"13220": 33.299999999999997,
"13322": 27.800000000000001,
"13425": 42.899999999999999,
"13526": 52.399999999999999,
"13627": 27.800000000000001,
"13742": 42.899999999999999,
"13843": 78.900000000000006,
"13944": 40,
"14045": 33.299999999999997,
"14146": 25,
"14247": 26.300000000000001,
"14349": 36.399999999999999,
"14450": 22.199999999999999,
"14551": 30,
"14652": 26.300000000000001,
"14753": 52.600000000000001,
"14854": 70,
"14954": 31.600000000000001,
"15055": 35,
"15156": 30,
"15257": 45,
"15358": 33.299999999999997,
"15459": 76.200000000000003,
"15560": 85.700000000000003,
"15662": 94.700000000000003,
"15763": 57.899999999999999,
"15864": 85.700000000000003,
"15965": 47.100000000000001,
"16066": 36.799999999999997,
"16168": 47.600000000000001,
"16269": 40,
"16371": 35,
"16472": 44.399999999999999,
"16573": 30,
"16677": 45.5,
"16778": 70,
"16879": 55.600000000000001,
"16980": 42.899999999999999,
"17081": 45,
"17182": 36.799999999999997,
"17283": 45,
"17383": 31.600000000000001,
"17484": 95,
"17585": 73.700000000000003,
"17686": 61.899999999999999,
"17818": 72,
"17919": 81,
"18019": 68.400000000000006,
"18120": 40,
"18221": 52.600000000000001,
"18322": 54.5,
"18424": 50,
"18525": 50,
"18626": 55,
"18730": 40,
"18831": 85,
"18932": 45,
"19033": 57.100000000000001,
"19134": 26.300000000000001,
"19235": 36.799999999999997,
"19336": 40,
"19437": 73.700000000000003,
"19538": 90.900000000000006,
"19639": 90,
"19788": 65.5,
"19889": 85,
"19990": 52.600000000000001,
"20092": 76.200000000000003,
"20193": 31.600000000000001,
"20294": 47.399999999999999,
"20395": 42.100000000000001,
"20496": 47.600000000000001,
"20597": 50,
"20698": 45,
"20816": 76.200000000000003,
"20917": 47.600000000000001,
"21018": 35,
"21118": 45,
"21219": 26.300000000000001,
"21320": 50,
"21421": 47.399999999999999,
"21523": 70,
"21624": 30,
"21724": 42.100000000000001,
"21825": 81,
"21926": 68.400000000000006,
"22027": 45.5,
"22128": 35,
"22229": 26.300000000000001,
"22330": 47.600000000000001,
"22431": 31.600000000000001,
"22532": 52.399999999999999,
"22633": 31.600000000000001,
"22734": 38.100000000000001,
"22835": 77.799999999999997,
"22935": 47.600000000000001,
"23036": 33.299999999999997,
"23137": 36.799999999999997,
"23238": 30,
"23340": 47.600000000000001,
"23441": 52.399999999999999,
"23542": 36.799999999999997,
"23643": 33.299999999999997,
"23744": 36.799999999999997,
"23845": 72.700000000000003,
"23946": 30,
"24047": 33.299999999999997,
"24147": 26.300000000000001,
"24248": 26.300000000000001,
"24349": 36.399999999999999,
"24450": 26.300000000000001,
"24551": 30,
"24652": 30,
"24753": 42.899999999999999,
"24854": 63.200000000000003,
"24956": 33.299999999999997,
"25057": 33.299999999999997,
"25158": 26.300000000000001,
"25258": 28.600000000000001,
"25359": 36.399999999999999,
"25460": 73.700000000000003,
"25561": 47.600000000000001,
"25662": 85,
"25763": 55,
"25865": 71.400000000000006,
"25966": 36.799999999999997,
"26067": 36.799999999999997,
"26168": 27.800000000000001,
"26269": 31.600000000000001,
"26371": 22.199999999999999,
"26472": 33.299999999999997,
"26573": 27.800000000000001,
"26674": 30,
"26821": 70,
"26923": 33.299999999999997,
"27025": 30,
"27126": 36.399999999999999,
"27227": 30,
"27328": 33.299999999999997,
"27429": 47.399999999999999,
"27530": 66.700000000000003,
"27631": 80,
"27732": 30,
"27835": 88.900000000000006,
"27935": 90.900000000000006,
"28036": 42.100000000000001,
"28137": 31.800000000000001,
"28238": 42.100000000000001,
"28339": 40,
"28440": 30,
"28541": 26.300000000000001,
"28642": 28.600000000000001,
"28745": 31.600000000000001,
"28846": 71.400000000000006,
"28947": 26.300000000000001,
"29048": 30,
"29149": 22.199999999999999,
"29250": 31.800000000000001,
"29351": 31.600000000000001,
"29452": 60,
"29553": 61.899999999999999,
"29654": 86.400000000000006,
"29765": 60,
"29866": 85,
"29967": 55,
"30068": 42.100000000000001
},
"max": 100,
"count": 295
},
"bw": {
"data": {
"0": 0,
"114": 0,
"215": 32237,
"316": 730759,
"417": 1148258,
"519": 0,
"620": 0,
"722": 556828,
"833": 54160,
"934": 0,
"1036": 0,
"1137": 0,
"1238": 1118608,
"1339": 7306499,
"1440": 8975765,
"1541": 7881288,
"1642": 5620378,
"1761": 9468010,
"1862": 9025127,
"1963": 10390184,
"2067": 9685728,
"2168": 7541496,
"2269": 7181891,
"2372": 9233644,
"2477": 8495770,
"2583": 6835082,
"2684": 7429078,
"2830": 6515800,
"2934": 6074894,
"3036": 6278086,
"3142": 9467505,
"3243": 8578736,
"3344": 4573859,
"3445": 5250653,
"3546": 4797799,
"3647": 4569619,
"3782": 4590835,
"3884": 5444507,
"3985": 4113370,
"4086": 5701622,
"4187": 4565815,
"4288": 5477994,
"4389": 5184057,
"4490": 5024282,
"4591": 5128446,
"4692": 4969084,
"4793": 5039235,
"4895": 4763519,
"4996": 4877462,
"5097": 5020939,
"5198": 4798796,
"5299": 5127442,
"5400": 4790747,
"5501": 5024523,
"5602": 4893819,
"5703": 4335794,
"5804": 4784059,
"5905": 5031409,
"6006": 4890900,
"6107": 4804511,
"6208": 5025744,
"6309": 4804507,
"6409": 4796226,
"6510": 4794615,
"6611": 4800867,
"6712": 5029122,
"6813": 4791291,
"6914": 4801225,
"7015": 4799258,
"7116": 5026360,
"7217": 4788068,
"7318": 4798803,
"7419": 5128072,
"7520": 4791694,
"7621": 5014989,
"7726": 4854884,
"7827": 4784418,
"7928": 5001681,
"8029": 4782192,
"8131": 4983715,
"8232": 4795369,
"8333": 4794179,
"8434": 5026024,
"8535": 4792467,
"8636": 5028865,
"8737": 5010419,
"8838": 4797932,
"8939": 4793079,
"9040": 5026446,
"9141": 4795320,
"9242": 5024509,
"9343": 4784787,
"9444": 4794886,
"9545": 5018043,
"9646": 4800058,
"9747": 4799241,
"9848": 5028471,
"9948": 4785983,
"10049": 4802285,
"10150": 5126213,
"10251": 5027966,
"10352": 4795599,
"10453": 4799892,
"10554": 5018530,
"10655": 4797688,
"10756": 4795688,
"10857": 5023200,
"10958": 4799548,
"11059": 5024429,
"11160": 4796756,
"11261": 5014481,
"11362": 4800846,
"11463": 5011708,
"11564": 4796411,
"11664": 5026287,
"11799": 4810542,
"11900": 5022476,
"12000": 4805593,
"12101": 4793791,
"12202": 5024884,
"12303": 4809746,
"12404": 5027453,
"12506": 4765712,
"12608": 4770464,
"12709": 5020809,
"12816": 5052851,
"12917": 4790373,
"13018": 5023369,
"13119": 4802180,
"13220": 4765098,
"13322": 4989238,
"13425": 4925041,
"13526": 4788245,
"13627": 5024685,
"13742": 4814418,
"13843": 4797354,
"13944": 5030287,
"14045": 4780607,
"14146": 5009842,
"14247": 5006178,
"14349": 4781241,
"14450": 4906972,
"14551": 4681115,
"14652": 5023258,
"14753": 5064957,
"14854": 4795855,
"14954": 5026409,
"15055": 4795324,
"15156": 4795425,
"15257": 5025645,
"15358": 4574085,
"15459": 5249323,
"15560": 4876939,
"15662": 4776108,
"15763": 5023658,
"15864": 4794294,
"15965": 5008804,
"16066": 4764496,
"16168": 4860205,
"16269": 4785374,
"16371": 5016957,
"16472": 4793323,
"16573": 4780521,
"16677": 5086739,
"16778": 4915617,
"16879": 4797875,
"16980": 4997551,
"17081": 5017477,
"17182": 4797171,
"17283": 4794876,
"17383": 5027457,
"17484": 4773312,
"17585": 4802300,
"17686": 4803365,
"17818": 4898309,
"17919": 5141439,
"18019": 4802825,
"18120": 4462538,
"18221": 5236279,
"18322": 5101589,
"18424": 4763568,
"18525": 5012362,
"18626": 4793742,
"18730": 4861395,
"18831": 5004562,
"18932": 4790248,
"19033": 5025010,
"19134": 4794964,
"19235": 4787544,
"19336": 4898705,
"19437": 5016740,
"19538": 4899018,
"19639": 4789643,
"19788": 4633777,
"19889": 5465420,
"19990": 4771932,
"20092": 4766007,
"20193": 4547067,
"20294": 5231502,
"20395": 5022968,
"20496": 4797384,
"20597": 4792683,
"20698": 4904803,
"20816": 4885770,
"20917": 4904424,
"21018": 5032516,
"21118": 4883548,
"21219": 4780789,
"21320": 5022666,
"21421": 4791306,
"21523": 4995113,
"21624": 4780961,
"21724": 5029124,
"21825": 4797808,
"21926": 4791516,
"22027": 4909956,
"22128": 5025915,
"22229": 4795481,
"22330": 4898146,
"22431": 4792138,
"22532": 4986922,
"22633": 5013758,
"22734": 4802993,
"22835": 4789323,
"22935": 5016595,
"23036": 4784040,
"23137": 5010201,
"23238": 4801692,
"23340": 4978161,
"23441": 4907857,
"23542": 4794450,
"23643": 4901941,
"23744": 4783389,
"23845": 4331994,
"23946": 5552721,
"24047": 4790530,
"24147": 5039242,
"24248": 4792404,
"24349": 5021589,
"24450": 4781512,
"24551": 4778265,
"24652": 5030692,
"24753": 4800335,
"24854": 4881569,
"24956": 5005055,
"25057": 4894977,
"25158": 4787004,
"25258": 4101422,
"25359": 5671722,
"25460": 5021183,
"25561": 4795988,
"25662": 5005275,
"25763": 4438112,
"25865": 5121313,
"25966": 4998407,
"26067": 4767004,
"26168": 5023812,
"26269": 4905536,
"26371": 4784208,
"26472": 4887992,
"26573": 4994849,
"26674": 4848606,
"26821": 4851612,
"26923": 5007195,
"27025": 4750593,
"27126": 5002443,
"27227": 4773477,
"27328": 5020441,
"27429": 4794517,
"27530": 4779580,
"27631": 4900535,
"27732": 5033609,
"27835": 4810326,
"27935": 4799110,
"28036": 4780312,
"28137": 4990378,
"28238": 5015938,
"28339": 4803589,
"28440": 5017526,
"28541": 4784345,
"28642": 5009938,
"28745": 4897252,
"28846": 4793494,
"28947": 4567335,
"29048": 5137729,
"29149": 5027998,
"29250": 4656378,
"29351": 5005505,
"29452": 4766330,
"29553": 5111342,
"29654": 4771250,
"29765": 4975415,
"29866": 4790445,
"29967": 4667866,
"30068": 5135595
},
"max": 10390184,
"count": 295
}
},
"pages": {
"details": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/details\/cached\/",
"checklist": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/performance_optimization\/cached\/",
"breakdown": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/breakdown\/cached\/",
"domains": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/domains\/cached\/",
"screenShot": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/screen_shot\/cached\/",
"opportunities": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1\/experiments\/cached\/"
},
"thumbnails": {
"waterfall": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_Cached_waterfall_thumb.png",
"checklist": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_Cached_optimization_thumb.png",
"screenShot": "https:\/\/www.webpagetest.org\/result\/240906_BiDc7F_707\/1_Cached_screen_thumb.png"
},
"images": {
"waterfall": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_waterfall.png",
"connectionView": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_connection.png",
"checklist": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_optimization.png",
"screenShot": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&file=1_Cached_screen.jpg"
},
"rawData": {
"scriptTiming": "https:\/\/www.webpagetest.org\/getgzip.php?test=240906_BiDc7F_707&file=1_Cached_script_timing.json",
"headers": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_report.txt",
"pageData": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_IEWPG.txt",
"requestsData": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_IEWTR.txt",
"utilization": "https:\/\/www.webpagetest.org\/result\/24\/09\/06\/BiDc7F\/707\/1_Cached_progress.csv",
"trace": "https:\/\/www.webpagetest.org\/getgzip.php?test=240906_BiDc7F_707&compressed=1&file=1_Cached_trace.json.gz"
},
"videoFrames": [
{
"time": 0,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_000000.jpg",
"VisuallyComplete": 0
},
{
"time": 2200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_002200.jpg",
"VisuallyComplete": 4
},
{
"time": 3900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_003900.jpg",
"VisuallyComplete": 38
},
{
"time": 5700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_005700.jpg",
"VisuallyComplete": 4
},
{
"time": 5800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_005800.jpg",
"VisuallyComplete": 4
},
{
"time": 5900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_005900.jpg",
"VisuallyComplete": 4
},
{
"time": 6000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006000.jpg",
"VisuallyComplete": 4
},
{
"time": 6100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006100.jpg",
"VisuallyComplete": 4
},
{
"time": 6200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006200.jpg",
"VisuallyComplete": 4
},
{
"time": 6300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006300.jpg",
"VisuallyComplete": 4
},
{
"time": 6400,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006400.jpg",
"VisuallyComplete": 4
},
{
"time": 6500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006500.jpg",
"VisuallyComplete": 4
},
{
"time": 6600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006600.jpg",
"VisuallyComplete": 4
},
{
"time": 6700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006700.jpg",
"VisuallyComplete": 4
},
{
"time": 6800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006800.jpg",
"VisuallyComplete": 4
},
{
"time": 6900,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_006900.jpg",
"VisuallyComplete": 4
},
{
"time": 7000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_007000.jpg",
"VisuallyComplete": 4
},
{
"time": 7100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_007100.jpg",
"VisuallyComplete": 4
},
{
"time": 7200,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_007200.jpg",
"VisuallyComplete": 4
},
{
"time": 7300,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_007300.jpg",
"VisuallyComplete": 4
},
{
"time": 7500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_007500.jpg",
"VisuallyComplete": 4
},
{
"time": 8100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_008100.jpg",
"VisuallyComplete": 43
},
{
"time": 9700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_009700.jpg",
"VisuallyComplete": 49
},
{
"time": 11700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_011700.jpg",
"VisuallyComplete": 56
},
{
"time": 13600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_013600.jpg",
"VisuallyComplete": 63
},
{
"time": 15800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_015800.jpg",
"VisuallyComplete": 4
},
{
"time": 16001,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_016001.jpg",
"VisuallyComplete": 4
},
{
"time": 16500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_016500.jpg",
"VisuallyComplete": 4
},
{
"time": 17000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_017000.jpg",
"VisuallyComplete": 4
},
{
"time": 17500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_017500.jpg",
"VisuallyComplete": 4
},
{
"time": 18100,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_018100.jpg",
"VisuallyComplete": 54
},
{
"time": 19800,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_019800.jpg",
"VisuallyComplete": 62
},
{
"time": 21700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_021700.jpg",
"VisuallyComplete": 70
},
{
"time": 23600,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_023600.jpg",
"VisuallyComplete": 4
},
{
"time": 24000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_024000.jpg",
"VisuallyComplete": 4
},
{
"time": 24500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_024500.jpg",
"VisuallyComplete": 4
},
{
"time": 25000,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_025000.jpg",
"VisuallyComplete": 4
},
{
"time": 25500,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_025500.jpg",
"VisuallyComplete": 4
},
{
"time": 27700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_027700.jpg",
"VisuallyComplete": 50
},
{
"time": 29700,
"image": "https:\/\/www.webpagetest.org\/getfile.php?test=240906_BiDc7F_707&video=video_1_cached&file=ms_029700.jpg",
"VisuallyComplete": 100
}
],
"domains": {
"www.geissbuehler.net": {
"bytes": 17184072,
"requests": 9,
"connections": 1
}
},
"breakdown": {
"html": {
"color": [
130,
181,
252
],
"bytes": 6886,
"bytesUncompressed": 73428,
"requests": 1
},
"js": {
"color": [
254,
197,
132
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
},
"css": {
"color": [
178,
234,
148
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
},
"image": {
"color": [
196,
154,
232
],
"bytes": 1933765,
"bytesUncompressed": 2248516,
"requests": 5
},
"flash": {
"color": [
45,
183,
193
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
},
"font": {
"color": [
255,
82,
62
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
},
"video": {
"color": [
33,
194,
162
],
"bytes": 15243421,
"bytesUncompressed": 9410275,
"requests": 3
},
"other": {
"color": [
196,
196,
196
],
"bytes": 0,
"bytesUncompressed": 0,
"requests": 0
}
},
"consoleLog": []
}
}
}
},
"statusCode": 200,
"statusText": "Test Complete",
"webPagetestVersion": "21.07"
}