- URL: https://umbel.design
- Date: 01/12/25 12:38:40
Webpage Performance Test Result
- Settings: Desktop
v131
Cable
Frankfurt, Germany
More
- Test runs: 1
- Connectivity: 5000/1000 Kbps, 28ms Latency
- Custom Metrics

View:
Requests Details
Use this page to explore the metric timings and request waterfall for any run of your test.
Page Performance Metrics (Run 1)
View run details: Run 1 (Repeat View)
TTFB | Start Render | FCP | Speed Index | LCP | CLS | TBT | DC Time | DC Requests | DC Bytes | Total Time | Total Requests | Page Weight |
---|---|---|---|---|---|---|---|---|---|---|---|---|
.222S | .700S | .723S | .803S | 1.004S | 0 | .000S | 3.993S | 13 | 331KB | 8.303S | 13 | 331KB |
Visual Page Loading Process (Explore)
Navigation Timings | |
---|---|
domContentLoadedEvent | loadEvent |
0.644s - 0.650s (0.006s) | 3.893s - 3.893s (0s) |
Custom Metrics Data
- Colordepth
- 24
- Dpi
- {"dppx":1,"dpcm":37.79527559055118,"dpi":96}
- Images
- []
- Resolution
- {"absolute":{"height":1200,"width":1920},"available":{"height":1200,"width":1920}}
- fonts
- [{"family":"Ballinger Mono","display":"auto","status":"loaded","style":"normal","weight":"400"},{"family":"Ballinger Mono Bold","display":"auto","status":"loaded","style":"normal","weight":"400"},{"family":"Reckham","display":"auto","status":"unloaded","style":"normal","weight":"400"},{"family":"Reckham Bold","display":"auto","status":"unloaded","style":"normal","weight":"400"}]
- generated-content-percent
- 1.47
- generated-content-size
- 0.25
- imgs-in-viewport
- []
- imgs-no-alt
- []
- imgs-out-viewport
- []
- jsLibsVulns
- []
- meta-viewport
- width=device-width, initial-scale=1.0, viewport-fit=cover
- possibly-render-blocking-reqs
- ["https:\/\/unpkg.com\/[email protected]","https:\/\/umbel.design\/assets\/css\/style.css?v=12:37-12.01"]
- rendered-html
- <html lang="en" class="swup-enabled"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="icon" type="image/svg" href="https://umbel.design/media/site/d197267922-1736536215/umbel-fav.svg"> <title>Home - Umbel</title> <meta content="Acoustic consultant firm and design studio" name="description"> <meta content="2025-01-10" name="date"> <meta content="Home" property="og:title"> <meta content="Acoustic consultant firm and design studio" property="og:description"> <meta content="Umbel" property="og:site_name"> <meta content="https://umbel.design/media/site/c89e1023e4-1736536215/umbel-sharecard-1200x630-crop.webp" property="og:image"> <meta content="1697" property="og:image:width"> <meta content="840" property="og:image:height"> <meta content="website" property="og:type"> <meta content="all" name="robots"> <link href="https://umbel.design" rel="canonical"> <meta content="https://umbel.design" property="og:url"> <meta content="summary" name="twitter:card"> <meta content="Home" name="twitter:title"> <meta content="Acoustic consultant firm and design studio" name="twitter:description"> <meta content="https://umbel.design/media/site/c89e1023e4-1736536215/umbel-sharecard-1200x630-crop.webp" name="twitter:image"> <link href="https://umbel.design/assets/css/style.css?v=12:37-12.01" rel="stylesheet"><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-TN06CZDW1G&l=dataLayer&cx=c&gtm=453e5190za200"></script><script src="https://unpkg.com/[email protected]" integrity="sha384-0895/pl2MU10Hqc6jd4RvrthNlDiE9U1tWmX7WRESftEDRosgxNsQG/Ze9YMRzHq" crossorigin="anonymous"></script> <script defer="" src="https://umbel.design/assets/js/main.min.js?v=12:37-12.01"></script> <link rel="preconnect" href="https://www.google-analytics.com"> <style>/* inner styles set by WPT to match CSSOM */.htmx-indicator { opacity: 0; }.htmx-request .htmx-indicator { opacity: 1; transition: opacity 200ms ease-in; }.htmx-request.htmx-indicator { opacity: 1; transition: opacity 200ms ease-in; }</style></head> <body class=""> <div class="pgwrap darkmode" x-data="{ isMob: false, // Cursor (general, accordion plus & minus, loading) follower: { x: window.innerWidth / 2, y: window.innerHeight / 2, snapped: false, hide: false, }, isHoveringAccordion: false, minus: false, // Setting active class on nav current: window.location.pathname, // Setting the page to dark mode darkMode: true, // Projects page layout viewtype: 'layout1', // Project Page viewtype: window.location.pathname.includes('/grid:') ? 'grid-4' : 'grid-1', // Initial viewtype based on URL activeTags: [], // Contact form scroll & toggle menuOpen: false, scrolledFromBottom: 0, isRevealing: false, headerHeight: '', menuOpen: false, scrollWatch() { if (!this.isMob && this.menuOpen) { setTimeout(() => this.menuOpen = false, 500); } if (!this.isMob) { setTimeout(() => { let scrollHeight = document.documentElement.scrollHeight; let scrollTop = window.pageYOffset; let windowHeight = window.innerHeight; if ($refs.contactHeight && $refs.nav) { let scrollUp = $refs.contactHeight.offsetHeight; let navHeight = $refs.nav.offsetHeight; let scrolledFromBottom = scrollHeight - (scrollTop + windowHeight); this.isRevealing = scrolledFromBottom <= scrollUp; if (this.isRevealing) { this.headerHeight = Math.min(navHeight + (scrollUp - scrolledFromBottom), scrollUp); } else { this.headerHeight = navHeight; } } }, 10); // Adjust delay if necessary } }, openMenu() { this.menuOpen = true; if(this.isRevealing) { console.log('scrolltobottom'); window.scrollTo(window.innerHeight); } else { console.log('open nav'); this.headerHeight = $refs.contactHeight.offsetHeight; } }, closeMenu() { this.headerHeight = $refs.nav.offsetHeight; setTimeout(() => this.menuOpen = false, 500) }, toggleMenu() { if (this.menuOpen) { this.closeMenu(); } else { this.openMenu(); } } }" @mousemove="if(follower.snapped == false) { follower.x = event.clientX; follower.y = event.clientY }" :class="darkMode ? 'darkmode' : ''" x-init=" isMob = window.matchMedia('only screen and (max-width: 782px)').matches; setTimeout(function() { headerHeight = $refs.nav.offsetHeight; }, 100);" @scroll.window="$nextTick(() => !isMob && scrollWatch());"> <div id="follower" class="cursor" :class="{ 'hide': follower.hide == true, 'active': isHoveringAccordion, 'minus': minus == true, 'cursor': true, }" :style="{ top: follower.y + 'px', left: follower.x + 'px' }" style="top: 496.5px; left: 960px;"> <div class="cursor_plus"> <span></span> <span></span> </div> </div> <div class="logo"> <a href="https://umbel.design" @click="current = '/'"> <svg width="124" height="25" viewBox="0 0 124 25" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Layer_1" clip-path="url(#clip0_97_113)"> <path id="u" d="M2.35156 14.9016V5.96223H0V4.7998H7.92578V5.96223H4.92969V15.1051C4.92969 18.5258 6.67188 19.8448 9.15234 19.8448C11.6328 19.8448 13.375 18.3419 13.375 14.929V5.96223H10.3984V4.7998H17.2656V5.96223H14.8672V14.9485C14.8672 18.9798 12.6836 21.2108 8.71094 21.2108C4.73828 21.2108 2.35156 19.019 2.35156 14.9016Z" fill="black"></path> <path id="slash-1" d="M24.0039 24.9331L18.9883 0.933105H20.2969L25.3086 24.9331H24H24.0039Z" fill="black"></path> <path id="m" d="M31.1875 6.92114V19.7157H34.0352V20.8781H27.2891V19.7157H29.6758V5.96223H27.2891V4.7998H33.043L37.3945 16.3027L41.6641 4.7998H47.4062V5.96223H45.0195V19.7117H47.4062V20.8742H39.6914V19.7117H42.4375V6.92896L38.0039 18.8389H35.6992L31.1914 6.91722L31.1875 6.92114Z" fill="black"></path> <path id="slash-2" d="M54.3906 0.933105H55.6992L50.6875 24.9331H49.3789L54.3906 0.933105Z" fill="black"></path> <path id="b" d="M57.6758 19.7157H60.293V5.96223H57.6758V4.7998H66.8555C70.9844 4.7998 72.5234 6.35362 72.5234 8.60802C72.5234 10.5493 71.0039 11.9074 68.8945 12.2793C71.9336 12.5571 73.5664 14.0249 73.5664 16.3027C73.5664 19.2108 71.6484 20.8742 67.0977 20.8742H57.6797V19.7117L57.6758 19.7157ZM66.3125 11.837C68.6172 11.837 69.707 10.8233 69.707 8.87417V8.52192C69.707 6.81155 68.7734 5.96615 66.5156 5.96615H62.875V11.837H66.3125ZM70.6445 16.4162V16.0366C70.6445 13.7431 69.3438 12.9798 66.4531 12.9798H62.875V19.7157H66.4531C69.4102 19.7157 70.6445 18.7489 70.6445 16.4162Z" fill="black"></path> <path id="slash-3" d="M81.1992 24.9331L76.1875 0.933105H77.4961L82.5078 24.9331H81.1992Z" fill="black"></path> <path id="e" d="M91.0977 13.1286H89.6875V19.7157H93.6133C96.3672 19.7157 97.6406 19.0268 98.4062 14.9759L99.4648 15.1168L98.7539 20.8781H84.4844V19.7157H87.1016V5.96223H84.4844V4.7998H98.4375L98.9336 10.1892L97.8555 10.3106C97.0703 6.26751 96.1328 5.96223 93.4688 5.96223H89.6797V11.9935H91.0898C92.8672 11.9935 93.7148 11.5395 93.8828 9.01898H94.9063V16.0992H93.8828C93.7148 13.5904 92.8711 13.1247 91.0898 13.1247L91.0977 13.1286Z" fill="black"></path> <path id="slash-4" d="M107.02 0.933105H108.328L103.316 24.9331H102.008L107.02 0.933105Z" fill="black"></path> <path id="l" d="M110.305 19.7157H112.922V5.96223H110.305V4.7998H118.223V5.96223H115.504V19.7117H118.223C121.051 19.7117 122.176 18.9603 122.977 14.4162L124 14.565L123.289 20.8742H110.301V19.7117L110.305 19.7157Z" fill="black"></path> </g> <defs> <clipPath id="clip0_97_113"> <rect width="124" height="24" fill="white" transform="translate(0 0.933105)"></rect> </clipPath> </defs> </svg> </a> </div> <header class="header" :class="menuOpen ? 'open' : ''" :style="{ translate: '0px -' + headerHeight + 'px' }" @click.outside="closeMenu()" style="translate: 0px -55px;"> <nav class="header_nav" x-ref="nav" :class="menuOpen ? 'active' : ''"> <ul> <li> <a :class="current == 'https://umbel.design/about' ? 'active' : ''" href="https://umbel.design/about" @click="current = 'https://umbel.design/about'; open = false; closeMenu()" "="" class=""> ABOUT </a> </li> <li> <a :class="current == 'https://umbel.design/services' ? 'active' : ''" href="https://umbel.design/services" @click="current = 'https://umbel.design/services'; open = false; closeMenu()" "="" class=""> SERVICES </a> </li> <li> <a :class="current == 'https://umbel.design/projects' ? 'active' : ''" href="https://umbel.design/projects" @click="current = 'https://umbel.design/projects'; open = false; closeMenu()" "="" class=""> PROJECTS </a> </li> <li> <button @click="toggleMenu()"> Contact </button> </li> </ul> </nav> <div class="header_expand" x-ref="contactHeight"> <!-- Global site tag (gtag.js) - Google Analytics --> <script async="" src="https://www.googletagmanager.com/gtag/js?id=<!-- Google tag (gtag.js) --> <script async src=" https:="" www.googletagmanager.com="" gtag="" js?id="G-TN06CZDW1G""></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-TN06CZDW1G'); </script>"> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', '<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-TN06CZDW1G"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-TN06CZDW1G'); </script>'); <footer class="footer"> <ul> <li>Umbel</li> <li><p><a href="https://maps.app.goo.gl/RF9Gj5PxXjVgkcgs7" target="_blank">1111 Bellevue Street<br>Suite 360<br>Detroit, MI 48207</a></p></li> <li><p><a href="tel:3132427088">313.242.7088<br></a><a href="mailto:[email protected]">zb[at]umbel.studio</a></p></li> </ul> </footer> <div class="header_contact"> <form action="https://umbel.design/forms/contact" class="form" enctype="application/x-www-form-urlencoded" hx-post="https://umbel.design/forms/contact" hx-swap="outerHTML show:top" hx-vals="{"dreamform:page":"d+1w1KvLmoBa63/dbLpsVJqVnZRAYEHn/ZIC2APPLCHb0uqIXgBTIO5YPBKfPWRnOLrmD3fMrOe2uJ8wnG5nawRIgmnQQQbsmtIUCuLVHxI=","dreamform:attr":"42cX77QJa2ITFBp9M1jNI6rjCmN1EGcm6j3rrX3XtXCiOHJ0UAsxw/zsLgubkUTrkkA7CkGjjWFp430NbmlBHGSpDMXZtgSWNJztpwrRSIzeIiBmXT9gWb8KyEtWZJmi9BD2/Dxn3Gq0VrGX2s9lOMdqikXuEALWpsPdzmNKrp9dQeRMbNcYHi59bWq4d2/0xgry64c7k1ji1nDXgHC3IXlH/cFpPrFsG/kn1pD06cs45UUI4fmtaRiS3EqsGaMbJpMuD9POq+iYnuV673iYvTxPV3di4/+cl8/4ON4uON3dYjsoQo9l/19+PouoLmNrBDzX1aav8hbDUnhOHoZgfMfAhXpGurrR8EJgYgfYyyoOGpcERB1kSMf/Y5FsQUQw5I2mX3s1yukbwRF1DJIeffewOc9iNqDs+XPumhQdZ0rlymkDQDUMeeh9wA24ryXYS6c239FGgLLYcZRwECjdZbWrCkYafOoEDGVMWFPA+2KvZir0dZ0OklKVkx77M8FjiMSYBjqDjXoIsvOkZYjHw4+uORYevh203TM19j4X5GkQi1T0hzw1ROVuA6mRMWoPMiY6u4mfbmuOfdzOIm/xhqEfodJFC/mr6mum1jtvR6hSFVN2A/8CJKuT3EtZfR7jxwzM59YVaxIA5WJU8aUv/N3y7Fgkeo2Yc/8FfuO46R5K1hQdU6qvZP7Gs2YPQ0ikDjOZX16YKzzZBuVWfCr/uxkHT9dtdwZrcUrR2Em04vr79pTsf2Aj/plFgvh1TrIGt00FDD5+xrjdBhtZ+yObrA7z9FSqBLGZzBBtGhjKrhjW7dxbzEFc1O35uqV2c5R8RP8wG6lJ3Oo1XEyxHgq4rFLWNR1RFKGez9oic6hjsxBzExUxBMuNasV6Xpu36kNfgB5F++91xaFws7N3MDheXMdGxP4Ed/4VH9XvMFs2xFwQbspWZc2+EuMnisA7KySSv0U/G+7tDgeV1nJKfJ2tRKDhA6N2X9ke36Vnp33tg6xDguiXte7BMwWuEIPTQrr5BCsSQT4tftpYOvCZ0QK+UKxHNPnIZgPkB6iUrkw7k2slX7qdDNLdcZ/ypOG3qhQecXXFh58ytpdagCjgwRdrXBwdRBO7gBFuqaHESW6S+7mUlCjeO4+FVVmObT3oEnckeN2hu7dIV15Z416ERJf++fS3VEyV81cx9A9p6D4Ai/XcKPiHiLzY6lJDUe2ngRO9"}" id="tAv4CshNMN0Ew72D" method="POST" novalidate="novalidate"> <div data-error=""></div> <div class="form_row" style="display: grid; grid-template-columns: repeat(12, 1fr);"> <div class="form_column" style="grid-column-start: span 12;"> <div class="form_text"> <label class="form_label" for="tAv4CshNMN0Ew72D/8bbe367b-d18e-4ea1-9e21-1598636ca155"> <span>Name</span> </label> <input id="tAv4CshNMN0Ew72D/8bbe367b-d18e-4ea1-9e21-1598636ca155" name="name" placeholder="Name*" type="text"> <span data-error="name"></span> </div> </div> </div> <div class="form_row" style="display: grid; grid-template-columns: repeat(12, 1fr);"> <div class="form_column" style="grid-column-start: span 6;"> <div class="form_email"> <label class="form_label" for="tAv4CshNMN0Ew72D/78ee5b43-0549-4a5d-994e-0ec9c4ca4440"> <span>Email</span> </label> <input id="tAv4CshNMN0Ew72D/78ee5b43-0549-4a5d-994e-0ec9c4ca4440" name="email" placeholder="Email*" type="email"> <span data-error="email"></span> </div> </div> <div class="form_column" style="grid-column-start: span 6;"> <div class="form_text"> <label class="form_label" for="tAv4CshNMN0Ew72D/303f5ff3-33ef-4fc1-8aed-f3762d1534dd"> <span>Phone</span> </label> <input id="tAv4CshNMN0Ew72D/303f5ff3-33ef-4fc1-8aed-f3762d1534dd" name="phone" placeholder="Phone" type="text"> <span data-error="phone"></span> </div> </div> </div> <div class="form_row" style="display: grid; grid-template-columns: repeat(12, 1fr);"> <div class="form_column" style="grid-column-start: span 12;"> <div class="form_textarea"> <label class="form_label" for="tAv4CshNMN0Ew72D/ebf8245b-a311-4c34-b0d9-e11465bbe234"> <span>Tell us more about your project</span> </label> <textarea id="tAv4CshNMN0Ew72D/ebf8245b-a311-4c34-b0d9-e11465bbe234" name="projectsummary" placeholder="Tell us more about your project"></textarea> <span data-error="projectsummary"></span> </div> </div> </div> <div class="form_row" style="display: grid; grid-template-columns: repeat(12, 1fr);"> <div class="form_column" style="grid-column-start: span 12;"> <div class="form_select"> <label class="form_label" for="tAv4CshNMN0Ew72D/7744e76e-c160-4d86-a947-97cf3ab4b3e6"> <span>Services Required</span> </label> <select id="tAv4CshNMN0Ew72D/7744e76e-c160-4d86-a947-97cf3ab4b3e6" name="services-required"> <option disabled="" hidden="" selected="" value="">Services Required</option> <option value="SURFACE, OBJECT, ROOM SHAPING"> SURFACE, OBJECT, ROOM SHAPING </option> <option value="CONSULTATION"> CORE CONSULTATION </option> <option value="MANUFACTURER"> MANUFACTURER SERVICES </option> <option value="COMPREHENSIVE"> COMPREHENSIVE </option> <option value="UNSURE"> UNSURE </option> </select> <span data-error="services-required"></span> </div> </div> </div> <div class="form_row" style="display: grid; grid-template-columns: repeat(12, 1fr);"> <div class="form_column" style="grid-column-start: span 12;"> <input type="hidden" name="dreamform-csrf" value="0f54a8395f632b228c1bde9b79a5cd9325c32f3e7efbdd84f320df0e72f685ef"> <input type="text" style="position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;" aria-hidden="" tabindex="-1" name="website"> <div class="form_field"> <button class="pill" hx-disabled-elt="this" type="submit"> SEND REQUEST</button> </div> </div> </div> </form> </div> </div> </header> <main id="swup" class="transition-fade" x-init="darkMode = true"> <div class="homepage"> <div class="homepage_description"> </div> <video x-ref="homepageVideo" class="homepage_anim lozad" src="https://umbel.design/media/pages/home/2515ae9ae6-1736536215/03-belanger-human-acoustic.mp4" playsinline="" muted="" autoplay="" loop="" @click="window.location.reload()" data-loaded="true"> </video> </div> </main></div></body></html>
- securityHeaders
- {"securityHeadersList":["strict-transport-security"],"securityHeadersGrade":"E","securityHeadersScore":25}
Waterfall View
Start Render | First Contentful Paint | Largest Contentful Paint | Layout Shift | DOM Interactive | DOM Content Loaded | On Load | Document Complete |
![]() |
![]() |
3xx response | 4xx+ response | Doesn't Belong to Main Doc |
Connection View
DNS Lookup | Initial Connection | SSL Negotiation | Start Render | DOM Content Loaded | On Load | Document Complete |

Request Details
Before Start Render | Before On Load | After On Load | 3xx Response | 4xx Response |
# | Resource | Content Type | Priority | Request Start | DNS Lookup | Initial Connection | SSL Negotiation | Time to First Byte | Content Download | Bytes Downloaded | CPU Time | Error/Status Code | IP |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | https://umbel.design/ | text/html | Highest | 0.138 s | 36 ms | 37 ms | 63 ms | 84 ms | 1 ms | 6.0 KB | 1 ms | 200 | 185.231.124.221 |
2 | https://umbel.design...le.css?v=12:37-12.01 | text/css | Highest | 0.234 s | - | - | - | 79 ms | 88 ms | 65.4 KB | - | 200 | 185.231.124.221 |
3 | https://umbel.design...min.js?v=12:37-12.01 | text/javascript | Low | 0.407 s | - | - | - | 74 ms | 19 ms | 26.9 KB | 39 ms | 200 | 185.231.124.221 |
4 | https://unpkg.com/[email protected] | text/plain | High | 0.411 s | 32 ms | 62 ms | 81 ms | 90 ms | - | 0.1 KB | 9 ms | 302 | 104.17.245.203 |
5 | https://unpkg.com/ht...0.3/dist/htmx.min.js | application/javascript | High | 0.504 s | - | - | - | 41 ms | 35 ms | 19.9 KB | - | 200 | 104.17.245.203 |
6 | https://umbel.design...erMono-Regular.woff2 | font/woff2 | Highest | 0.611 s | - | - | - | 72 ms | 17 ms | 25.0 KB | - | 200 | 185.231.124.221 |
7 | https://umbel.design...ingerMono-Bold.woff2 | font/woff2 | Highest | 0.612 s | - | - | - | 113 ms | 14 ms | 25.4 KB | - | 200 | 185.231.124.221 |
8 | https://umbel.design...r-human-acoustic.mp4 | video/mp4 | Low | 0.62 s | - | - | - | 7007 ms | 676 ms | - | - | 206 | 185.231.124.221 |
9 | https://www.googleta...cript%20async%20src= | application/javascript | Low | 0.65 s | 38 ms | 35 ms | 69 ms | 181 ms | 362 ms | 53.3 KB | 16 ms | 200 | 142.250.185.200 |
10 | https://umbel.design...r-human-acoustic.mp4 | - | Low | 0.658 s | - | - | - | - | -658 ms | - | - | -1 | 185.231.124.221 |
11 | https://www.googleta...=c>m=453e5190za200 | application/javascript | Low | 1.209 s | - | - | - | 165 ms | 960 ms | 108.9 KB | 71 ms | 200 | 142.250.185.200 |
12 | https://www.google-a..._ss=1&_ee=1&tfd=2405 | text/plain | High | 2.405 s | 40 ms | 45 ms | 87 ms | 251 ms | - | - | - | 204 | 216.239.34.178 |
13 | https://umbel.design...536215/umbel-fav.svg | image/svg+xml | High | 3.895 s | - | - | - | 3769 ms | 10 ms | - | - | 200 | 185.231.124.221 |
Request Headers
Request 1: https://umbel.design/
URL: https://umbel.design/
Host: umbel.design
IP: 185.231.124.221
Error/Status Code: 200
Priority: Highest
Protocol: HTTP/2
HTTP/2 Stream: 1, weight 256, depends on 0, EXCLUSIVE
Initiated By: https://unpkg.com/[email protected]
Request Start: 0.138 s
DNS Lookup: 36 ms
Initial Connection: 37 ms
Time to First Byte: 84 ms
Content Download: 1 ms
Bytes In (downloaded): 6.0 KB
Uncompressed Size: 16.5 KB
Bytes Out (uploaded): 2.1 KB
Request Headers:
:authority: umbel.design
: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="131", "Google Chrome";v="131"
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/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
cache-control: no-store, private
content-encoding: gzip
content-length: 6127
content-type: text/html; charset=UTF-8
date: Sun, 12 Jan 2025 12:37:40 GMT
server: Apache
set-cookie: kirby_session=daefb939ffbf75f8a6908de9ea0df14704ad27f7%2B1736692660.0787663211a687b8edc6.a333474cd697ed6fa8eac1003e2c55e52cf99c97171a94cc63321d32a8d406c7; expires=Sun, 12 Jan 2025 14:37:40 GMT; Max-Age=7200; path=/; secure; HttpOnly; SameSite=Lax
strict-transport-security: max-age=63072000; includeSubDomains; preload
vary: Accept-Encoding
:status: 200
Request 2: https://umbel.design/assets/css/style.css?v=12:37-12.01
URL: https://umbel.design/assets/css/style.css?v=12:37-12.01
Host: umbel.design
IP: 185.231.124.221
Error/Status Code: 200
Priority: Highest
Protocol: HTTP/2
HTTP/2 Stream: 3, weight 256, depends on 0, EXCLUSIVE
Initiated By: https://umbel.design/ line 25
Request Start: 0.234 s
Time to First Byte: 79 ms
Content Download: 88 ms
Bytes In (downloaded): 65.4 KB
Uncompressed Size: 703.2 KB
Bytes Out (uploaded): 2.3 KB
Request Headers:
:authority: umbel.design
:method: GET
:path: /assets/css/style.css?v=12:37-12.01
: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=daefb939ffbf75f8a6908de9ea0df14704ad27f7%2B1736692660.0787663211a687b8edc6.a333474cd697ed6fa8eac1003e2c55e52cf99c97171a94cc63321d32a8d406c7
priority: u=0
referer: https://umbel.design/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
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/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
accept-ranges: bytes
content-encoding: gzip
content-type: text/css
date: Sun, 12 Jan 2025 12:37:40 GMT
etag: "afca4-62b5ed83b25ee-gzip"
last-modified: Fri, 10 Jan 2025 19:10:14 GMT
server: Apache
strict-transport-security: max-age=63072000; includeSubDomains; preload
vary: Accept-Encoding
:status: 200
Request 3: https://umbel.design/assets/js/main.min.js?v=12:37-12.01
URL: https://umbel.design/assets/js/main.min.js?v=12:37-12.01
Host: umbel.design
IP: 185.231.124.221
Error/Status Code: 200
Priority: Low
Protocol: HTTP/2
HTTP/2 Stream: 5, weight 147, depends on 0, EXCLUSIVE
Initiated By: https://umbel.design/ line 26
Request Start: 0.407 s
Time to First Byte: 74 ms
Content Download: 19 ms
Bytes In (downloaded): 26.9 KB
Uncompressed Size: 79.9 KB
Bytes Out (uploaded): 2.2 KB
Request Headers:
:authority: umbel.design
:method: GET
:path: /assets/js/main.min.js?v=12:37-12.01
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
cookie: kirby_session=daefb939ffbf75f8a6908de9ea0df14704ad27f7%2B1736692660.0787663211a687b8edc6.a333474cd697ed6fa8eac1003e2c55e52cf99c97171a94cc63321d32a8d406c7
referer: https://umbel.design/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
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/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
accept-ranges: bytes
content-encoding: gzip
content-length: 27532
content-type: text/javascript
date: Sun, 12 Jan 2025 12:37:40 GMT
etag: "13fa9-62b5ed83b31a6-gzip"
last-modified: Fri, 10 Jan 2025 19:10:14 GMT
server: Apache
strict-transport-security: max-age=63072000; includeSubDomains; preload
vary: Accept-Encoding
:status: 200
Request 4: https://unpkg.com/[email protected]
URL: https://unpkg.com/[email protected]
Host: unpkg.com
IP: 104.17.245.203
Error/Status Code: 302
Priority: High
Protocol: HTTP/2
HTTP/2 Stream: 1, weight 220, depends on 0, EXCLUSIVE
Initiated By: https://umbel.design/ line 25
Request Start: 0.411 s
DNS Lookup: 32 ms
Initial Connection: 62 ms
Time to First Byte: 90 ms
Bytes In (downloaded): 0.1 KB
Bytes Out (uploaded): 1.8 KB
Request Headers:
:authority: unpkg.com
:method: GET
:path: /[email protected]
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
origin: https://umbel.design
priority: u=1
referer: https://umbel.design/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Unknown"
sec-fetch-dest: script
sec-fetch-mode: cors
sec-fetch-site: cross-site
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
access-control-allow-origin: *
age: 1672830
cache-control: public, max-age=31536000
cf-cache-status: HIT
cf-ray: 900d32ff6bc7dbf6-FRA
content-encoding: br
content-type: text/plain; charset=utf-8
date: Sun, 12 Jan 2025 12:37:40 GMT
fly-request-id: 01JFVCZFFPTJFT9SSX2S2X1CXD-fra
location: /[email protected]/dist/htmx.min.js
server: cloudflare
strict-transport-security: max-age=31536000; includeSubDomains; preload
vary: Accept, Accept-Encoding
via: 1.1 fly.io
x-content-type-options: nosniff
:status: 302
Request 5: https://unpkg.com/[email protected]/dist/htmx.min.js
URL: https://unpkg.com/[email protected]/dist/htmx.min.js
Host: unpkg.com
IP: 104.17.245.203
Error/Status Code: 200
Priority: High
Protocol: HTTP/2
HTTP/2 Stream: 3, weight 220, depends on 0, EXCLUSIVE
Initiated By: https://umbel.design/ line 25
Request Start: 0.504 s
Time to First Byte: 41 ms
Content Download: 35 ms
Bytes In (downloaded): 19.9 KB
Uncompressed Size: 49.2 KB
Bytes Out (uploaded): 1.8 KB
Request Headers:
:authority: unpkg.com
:method: GET
:path: /[email protected]/dist/htmx.min.js
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
origin: https://umbel.design
priority: u=1
referer: https://umbel.design/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Unknown"
sec-fetch-dest: script
sec-fetch-mode: cors
sec-fetch-site: cross-site
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
access-control-allow-origin: *
age: 1490718
cache-control: public, max-age=31536000
cf-cache-status: HIT
cf-ray: 900d32fffcf3dbf6-FRA
content-encoding: br
content-type: application/javascript; charset=utf-8
date: Sun, 12 Jan 2025 12:37:40 GMT
etag: "c4d3-2FBaXX2KPmk5VwCuog/Ud+JjZhU"
fly-request-id: 01JG0TN3SJTD4TAN5KXD55QKZ8-fra
last-modified: Sat, 26 Oct 1985 08:15:00 GMT
server: cloudflare
strict-transport-security: max-age=31536000; includeSubDomains; preload
vary: Accept-Encoding
via: 1.1 fly.io
x-content-type-options: nosniff
:status: 200
Request 6: https://umbel.design/assets/fonts/BallingerMono-Regular.woff2
URL: https://umbel.design/assets/fonts/BallingerMono-Regular.woff2
Host: umbel.design
IP: 185.231.124.221
Error/Status Code: 200
Priority: Highest
Protocol: HTTP/2
HTTP/2 Stream: 7, weight 256, depends on 0, EXCLUSIVE
Initiated By: https://umbel.design/assets/css/style.css?v=12:37-12.01
Request Start: 0.611 s
Time to First Byte: 72 ms
Content Download: 17 ms
Bytes In (downloaded): 25.0 KB
Uncompressed Size: 25.0 KB
Bytes Out (uploaded): 2.4 KB
Request Headers:
:authority: umbel.design
:method: GET
:path: /assets/fonts/BallingerMono-Regular.woff2
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
cookie: kirby_session=daefb939ffbf75f8a6908de9ea0df14704ad27f7%2B1736692660.0787663211a687b8edc6.a333474cd697ed6fa8eac1003e2c55e52cf99c97171a94cc63321d32a8d406c7
origin: https://umbel.design
priority: u=0
referer: https://umbel.design/assets/css/style.css?v=12:37-12.01
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
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/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
accept-ranges: bytes
content-length: 25564
content-type: font/woff2
date: Sun, 12 Jan 2025 12:37:40 GMT
etag: "63dc-62b5ed83b2dbe"
last-modified: Fri, 10 Jan 2025 19:10:14 GMT
server: Apache
strict-transport-security: max-age=63072000; includeSubDomains; preload
:status: 200
Request 7: https://umbel.design/assets/fonts/BallingerMono-Bold.woff2
URL: https://umbel.design/assets/fonts/BallingerMono-Bold.woff2
Host: umbel.design
IP: 185.231.124.221
Error/Status Code: 200
Priority: Highest
Protocol: HTTP/2
HTTP/2 Stream: 9, weight 256, depends on 7, EXCLUSIVE
Initiated By: https://umbel.design/assets/css/style.css?v=12:37-12.01
Request Start: 0.612 s
Time to First Byte: 113 ms
Content Download: 14 ms
Bytes In (downloaded): 25.4 KB
Uncompressed Size: 25.4 KB
Bytes Out (uploaded): 2.4 KB
Request Headers:
:authority: umbel.design
:method: GET
:path: /assets/fonts/BallingerMono-Bold.woff2
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
cookie: kirby_session=daefb939ffbf75f8a6908de9ea0df14704ad27f7%2B1736692660.0787663211a687b8edc6.a333474cd697ed6fa8eac1003e2c55e52cf99c97171a94cc63321d32a8d406c7
origin: https://umbel.design
priority: u=0
referer: https://umbel.design/assets/css/style.css?v=12:37-12.01
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
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/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
accept-ranges: bytes
content-length: 25980
content-type: font/woff2
date: Sun, 12 Jan 2025 12:37:40 GMT
etag: "657c-62b5ed83b2dbe"
last-modified: Fri, 10 Jan 2025 19:10:14 GMT
server: Apache
strict-transport-security: max-age=63072000; includeSubDomains; preload
:status: 200
Request 8: https://umbel.design/media/pages/home/2515ae9ae6-1736536215/03-belanger-human-acoustic.mp4
URL: https://umbel.design/media/pages/home/2515ae9ae6-1736536215/03-belanger-human-acoustic.mp4
Host: umbel.design
IP: 185.231.124.221
Error/Status Code: 206
Priority: Low
Protocol: HTTP/2
Initiated By: https://umbel.design/ line 352
Request Start: 0.620 s
Time to First Byte: 7007 ms
Content Download: 676 ms
Bytes In (downloaded): 0.0 KB
Uncompressed Size: 7,872.0 KB
Bytes Out (uploaded): 2.4 KB
Request Headers:
:authority: umbel.design
:method: GET
:path: /media/pages/home/2515ae9ae6-1736536215/03-belanger-human-acoustic.mp4
:scheme: https
accept: */*
accept-encoding: identity;q=1, *;q=0
accept-language: en-US,en;q=0.9
cookie: kirby_session=daefb939ffbf75f8a6908de9ea0df14704ad27f7%2B1736692660.0787663211a687b8edc6.a333474cd697ed6fa8eac1003e2c55e52cf99c97171a94cc63321d32a8d406c7
priority: i
range: bytes=0-
referer: https://umbel.design/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
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/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
Content-Length: 17956745
Content-Range: bytes 0-17956744/17956745
accept-ranges: bytes
content-type: video/mp4
date: Sun, 12 Jan 2025 12:37:47 GMT
etag: "111ff89-62b707b8050d3"
last-modified: Sat, 11 Jan 2025 16:12:48 GMT
server: Apache
strict-transport-security: max-age=63072000; includeSubDomains; preload
Request 9: https://www.googletagmanager.com/gtag/js?id=%3C!--%20Google%20tag%20(gtag.js)%20--%3E%20%3Cscript%20async%20src=
URL: https://www.googletagmanager.com/gtag/js?id=%3C!--%20Google%20tag%20(gtag.js)%20--%3E%20%3Cscript%20async%20src=
Host: www.googletagmanager.com
IP: 142.250.185.200
Error/Status Code: 200
Priority: Low
Protocol: HTTP/2
HTTP/2 Stream: 1, weight 147, depends on 0, EXCLUSIVE
Initiated By: https://umbel.design/ line 204
Request Start: 0.650 s
DNS Lookup: 38 ms
Initial Connection: 35 ms
Time to First Byte: 181 ms
Content Download: 362 ms
Bytes In (downloaded): 53.3 KB
Uncompressed Size: 140.8 KB
Bytes Out (uploaded): 1.9 KB
Request Headers:
:authority: www.googletagmanager.com
:method: GET
:path: /gtag/js?id=%3C!--%20Google%20tag%20(gtag.js)%20--%3E%20%3Cscript%20async%20src=
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
referer: https://umbel.design/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Unknown"
sec-fetch-dest: script
sec-fetch-mode: no-cors
sec-fetch-site: cross-site
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
access-control-allow-credentials: true
access-control-allow-headers: Cache-Control
access-control-allow-origin: *
cache-control: private, max-age=900
content-encoding: br
content-length: 54573
content-security-policy-report-only: script-src 'none'; form-action 'none'; frame-src 'none'; report-uri https://csp.withgoogle.com/csp/scaffolding/ascgcycc:838:0
content-type: application/javascript; charset=UTF-8
cross-origin-opener-policy-report-only: same-origin; report-to=coop_reporting
cross-origin-resource-policy: cross-origin
date: Sun, 12 Jan 2025 12:37:40 GMT
expires: Sun, 12 Jan 2025 12:37:40 GMT
last-modified: Sun, 12 Jan 2025 12:00:00 GMT
report-to: {"group":"coop_reporting","max_age":2592000,"endpoints":[{"url":"https://csp.withgoogle.com/csp/report-to/scaffolding/ascgcycc:838:0"}],}
server: Google Tag Manager
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
x-xss-protection: 0
:status: 200
Request 10: https://umbel.design/media/pages/home/2515ae9ae6-1736536215/03-belanger-human-acoustic.mp4
URL: https://umbel.design/media/pages/home/2515ae9ae6-1736536215/03-belanger-human-acoustic.mp4
Host: umbel.design
IP: 185.231.124.221
Error/Status Code: -1
Priority: Low
Protocol: HTTP/2
Request Start: 0.658 s
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 0.0 KB
Request Headers:
:method: GET
:authority: umbel.design
:scheme: https
:path: /media/pages/home/2515ae9ae6-1736536215/03-belanger-human-acoustic.mp4
sec-ch-ua-platform: "Unknown"
accept-encoding: identity;q=1, *;q=0
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 PTST/24.12
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
sec-ch-ua-mobile: ?0
accept: */*
sec-fetch-site: same-origin
sec-fetch-mode: no-cors
sec-fetch-dest: video
referer: https://umbel.design/
accept-language: en-US,en;q=0.9
cookie: kirby_session=daefb939ffbf75f8a6908de9ea0df14704ad27f7%2B1736692660.0787663211a687b8edc6.a333474cd697ed6fa8eac1003e2c55e52cf99c97171a94cc63321d32a8d406c7
range: bytes=0-
priority: i
Response Headers:
Request 11: https://www.googletagmanager.com/gtag/js?id=G-TN06CZDW1G&l=dataLayer&cx=c>m=453e5190za200
URL: https://www.googletagmanager.com/gtag/js?id=G-TN06CZDW1G&l=dataLayer&cx=c>m=453e5190za200
Host: www.googletagmanager.com
IP: 142.250.185.200
Error/Status Code: 200
Priority: Low
Protocol: HTTP/2
HTTP/2 Stream: 3, weight 147, depends on 0, EXCLUSIVE
Initiated By: https://www.googletagmanager.com/gtag/js?id=%3C!--%20Google%20tag%20(gtag.js)%20--%3E%20%3Cscript%20async%20src= line 55 column 76
Request Start: 1.209 s
Time to First Byte: 165 ms
Content Download: 960 ms
Bytes In (downloaded): 108.9 KB
Uncompressed Size: 327.5 KB
Bytes Out (uploaded): 1.8 KB
Request Headers:
:authority: www.googletagmanager.com
:method: GET
:path: /gtag/js?id=G-TN06CZDW1G&l=dataLayer&cx=c>m=453e5190za200
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
referer: https://umbel.design/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Unknown"
sec-fetch-dest: script
sec-fetch-mode: no-cors
sec-fetch-site: cross-site
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
access-control-allow-credentials: true
access-control-allow-headers: Cache-Control
access-control-allow-origin: *
cache-control: private, max-age=900
content-encoding: br
content-length: 111486
content-security-policy-report-only: script-src 'none'; form-action 'none'; frame-src 'none'; report-uri https://csp.withgoogle.com/csp/scaffolding/ascgcycc:838:0
content-type: application/javascript; charset=UTF-8
cross-origin-opener-policy-report-only: same-origin; report-to=coop_reporting
cross-origin-resource-policy: cross-origin
date: Sun, 12 Jan 2025 12:37:41 GMT
expires: Sun, 12 Jan 2025 12:37:41 GMT
report-to: {"group":"coop_reporting","max_age":2592000,"endpoints":[{"url":"https://csp.withgoogle.com/csp/report-to/scaffolding/ascgcycc:838:0"}],}
server: Google Tag Manager
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
x-xss-protection: 0
:status: 200
Request 12: https://www.google-analytics.com/g/collect?v=2&tid=G-TN06CZDW1G>m=45je5190v9201453671za200&_p=1736685460536&gcd=13l3l3l3l1l1&npa=0&dma=0&tag_exp=101925629~102067555~102067808~102081485~102198178&cid=1074403602.1736685462&ul=en-us&sr=1920x1200&uaa=x86&uab=64&uafvl=%2520Not%2520A%253BBrand%3B99%7CChromium%3B131.0.0.0%7CGoogle%2520Chrome%3B131.0.0.0&uamb=0&uam=Model&uap=Unknown&uapv=0&uaw=0&are=1&frm=0&pscdl=noapi&_s=1&sid=1736685462&sct=1&seg=0&dl=https%3A%2F%2Fumbel.design%2F&dt=Home%20-%20Umbel&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2405
URL: https://www.google-analytics.com/g/collect?v=2&tid=G-TN06CZDW1G>m=45je5190v9201453671za200&_p=1736685460536&gcd=13l3l3l3l1l1&npa=0&dma=0&tag_exp=101925629~102067555~102067808~102081485~102198178&cid=1074403602.1736685462&ul=en-us&sr=1920x1200&uaa=x86&uab=64&uafvl=%2520Not%2520A%253BBrand%3B99%7CChromium%3B131.0.0.0%7CGoogle%2520Chrome%3B131.0.0.0&uamb=0&uam=Model&uap=Unknown&uapv=0&uaw=0&are=1&frm=0&pscdl=noapi&_s=1&sid=1736685462&sct=1&seg=0&dl=https%3A%2F%2Fumbel.design%2F&dt=Home%20-%20Umbel&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2405
Host: www.google-analytics.com
IP: 216.239.34.178
Error/Status Code: 204
Priority: High
Protocol: HTTP/2
Initiated By: https://www.googletagmanager.com/gtag/js?id=G-TN06CZDW1G&l=dataLayer&cx=c>m=453e5190za200 line 195 column 261
Request Start: 2.405 s
DNS Lookup: 40 ms
Initial Connection: 45 ms
Time to First Byte: 251 ms
Bytes In (downloaded): 0.0 KB
Bytes Out (uploaded): 3.4 KB
Request Headers:
:authority: www.google-analytics.com
:method: POST
:path: /g/collect?v=2&tid=G-TN06CZDW1G>m=45je5190v9201453671za200&_p=1736685460536&gcd=13l3l3l3l1l1&npa=0&dma=0&tag_exp=101925629~102067555~102067808~102081485~102198178&cid=1074403602.1736685462&ul=en-us&sr=1920x1200&uaa=x86&uab=64&uafvl=%2520Not%2520A%253BBrand%3B99%7CChromium%3B131.0.0.0%7CGoogle%2520Chrome%3B131.0.0.0&uamb=0&uam=Model&uap=Unknown&uapv=0&uaw=0&are=1&frm=0&pscdl=noapi&_s=1&sid=1736685462&sct=1&seg=0&dl=https%3A%2F%2Fumbel.design%2F&dt=Home%20-%20Umbel&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2405
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9
content-length: 0
origin: https://umbel.design
priority: u=1, i
referer: https://umbel.design/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Unknown"
sec-fetch-dest: empty
sec-fetch-mode: no-cors
sec-fetch-site: cross-site
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
access-control-allow-credentials: true
access-control-allow-origin: https://umbel.design
cache-control: no-cache, no-store, must-revalidate
content-length: 0
content-security-policy-report-only: script-src 'none'; form-action 'none'; frame-src 'none'; report-uri https://csp.withgoogle.com/csp/scaffolding/ascnsrsggc:86:0
content-type: text/plain
cross-origin-opener-policy-report-only: same-origin; report-to=coop_reporting
cross-origin-resource-policy: cross-origin
date: Sun, 12 Jan 2025 12:37:42 GMT
expires: Fri, 01 Jan 1990 00:00:00 GMT
pragma: no-cache
report-to: {"group":"coop_reporting","max_age":2592000,"endpoints":[{"url":"https://csp.withgoogle.com/csp/report-to/scaffolding/ascnsrsggc:86:0"}],}
server: Golfe2
Request 13: https://umbel.design/media/site/d197267922-1736536215/umbel-fav.svg
URL: https://umbel.design/media/site/d197267922-1736536215/umbel-fav.svg
Host: umbel.design
IP: 185.231.124.221
Error/Status Code: 200
Priority: High
Protocol: HTTP/2
Request Start: 3.895 s
Time to First Byte: 3769 ms
Content Download: 10 ms
Bytes In (downloaded): 0.0 KB
Uncompressed Size: 0.1 KB
Bytes Out (uploaded): 2.7 KB
Request Headers:
:authority: umbel.design
:method: GET
:path: /media/site/d197267922-1736536215/umbel-fav.svg
: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=daefb939ffbf75f8a6908de9ea0df14704ad27f7%2B1736692660.0787663211a687b8edc6.a333474cd697ed6fa8eac1003e2c55e52cf99c97171a94cc63321d32a8d406c7; _ga=GA1.1.1074403602.1736685462; _ga_TN06CZDW1G=GS1.1.1736685462.1.0.1736685462.0.0.0
priority: u=1, i
referer: https://umbel.design/
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="131", "Google Chrome";v="131"
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/131.0.0.0 Safari/537.36 PTST/24.12
Response Headers:
accept-ranges: bytes
content-length: 149
content-type: image/svg+xml
date: Sun, 12 Jan 2025 12:37:47 GMT
etag: "95-62b707b8438d5"
last-modified: Sat, 11 Jan 2025 16:12:48 GMT
server: Apache
strict-transport-security: max-age=63072000; includeSubDomains; preload