Run 3 summary

https://gitlab.com/

Tested 2025-06-24 14:31:28 using Chrome 137.0.7151.55 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayThird partyScreenshots

Summary

MetricValue
Page metrics
Performance score55
Total page size7.7 MB
Requests231
Timing metrics
TTFB313 ms
First Paint1.204 s
Fully Loaded4.274 s
Google Web Vitals
TTFB313 ms
First Contentful Paint (FCP) 1.204 s
Largest Contentful Paint (LCP) 1.204 s
Cumulative Layout Shift (CLS) 0.13
480 ms
Total Blocking Time499 ms
Max Potential FID176 ms
CPU metrics
CPU long tasks14
CPU last long task happens at3.330 s
Visual Metrics
First Visual Change1.200 s
Speed Index2.017 s
Visual Complete 85%4.466 s
Visual Complete 99%5.833 s
Last Visual Change5.833 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.8 sCPU Long Task duration 162 ms
1.1 sCPU Long Task duration 82 msLayout Shift 0.12064 1.090 s
1.2 sCPU Long Task duration 79 msFirst Visual Change 1.200 s
1.3 sFirst Contentful Paint 1.204 sLCP <SPAN> 1.204 smutiny-hider-removed 1.242 sCPU Long Task duration 79 ms
1.4 sLayout Shift 0.00032 1.326 sCPU Long Task duration 68 ms
1.5 sCPU Long Task duration 117 ms
1.6 sDOM Content Loaded Time 1.598 s
1.8 s
1.9 sCPU Long Task duration 86 ms
2 sLayout Shift 0.00794 1.940 s
2.1 sPage Load Time 2.014 s
2.2 s
2.3 sCPU Long Task duration 118 ms
2.4 s
2.5 sCPU Long Task duration 74 ms
2.6 sCPU Long Task duration 68 ms
2.7 s
2.8 sCPU Long Task duration 176 ms
2.9 s
3 s
3.1 sCPU Long Task duration 69 ms
3.2 s
3.3 sCPU Long Task duration 118 ms
3.4 sCPU Long Task duration 76 ms
3.5 s
3.6 s
3.7 s
3.8 s
3.9 s
4 s
4.1 s
4.2 s
4.3 sFully Loaded 4.274 s
4.4 s
4.5 sVisual Complete 85% 4.466 s
4.6 s
4.7 s
4.8 s
4.9 s
5 s
5.1 s
5.2 s
5.3 s
5.4 s
5.5 s
5.6 s
5.7 sVisual Complete 95% 5.666 s
5.8 s
5.9 sLast Visual Change 5.833 sVisual Complete 99% 5.833 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.1.1.

I am the coach

Coach score

Performance advice (55)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 20 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.0
Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
Offenders:
  • https://about.gitlab.com/images/customer_logos/deutsche-telekom-grey.svg
  • https://about.gitlab.com/images/customer_logos/airbus-grey.svg
  • https://about.gitlab.com/images/customer_logos/deutsche-telekom-grey.svg
  • https://about.gitlab.com/images/customer_logos/airbus-grey.svg
  • https://about.gitlab.com/images/customer_logos/deutsche-telekom-grey.svg
  • https://about.gitlab.com/images/customer_logos/airbus-grey.svg
  • https://about.gitlab.com/images/customer_logos/hackerone-black-logo.png
  • https://about.gitlab.com/images/customer_logos/radio-france-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/cube-logo.png
  • https://about.gitlab.com/images/customer_logos/intuitive-machines.png
  • https://about.gitlab.com/images/customer_logos/ally-bank-black.svg
  • https://about.gitlab.com/images/customer_logos/deutsche-telekom-black.svg
  • https://about.gitlab.com/images/customer_logos/agoda-black.svg
  • https://about.gitlab.com/images/customer_logos/sigma-defense-black-logo.png
  • https://about.gitlab.com/images/customer_logos/carfax.png
  • https://about.gitlab.com/images/customer_logos/hackerone-black-logo.png
  • https://about.gitlab.com/images/customer_logos/radio-france-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/cube-logo.png
  • https://about.gitlab.com/images/customer_logos/intuitive-machines.png
  • https://about.gitlab.com/images/customer_logos/ally-bank-black.svg
  • Avoid using Google Tag Manager. (googleTagManager)The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.0
    Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.
    Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Avoid CPU Long Tasks (longTasks)The page has 15 CPU long tasks with the total of 1.441 s. The total blocking time is 518 ms and 3 long tasks before first contentful paint with total time of 323 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • unknown
  • unknown
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 4 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.70
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c...b339825302241.css
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js
  • https://cdn.cookielaw.org/scripttemplates/otSDKStub.js
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/geofeed
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 16 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 42.6 kB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://gitlab.com/
  • https://client-registry.mutinycdn.com/personalize/client/c18972324098ea25.js
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/geofeed
  • https://client-registry.mutinycdn.com/personalize/user_data/c18972324098ea25.jso...72324098ea25.json
  • https://client-registry.mutinycdn.com/personalize/client_data/c18972324098ea25.json
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location
  • https://munchkin.marketo.net/munchkin.js
  • https://cdn.bizible.com/ipv...n.bizible.com/ipv
  • https://cdn.bizibly.com/u...cdn.bizibly.com/u
  • https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...FjNmYyNjA3MjI3In0
  • https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c
  • https://cc.swiftype.com/cc.js?engine_key=6meAsJr1HTFB8FoyaYAv&url=https%3A%2F%2Fabout.gitlab.com%2F
  • https://analytics.gitlab.com/g/collect...lab.com/g/collect
  • https://analytics.gitlab.com/g/collect...lab.com/g/collect
  • https://jukebox.pathfactory.com/api/public/v1/init...pi/public/v1/init
  • https://analytics.gitlab.com/g/collect...lab.com/g/collect
  • Long cache headers is good (cacheHeadersLong)The page has 196 requests that have a shorter cache time than 30 days (but still a cache time).0
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js
  • https://cdn.cookielaw.org/scripttemplates/otSDKStub.js
  • https://about.gitlab.com/_nuxt-new/useAOS.DvB2Xm2x.css
  • https://about.gitlab.com/_nuxt-new/SearchContent.CnkxEp3_.css
  • https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.t0DfGMcs.css
  • https://about.gitlab.com/_payload.json?a1787484-6b42-48c3-825d-0da516d93970
  • https://about.gitlab.com/_nuxt-new/entry.1uy9XxFg.js
  • https://about.gitlab.com/_nuxt-new/_...slug_.DfNBRaUz.js
  • https://about.gitlab.com/_nuxt-new/useAOS.DUjYJspC.js
  • https://about.gitlab.com/_nuxt-new/useAvailableLanguages.Br_4_ljR.js
  • https://about.gitlab.com/_nuxt-new/query.0DcTNIx-.js
  • https://about.gitlab.com/_nuxt-new/preview.DdhW8MFI.js
  • https://about.gitlab.com/_nuxt-new/default.C5JdRWSc.js
  • https://about.gitlab.com/_nuxt-new/Navigation.BOH1yxi8.js
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.4_BNAZzJ.js
  • https://about.gitlab.com/_nuxt-new/Search.C3RmEOYH.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.vue.DEl0qAi2.js
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.DKTVfJ8o.js
  • https://about.gitlab.com/_nuxt-new/index.CYcnI3_Q.js
  • https://about.gitlab.com/_nuxt-new/search.service.D0T_jgLw.js
  • https://about.gitlab.com/_nuxt-new/debounce.Dj7bt6uA.js
  • https://about.gitlab.com/_nuxt-new/isObject.DB8w6JNV.js
  • https://about.gitlab.com/_nuxt-new/toNumber.BeOo-LBo.js
  • https://about.gitlab.com/_nuxt-new/isSymbol.Ba1BCOlk.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdown.BlvhytJy.js
  • https://about.gitlab.com/_nuxt-new/NavigationCard.C0YIP3R5.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.Bm_nbtrq.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.BuGNT7qp.js
  • https://about.gitlab.com/_nuxt-new/chevron.DG0TJ29A.js
  • https://about.gitlab.com/_nuxt-new/NavigationButton.B18rX59o.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.igcodzY6.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.CoiHG7kS.js
  • https://about.gitlab.com/_nuxt-new/Banner.C2Ks9LSo.js
  • https://about.gitlab.com/_nuxt-new/Footer.Bu_gSd5U.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.vue.XJpSaZF-.js
  • https://about.gitlab.com/_nuxt-new/LanguageSelector.95EaRrcD.js
  • https://about.gitlab.com/_nuxt-new/SocialMediaLinks.BmOBwfu4.js
  • https://about.gitlab.com/_nuxt-new/Source.DBnLdpeP.js
  • https://about.gitlab.com/_nuxt-new/NuxtImg.vue.D48AAgaA.js
  • https://about.gitlab.com/_nuxt-new/gitlab.CtGsqhIR.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.pz70auXT.js
  • https://about.gitlab.com/_nuxt-new/Common.COetuWtn.js
  • https://about.gitlab.com/_nuxt-new/useDynamicComponents.BIgV2TNt.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.DdzBSJ_k.js
  • https://about.gitlab.com/_nuxt-new/Hero.DLIWwd0z.js
  • https://about.gitlab.com/_nuxt-new/EmailRedirect.BJ6REOfY.js
  • https://about.gitlab.com/_nuxt-new/LoopingVideo.CIBJ_W0x.js
  • https://about.gitlab.com/_nuxt-new/Video.B-HNtdKT.js
  • https://about.gitlab.com/_nuxt-new/VideoModal.BsVgpBIT.js
  • https://about.gitlab.com/_nuxt-new/CustomerLogos.DSyFuxZU.js
  • https://about.gitlab.com/_nuxt-new/SecondaryHero.CRwdeFrm.js
  • https://about.gitlab.com/_nuxt-new/StackingCards.DoAkNhMy.js
  • https://about.gitlab.com/_nuxt-new/toKebabCase.r_RV3gou.js
  • https://about.gitlab.com/_nuxt-new/CardCarousel.B8QqXUDD.js
  • https://about.gitlab.com/_nuxt-new/ForresterReport.BlBuOr0k.js
  • https://about.gitlab.com/_nuxt-new/NextSteps.DtzA4uMC.js
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/7f944245-...dd955adfdd08.json
  • https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL
  • https://about.gitlab.com/_nuxt-new/builds/meta/a1787484-6b42-48c3-825d-0da516d93970.json
  • https://cdn.bizible.com/scripts/bizible.js
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/otBannerSdk.js
  • https://about.gitlab.com/images/homepage/blue-star.svg
  • https://about.gitlab.com/images/banner/gitlab18-graphic-leftside.svg
  • https://about.gitlab.com/images/banner/gitlab18-graphic-rightside.svg
  • https://about.gitlab.com/images/homepage/background-star.svg
  • https://about.gitlab.com/_nuxt-new/free-trial.DYM27zuf.js
  • https://about.gitlab.com/_nuxt-new/FreeTrial.zTa0XXh4.js
  • https://about.gitlab.com/_nuxt-new/Minimal.rQcTAMl7.js
  • https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.Jlh5qMxc.js
  • https://about.gitlab.com/_nuxt-new/minimal.DjznUKtf.js
  • https://about.gitlab.com/_nuxt-new/Minimal.CpsF69TL.js
  • https://about.gitlab.com/_nuxt-new/no-banner.BpPuuMzs.js
  • https://about.gitlab.com/_nuxt-new/GitLabSans.Lo2zo6M4.js
  • https://about.gitlab.com/_nuxt-new/GitLabSans.Cxxgg34v.woff2
  • https://about.gitlab.com/images/navigation/the-source-promo-card.svg
  • https://about.gitlab.com/images/gitlab-duo/gartner-white.svg
  • https://about.gitlab.com/images/customer_logos/deutsche-telekom-grey.svg
  • https://about.gitlab.com/images/customer_logos/goldman-sachs-grey.svg
  • https://about.gitlab.com/images/customer_logos/airbus-grey.svg
  • https://about.gitlab.com/images/customer_logos/lockheed-martin-grey.svg
  • https://about.gitlab.com/images/customer_logos/carfax-grey.svg
  • https://about.gitlab.com/images/customer_logos/nvidia-grey-logo.svg
  • https://about.gitlab.com/images/customer_logos/ubs-logo-grey.svg
  • https://about.gitlab.com/images/customer_logos/hackerone-black-logo.png
  • https://about.gitlab.com/images/customer_logos/radio-france-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/cube-logo.png
  • https://about.gitlab.com/images/customer_logos/caci-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/intuitive-machines.png
  • https://about.gitlab.com/images/customer_logos/ally-bank-black.svg
  • https://about.gitlab.com/images/customer_logos/deutsche-telekom-black.svg
  • https://about.gitlab.com/images/customer_logos/agoda-black.svg
  • https://about.gitlab.com/images/customer_logos/sigma-defense-black-logo.png
  • https://about.gitlab.com/images/customer_logos/lockheed-martin-black.svg
  • https://about.gitlab.com/images/customer_logos/carfax.png
  • https://about.gitlab.com/images/homepage/card-flip-duo-chat.svg
  • https://about.gitlab.com/images/homepage/card-flip-code-review.svg
  • https://about.gitlab.com/videos/gitlab-premium-duo.mp4
  • https://about.gitlab.com/_nuxt-new/error-404.C-Ems_Nz.js
  • https://about.gitlab.com/_nuxt-new/nuxt-link.BiMG80BJ.js
  • https://about.gitlab.com/_nuxt-new/error-500.Cq312b1v.js
  • https://about.gitlab.com/_nuxt-new/BlogArchive.C6ikndqu.js
  • https://about.gitlab.com/_nuxt-new/NewsletterForm.CsvTYvoW.js
  • https://about.gitlab.com/_nuxt-new/MktoForm.dqEEKpCc.js
  • https://about.gitlab.com/_nuxt-new/List.DlIjle1H.js
  • https://about.gitlab.com/_nuxt-new/BlogAuthor.B-QpDduj.js
  • https://about.gitlab.com/_nuxt-new/Hero.C_o6KIHJ.js
  • https://about.gitlab.com/_nuxt-new/Breadcrumbs.D4cxV7xW.js
  • https://about.gitlab.com/_nuxt-new/PostGrid.CA5RrUMf.js
  • https://about.gitlab.com/_nuxt-new/PostCard.BmdMCNiy.js
  • https://about.gitlab.com/_nuxt-new/Pagination.BAS7Zw8u.js
  • https://about.gitlab.com/_nuxt-new/GetStarted.T4sNbgIr.js
  • https://about.gitlab.com/_nuxt-new/BlogCategory.Bq5VGPNy.js
  • https://about.gitlab.com/_nuxt-new/Hero.vue.DKthF9Pw.js
  • https://about.gitlab.com/_nuxt-new/FeaturedPost.D90mDsXp.js
  • https://about.gitlab.com/_nuxt-new/BlogHome.D1CJZiTb.js
  • https://about.gitlab.com/_nuxt-new/Hero.CIDRaO7x.js
  • https://about.gitlab.com/_nuxt-new/Search.D7O3u8YQ.js
  • https://about.gitlab.com/_nuxt-new/Categories.C70PHYk4.js
  • https://about.gitlab.com/_nuxt-new/BlogPost.DhEjrRoP.js
  • https://about.gitlab.com/_nuxt-new/Hero.Bm2KkWNN.js
  • https://about.gitlab.com/_nuxt-new/Body.CKAL-tMN.js
  • https://about.gitlab.com/_nuxt-new/ShareWrapper.C1Xyr0ui.js
  • https://about.gitlab.com/_nuxt-new/Resources.DXwb6g_V.js
  • https://about.gitlab.com/_nuxt-new/ContactCta.BbMtDJxI.js
  • https://about.gitlab.com/_nuxt-new/BlogTag.hFp0rvGG.js
  • https://about.gitlab.com/_nuxt-new/CaseStudy.aaW0Zyw3.js
  • https://about.gitlab.com/_nuxt-new/HorizontalRule.73RjBoqA.js
  • https://about.gitlab.com/_nuxt-new/ResourcesContainer.D52zj6r5.js
  • https://about.gitlab.com/_nuxt-new/ResourceCard.uxvZJyFh.js
  • https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js
  • https://about.gitlab.com/_nuxt-new/DevSurvey2024Report.CZ5PzM_z.js
  • https://about.gitlab.com/_nuxt-new/ReportHero.cgB0-E1v.js
  • https://about.gitlab.com/_nuxt-new/Header.B_CwUFbT.js
  • https://about.gitlab.com/_nuxt-new/Accordion.f8mninPh.js
  • https://about.gitlab.com/_nuxt-new/useCheckIfMobile.dV4gzHCW.js
  • https://about.gitlab.com/_nuxt-new/Carousel.BnxtiQ6_.js
  • https://about.gitlab.com/_nuxt-new/BubbleTable.DHM-SDWJ.js
  • https://about.gitlab.com/_nuxt-new/ResultsRadio.DzWTy_kr.js
  • https://about.gitlab.com/_nuxt-new/Accordion.CNBnMWp6.js
  • https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js
  • https://about.gitlab.com/_nuxt-new/TextResults.cDzbYSYF.js
  • https://about.gitlab.com/_nuxt-new/OneTrustWarning.jNXkNDaj.js
  • https://about.gitlab.com/_nuxt-new/DevSurveyLanding.Dc-7D7yo.js
  • https://about.gitlab.com/_nuxt-new/Intro.D2c9--NK.js
  • https://about.gitlab.com/_nuxt-new/Section.CX-lJCTk.js
  • https://about.gitlab.com/_nuxt-new/DuoProSales.C9_-iAag.js
  • https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.HOtZr8Yp.js
  • https://about.gitlab.com/_nuxt-new/Search.DTpq9Aul.js
  • https://about.gitlab.com/_nuxt-new/Filter.Cj5uxibu.js
  • https://about.gitlab.com/_nuxt-new/Results.CoS5wOPo.js
  • https://about.gitlab.com/_nuxt-new/Pagination.Cy1Wj2Mb.js
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0195d9ea-...b9fab1e2f/en.json
  • https://cdn.bizible.com/xdc.js...izible.com/xdc.js
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/otFlat.json
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/v2/otPcTab.json
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/otCommonStyles.css
  • https://about.gitlab.com/_nuxt-new/index.BYtoCjUr.js
  • https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg
  • https://cdn.cookielaw.org/logos/aa14a5c8-79e3-442a-8177-464ad850b19d/e46c1d0d-1f...tlab-logo-100.png
  • https://cdn.cookielaw.org/logos/static/powered_by_logo.svg
  • https://about.gitlab.com/images/ico/favicon.ico
  • https://s.swiftypecdn.com/install/v2/st.js
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.Cz0D3PXW.css
  • https://about.gitlab.com/_nuxt-new/Search.DhfWzWmZ.css
  • https://about.gitlab.com/_nuxt-new/NavigationCard.BJ098Xic.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.RdeokJTR.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.DBOLvPX2.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdown.DDYrcOce.css
  • https://about.gitlab.com/_nuxt-new/NavigationButton.C4ETLmZg.css
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.CmP-Ip6l.css
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.uR5FisaS.css
  • https://about.gitlab.com/_nuxt-new/Navigation.3rUWLhwF.css
  • https://about.gitlab.com/_nuxt-new/Banner.B6IYc1-5.css
  • https://about.gitlab.com/_nuxt-new/LanguageSelector.CPPa0FOA.css
  • https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DRkGxDDO.css
  • https://about.gitlab.com/_nuxt-new/Source.BrZQDSxX.css
  • https://about.gitlab.com/_nuxt-new/Footer.DRsZLK8-.css
  • https://about.gitlab.com/_nuxt-new/default.CupAYY5Y.css
  • https://about.gitlab.com/_nuxt-new/EmailRedirect.C-jyvuKI.css
  • https://about.gitlab.com/_nuxt-new/Video.CcB3AYCZ.css
  • https://about.gitlab.com/_nuxt-new/VideoModal.xID9sizx.css
  • https://about.gitlab.com/_nuxt-new/LoopingVideo.9nQvPIVQ.css
  • https://about.gitlab.com/_nuxt-new/Hero.BZJVrU9K.css
  • https://about.gitlab.com/_nuxt-new/CustomerLogos.CWM_0YGM.css
  • https://about.gitlab.com/_nuxt-new/SecondaryHero.XCeUDwwl.css
  • https://about.gitlab.com/_nuxt-new/StackingCards.BTFpzXHH.css
  • https://about.gitlab.com/_nuxt-new/CardCarousel.GVsScTww.css
  • https://about.gitlab.com/_nuxt-new/ForresterReport.xbiuVxAJ.css
  • https://about.gitlab.com/_nuxt-new/NextSteps.DvODd2PQ.css
  • https://about.gitlab.com/api/_content/query/Pcvj2T2VgF.1750774759739.json...750774759739.json
  • https://s.swiftypecdn.com/install/v2/config/Z4n7msKyctXXfJs66EKx.json
  • https://about.gitlab.com/_nuxt-new/aos.Du6kOfPX.js
  • https://www.googletagmanager.com/gtag/destination.../gtag/destination
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js
  • Always compress text content (compressAssets)The page has 5 requests that are served uncompressed. You could save a lot of bytes by sending them compressed instead.50
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://about.gitlab.com/ 47.8 KB309.8 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL 158.2 KB555.4 KB
    https://www.googletagmanager.com/gtag/destination.../gtag/destination 141.5 KB418.8 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 141.2 KB418.8 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 119.4 KB333.3 KB
    Avoid redirecting the main document (documentRedirect)The main document gets redirected 1 time(s). Remove those redirect and make the page faster!0
    Description: You should never ever redirect the main document, because it will make the page load slower for the user. Well, you should redirect the user if the user tries to use HTTP and there's an HTTPS version of the page. The coach checks for that. :)
    Offenders:
  • https://gitlab.com/
  • Total image size shouldn't be too big (imageSize)The page total image size is 874.1 kB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 2.1 MB and the uncompressed size is 5.9 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://client-registry.mutinycdn.com/personalize/client/c18972324098ea25.js 20.9 KB59.9 KB
    https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js 5.5 KB24.7 KB
    https://cdn.cookielaw.org/scripttemplates/otSDKStub.js 8.6 KB25.3 KB
    https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/geofeed 262 B84 B
    https://about.gitlab.com/_nuxt-new/entry.1uy9XxFg.js 196.6 KB526.2 KB
    https://about.gitlab.com/_nuxt-new/_...slug_.DfNBRaUz.js 3.0 KB6.7 KB
    https://about.gitlab.com/_nuxt-new/useAOS.DUjYJspC.js 2.6 KB4.8 KB
    https://about.gitlab.com/_nuxt-new/useAvailableLanguages.Br_4_ljR.js 38.0 KB183.2 KB
    https://about.gitlab.com/_nuxt-new/query.0DcTNIx-.js 8.0 KB18.9 KB
    https://about.gitlab.com/_nuxt-new/preview.DdhW8MFI.js 498 B537 B
    https://about.gitlab.com/_nuxt-new/default.C5JdRWSc.js 1.2 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/Navigation.BOH1yxi8.js 1.1 KB1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationDesktop.4_BNAZzJ.js 1.7 KB3.1 KB
    https://about.gitlab.com/_nuxt-new/Search.C3RmEOYH.js 988 B1.4 KB
    https://about.gitlab.com/_nuxt-new/SearchContent.vue.DEl0qAi2.js 1.4 KB2.2 KB
    https://about.gitlab.com/_nuxt-new/SearchSuggestions.DKTVfJ8o.js 1.5 KB2.7 KB
    https://about.gitlab.com/_nuxt-new/index.CYcnI3_Q.js 86.6 KB306.5 KB
    https://about.gitlab.com/_nuxt-new/search.service.D0T_jgLw.js 1.1 KB1.4 KB
    https://about.gitlab.com/_nuxt-new/debounce.Dj7bt6uA.js 817 B1.0 KB
    https://about.gitlab.com/_nuxt-new/isObject.DB8w6JNV.js 645 B749 B
    https://about.gitlab.com/_nuxt-new/toNumber.BeOo-LBo.js 602 B578 B
    https://about.gitlab.com/_nuxt-new/isSymbol.Ba1BCOlk.js 442 B145 B
    https://about.gitlab.com/_nuxt-new/NavigationDropdown.BlvhytJy.js 1.4 KB2.6 KB
    https://about.gitlab.com/_nuxt-new/NavigationCard.C0YIP3R5.js 1.3 KB2.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.Bm_nbtrq.js 903 B1.1 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdownList.BuGNT7qp.js 1.3 KB3.4 KB
    https://about.gitlab.com/_nuxt-new/chevron.DG0TJ29A.js 832 B1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationButton.B18rX59o.js 780 B1.0 KB
    https://about.gitlab.com/_nuxt-new/NavigationMobile.igcodzY6.js 1.8 KB4.8 KB
    https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.CoiHG7kS.js 2.5 KB6.3 KB
    https://about.gitlab.com/_nuxt-new/Banner.C2Ks9LSo.js 1.8 KB3.0 KB
    https://about.gitlab.com/_nuxt-new/Footer.Bu_gSd5U.js 1.4 KB3.0 KB
    https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.vue.XJpSaZF-.js 685 B717 B
    https://about.gitlab.com/_nuxt-new/LanguageSelector.95EaRrcD.js 1.3 KB2.2 KB
    https://about.gitlab.com/_nuxt-new/SocialMediaLinks.BmOBwfu4.js 793 B1.6 KB
    https://about.gitlab.com/_nuxt-new/Source.DBnLdpeP.js 1.3 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/NuxtImg.vue.D48AAgaA.js 4.7 KB10.5 KB
    https://about.gitlab.com/_nuxt-new/gitlab.CtGsqhIR.js 2.1 KB4.4 KB
    https://about.gitlab.com/_nuxt-new/SearchContent.pz70auXT.js 428 B331 B
    https://about.gitlab.com/_nuxt-new/Common.COetuWtn.js 705 B609 B
    https://about.gitlab.com/_nuxt-new/useDynamicComponents.BIgV2TNt.js 14.2 KB55.9 KB
    https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.DdzBSJ_k.js 340 B109 B
    https://about.gitlab.com/_nuxt-new/Hero.DLIWwd0z.js 1.5 KB2.5 KB
    https://about.gitlab.com/_nuxt-new/EmailRedirect.BJ6REOfY.js 1.1 KB1.9 KB
    https://about.gitlab.com/_nuxt-new/LoopingVideo.CIBJ_W0x.js 1.0 KB1.2 KB
    https://about.gitlab.com/_nuxt-new/Video.B-HNtdKT.js 6.4 KB15.2 KB
    https://about.gitlab.com/_nuxt-new/VideoModal.BsVgpBIT.js 1.1 KB1.7 KB
    https://about.gitlab.com/_nuxt-new/CustomerLogos.DSyFuxZU.js 866 B1.6 KB
    https://about.gitlab.com/_nuxt-new/SecondaryHero.CRwdeFrm.js 833 B1.1 KB
    https://about.gitlab.com/_nuxt-new/StackingCards.DoAkNhMy.js 1.6 KB2.7 KB
    https://about.gitlab.com/_nuxt-new/toKebabCase.r_RV3gou.js 524 B127 B
    https://about.gitlab.com/_nuxt-new/CardCarousel.B8QqXUDD.js 1.6 KB2.9 KB
    https://about.gitlab.com/_nuxt-new/ForresterReport.BlBuOr0k.js 860 B1.2 KB
    https://about.gitlab.com/_nuxt-new/NextSteps.DtzA4uMC.js 1.6 KB3.1 KB
    https://client-registry.mutinycdn.com/personalize/client_data/c18972324098ea25.json 16.3 KB91.7 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL 158.2 KB555.4 KB
    https://cdn.bizible.com/scripts/bizible.js 24.8 KB67.0 KB
    https://munchkin.marketo.net/munchkin.js 729 B1.2 KB
    https://client-registry.mutinycdn.com/mutiny-client/765.5.6.3.js 21.3 KB67.7 KB
    https://client-registry.mutinycdn.com/mutiny-client/223.5.6.3.js 32.4 KB116.9 KB
    https://client-registry.mutinycdn.com/mutiny-client/191.5.6.3.js 5.0 KB13.8 KB
    https://cdn.cookielaw.org/scripttemplates/202504.1.0/otBannerSdk.js 117.9 KB489.2 KB
    https://about.gitlab.com/_nuxt-new/free-trial.DYM27zuf.js 939 B0 b
    https://about.gitlab.com/_nuxt-new/FreeTrial.zTa0XXh4.js 1.0 KB0 b
    https://about.gitlab.com/_nuxt-new/Minimal.rQcTAMl7.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.Jlh5qMxc.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/minimal.DjznUKtf.js 863 B0 b
    https://about.gitlab.com/_nuxt-new/Minimal.CpsF69TL.js 681 B0 b
    https://about.gitlab.com/_nuxt-new/no-banner.BpPuuMzs.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/GitLabSans.Lo2zo6M4.js 357 B0 b
    https://about.gitlab.com/_nuxt-new/error-404.C-Ems_Nz.js 1.9 KB0 b
    https://about.gitlab.com/_nuxt-new/nuxt-link.BiMG80BJ.js 2.3 KB0 b
    https://about.gitlab.com/_nuxt-new/error-500.Cq312b1v.js 1.9 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogArchive.C6ikndqu.js 803 B0 b
    https://about.gitlab.com/_nuxt-new/NewsletterForm.CsvTYvoW.js 622 B0 b
    https://about.gitlab.com/_nuxt-new/MktoForm.dqEEKpCc.js 2.9 KB0 b
    https://client-registry.mutinycdn.com/mutiny-client/237.5.6.3.js 2.7 KB6.9 KB
    https://client-registry.mutinycdn.com/mutiny-client/160.5.6.3.js 2.9 KB8.2 KB
    https://about.gitlab.com/_nuxt-new/List.DlIjle1H.js 878 B0 b
    https://about.gitlab.com/_nuxt-new/BlogAuthor.B-QpDduj.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.C_o6KIHJ.js 1.0 KB0 b
    https://about.gitlab.com/_nuxt-new/Breadcrumbs.D4cxV7xW.js 901 B0 b
    https://about.gitlab.com/_nuxt-new/PostGrid.CA5RrUMf.js 738 B0 b
    https://about.gitlab.com/_nuxt-new/PostCard.BmdMCNiy.js 956 B0 b
    https://about.gitlab.com/_nuxt-new/Pagination.BAS7Zw8u.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/GetStarted.T4sNbgIr.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogCategory.Bq5VGPNy.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.vue.DKthF9Pw.js 693 B0 b
    https://about.gitlab.com/_nuxt-new/FeaturedPost.D90mDsXp.js 907 B0 b
    https://about.gitlab.com/_nuxt-new/BlogHome.D1CJZiTb.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.CIDRaO7x.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Search.D7O3u8YQ.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Categories.C70PHYk4.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogPost.DhEjrRoP.js 1.6 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.Bm2KkWNN.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/Body.CKAL-tMN.js 298.0 KB0 b
    https://about.gitlab.com/_nuxt-new/ShareWrapper.C1Xyr0ui.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Resources.DXwb6g_V.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/ContactCta.BbMtDJxI.js 857 B0 b
    https://about.gitlab.com/_nuxt-new/BlogTag.hFp0rvGG.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/CaseStudy.aaW0Zyw3.js 4.2 KB0 b
    https://about.gitlab.com/_nuxt-new/HorizontalRule.73RjBoqA.js 407 B0 b
    https://about.gitlab.com/_nuxt-new/ResourcesContainer.D52zj6r5.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/ResourceCard.uxvZJyFh.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js 681 B0 b
    https://about.gitlab.com/_nuxt-new/DevSurvey2024Report.CZ5PzM_z.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/ReportHero.cgB0-E1v.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Header.B_CwUFbT.js 702 B0 b
    https://about.gitlab.com/_nuxt-new/Accordion.f8mninPh.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/useCheckIfMobile.dV4gzHCW.js 450 B0 b
    https://about.gitlab.com/_nuxt-new/Carousel.BnxtiQ6_.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/BubbleTable.DHM-SDWJ.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/ResultsRadio.DzWTy_kr.js 2.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Accordion.CNBnMWp6.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js 325 B0 b
    https://about.gitlab.com/_nuxt-new/TextResults.cDzbYSYF.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/OneTrustWarning.jNXkNDaj.js 591 B0 b
    https://about.gitlab.com/_nuxt-new/DevSurveyLanding.Dc-7D7yo.js 2.1 KB0 b
    https://about.gitlab.com/_nuxt-new/Intro.D2c9--NK.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Section.CX-lJCTk.js 2.2 KB0 b
    https://about.gitlab.com/_nuxt-new/DuoProSales.C9_-iAag.js 784 B0 b
    https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.HOtZr8Yp.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/Search.DTpq9Aul.js 1.8 KB0 b
    https://about.gitlab.com/_nuxt-new/Filter.Cj5uxibu.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Results.CoS5wOPo.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Pagination.Cy1Wj2Mb.js 1.3 KB0 b
    https://cdn.bizible.com/xdc.js...izible.com/xdc.js 236 B111 B
    https://about.gitlab.com/_nuxt-new/index.BYtoCjUr.js 3.3 KB10.8 KB
    https://client-registry.mutinycdn.com/mutiny-client/288.5.6.3.js 10.9 KB36.1 KB
    https://s.swiftypecdn.com/install/v2/st.js 111.8 KB422.8 KB
    https://about.gitlab.com/_nuxt-new/aos.Du6kOfPX.js 5.4 KB14.5 KB
    https://www.googletagmanager.com/gtag/destination.../gtag/destination 141.5 KB418.8 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 141.2 KB418.8 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 119.4 KB333.3 KB
    https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js 319.0 KB1.4 MB
    Avoid using incorrect mime types (mimeTypes)The page has 5 misconfigured mime types. 95
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c
  • https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...FjNmYyNjA3MjI3In0
  • https://events.launchdarkly.com/events/diagnostic/620c2f247f24eb0c056e3a8c
  • https://jukebox.pathfactory.com/api/public/v1/init...pi/public/v1/init
  • https://events.launchdarkly.com/events/bulk/620c2f247f24eb0c056e3a8c
  • Make each CSS response small (optimalCssSize)https://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c72de809fc7c76fb339825302241.css size is 34.1 kB (34139) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c...b339825302241.css 33.3 KB89.5 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 8.1 MB, which is more than the coach limit of 2 MB. That is insane and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://gitlab.com/ N/A0 b
    https://about.gitlab.com/ 47.8 KB309.8 KB
    https://client-registry.mutinycdn.com/personalize/client/c18972324098ea25.js 20.9 KB59.9 KB
    https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js 5.5 KB24.7 KB
    https://cdn.cookielaw.org/scripttemplates/otSDKStub.js 8.6 KB25.3 KB
    https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/geofeed 262 B84 B
    https://about.gitlab.com/_nuxt-new/useAOS.DvB2Xm2x.css 2.0 KB25.4 KB
    https://about.gitlab.com/_nuxt-new/SearchContent.CnkxEp3_.css 605 B868 B
    https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.t0DfGMcs.css 942 B3.0 KB
    https://about.gitlab.com/_payload.json?a1787484-6b42-48c3-825d-0da516d93970 9.2 KB29.8 KB
    https://about.gitlab.com/_nuxt-new/entry.1uy9XxFg.js 196.6 KB526.2 KB
    https://about.gitlab.com/_nuxt-new/_...slug_.DfNBRaUz.js 3.0 KB6.7 KB
    https://about.gitlab.com/_nuxt-new/useAOS.DUjYJspC.js 2.6 KB4.8 KB
    https://about.gitlab.com/_nuxt-new/useAvailableLanguages.Br_4_ljR.js 38.0 KB183.2 KB
    https://about.gitlab.com/_nuxt-new/query.0DcTNIx-.js 8.0 KB18.9 KB
    https://about.gitlab.com/_nuxt-new/preview.DdhW8MFI.js 498 B537 B
    https://about.gitlab.com/_nuxt-new/default.C5JdRWSc.js 1.2 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/Navigation.BOH1yxi8.js 1.1 KB1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationDesktop.4_BNAZzJ.js 1.7 KB3.1 KB
    https://about.gitlab.com/_nuxt-new/Search.C3RmEOYH.js 988 B1.4 KB
    https://about.gitlab.com/_nuxt-new/SearchContent.vue.DEl0qAi2.js 1.4 KB2.2 KB
    https://about.gitlab.com/_nuxt-new/SearchSuggestions.DKTVfJ8o.js 1.5 KB2.7 KB
    https://about.gitlab.com/_nuxt-new/index.CYcnI3_Q.js 86.6 KB306.5 KB
    https://about.gitlab.com/_nuxt-new/search.service.D0T_jgLw.js 1.1 KB1.4 KB
    https://about.gitlab.com/_nuxt-new/debounce.Dj7bt6uA.js 817 B1.0 KB
    https://about.gitlab.com/_nuxt-new/isObject.DB8w6JNV.js 645 B749 B
    https://about.gitlab.com/_nuxt-new/toNumber.BeOo-LBo.js 602 B578 B
    https://about.gitlab.com/_nuxt-new/isSymbol.Ba1BCOlk.js 442 B145 B
    https://about.gitlab.com/_nuxt-new/NavigationDropdown.BlvhytJy.js 1.4 KB2.6 KB
    https://about.gitlab.com/_nuxt-new/NavigationCard.C0YIP3R5.js 1.3 KB2.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.Bm_nbtrq.js 903 B1.1 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdownList.BuGNT7qp.js 1.3 KB3.4 KB
    https://about.gitlab.com/_nuxt-new/chevron.DG0TJ29A.js 832 B1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationButton.B18rX59o.js 780 B1.0 KB
    https://about.gitlab.com/_nuxt-new/NavigationMobile.igcodzY6.js 1.8 KB4.8 KB
    https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.CoiHG7kS.js 2.5 KB6.3 KB
    https://about.gitlab.com/_nuxt-new/Banner.C2Ks9LSo.js 1.8 KB3.0 KB
    https://about.gitlab.com/_nuxt-new/Footer.Bu_gSd5U.js 1.4 KB3.0 KB
    https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.vue.XJpSaZF-.js 685 B717 B
    https://about.gitlab.com/_nuxt-new/LanguageSelector.95EaRrcD.js 1.3 KB2.2 KB
    https://about.gitlab.com/_nuxt-new/SocialMediaLinks.BmOBwfu4.js 793 B1.6 KB
    https://about.gitlab.com/_nuxt-new/Source.DBnLdpeP.js 1.3 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/NuxtImg.vue.D48AAgaA.js 4.7 KB10.5 KB
    https://about.gitlab.com/_nuxt-new/gitlab.CtGsqhIR.js 2.1 KB4.4 KB
    https://about.gitlab.com/_nuxt-new/SearchContent.pz70auXT.js 428 B331 B
    https://about.gitlab.com/_nuxt-new/Common.COetuWtn.js 705 B609 B
    https://about.gitlab.com/_nuxt-new/useDynamicComponents.BIgV2TNt.js 14.2 KB55.9 KB
    https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.DdzBSJ_k.js 340 B109 B
    https://about.gitlab.com/_nuxt-new/Hero.DLIWwd0z.js 1.5 KB2.5 KB
    https://about.gitlab.com/_nuxt-new/EmailRedirect.BJ6REOfY.js 1.1 KB1.9 KB
    https://about.gitlab.com/_nuxt-new/LoopingVideo.CIBJ_W0x.js 1.0 KB1.2 KB
    https://about.gitlab.com/_nuxt-new/Video.B-HNtdKT.js 6.4 KB15.2 KB
    https://about.gitlab.com/_nuxt-new/VideoModal.BsVgpBIT.js 1.1 KB1.7 KB
    https://about.gitlab.com/_nuxt-new/CustomerLogos.DSyFuxZU.js 866 B1.6 KB
    https://about.gitlab.com/_nuxt-new/SecondaryHero.CRwdeFrm.js 833 B1.1 KB
    https://about.gitlab.com/_nuxt-new/StackingCards.DoAkNhMy.js 1.6 KB2.7 KB
    https://about.gitlab.com/_nuxt-new/toKebabCase.r_RV3gou.js 524 B127 B
    https://about.gitlab.com/_nuxt-new/CardCarousel.B8QqXUDD.js 1.6 KB2.9 KB
    https://about.gitlab.com/_nuxt-new/ForresterReport.BlBuOr0k.js 860 B1.2 KB
    https://about.gitlab.com/_nuxt-new/NextSteps.DtzA4uMC.js 1.6 KB3.1 KB
    https://client-registry.mutinycdn.com/personalize/user_data/c18972324098ea25.jso...72324098ea25.json 521 B512 B
    https://client-registry.mutinycdn.com/personalize/client_data/c18972324098ea25.json 16.3 KB91.7 KB
    https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/7f944245-...dd955adfdd08.json 2.7 KB7.5 KB
    https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location 313 B75 B
    https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL 158.2 KB555.4 KB
    https://about.gitlab.com/_nuxt-new/builds/meta/a1787484-6b42-48c3-825d-0da516d93970.json 3.9 KB18.0 KB
    https://cdn.bizible.com/scripts/bizible.js 24.8 KB67.0 KB
    https://munchkin.marketo.net/munchkin.js 729 B1.2 KB
    https://client-registry.mutinycdn.com/mutiny-client/765.5.6.3.js 21.3 KB67.7 KB
    https://client-registry.mutinycdn.com/mutiny-client/223.5.6.3.js 32.4 KB116.9 KB
    https://client-registry.mutinycdn.com/mutiny-client/191.5.6.3.js 5.0 KB13.8 KB
    https://cdn.cookielaw.org/scripttemplates/202504.1.0/otBannerSdk.js 117.9 KB489.2 KB
    https://about.gitlab.com/images/homepage/blue-star.svg 852 B2.0 KB
    https://about.gitlab.com/images/banner/gitlab18-graphic-leftside.svg 3.6 KB8.5 KB
    https://about.gitlab.com/images/banner/gitlab18-graphic-rightside.svg 2.6 KB6.5 KB
    https://about.gitlab.com/images/homepage/background-star.svg 1.7 KB4.1 KB
    https://about.gitlab.com/_nuxt-new/free-trial.DYM27zuf.js 939 B0 b
    https://about.gitlab.com/_nuxt-new/FreeTrial.zTa0XXh4.js 1.0 KB0 b
    https://about.gitlab.com/_nuxt-new/Minimal.rQcTAMl7.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.Jlh5qMxc.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/minimal.DjznUKtf.js 863 B0 b
    https://about.gitlab.com/_nuxt-new/Minimal.CpsF69TL.js 681 B0 b
    https://about.gitlab.com/_nuxt-new/no-banner.BpPuuMzs.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/GitLabSans.Lo2zo6M4.js 357 B0 b
    https://about.gitlab.com/_nuxt-new/GitLabSans.Cxxgg34v.woff2 317.5 KB316.9 KB
    https://about.gitlab.com/images/navigation/the-source-promo-card.svg 3.6 KB10.3 KB
    https://about.gitlab.com/images/gitlab-duo/gartner-white.svg 3.1 KB6.4 KB
    https://about.gitlab.com/images/customer_logos/deutsche-telekom-grey.svg 614 B624 B
    https://about.gitlab.com/images/customer_logos/goldman-sachs-grey.svg 3.3 KB7.6 KB
    https://about.gitlab.com/images/customer_logos/airbus-grey.svg 1.1 KB1.6 KB
    https://about.gitlab.com/images/customer_logos/lockheed-martin-grey.svg 2.4 KB5.0 KB
    https://about.gitlab.com/images/customer_logos/carfax-grey.svg 1.3 KB2.4 KB
    https://about.gitlab.com/images/customer_logos/nvidia-grey-logo.svg 1.5 KB3.1 KB
    https://about.gitlab.com/images/customer_logos/ubs-logo-grey.svg 6.7 KB14.2 KB
    https://about.gitlab.com/images/customer_logos/hackerone-black-logo.png 27.6 KB27.3 KB
    https://about.gitlab.com/images/customer_logos/radio-france-black-logo.svg 2.5 KB5.6 KB
    https://about.gitlab.com/images/customer_logos/cube-logo.png 23.0 KB22.6 KB
    https://about.gitlab.com/images/customer_logos/caci-black-logo.svg 2.5 KB5.8 KB
    https://about.gitlab.com/images/customer_logos/intuitive-machines.png 50.9 KB50.6 KB
    https://about.gitlab.com/images/customer_logos/ally-bank-black.svg 695 B709 B
    https://about.gitlab.com/images/customer_logos/deutsche-telekom-black.svg 599 B624 B
    https://about.gitlab.com/images/customer_logos/agoda-black.svg 1.1 KB2.6 KB
    https://about.gitlab.com/images/customer_logos/sigma-defense-black-logo.png 37.9 KB37.6 KB
    https://about.gitlab.com/images/customer_logos/lockheed-martin-black.svg 2.5 KB5.0 KB
    https://about.gitlab.com/images/customer_logos/carfax.png 16.4 KB16.2 KB
    https://about.gitlab.com/images/homepage/card-flip-duo-chat.svg 84.4 KB253.4 KB
    https://about.gitlab.com/images/homepage/card-flip-code-review.svg 247.8 KB339.3 KB
    https://about.gitlab.com/videos/gitlab-premium-duo.mp4 4.7 MB4.7 MB
    https://about.gitlab.com/_nuxt-new/error-404.C-Ems_Nz.js 1.9 KB0 b
    https://about.gitlab.com/_nuxt-new/nuxt-link.BiMG80BJ.js 2.3 KB0 b
    https://about.gitlab.com/_nuxt-new/error-500.Cq312b1v.js 1.9 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogArchive.C6ikndqu.js 803 B0 b
    https://about.gitlab.com/_nuxt-new/NewsletterForm.CsvTYvoW.js 622 B0 b
    https://api-v2.mutinyhq.io/v2/b 429 B2 B
    https://about.gitlab.com/_nuxt-new/MktoForm.dqEEKpCc.js 2.9 KB0 b
    https://client-registry.mutinycdn.com/mutiny-client/237.5.6.3.js 2.7 KB6.9 KB
    https://client-registry.mutinycdn.com/mutiny-client/160.5.6.3.js 2.9 KB8.2 KB
    https://about.gitlab.com/_nuxt-new/List.DlIjle1H.js 878 B0 b
    https://about.gitlab.com/_nuxt-new/BlogAuthor.B-QpDduj.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.C_o6KIHJ.js 1.0 KB0 b
    https://about.gitlab.com/_nuxt-new/Breadcrumbs.D4cxV7xW.js 901 B0 b
    https://about.gitlab.com/_nuxt-new/PostGrid.CA5RrUMf.js 738 B0 b
    https://about.gitlab.com/_nuxt-new/PostCard.BmdMCNiy.js 956 B0 b
    https://about.gitlab.com/_nuxt-new/Pagination.BAS7Zw8u.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/GetStarted.T4sNbgIr.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogCategory.Bq5VGPNy.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.vue.DKthF9Pw.js 693 B0 b
    https://about.gitlab.com/_nuxt-new/FeaturedPost.D90mDsXp.js 907 B0 b
    https://about.gitlab.com/_nuxt-new/BlogHome.D1CJZiTb.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.CIDRaO7x.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Search.D7O3u8YQ.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Categories.C70PHYk4.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogPost.DhEjrRoP.js 1.6 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.Bm2KkWNN.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/Body.CKAL-tMN.js 298.0 KB0 b
    https://about.gitlab.com/_nuxt-new/ShareWrapper.C1Xyr0ui.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Resources.DXwb6g_V.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/ContactCta.BbMtDJxI.js 857 B0 b
    https://about.gitlab.com/_nuxt-new/BlogTag.hFp0rvGG.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/CaseStudy.aaW0Zyw3.js 4.2 KB0 b
    https://about.gitlab.com/_nuxt-new/HorizontalRule.73RjBoqA.js 407 B0 b
    https://about.gitlab.com/_nuxt-new/ResourcesContainer.D52zj6r5.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/ResourceCard.uxvZJyFh.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js 681 B0 b
    https://about.gitlab.com/_nuxt-new/DevSurvey2024Report.CZ5PzM_z.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/ReportHero.cgB0-E1v.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Header.B_CwUFbT.js 702 B0 b
    https://about.gitlab.com/_nuxt-new/Accordion.f8mninPh.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/useCheckIfMobile.dV4gzHCW.js 450 B0 b
    https://about.gitlab.com/_nuxt-new/Carousel.BnxtiQ6_.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/BubbleTable.DHM-SDWJ.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/ResultsRadio.DzWTy_kr.js 2.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Accordion.CNBnMWp6.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js 325 B0 b
    https://about.gitlab.com/_nuxt-new/TextResults.cDzbYSYF.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/OneTrustWarning.jNXkNDaj.js 591 B0 b
    https://about.gitlab.com/_nuxt-new/DevSurveyLanding.Dc-7D7yo.js 2.1 KB0 b
    https://about.gitlab.com/_nuxt-new/Intro.D2c9--NK.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Section.CX-lJCTk.js 2.2 KB0 b
    https://about.gitlab.com/_nuxt-new/DuoProSales.C9_-iAag.js 784 B0 b
    https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.HOtZr8Yp.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/Search.DTpq9Aul.js 1.8 KB0 b
    https://about.gitlab.com/_nuxt-new/Filter.Cj5uxibu.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Results.CoS5wOPo.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Pagination.Cy1Wj2Mb.js 1.3 KB0 b
    https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0195d9ea-...b9fab1e2f/en.json 23.8 KB123.2 KB
    https://cdn.bizible.com/ipv...n.bizible.com/ipv 165 B43 B
    https://cdn.bizibly.com/u...cdn.bizibly.com/u 165 B43 B
    https://cdn.bizible.com/xdc.js...izible.com/xdc.js 236 B111 B
    https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/otFlat.json 3.4 KB15.0 KB
    https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/v2/otPcTab.json 13.6 KB65.5 KB
    https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/otCommonStyles.css 4.5 KB25.2 KB
    https://about.gitlab.com/_nuxt-new/index.BYtoCjUr.js 3.3 KB10.8 KB
    https://client-registry.mutinycdn.com/mutiny-client/288.5.6.3.js 10.9 KB36.1 KB
    https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg 510 B497 B
    https://cdn.cookielaw.org/logos/aa14a5c8-79e3-442a-8177-464ad850b19d/e46c1d0d-1f...tlab-logo-100.png 8.4 KB8.2 KB
    https://cdn.cookielaw.org/logos/static/powered_by_logo.svg 2.3 KB5.1 KB
    https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c 0 b0 b
    https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...FjNmYyNjA3MjI3In0 0 b0 b
    https://events.launchdarkly.com/events/diagnostic/620c2f247f24eb0c056e3a8c 0 b0 b
    https://about.gitlab.com/images/ico/favicon.ico 3.0 KB14.7 KB
    https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...FjNmYyNjA3MjI3In0 923 B2.3 KB
    https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c 421 B372 B
    https://events.launchdarkly.com/events/diagnostic/620c2f247f24eb0c056e3a8c 358 B0 b
    https://s.swiftypecdn.com/install/v2/st.js 111.8 KB422.8 KB
    https://about.gitlab.com/_nuxt-new/SearchSuggestions.Cz0D3PXW.css 680 B1.5 KB
    https://about.gitlab.com/_nuxt-new/Search.DhfWzWmZ.css 488 B674 B
    https://about.gitlab.com/_nuxt-new/NavigationCard.BJ098Xic.css 1.1 KB3.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.RdeokJTR.css 501 B791 B
    https://about.gitlab.com/_nuxt-new/NavigationDropdownList.DBOLvPX2.css 1.1 KB4.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdown.DDYrcOce.css 1.5 KB5.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationButton.C4ETLmZg.css 616 B1.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationDesktop.CmP-Ip6l.css 1.1 KB3.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationMobile.uR5FisaS.css 579 B1.3 KB
    https://about.gitlab.com/_nuxt-new/Navigation.3rUWLhwF.css 514 B1.0 KB
    https://about.gitlab.com/_nuxt-new/Banner.B6IYc1-5.css 1.3 KB3.9 KB
    https://about.gitlab.com/_nuxt-new/LanguageSelector.CPPa0FOA.css 852 B1.4 KB
    https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DRkGxDDO.css 596 B389 B
    https://about.gitlab.com/_nuxt-new/Source.BrZQDSxX.css 402 B409 B
    https://about.gitlab.com/_nuxt-new/Footer.DRsZLK8-.css 1.2 KB3.6 KB
    https://about.gitlab.com/_nuxt-new/default.CupAYY5Y.css 384 B247 B
    https://about.gitlab.com/_nuxt-new/EmailRedirect.C-jyvuKI.css 815 B1.2 KB
    https://about.gitlab.com/_nuxt-new/Video.CcB3AYCZ.css 665 B1.0 KB
    https://about.gitlab.com/_nuxt-new/VideoModal.xID9sizx.css 580 B923 B
    https://about.gitlab.com/_nuxt-new/LoopingVideo.9nQvPIVQ.css 582 B928 B
    https://about.gitlab.com/_nuxt-new/Hero.BZJVrU9K.css 2.1 KB8.7 KB
    https://about.gitlab.com/_nuxt-new/CustomerLogos.CWM_0YGM.css 582 B877 B
    https://about.gitlab.com/_nuxt-new/SecondaryHero.XCeUDwwl.css 369 B308 B
    https://about.gitlab.com/_nuxt-new/StackingCards.BTFpzXHH.css 1.5 KB6.2 KB
    https://about.gitlab.com/_nuxt-new/CardCarousel.GVsScTww.css 902 B1.6 KB
    https://about.gitlab.com/_nuxt-new/ForresterReport.xbiuVxAJ.css 473 B646 B
    https://about.gitlab.com/_nuxt-new/NextSteps.DvODd2PQ.css 736 B1.4 KB
    https://about.gitlab.com/api/_content/query/Pcvj2T2VgF.1750774759739.json...750774759739.json 255 B4 B
    https://s.swiftypecdn.com/install/v2/config/Z4n7msKyctXXfJs66EKx.json 4.7 KB19.5 KB
    https://about.gitlab.com/_nuxt-new/aos.Du6kOfPX.js 5.4 KB14.5 KB
    https://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c...b339825302241.css 33.3 KB89.5 KB
    https://www.googletagmanager.com/gtag/destination.../gtag/destination 141.5 KB418.8 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 141.2 KB418.8 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 119.4 KB333.3 KB
    https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js 319.0 KB1.4 MB
    https://cc.swiftype.com/cc.js?engine_key=6meAsJr1HTFB8FoyaYAv&url=https%3A%2F%2Fabout.gitlab.com%2F 43 B43 B
    https://jukebox.pathfactory.com/api/public/v1/init...pi/public/v1/init 0 b0 b
    https://pagead2.googlesyndication.com/ccm/collect...n.com/ccm/collect 0 b0 b
    https://analytics.gitlab.com/g/collect...lab.com/g/collect 293 B65 B
    https://analytics.gitlab.com/g/collect...lab.com/g/collect 127 B65 B
    https://jukebox.pathfactory.com/api/public/v1/init...pi/public/v1/init 476 B0 b
    https://analytics.gitlab.com/g/collect...lab.com/g/collect 118 B65 B
    https://www.googletagmanager.com/static/service_worker/56n0/sw_iframe.html...n0/sw_iframe.html 1.9 KB3.5 KB
    https://events.launchdarkly.com/events/bulk/620c2f247f24eb0c056e3a8c 0 b0 b
    https://events.launchdarkly.com/events/bulk/620c2f247f24eb0c056e3a8c 358 B0 b
    https://api-v2.mutinyhq.io/v2/b 428 B2 B
    Don't use private headers on static content (privateAssets)The page has 5 requests with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.50
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL
  • https://cdn.bizible.com/xdc.js...izible.com/xdc.js
  • https://www.googletagmanager.com/gtag/destination.../gtag/destination
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • Best practice advice (83)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a cumulative layout shift score (0.1289) that needs improvements. It is in the Google Web Vitals needs improvement range, shift higher than 0.1. You should manually check the filmstrip or video and check if it will affect the user.50
    Description: Cumulative Layout Shift measures the sum total of all individual layout shift scores for unexpected layout shift that occur. The metric is measuring visual stability by quantify how often users experience unexpected layout shifts. It is one of Google Web Vitals.
    Do not send too long headers (longHeaders)https://gitlab.com/ has a header content-security-policy that is 1648 characters long. https://about.gitlab.com/ has a header content-security-policy that is 1648 characters long. 98
    Description: Do not send response headers that are too long.
    Offenders:
  • https://gitlab.com/
  • https://about.gitlab.com/
  • Avoid too many third party requests (thirdParty)The page do 22% requests to third party domains (50 requests and 1.4 MB). First party is 181 requests and 6.7 MB. The regex .*gitlab.* was used to calculate first/third party requests.50
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 4 responses that sets a p3p header. There are 191 responses that sets both a max-age and expires header. There are 3 responses that sets a pragma no-cache header (that is a request header). There are 211 responses that sets a server header. 0
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://gitlab.com/
  • https://about.gitlab.com/
  • https://client-registry.mutinycdn.com/personalize/client/c18972324098ea25.js
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js
  • https://cdn.cookielaw.org/scripttemplates/otSDKStub.js
  • https://cdn.cookielaw.org/scripttemplates/otSDKStub.js
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/geofeed
  • https://about.gitlab.com/_nuxt-new/useAOS.DvB2Xm2x.css
  • https://about.gitlab.com/_nuxt-new/useAOS.DvB2Xm2x.css
  • https://about.gitlab.com/_nuxt-new/SearchContent.CnkxEp3_.css
  • https://about.gitlab.com/_nuxt-new/SearchContent.CnkxEp3_.css
  • https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.t0DfGMcs.css
  • https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.t0DfGMcs.css
  • https://about.gitlab.com/_payload.json?a1787484-6b42-48c3-825d-0da516d93970
  • https://about.gitlab.com/_payload.json?a1787484-6b42-48c3-825d-0da516d93970
  • https://about.gitlab.com/_nuxt-new/entry.1uy9XxFg.js
  • https://about.gitlab.com/_nuxt-new/entry.1uy9XxFg.js
  • https://about.gitlab.com/_nuxt-new/_...slug_.DfNBRaUz.js
  • https://about.gitlab.com/_nuxt-new/_...slug_.DfNBRaUz.js
  • https://about.gitlab.com/_nuxt-new/useAOS.DUjYJspC.js
  • https://about.gitlab.com/_nuxt-new/useAOS.DUjYJspC.js
  • https://about.gitlab.com/_nuxt-new/useAvailableLanguages.Br_4_ljR.js
  • https://about.gitlab.com/_nuxt-new/useAvailableLanguages.Br_4_ljR.js
  • https://about.gitlab.com/_nuxt-new/query.0DcTNIx-.js
  • https://about.gitlab.com/_nuxt-new/query.0DcTNIx-.js
  • https://about.gitlab.com/_nuxt-new/preview.DdhW8MFI.js
  • https://about.gitlab.com/_nuxt-new/preview.DdhW8MFI.js
  • https://about.gitlab.com/_nuxt-new/default.C5JdRWSc.js
  • https://about.gitlab.com/_nuxt-new/default.C5JdRWSc.js
  • https://about.gitlab.com/_nuxt-new/Navigation.BOH1yxi8.js
  • https://about.gitlab.com/_nuxt-new/Navigation.BOH1yxi8.js
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.4_BNAZzJ.js
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.4_BNAZzJ.js
  • https://about.gitlab.com/_nuxt-new/Search.C3RmEOYH.js
  • https://about.gitlab.com/_nuxt-new/Search.C3RmEOYH.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.vue.DEl0qAi2.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.vue.DEl0qAi2.js
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.DKTVfJ8o.js
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.DKTVfJ8o.js
  • https://about.gitlab.com/_nuxt-new/index.CYcnI3_Q.js
  • https://about.gitlab.com/_nuxt-new/index.CYcnI3_Q.js
  • https://about.gitlab.com/_nuxt-new/search.service.D0T_jgLw.js
  • https://about.gitlab.com/_nuxt-new/search.service.D0T_jgLw.js
  • https://about.gitlab.com/_nuxt-new/debounce.Dj7bt6uA.js
  • https://about.gitlab.com/_nuxt-new/debounce.Dj7bt6uA.js
  • https://about.gitlab.com/_nuxt-new/isObject.DB8w6JNV.js
  • https://about.gitlab.com/_nuxt-new/isObject.DB8w6JNV.js
  • https://about.gitlab.com/_nuxt-new/toNumber.BeOo-LBo.js
  • https://about.gitlab.com/_nuxt-new/toNumber.BeOo-LBo.js
  • https://about.gitlab.com/_nuxt-new/isSymbol.Ba1BCOlk.js
  • https://about.gitlab.com/_nuxt-new/isSymbol.Ba1BCOlk.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdown.BlvhytJy.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdown.BlvhytJy.js
  • https://about.gitlab.com/_nuxt-new/NavigationCard.C0YIP3R5.js
  • https://about.gitlab.com/_nuxt-new/NavigationCard.C0YIP3R5.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.Bm_nbtrq.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.Bm_nbtrq.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.BuGNT7qp.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.BuGNT7qp.js
  • https://about.gitlab.com/_nuxt-new/chevron.DG0TJ29A.js
  • https://about.gitlab.com/_nuxt-new/chevron.DG0TJ29A.js
  • https://about.gitlab.com/_nuxt-new/NavigationButton.B18rX59o.js
  • https://about.gitlab.com/_nuxt-new/NavigationButton.B18rX59o.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.igcodzY6.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.igcodzY6.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.CoiHG7kS.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.CoiHG7kS.js
  • https://about.gitlab.com/_nuxt-new/Banner.C2Ks9LSo.js
  • https://about.gitlab.com/_nuxt-new/Banner.C2Ks9LSo.js
  • https://about.gitlab.com/_nuxt-new/Footer.Bu_gSd5U.js
  • https://about.gitlab.com/_nuxt-new/Footer.Bu_gSd5U.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.vue.XJpSaZF-.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.vue.XJpSaZF-.js
  • https://about.gitlab.com/_nuxt-new/LanguageSelector.95EaRrcD.js
  • https://about.gitlab.com/_nuxt-new/LanguageSelector.95EaRrcD.js
  • https://about.gitlab.com/_nuxt-new/SocialMediaLinks.BmOBwfu4.js
  • https://about.gitlab.com/_nuxt-new/SocialMediaLinks.BmOBwfu4.js
  • https://about.gitlab.com/_nuxt-new/Source.DBnLdpeP.js
  • https://about.gitlab.com/_nuxt-new/Source.DBnLdpeP.js
  • https://about.gitlab.com/_nuxt-new/NuxtImg.vue.D48AAgaA.js
  • https://about.gitlab.com/_nuxt-new/NuxtImg.vue.D48AAgaA.js
  • https://about.gitlab.com/_nuxt-new/gitlab.CtGsqhIR.js
  • https://about.gitlab.com/_nuxt-new/gitlab.CtGsqhIR.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.pz70auXT.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.pz70auXT.js
  • https://about.gitlab.com/_nuxt-new/Common.COetuWtn.js
  • https://about.gitlab.com/_nuxt-new/Common.COetuWtn.js
  • https://about.gitlab.com/_nuxt-new/useDynamicComponents.BIgV2TNt.js
  • https://about.gitlab.com/_nuxt-new/useDynamicComponents.BIgV2TNt.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.DdzBSJ_k.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.DdzBSJ_k.js
  • https://about.gitlab.com/_nuxt-new/Hero.DLIWwd0z.js
  • https://about.gitlab.com/_nuxt-new/Hero.DLIWwd0z.js
  • https://about.gitlab.com/_nuxt-new/EmailRedirect.BJ6REOfY.js
  • https://about.gitlab.com/_nuxt-new/EmailRedirect.BJ6REOfY.js
  • https://about.gitlab.com/_nuxt-new/LoopingVideo.CIBJ_W0x.js
  • https://about.gitlab.com/_nuxt-new/LoopingVideo.CIBJ_W0x.js
  • https://about.gitlab.com/_nuxt-new/Video.B-HNtdKT.js
  • https://about.gitlab.com/_nuxt-new/Video.B-HNtdKT.js
  • https://about.gitlab.com/_nuxt-new/VideoModal.BsVgpBIT.js
  • https://about.gitlab.com/_nuxt-new/VideoModal.BsVgpBIT.js
  • https://about.gitlab.com/_nuxt-new/CustomerLogos.DSyFuxZU.js
  • https://about.gitlab.com/_nuxt-new/CustomerLogos.DSyFuxZU.js
  • https://about.gitlab.com/_nuxt-new/SecondaryHero.CRwdeFrm.js
  • https://about.gitlab.com/_nuxt-new/SecondaryHero.CRwdeFrm.js
  • https://about.gitlab.com/_nuxt-new/StackingCards.DoAkNhMy.js
  • https://about.gitlab.com/_nuxt-new/StackingCards.DoAkNhMy.js
  • https://about.gitlab.com/_nuxt-new/toKebabCase.r_RV3gou.js
  • https://about.gitlab.com/_nuxt-new/toKebabCase.r_RV3gou.js
  • https://about.gitlab.com/_nuxt-new/CardCarousel.B8QqXUDD.js
  • https://about.gitlab.com/_nuxt-new/CardCarousel.B8QqXUDD.js
  • https://about.gitlab.com/_nuxt-new/ForresterReport.BlBuOr0k.js
  • https://about.gitlab.com/_nuxt-new/ForresterReport.BlBuOr0k.js
  • https://about.gitlab.com/_nuxt-new/NextSteps.DtzA4uMC.js
  • https://about.gitlab.com/_nuxt-new/NextSteps.DtzA4uMC.js
  • https://client-registry.mutinycdn.com/personalize/user_data/c18972324098ea25.jso...72324098ea25.json
  • https://client-registry.mutinycdn.com/personalize/client_data/c18972324098ea25.json
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/7f944245-...dd955adfdd08.json
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/7f944245-...dd955adfdd08.json
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location
  • https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL
  • https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL
  • https://about.gitlab.com/_nuxt-new/builds/meta/a1787484-6b42-48c3-825d-0da516d93970.json
  • https://about.gitlab.com/_nuxt-new/builds/meta/a1787484-6b42-48c3-825d-0da516d93970.json
  • https://munchkin.marketo.net/munchkin.js
  • https://munchkin.marketo.net/munchkin.js
  • https://client-registry.mutinycdn.com/mutiny-client/765.5.6.3.js
  • https://client-registry.mutinycdn.com/mutiny-client/223.5.6.3.js
  • https://client-registry.mutinycdn.com/mutiny-client/191.5.6.3.js
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/otBannerSdk.js
  • https://about.gitlab.com/images/homepage/blue-star.svg
  • https://about.gitlab.com/images/homepage/blue-star.svg
  • https://about.gitlab.com/images/banner/gitlab18-graphic-leftside.svg
  • https://about.gitlab.com/images/banner/gitlab18-graphic-leftside.svg
  • https://about.gitlab.com/images/banner/gitlab18-graphic-rightside.svg
  • https://about.gitlab.com/images/banner/gitlab18-graphic-rightside.svg
  • https://about.gitlab.com/images/homepage/background-star.svg
  • https://about.gitlab.com/images/homepage/background-star.svg
  • https://about.gitlab.com/_nuxt-new/free-trial.DYM27zuf.js
  • https://about.gitlab.com/_nuxt-new/free-trial.DYM27zuf.js
  • https://about.gitlab.com/_nuxt-new/FreeTrial.zTa0XXh4.js
  • https://about.gitlab.com/_nuxt-new/FreeTrial.zTa0XXh4.js
  • https://about.gitlab.com/_nuxt-new/Minimal.rQcTAMl7.js
  • https://about.gitlab.com/_nuxt-new/Minimal.rQcTAMl7.js
  • https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.Jlh5qMxc.js
  • https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.Jlh5qMxc.js
  • https://about.gitlab.com/_nuxt-new/minimal.DjznUKtf.js
  • https://about.gitlab.com/_nuxt-new/minimal.DjznUKtf.js
  • https://about.gitlab.com/_nuxt-new/Minimal.CpsF69TL.js
  • https://about.gitlab.com/_nuxt-new/Minimal.CpsF69TL.js
  • https://about.gitlab.com/_nuxt-new/no-banner.BpPuuMzs.js
  • https://about.gitlab.com/_nuxt-new/no-banner.BpPuuMzs.js
  • https://about.gitlab.com/_nuxt-new/GitLabSans.Lo2zo6M4.js
  • https://about.gitlab.com/_nuxt-new/GitLabSans.Lo2zo6M4.js
  • https://about.gitlab.com/_nuxt-new/GitLabSans.Cxxgg34v.woff2
  • https://about.gitlab.com/_nuxt-new/GitLabSans.Cxxgg34v.woff2
  • https://about.gitlab.com/images/navigation/the-source-promo-card.svg
  • https://about.gitlab.com/images/navigation/the-source-promo-card.svg
  • https://about.gitlab.com/images/gitlab-duo/gartner-white.svg
  • https://about.gitlab.com/images/gitlab-duo/gartner-white.svg
  • https://about.gitlab.com/images/customer_logos/deutsche-telekom-grey.svg
  • https://about.gitlab.com/images/customer_logos/deutsche-telekom-grey.svg
  • https://about.gitlab.com/images/customer_logos/goldman-sachs-grey.svg
  • https://about.gitlab.com/images/customer_logos/goldman-sachs-grey.svg
  • https://about.gitlab.com/images/customer_logos/airbus-grey.svg
  • https://about.gitlab.com/images/customer_logos/airbus-grey.svg
  • https://about.gitlab.com/images/customer_logos/lockheed-martin-grey.svg
  • https://about.gitlab.com/images/customer_logos/lockheed-martin-grey.svg
  • https://about.gitlab.com/images/customer_logos/carfax-grey.svg
  • https://about.gitlab.com/images/customer_logos/carfax-grey.svg
  • https://about.gitlab.com/images/customer_logos/nvidia-grey-logo.svg
  • https://about.gitlab.com/images/customer_logos/nvidia-grey-logo.svg
  • https://about.gitlab.com/images/customer_logos/ubs-logo-grey.svg
  • https://about.gitlab.com/images/customer_logos/ubs-logo-grey.svg
  • https://about.gitlab.com/images/customer_logos/hackerone-black-logo.png
  • https://about.gitlab.com/images/customer_logos/hackerone-black-logo.png
  • https://about.gitlab.com/images/customer_logos/radio-france-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/radio-france-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/cube-logo.png
  • https://about.gitlab.com/images/customer_logos/cube-logo.png
  • https://about.gitlab.com/images/customer_logos/caci-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/caci-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/intuitive-machines.png
  • https://about.gitlab.com/images/customer_logos/intuitive-machines.png
  • https://about.gitlab.com/images/customer_logos/ally-bank-black.svg
  • https://about.gitlab.com/images/customer_logos/ally-bank-black.svg
  • https://about.gitlab.com/images/customer_logos/deutsche-telekom-black.svg
  • https://about.gitlab.com/images/customer_logos/deutsche-telekom-black.svg
  • https://about.gitlab.com/images/customer_logos/agoda-black.svg
  • https://about.gitlab.com/images/customer_logos/agoda-black.svg
  • https://about.gitlab.com/images/customer_logos/sigma-defense-black-logo.png
  • https://about.gitlab.com/images/customer_logos/sigma-defense-black-logo.png
  • https://about.gitlab.com/images/customer_logos/lockheed-martin-black.svg
  • https://about.gitlab.com/images/customer_logos/lockheed-martin-black.svg
  • https://about.gitlab.com/images/customer_logos/carfax.png
  • https://about.gitlab.com/images/customer_logos/carfax.png
  • https://about.gitlab.com/images/homepage/card-flip-duo-chat.svg
  • https://about.gitlab.com/images/homepage/card-flip-duo-chat.svg
  • https://about.gitlab.com/images/homepage/card-flip-code-review.svg
  • https://about.gitlab.com/images/homepage/card-flip-code-review.svg
  • https://about.gitlab.com/videos/gitlab-premium-duo.mp4
  • https://about.gitlab.com/videos/gitlab-premium-duo.mp4
  • https://about.gitlab.com/_nuxt-new/error-404.C-Ems_Nz.js
  • https://about.gitlab.com/_nuxt-new/error-404.C-Ems_Nz.js
  • https://about.gitlab.com/_nuxt-new/nuxt-link.BiMG80BJ.js
  • https://about.gitlab.com/_nuxt-new/nuxt-link.BiMG80BJ.js
  • https://about.gitlab.com/_nuxt-new/error-500.Cq312b1v.js
  • https://about.gitlab.com/_nuxt-new/error-500.Cq312b1v.js
  • https://about.gitlab.com/_nuxt-new/BlogArchive.C6ikndqu.js
  • https://about.gitlab.com/_nuxt-new/BlogArchive.C6ikndqu.js
  • https://about.gitlab.com/_nuxt-new/NewsletterForm.CsvTYvoW.js
  • https://about.gitlab.com/_nuxt-new/NewsletterForm.CsvTYvoW.js
  • https://about.gitlab.com/_nuxt-new/MktoForm.dqEEKpCc.js
  • https://about.gitlab.com/_nuxt-new/MktoForm.dqEEKpCc.js
  • https://client-registry.mutinycdn.com/mutiny-client/237.5.6.3.js
  • https://client-registry.mutinycdn.com/mutiny-client/160.5.6.3.js
  • https://about.gitlab.com/_nuxt-new/List.DlIjle1H.js
  • https://about.gitlab.com/_nuxt-new/List.DlIjle1H.js
  • https://about.gitlab.com/_nuxt-new/BlogAuthor.B-QpDduj.js
  • https://about.gitlab.com/_nuxt-new/BlogAuthor.B-QpDduj.js
  • https://about.gitlab.com/_nuxt-new/Hero.C_o6KIHJ.js
  • https://about.gitlab.com/_nuxt-new/Hero.C_o6KIHJ.js
  • https://about.gitlab.com/_nuxt-new/Breadcrumbs.D4cxV7xW.js
  • https://about.gitlab.com/_nuxt-new/Breadcrumbs.D4cxV7xW.js
  • https://about.gitlab.com/_nuxt-new/PostGrid.CA5RrUMf.js
  • https://about.gitlab.com/_nuxt-new/PostGrid.CA5RrUMf.js
  • https://about.gitlab.com/_nuxt-new/PostCard.BmdMCNiy.js
  • https://about.gitlab.com/_nuxt-new/PostCard.BmdMCNiy.js
  • https://about.gitlab.com/_nuxt-new/Pagination.BAS7Zw8u.js
  • https://about.gitlab.com/_nuxt-new/Pagination.BAS7Zw8u.js
  • https://about.gitlab.com/_nuxt-new/GetStarted.T4sNbgIr.js
  • https://about.gitlab.com/_nuxt-new/GetStarted.T4sNbgIr.js
  • https://about.gitlab.com/_nuxt-new/BlogCategory.Bq5VGPNy.js
  • https://about.gitlab.com/_nuxt-new/BlogCategory.Bq5VGPNy.js
  • https://about.gitlab.com/_nuxt-new/Hero.vue.DKthF9Pw.js
  • https://about.gitlab.com/_nuxt-new/Hero.vue.DKthF9Pw.js
  • https://about.gitlab.com/_nuxt-new/FeaturedPost.D90mDsXp.js
  • https://about.gitlab.com/_nuxt-new/FeaturedPost.D90mDsXp.js
  • https://about.gitlab.com/_nuxt-new/BlogHome.D1CJZiTb.js
  • https://about.gitlab.com/_nuxt-new/BlogHome.D1CJZiTb.js
  • https://about.gitlab.com/_nuxt-new/Hero.CIDRaO7x.js
  • https://about.gitlab.com/_nuxt-new/Hero.CIDRaO7x.js
  • https://about.gitlab.com/_nuxt-new/Search.D7O3u8YQ.js
  • https://about.gitlab.com/_nuxt-new/Search.D7O3u8YQ.js
  • https://about.gitlab.com/_nuxt-new/Categories.C70PHYk4.js
  • https://about.gitlab.com/_nuxt-new/Categories.C70PHYk4.js
  • https://about.gitlab.com/_nuxt-new/BlogPost.DhEjrRoP.js
  • https://about.gitlab.com/_nuxt-new/BlogPost.DhEjrRoP.js
  • https://about.gitlab.com/_nuxt-new/Hero.Bm2KkWNN.js
  • https://about.gitlab.com/_nuxt-new/Hero.Bm2KkWNN.js
  • https://about.gitlab.com/_nuxt-new/Body.CKAL-tMN.js
  • https://about.gitlab.com/_nuxt-new/Body.CKAL-tMN.js
  • https://about.gitlab.com/_nuxt-new/ShareWrapper.C1Xyr0ui.js
  • https://about.gitlab.com/_nuxt-new/ShareWrapper.C1Xyr0ui.js
  • https://about.gitlab.com/_nuxt-new/Resources.DXwb6g_V.js
  • https://about.gitlab.com/_nuxt-new/Resources.DXwb6g_V.js
  • https://about.gitlab.com/_nuxt-new/ContactCta.BbMtDJxI.js
  • https://about.gitlab.com/_nuxt-new/ContactCta.BbMtDJxI.js
  • https://about.gitlab.com/_nuxt-new/BlogTag.hFp0rvGG.js
  • https://about.gitlab.com/_nuxt-new/BlogTag.hFp0rvGG.js
  • https://about.gitlab.com/_nuxt-new/CaseStudy.aaW0Zyw3.js
  • https://about.gitlab.com/_nuxt-new/CaseStudy.aaW0Zyw3.js
  • https://about.gitlab.com/_nuxt-new/HorizontalRule.73RjBoqA.js
  • https://about.gitlab.com/_nuxt-new/HorizontalRule.73RjBoqA.js
  • https://about.gitlab.com/_nuxt-new/ResourcesContainer.D52zj6r5.js
  • https://about.gitlab.com/_nuxt-new/ResourcesContainer.D52zj6r5.js
  • https://about.gitlab.com/_nuxt-new/ResourceCard.uxvZJyFh.js
  • https://about.gitlab.com/_nuxt-new/ResourceCard.uxvZJyFh.js
  • https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js
  • https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js
  • https://about.gitlab.com/_nuxt-new/DevSurvey2024Report.CZ5PzM_z.js
  • https://about.gitlab.com/_nuxt-new/DevSurvey2024Report.CZ5PzM_z.js
  • https://about.gitlab.com/_nuxt-new/ReportHero.cgB0-E1v.js
  • https://about.gitlab.com/_nuxt-new/ReportHero.cgB0-E1v.js
  • https://about.gitlab.com/_nuxt-new/Header.B_CwUFbT.js
  • https://about.gitlab.com/_nuxt-new/Header.B_CwUFbT.js
  • https://about.gitlab.com/_nuxt-new/Accordion.f8mninPh.js
  • https://about.gitlab.com/_nuxt-new/Accordion.f8mninPh.js
  • https://about.gitlab.com/_nuxt-new/useCheckIfMobile.dV4gzHCW.js
  • https://about.gitlab.com/_nuxt-new/useCheckIfMobile.dV4gzHCW.js
  • https://about.gitlab.com/_nuxt-new/Carousel.BnxtiQ6_.js
  • https://about.gitlab.com/_nuxt-new/Carousel.BnxtiQ6_.js
  • https://about.gitlab.com/_nuxt-new/BubbleTable.DHM-SDWJ.js
  • https://about.gitlab.com/_nuxt-new/BubbleTable.DHM-SDWJ.js
  • https://about.gitlab.com/_nuxt-new/ResultsRadio.DzWTy_kr.js
  • https://about.gitlab.com/_nuxt-new/ResultsRadio.DzWTy_kr.js
  • https://about.gitlab.com/_nuxt-new/Accordion.CNBnMWp6.js
  • https://about.gitlab.com/_nuxt-new/Accordion.CNBnMWp6.js
  • https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js
  • https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js
  • https://about.gitlab.com/_nuxt-new/TextResults.cDzbYSYF.js
  • https://about.gitlab.com/_nuxt-new/TextResults.cDzbYSYF.js
  • https://about.gitlab.com/_nuxt-new/OneTrustWarning.jNXkNDaj.js
  • https://about.gitlab.com/_nuxt-new/OneTrustWarning.jNXkNDaj.js
  • https://about.gitlab.com/_nuxt-new/DevSurveyLanding.Dc-7D7yo.js
  • https://about.gitlab.com/_nuxt-new/DevSurveyLanding.Dc-7D7yo.js
  • https://about.gitlab.com/_nuxt-new/Intro.D2c9--NK.js
  • https://about.gitlab.com/_nuxt-new/Intro.D2c9--NK.js
  • https://about.gitlab.com/_nuxt-new/Section.CX-lJCTk.js
  • https://about.gitlab.com/_nuxt-new/Section.CX-lJCTk.js
  • https://about.gitlab.com/_nuxt-new/DuoProSales.C9_-iAag.js
  • https://about.gitlab.com/_nuxt-new/DuoProSales.C9_-iAag.js
  • https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.HOtZr8Yp.js
  • https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.HOtZr8Yp.js
  • https://about.gitlab.com/_nuxt-new/Search.DTpq9Aul.js
  • https://about.gitlab.com/_nuxt-new/Search.DTpq9Aul.js
  • https://about.gitlab.com/_nuxt-new/Filter.Cj5uxibu.js
  • https://about.gitlab.com/_nuxt-new/Filter.Cj5uxibu.js
  • https://about.gitlab.com/_nuxt-new/Results.CoS5wOPo.js
  • https://about.gitlab.com/_nuxt-new/Results.CoS5wOPo.js
  • https://about.gitlab.com/_nuxt-new/Pagination.Cy1Wj2Mb.js
  • https://about.gitlab.com/_nuxt-new/Pagination.Cy1Wj2Mb.js
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0195d9ea-...b9fab1e2f/en.json
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0195d9ea-...b9fab1e2f/en.json
  • https://cdn.bizible.com/ipv...n.bizible.com/ipv
  • https://cdn.bizible.com/ipv...n.bizible.com/ipv
  • https://cdn.bizible.com/ipv...n.bizible.com/ipv
  • https://cdn.bizibly.com/u...cdn.bizibly.com/u
  • https://cdn.bizibly.com/u...cdn.bizibly.com/u
  • https://cdn.bizibly.com/u...cdn.bizibly.com/u
  • https://cdn.bizible.com/xdc.js...izible.com/xdc.js
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/otFlat.json
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/v2/otPcTab.json
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/otCommonStyles.css
  • https://about.gitlab.com/_nuxt-new/index.BYtoCjUr.js
  • https://about.gitlab.com/_nuxt-new/index.BYtoCjUr.js
  • https://client-registry.mutinycdn.com/mutiny-client/288.5.6.3.js
  • https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg
  • https://cdn.cookielaw.org/logos/aa14a5c8-79e3-442a-8177-464ad850b19d/e46c1d0d-1f...tlab-logo-100.png
  • https://cdn.cookielaw.org/logos/static/powered_by_logo.svg
  • https://cdn.cookielaw.org/logos/static/powered_by_logo.svg
  • https://about.gitlab.com/images/ico/favicon.ico
  • https://about.gitlab.com/images/ico/favicon.ico
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.Cz0D3PXW.css
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.Cz0D3PXW.css
  • https://about.gitlab.com/_nuxt-new/Search.DhfWzWmZ.css
  • https://about.gitlab.com/_nuxt-new/Search.DhfWzWmZ.css
  • https://about.gitlab.com/_nuxt-new/NavigationCard.BJ098Xic.css
  • https://about.gitlab.com/_nuxt-new/NavigationCard.BJ098Xic.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.RdeokJTR.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.RdeokJTR.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.DBOLvPX2.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.DBOLvPX2.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdown.DDYrcOce.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdown.DDYrcOce.css
  • https://about.gitlab.com/_nuxt-new/NavigationButton.C4ETLmZg.css
  • https://about.gitlab.com/_nuxt-new/NavigationButton.C4ETLmZg.css
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.CmP-Ip6l.css
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.CmP-Ip6l.css
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.uR5FisaS.css
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.uR5FisaS.css
  • https://about.gitlab.com/_nuxt-new/Navigation.3rUWLhwF.css
  • https://about.gitlab.com/_nuxt-new/Navigation.3rUWLhwF.css
  • https://about.gitlab.com/_nuxt-new/Banner.B6IYc1-5.css
  • https://about.gitlab.com/_nuxt-new/Banner.B6IYc1-5.css
  • https://about.gitlab.com/_nuxt-new/LanguageSelector.CPPa0FOA.css
  • https://about.gitlab.com/_nuxt-new/LanguageSelector.CPPa0FOA.css
  • https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DRkGxDDO.css
  • https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DRkGxDDO.css
  • https://about.gitlab.com/_nuxt-new/Source.BrZQDSxX.css
  • https://about.gitlab.com/_nuxt-new/Source.BrZQDSxX.css
  • https://about.gitlab.com/_nuxt-new/Footer.DRsZLK8-.css
  • https://about.gitlab.com/_nuxt-new/Footer.DRsZLK8-.css
  • https://about.gitlab.com/_nuxt-new/default.CupAYY5Y.css
  • https://about.gitlab.com/_nuxt-new/default.CupAYY5Y.css
  • https://about.gitlab.com/_nuxt-new/EmailRedirect.C-jyvuKI.css
  • https://about.gitlab.com/_nuxt-new/EmailRedirect.C-jyvuKI.css
  • https://about.gitlab.com/_nuxt-new/Video.CcB3AYCZ.css
  • https://about.gitlab.com/_nuxt-new/Video.CcB3AYCZ.css
  • https://about.gitlab.com/_nuxt-new/VideoModal.xID9sizx.css
  • https://about.gitlab.com/_nuxt-new/VideoModal.xID9sizx.css
  • https://about.gitlab.com/_nuxt-new/LoopingVideo.9nQvPIVQ.css
  • https://about.gitlab.com/_nuxt-new/LoopingVideo.9nQvPIVQ.css
  • https://about.gitlab.com/_nuxt-new/Hero.BZJVrU9K.css
  • https://about.gitlab.com/_nuxt-new/Hero.BZJVrU9K.css
  • https://about.gitlab.com/_nuxt-new/CustomerLogos.CWM_0YGM.css
  • https://about.gitlab.com/_nuxt-new/CustomerLogos.CWM_0YGM.css
  • https://about.gitlab.com/_nuxt-new/SecondaryHero.XCeUDwwl.css
  • https://about.gitlab.com/_nuxt-new/SecondaryHero.XCeUDwwl.css
  • https://about.gitlab.com/_nuxt-new/StackingCards.BTFpzXHH.css
  • https://about.gitlab.com/_nuxt-new/StackingCards.BTFpzXHH.css
  • https://about.gitlab.com/_nuxt-new/CardCarousel.GVsScTww.css
  • https://about.gitlab.com/_nuxt-new/CardCarousel.GVsScTww.css
  • https://about.gitlab.com/_nuxt-new/ForresterReport.xbiuVxAJ.css
  • https://about.gitlab.com/_nuxt-new/ForresterReport.xbiuVxAJ.css
  • https://about.gitlab.com/_nuxt-new/NextSteps.DvODd2PQ.css
  • https://about.gitlab.com/_nuxt-new/NextSteps.DvODd2PQ.css
  • https://about.gitlab.com/api/_content/query/Pcvj2T2VgF.1750774759739.json...750774759739.json
  • https://about.gitlab.com/api/_content/query/Pcvj2T2VgF.1750774759739.json...750774759739.json
  • https://about.gitlab.com/_nuxt-new/aos.Du6kOfPX.js
  • https://about.gitlab.com/_nuxt-new/aos.Du6kOfPX.js
  • https://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c...b339825302241.css
  • https://www.googletagmanager.com/gtag/destination.../gtag/destination
  • https://www.googletagmanager.com/gtag/destination.../gtag/destination
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js
  • https://cc.swiftype.com/cc.js?engine_key=6meAsJr1HTFB8FoyaYAv&url=https%3A%2F%2Fabout.gitlab.com%2F
  • https://pagead2.googlesyndication.com/ccm/collect...n.com/ccm/collect
  • https://pagead2.googlesyndication.com/ccm/collect...n.com/ccm/collect
  • https://pagead2.googlesyndication.com/ccm/collect...n.com/ccm/collect
  • https://analytics.gitlab.com/g/collect...lab.com/g/collect
  • https://analytics.gitlab.com/g/collect...lab.com/g/collect
  • https://analytics.gitlab.com/g/collect...lab.com/g/collect
  • https://www.googletagmanager.com/static/service_worker/56n0/sw_iframe.html...n0/sw_iframe.html
  • https://www.googletagmanager.com/static/service_worker/56n0/sw_iframe.html...n0/sw_iframe.html
  • Privacy advice (94)

    TitleAdviceScore
    Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader)A strict transport header is set but miss out on setting includeSubDomains90
    Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security.
    Do not share user data with third parties. (thirdPartyPrivacy)The page has 16% requests that are 3rd party (36 requests with a size of 954.3 kB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 13 consent-provider requests and uses 1 consent-provider tool. The page do 5 tag-manager requests and uses 1 tag-manager tool. The page do 6 survelliance requests and uses 2 survelliance tools. The page do 5 ad requests and uses 2 ad tools. The page do 1 analytics request and uses 1 analytics tool. The page do 12 utility requests and uses 2 utility tools.0
    Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests.
    Offenders:
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js
  • https://cdn.cookielaw.org/scripttemplates/otSDKStub.js
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/geofeed
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/7f944245-...dd955adfdd08.json
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location
  • https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL
  • https://cdn.bizible.com/scripts/bizible.js
  • https://munchkin.marketo.net/munchkin.js
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/otBannerSdk.js
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0195d9ea-...b9fab1e2f/en.json
  • https://cdn.bizible.com/ipv...n.bizible.com/ipv
  • https://cdn.bizibly.com/u...cdn.bizibly.com/u
  • https://cdn.bizible.com/xdc.js...izible.com/xdc.js
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/otFlat.json
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/v2/otPcTab.json
  • https://cdn.cookielaw.org/scripttemplates/202504.1.0/assets/otCommonStyles.css
  • https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg
  • https://cdn.cookielaw.org/logos/aa14a5c8-79e3-442a-8177-464ad850b19d/e46c1d0d-1f...tlab-logo-100.png
  • https://cdn.cookielaw.org/logos/static/powered_by_logo.svg
  • https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c
  • https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...FjNmYyNjA3MjI3In0
  • https://events.launchdarkly.com/events/diagnostic/620c2f247f24eb0c056e3a8c
  • https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...FjNmYyNjA3MjI3In0
  • https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c
  • https://events.launchdarkly.com/events/diagnostic/620c2f247f24eb0c056e3a8c
  • https://s.swiftypecdn.com/install/v2/st.js
  • https://s.swiftypecdn.com/install/v2/config/Z4n7msKyctXXfJs66EKx.json
  • https://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c...b339825302241.css
  • https://www.googletagmanager.com/gtag/destination.../gtag/destination
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://www.googletagmanager.com/gtag/js...nager.com/gtag/js
  • https://cc.swiftype.com/cc.js?engine_key=6meAsJr1HTFB8FoyaYAv&url=https%3A%2F%2Fabout.gitlab.com%2F
  • https://pagead2.googlesyndication.com/ccm/collect...n.com/ccm/collect
  • https://www.googletagmanager.com/static/service_worker/56n0/sw_iframe.html...n0/sw_iframe.html
  • https://events.launchdarkly.com/events/bulk/620c2f247f24eb0c056e3a8c
  • https://events.launchdarkly.com/events/bulk/620c2f247f24eb0c056e3a8c
  • Page info

    Page info
    TitleThe most-comprehensive AI-powered DevSecOps platform
    Width1350
    Height7935
    DOM elements1395
    Avg DOM depth11
    Max DOM depth21
    Iframes2
    Script tags24
    Local storage2.8 KB
    Session storage0 b
    Network Information API4g
    Resource Hints
    dns-prefetch
    https://i.vimeocdn.com/
    preconnect
    https://cdn.cookielaw.org/
    https://geolocation.onetrust.com/
    prefetch
    https://about.gitlab.com/_nuxt-new/free-trial.DYM27zuf.js
    https://about.gitlab.com/_nuxt-new/FreeTrial.zTa0XXh4.js
    https://about.gitlab.com/_nuxt-new/Minimal.rQcTAMl7.js
    https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.Jlh5qMxc.js
    https://about.gitlab.com/_nuxt-new/minimal.DjznUKtf.js
    https://about.gitlab.com/_nuxt-new/Minimal.CpsF69TL.js
    https://about.gitlab.com/_nuxt-new/no-banner.BpPuuMzs.js
    https://about.gitlab.com/_nuxt-new/GitLabSans.Lo2zo6M4.js
    https://about.gitlab.com/_nuxt-new/error-404.C-Ems_Nz.js
    https://about.gitlab.com/_nuxt-new/nuxt-link.BiMG80BJ.js
    https://about.gitlab.com/_nuxt-new/error-500.Cq312b1v.js
    https://about.gitlab.com/_nuxt-new/BlogArchive.C6ikndqu.js
    https://about.gitlab.com/_nuxt-new/NewsletterForm.CsvTYvoW.js
    https://about.gitlab.com/_nuxt-new/MktoForm.dqEEKpCc.js
    https://about.gitlab.com/_nuxt-new/List.DlIjle1H.js
    https://about.gitlab.com/_nuxt-new/BlogAuthor.B-QpDduj.js
    https://about.gitlab.com/_nuxt-new/Hero.C_o6KIHJ.js
    https://about.gitlab.com/_nuxt-new/Breadcrumbs.D4cxV7xW.js
    https://about.gitlab.com/_nuxt-new/PostGrid.CA5RrUMf.js
    https://about.gitlab.com/_nuxt-new/PostCard.BmdMCNiy.js
    https://about.gitlab.com/_nuxt-new/Pagination.BAS7Zw8u.js
    https://about.gitlab.com/_nuxt-new/GetStarted.T4sNbgIr.js
    https://about.gitlab.com/_nuxt-new/BlogCategory.Bq5VGPNy.js
    https://about.gitlab.com/_nuxt-new/Hero.vue.DKthF9Pw.js
    https://about.gitlab.com/_nuxt-new/FeaturedPost.D90mDsXp.js
    https://about.gitlab.com/_nuxt-new/BlogHome.D1CJZiTb.js
    https://about.gitlab.com/_nuxt-new/Hero.CIDRaO7x.js
    https://about.gitlab.com/_nuxt-new/Search.D7O3u8YQ.js
    https://about.gitlab.com/_nuxt-new/Categories.C70PHYk4.js
    https://about.gitlab.com/_nuxt-new/BlogPost.DhEjrRoP.js
    https://about.gitlab.com/_nuxt-new/Hero.Bm2KkWNN.js
    https://about.gitlab.com/_nuxt-new/Body.CKAL-tMN.js
    https://about.gitlab.com/_nuxt-new/ShareWrapper.C1Xyr0ui.js
    https://about.gitlab.com/_nuxt-new/Resources.DXwb6g_V.js
    https://about.gitlab.com/_nuxt-new/ContactCta.BbMtDJxI.js
    https://about.gitlab.com/_nuxt-new/BlogTag.hFp0rvGG.js
    https://about.gitlab.com/_nuxt-new/CaseStudy.aaW0Zyw3.js
    https://about.gitlab.com/_nuxt-new/HorizontalRule.73RjBoqA.js
    https://about.gitlab.com/_nuxt-new/ResourcesContainer.D52zj6r5.js
    https://about.gitlab.com/_nuxt-new/ResourceCard.uxvZJyFh.js
    https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js
    https://about.gitlab.com/_nuxt-new/DevSurvey2024Report.CZ5PzM_z.js
    https://about.gitlab.com/_nuxt-new/ReportHero.cgB0-E1v.js
    https://about.gitlab.com/_nuxt-new/Header.B_CwUFbT.js
    https://about.gitlab.com/_nuxt-new/Accordion.f8mninPh.js
    https://about.gitlab.com/_nuxt-new/useCheckIfMobile.dV4gzHCW.js
    https://about.gitlab.com/_nuxt-new/Carousel.BnxtiQ6_.js
    https://about.gitlab.com/_nuxt-new/BubbleTable.DHM-SDWJ.js
    https://about.gitlab.com/_nuxt-new/ResultsRadio.DzWTy_kr.js
    https://about.gitlab.com/_nuxt-new/Accordion.CNBnMWp6.js
    https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js
    https://about.gitlab.com/_nuxt-new/TextResults.cDzbYSYF.js
    https://about.gitlab.com/_nuxt-new/OneTrustWarning.jNXkNDaj.js
    https://about.gitlab.com/_nuxt-new/DevSurveyLanding.Dc-7D7yo.js
    https://about.gitlab.com/_nuxt-new/Intro.D2c9--NK.js
    https://about.gitlab.com/_nuxt-new/Section.CX-lJCTk.js
    https://about.gitlab.com/_nuxt-new/DuoProSales.C9_-iAag.js
    https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.HOtZr8Yp.js
    https://about.gitlab.com/_nuxt-new/Search.DTpq9Aul.js
    https://about.gitlab.com/_nuxt-new/Filter.Cj5uxibu.js
    https://about.gitlab.com/_nuxt-new/Results.CoS5wOPo.js
    https://about.gitlab.com/_nuxt-new/Pagination.Cy1Wj2Mb.js

    Technologies used to build the page.

    Data collected using Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyzer find more information about technologies used.

    TechnologyConfidenceCategory
    Ruby 75  Programming languages
    Ruby on Rails 75  Web frameworks
    Google Cloud 100  IaaS
    Amazon Web Services 100  PaaS
    HSTS 100  Security
    Google Cloud CDN 100  CDN
    Cloudflare 100  CDN
    Amazon CloudFront 100  CDN
    HTTP/3 100  Miscellaneous
    Google Cloud Storage 100  Miscellaneous

    Data collected using Third Party Web 0.26.2

    Consent-provider
    Optanon
    Tag-manager
    Google Tag Manager
    Survelliance
    Google Tag Manager
    Google/Doubleclick Ads
    Ad
    Bizible
    Google/Doubleclick Ads
    Analytics
    Marketo
    Utility
    Launch Darkly
    Swiftype
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Interaction To Next Paint | Long Aninimation Frames | Metrics from CDP | 

    Visual Metrics

    Browser Metrics

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Element typeSPAN
    Element/tag<span class="slp-text-body2 text" data-v-64ad2128="" data-v-02426763=""></span>
    Render time 1.204 s
    Element render delay891 ms
    TTFB313 ms
    Resource delay0 ms
    Resource load duration0 ms
    Load time0 ms
    Size (width*height)8823
    DOM path
    div#__nuxt > div > header > a > div > div > span> div#__nuxt > div > header > a > div > div > span>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    Detected Cumulative Layout Shift

    0.12890 cumulative layout shift collected from the Cumulative Layout Shift API.

    These HTML elements contribute most to the Cumulative Layout Shifts of the page. The higher score, the more layout shift.

    ScoreHTML Element
    0.12064<div class="blob blob-1" data-v-ba9a45a1=""></div>,<div class="blob blob-2" data-v-ba9a45a1=""></div>,<div class="blob blob-3" data-v-ba9a45a1=""></div>,<div class="blob blob-5" data-v-ba9a45a1=""></div>
    body > div#__nuxt > div > div#page- > main > section:eq(0) > div:eq(0) > div:eq(0) > div,body > div#__nuxt > div > div#page- > main > section:eq(0) > div:eq(0) > div:eq(1) > div,body > div#__nuxt > div > div#page- > main > section:eq(0) > div:eq(0) > div:eq(2) > div,body > div#__nuxt > div > div#page- > main > section:eq(0) > div:eq(0) > div:eq(4) > div
    0.00794<div class="blob blob-1" data-v-ba9a45a1=""></div>,<div class="blob blob-2" data-v-ba9a45a1=""></div>,<div class="blob blob-3" data-v-ba9a45a1=""></div>,<div class="blob blob-5" data-v-ba9a45a1=""></div>
    body > div#__nuxt > div > div#page- > main > section:eq(0) > div:eq(0) > div:eq(0) > div,body > div#__nuxt > div > div#page- > main > section:eq(0) > div:eq(0) > div:eq(1) > div,body > div#__nuxt > div > div#page- > main > section:eq(0) > div:eq(0) > div:eq(2) > div,body > div#__nuxt > div > div#page- > main > section:eq(0) > div:eq(0) > div:eq(4) > div
    0.00032<div class="navigation-dropdown" data-v-1fc80711="" data-v-9c14977f=""></div>,<button class="slp-ml-8 banner__button slp-btn slp-btn-tertiary slp-ml-8 banner__button" aria-label="Register now" type="button" data-v-c6fd7cb9="" data-v-02426763=""></button>,<div class="navigation-dropdown" data-v-1fc80711="" data-v-9c14977f=""></div>,<div class="navigation-dropdown" data-v-1fc80711="" data-v-9c14977f=""></div>,<div class="navigation-dropdown" data-v-1fc80711="" data-v-9c14977f=""></div>
    body > div#__nuxt > div > nav#navigation > div#be-navigation-desktop > div > div > div:eq(0) > ul > li:eq(1) > div,body > div#__nuxt > div > header > a > div > div > button,body > div#__nuxt > div > nav#navigation > div#be-navigation-desktop > div > div > div:eq(0) > ul > li:eq(3) > div,body > div#__nuxt > div > nav#navigation > div#be-navigation-desktop > div > div > div:eq(0) > ul > li:eq(4) > div,body > div#__nuxt > div > nav#navigation > div#be-navigation-desktop > div > div > div:eq(0) > ul > li:eq(5) > div
    Layout shift

    The elements that have shifted place is highlighted in the image (that have a higher value than 0.01). If the element shifted outside of the viewport, you will not see it there. It can be hard to understand what content that has shifted, if that's the case, checkout the video or the filmstrip of the run.

    Interaction to Next Paint

    Interaction to Next Paint (INP) is a metric that try to measure responsiveness. It's useful if you are testing user journeys. Read more about Interaction to Next Paint.

    The measured latency was 480 ms.

    Event typepointerout
    Element typeP
    Element class name
    Event targetdiv.content-container>div.slp-container>h1.slp-text-heading1-bold.aos-init.aos-animate>div>p
    Load state when the event happenedcomplete

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    131.8 ms474.3 ms158.6 ms0.1 ms158.5 ms
    https://client-registry.mutinycdn.com/personalize/client/c18972324098ea25.js

    Invoker:  https://client-registry.mutinycdn.com/personalize/client/c18972324098ea25.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    127.3 ms213 ms1.1 ms0.6 ms0.5 ms
    https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL

    Invoker:  https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Source Function Name:  ND
    Window attribution: self
    Source char position: 468641

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    96.6 ms162.9 ms67.5 ms67.5 ms0 ms
    https://client-registry.mutinycdn.com/mutiny-client/223.5.6.3.js

    Invoker:  https://client-registry.mutinycdn.com/mutiny-client/223.5.6.3.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    81.6 ms185.2 ms13.4 ms0.3 ms13.1 ms
    https://about.gitlab.com/_nuxt-new/default.C5JdRWSc.js

    Invoker:  https://about.gitlab.com/_nuxt-new/default.C5JdRWSc.js
    Invoker Type: module-script
    Window attribution: self

    https://about.gitlab.com/_nuxt-new/entry.1uy9XxFg.js

    Invoker:  import.then
    Invoker Type: resolve-promise
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    70.9 ms134.6 ms2.7 ms2.6 ms0.1 ms
    https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js

    Invoker:  https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    68.1 ms128.7 ms0.9 ms0.9 ms0 ms
    https://cdn.bizible.com/scripts/bizible.js

    Invoker:  https://cdn.bizible.com/scripts/bizible.js
    Invoker Type: classic-script
    Window attribution: self

    https://about.gitlab.com/_nuxt-new/entry.1uy9XxFg.js

    Invoker:  https://about.gitlab.com/_nuxt-new/entry.1uy9XxFg.js
    Invoker Type: module-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    49.7 ms58.7 ms76.3 ms76.3 ms0 ms
    https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js

    Invoker:  MutationCallback
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    45.3 ms184.2 ms8 ms0.2 ms7.8 ms
    https://about.gitlab.com/_nuxt-new/entry.1uy9XxFg.js

    Invoker:  import.then
    Invoker Type: resolve-promise
    Window attribution: self
    Source char position: -1

    https://cdn.cookielaw.org/scripttemplates/202504.1.0/otBannerSdk.js

    Invoker:  Response.text.then
    Invoker Type: resolve-promise
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    44.1 ms166.2 ms1.5 ms1.4 ms0.1 ms
    https://s.swiftypecdn.com/install/v2/st.js

    Invoker:  https://s.swiftypecdn.com/install/v2/st.js
    Invoker Type: classic-script
    Window attribution: self

    https://about.gitlab.com/_nuxt-new/useDynamicComponents.BIgV2TNt.js

    Forced Style And Layout Duration: 7 ms

    Invoker:  import.then
    Invoker Type: resolve-promise
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    27.9 ms128.6 ms1.5 ms1.5 ms0 ms
    https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 312304

    https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: 414235

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents26
    Frames26
    JSEventListeners482
    LayoutObjects1557
    MediaKeySessions0
    MediaKeys0
    Nodes4048
    Resources145
    ContextLifecycleStateObservers41
    V8PerContextDatas4
    WorkerGlobalScopes1
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers27
    AdSubframes0
    DetachedScriptStates3
    ArrayBufferContents3
    LayoutCount19
    RecalcStyleCount261
    LayoutDuration248
    RecalcStyleDuration175
    DevToolsCommandDuration25
    ScriptDuration1144
    V8CompileDuration2
    TaskDuration2955
    TaskOtherDuration1361
    ThreadTime3
    ProcessTime5
    JSHeapUsedSize19956952
    JSHeapTotalSize39456768
    FirstMeaningfulPaint1201
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests231
    Total domains18
    Total transfer size7.7 MB
    Total content size12.3 MB
    Responses missing compression87
    Number of cookies4
    Third party cookies0
    Requests per response code
    200222
    2012
    2022
    2043
    2061
    3011

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b49.7 KB313.3 KB2
    css0 b63.2 KB201.5 KB32
    javascript855 B2.0 MB5.6 MB135
    image991 B164.6 KB162.6 KB9
    font0 b317.5 KB316.9 KB1
    json0 b64.4 KB281.7 KB14
    svg0 b377.1 KB691.0 KB23
    video0 b4.7 MB4.7 MB1
    plain0 b1.8 KB199 B7
    other0 b0 b0 b5
    favicon0 b3.0 KB14.7 KB1
    Total1.8 KB7.7 MB12.3 MB230

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    gitlab.com162 msN/A0 b1
    about.gitlab.com36.723 s6.4 MB7.5 MB177
    client-registry.mutinycdn.com453 ms113.0 KB401.7 KB9
    cdn.cookielaw.org595 ms191.2 KB789.3 KB11
    geolocation.onetrust.com175 ms575 B159 B2
    www.googletagmanager.com300 ms562.1 KB1.7 MB5
    cdn.bizible.com170 ms25.2 KB67.1 KB3
    munchkin.marketo.net83 ms729 B1.2 KB1
    api-v2.mutinyhq.io222 ms857 B4 B2
    cdn.bizibly.com118 ms165 B43 B1
    app.launchdarkly.com191 ms1.3 KB2.6 KB4
    events.launchdarkly.com179 ms716 B0 b4
    s.swiftypecdn.com321 ms149.9 KB531.8 KB3
    app.cdn.lookbookhq.com145 ms319.0 KB1.4 MB1
    cc.swiftype.com282 ms43 B43 B1
    jukebox.pathfactory.com224 ms476 B0 b2
    pagead2.googlesyndication.com43 ms0 b0 b1
    analytics.gitlab.com416 ms538 B195 B3

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds4 hours1 year
    Last modified3 minutes3 minutes55 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html1.9 KB1
    css55.3 KB28
    javascript838.2 KB6
    image43 B1
    font0 b0
    other0 b3
    favicon3.0 KB1
    json7.0 KB6
    plain1.4 KB6
    Total906.7 KB52

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html1.9 KB1
    css59.7 KB29
    javascript852.6 KB9
    image8.4 KB2
    font0 b0
    json23.9 KB8
    svg2.8 KB2
    other0 b5
    favicon3.0 KB1
    plain1.4 KB6
    Total953.8 KB63
    | Categories | | Tools | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    CategoryRequests
    consent-provider 13
    tag-manager 5
    survelliance 6
    ad 5
    analytics 1
    utility 12
    CategoryNumber of tools
    consent-provider 1
    tag-manager 1
    survelliance 2
    ad 2
    analytics 1
    utility 2

    Third party requests and tools

    consent-provider (13 requests)
    Optanon
    tag-manager (5 requests)
    Google Tag Manager
    survelliance (6 requests)
    Google Tag Manager
    Google/Doubleclick Ads
    ad (5 requests)
    Bizible
    Google/Doubleclick Ads
    analytics (1 requests)
    Marketo
    utility (12 requests)
    Launch Darkly
    Swiftype

    Unmatched third party domains

    Here's a list of domains that didn't match any tool in Third party web. If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using --firstParty.

    client-registry.mutinycdn.com
    api-v2.mutinyhq.io
    app.cdn.lookbookhq.com
    jukebox.pathfactory.com

    First party requests and sizes per content type

    Calculated using .*gitlab.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b47.8 KB309.8 KB1
    css0 b25.4 KB86.8 KB30
    javascript0 b790.7 KB1.2 MB114
    image0 b155.8 KB154.3 KB5
    font0 b317.5 KB316.9 KB1
    json0 b13.3 KB47.8 KB3
    svg0 b374.3 KB685.4 KB21
    video0 b4.7 MB4.7 MB1
    favicon0 b3.0 KB14.7 KB1
    plain0 b538 B195 B3
    TotalN/A6.4 MB7.5 MB181

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b1.9 KB3.5 KB1
    css0 b37.8 KB114.7 KB2
    javascript855 B1.2 MB4.4 MB21
    image991 B8.8 KB8.3 KB4
    font0 b0 b0 b0
    json0 b51.1 KB233.9 KB11
    plain0 b1.3 KB4 B4
    svg0 b2.8 KB5.6 KB2
    other0 b0 b0 b5
    Total1.8 KB1.3 MB4.8 MB50
    afterPageCompleteCheck.jpg | layoutShift.jpg | largestContentfulPaint.jpg | 

    Screenshots

    afterPageCompleteCheck.jpg

    afterPageCompleteCheck.jpg

    layoutShift.jpg

    layoutShift.jpg

    largestContentfulPaint.jpg

    largestContentfulPaint.jpg