Run 3 summary

https://gitlab.com/

Tested 2025-07-10 02:28:55 using Chrome 138.0.7204.49 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayThird partyScreenshots

Summary

MetricValue
Page metrics
Performance score55
Total page size3.4 MB
Requests243
Timing metrics
TTFB339 ms
First Paint1.308 s
Fully Loaded4.325 s
Google Web Vitals
TTFB339 ms
First Contentful Paint (FCP) 1.308 s
Largest Contentful Paint (LCP) 1.452 s
Cumulative Layout Shift (CLS) 0.03
336 ms
Total Blocking Time329 ms
Max Potential FID146 ms
CPU metrics
CPU long tasks15
CPU last long task happens at3.413 s
Visual Metrics
First Visual Change1.333 s
Speed Index1.938 s
Visual Complete 85%3.933 s
Visual Complete 99%5.033 s
Last Visual Change5.033 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
1 sCPU Long Task duration 140 ms
1.2 sCPU Long Task duration 66 msLayout Shift 0.02602 1.179 sCPU Long Task duration 88 ms
1.3 smutiny-hider-removed 1.281 sCPU Long Task duration 50 ms
1.4 sFirst Contentful Paint 1.308 sFirst Visual Change 1.333 sLayout Shift 0.00031 1.383 s
1.5 sCPU Long Task duration 79 msLCP <DIV> 1.452 sDOM Content Loaded Time 1.483 s
1.6 sCPU Long Task duration 50 ms
1.7 s
1.8 s
1.9 s
2 sLayout Shift 0.00819 1.959 sPage Load Time 1.972 s
2.1 s
2.2 s
2.4 sCPU Long Task duration 95 ms
2.5 sCPU Long Task duration 73 ms
2.6 s
2.7 sCPU Long Task duration 75 ms
2.8 s
2.9 sCPU Long Task duration 146 ms
3 s
3.1 sCPU Long Task duration 56 ms
3.2 sCPU Long Task duration 55 ms
3.3 sCPU Long Task duration 56 msCPU Long Task duration 115 ms
3.4 s
3.5 sCPU Long Task duration 79 ms
3.6 s
3.7 s
3.8 s
3.9 s
4 sVisual Complete 85% 3.933 s
4.1 s
4.2 s
4.3 s
4.4 sFully Loaded 4.325 s
4.5 s
4.6 s
4.7 s
4.8 sVisual Complete 95% 4.766 s
4.9 s
5 s
5.1 sLast Visual Change 5.033 sVisual Complete 99% 5.033 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.223 s. The total blocking time is 329 ms and 4 long tasks before first contentful paint with total time of 344 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/goals/620c2f247f24eb0c056e3a8c
  • https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...kxNjM3ZmIyNGQ4In0
  • 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://analytics.gitlab.com/g/collect...lab.com/g/collect
  • https://jukebox.pathfactory.com/api/public/v1/init...pi/public/v1/init
  • Long cache headers is good (cacheHeadersLong)The page has 207 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?ca668367-a2a5-4214-80d2-942552226f60
  • https://about.gitlab.com/_nuxt-new/entry.DujVLJRM.js
  • https://about.gitlab.com/_nuxt-new/_...slug_.XL0lAfhw.js
  • https://about.gitlab.com/_nuxt-new/useAOS.DTX2zFhV.js
  • https://about.gitlab.com/_nuxt-new/useAvailableLanguages.CC1gc2-u.js
  • https://about.gitlab.com/_nuxt-new/query.BhkBtaQs.js
  • https://about.gitlab.com/_nuxt-new/preview.CE2_B66s.js
  • https://about.gitlab.com/_nuxt-new/default.CIFjProD.js
  • https://about.gitlab.com/_nuxt-new/Navigation.PPQEnGVs.js
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.DbSf447x.js
  • https://about.gitlab.com/_nuxt-new/Search.BgAQKfJm.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.vue.zmqqyU4l.js
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.DQDdG3_x.js
  • https://about.gitlab.com/_nuxt-new/index.I7stsoyM.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.Bwv_YU7W.js
  • https://about.gitlab.com/_nuxt-new/NavigationCard.C5K_n-5a.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.GdsBgzLE.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.BVHisLsU.js
  • https://about.gitlab.com/_nuxt-new/chevron.DmmjcWw8.js
  • https://about.gitlab.com/_nuxt-new/NavigationButton.C9O3NjoJ.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.CCHHGcic.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.B1iNR2Wz.js
  • https://about.gitlab.com/_nuxt-new/hamburger.Bl8UMVYf.js
  • https://about.gitlab.com/_nuxt-new/Banner.CG8Ee8y8.js
  • https://about.gitlab.com/_nuxt-new/Footer.Dv5pnKKx.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.vue.CLQS4fa3.js
  • https://about.gitlab.com/_nuxt-new/LanguageSelector.MJL3cUXx.js
  • https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DmHBoeU1.js
  • https://about.gitlab.com/_nuxt-new/Source.ituA8LSu.js
  • https://about.gitlab.com/_nuxt-new/NuxtImg.vue.CjN2njdG.js
  • https://about.gitlab.com/_nuxt-new/gitlab.PO4DqVpd.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.pd_ngZJ9.js
  • https://about.gitlab.com/_nuxt-new/Common.C_aWwTv7.js
  • https://about.gitlab.com/_nuxt-new/useDynamicComponents.CdudpxNh.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.lDX3nlAs.js
  • https://about.gitlab.com/_nuxt-new/Hero.BYA_1vR_.js
  • https://about.gitlab.com/_nuxt-new/EmailRedirect.D3qBGorK.js
  • https://about.gitlab.com/_nuxt-new/LoopingVideo.CRYqdINO.js
  • https://about.gitlab.com/_nuxt-new/Video.BVrkOEp_.js
  • https://about.gitlab.com/_nuxt-new/VideoModal.DrOU0gCN.js
  • https://about.gitlab.com/_nuxt-new/CustomerLogos.Dfxv5oot.js
  • https://about.gitlab.com/_nuxt-new/SecondaryHero.De-aliuR.js
  • https://about.gitlab.com/_nuxt-new/StackingCards.DdDDjQGV.js
  • https://about.gitlab.com/_nuxt-new/toKebabCase.r_RV3gou.js
  • https://about.gitlab.com/_nuxt-new/CardCarousel.BpSjBif1.js
  • https://about.gitlab.com/_nuxt-new/ForresterReport.PvUS5iIs.js
  • https://about.gitlab.com/_nuxt-new/NextSteps.CFTnkucj.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/ca668367-a2a5-4214-80d2-942552226f60.json
  • https://cdn.bizible.com/scripts/bizible.js
  • https://about.gitlab.com/_nuxt-new/free-trial.wKu9_-2F.js
  • https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js
  • 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/FreeTrial.DIt46Tba.js
  • https://about.gitlab.com/_nuxt-new/Minimal.CIwkI_es.js
  • https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.DLG6zi73.js
  • https://about.gitlab.com/_nuxt-new/minimal.5CK1XFI1.js
  • https://about.gitlab.com/_nuxt-new/Minimal.D5G-QXka.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://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0197d06c-...65664ba02/en.json
  • 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://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/otFlat.json
  • https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/v2/otPcTab.json
  • https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/otCommonStyles.css
  • https://about.gitlab.com/_nuxt-new/index.CKMpTWc1.js
  • https://about.gitlab.com/images/homepage/card-flip-code-review.svg
  • 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/_nuxt-new/no-banner.DoBfHtDQ.js
  • https://about.gitlab.com/_nuxt-new/the-source.C2Qn29sc.js
  • https://about.gitlab.com/_nuxt-new/Navigation.CQlX2l39.js
  • https://about.gitlab.com/_nuxt-new/useCheckIfMobile.KryrKCa6.js
  • https://cdn.bizible.com/xdc.js...izible.com/xdc.js
  • https://about.gitlab.com/_nuxt-new/Newsletter.B4AQvPYT.js
  • https://about.gitlab.com/_nuxt-new/MktoForm.CqhEMozS.js
  • https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js
  • https://about.gitlab.com/_nuxt-new/error-404.Dv9T0nne.js
  • https://about.gitlab.com/_nuxt-new/nuxt-link.CbC0Pk8n.js
  • https://about.gitlab.com/_nuxt-new/error-500.B8sNU8qm.js
  • https://about.gitlab.com/_nuxt-new/BlogArchive.1OvFWHaI.js
  • https://about.gitlab.com/_nuxt-new/NewsletterForm.DFgYl74c.js
  • https://about.gitlab.com/_nuxt-new/List.I2WsikZW.js
  • https://about.gitlab.com/_nuxt-new/BlogAuthor.CutSU5Yd.js
  • https://about.gitlab.com/_nuxt-new/Hero.Dh2xQxyL.js
  • https://about.gitlab.com/_nuxt-new/Breadcrumbs.kDpV0c_8.js
  • https://about.gitlab.com/_nuxt-new/PostGrid.CQpZzeYd.js
  • https://about.gitlab.com/_nuxt-new/PostCard.BticgylK.js
  • https://about.gitlab.com/_nuxt-new/Pagination.ffAQgcza.js
  • https://about.gitlab.com/_nuxt-new/GetStarted.LtI886Yk.js
  • https://about.gitlab.com/_nuxt-new/BlogCategory.BHQONZOQ.js
  • https://about.gitlab.com/_nuxt-new/Hero.vue.DzyJTyjU.js
  • https://about.gitlab.com/_nuxt-new/FeaturedPost.BpMG2e8h.js
  • https://about.gitlab.com/_nuxt-new/BlogHome.BeD6R65j.js
  • https://about.gitlab.com/_nuxt-new/Hero.D2JUur01.js
  • https://about.gitlab.com/_nuxt-new/Search.BI6HfAW5.js
  • https://about.gitlab.com/_nuxt-new/Categories.DmtHLUg8.js
  • https://about.gitlab.com/_nuxt-new/BlogPost.64jvqR9m.js
  • https://about.gitlab.com/_nuxt-new/Hero.R8BNzpFv.js
  • https://about.gitlab.com/_nuxt-new/Body.BAU5lhNC.js
  • https://about.gitlab.com/_nuxt-new/ShareWrapper.V2HapC-B.js
  • https://about.gitlab.com/_nuxt-new/Resources.DptP5xlI.js
  • https://about.gitlab.com/_nuxt-new/ContactCta.DhH4E2Ea.js
  • https://about.gitlab.com/_nuxt-new/BlogTag.MyXOel3G.js
  • https://about.gitlab.com/_nuxt-new/CaseStudy.CxGSNHwT.js
  • https://about.gitlab.com/_nuxt-new/HorizontalRule.BQaNoVwX.js
  • https://about.gitlab.com/_nuxt-new/ResourcesContainer.B7-gb79M.js
  • https://about.gitlab.com/_nuxt-new/ResourceCard.DrOX0Qd7.js
  • https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js
  • https://about.gitlab.com/_nuxt-new/DevSurvey2024Report.CGcqDvLD.js
  • https://about.gitlab.com/_nuxt-new/ReportHero.CP4Y8Y8r.js
  • https://about.gitlab.com/_nuxt-new/Header.BJA2YINi.js
  • https://about.gitlab.com/_nuxt-new/Accordion.w-ZzLZNq.js
  • https://about.gitlab.com/_nuxt-new/Carousel.CgpEYOK_.js
  • https://about.gitlab.com/_nuxt-new/BubbleTable.BtQcQll9.js
  • https://about.gitlab.com/_nuxt-new/ResultsRadio.BXHwIqZm.js
  • https://about.gitlab.com/_nuxt-new/Accordion.CV3O3HPs.js
  • https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js
  • https://about.gitlab.com/_nuxt-new/TextResults.Dv3I6fYA.js
  • https://about.gitlab.com/_nuxt-new/OneTrustWarning.Cad6qcB2.js
  • https://about.gitlab.com/_nuxt-new/DevSurveyLanding.B9q1oVOi.js
  • https://about.gitlab.com/_nuxt-new/Intro.oLrTQ2Nl.js
  • https://about.gitlab.com/_nuxt-new/Section.Br2L6cLq.js
  • https://about.gitlab.com/_nuxt-new/DuoProSales.CHNifcHj.js
  • https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.BsBa7BLP.js
  • https://about.gitlab.com/_nuxt-new/PressRelease.5--pTmHB.js
  • https://about.gitlab.com/_nuxt-new/Markdown.BPjVR_NR.js
  • https://about.gitlab.com/_nuxt-new/Search.CaEuF7aK.js
  • https://about.gitlab.com/_nuxt-new/Filter.DWQtiDAR.js
  • https://about.gitlab.com/_nuxt-new/Results.DQjIqbCd.js
  • https://about.gitlab.com/_nuxt-new/Pagination.XDfrLpil.js
  • https://about.gitlab.com/_nuxt-new/TheSourceArticle.sOkKCS9X.js
  • https://about.gitlab.com/_nuxt-new/ArticleHero.Zqazu0X1.js
  • https://about.gitlab.com/_nuxt-new/ArticleContent.CY1i9-Uw.js
  • https://about.gitlab.com/_nuxt-new/KeyTakeaways.DyFmzNo8.js
  • https://about.gitlab.com/_nuxt-new/Form.BmFW40C7.js
  • https://about.gitlab.com/_nuxt-new/Resources.BDfoNFRA.js
  • https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js
  • 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.D1tNBHvz.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://s.swiftypecdn.com/install/v2/config/Z4n7msKyctXXfJs66EKx.json
  • https://about.gitlab.com/_nuxt-new/EmailRedirect.Bq1xs1Ea.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.qxCogqWP.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.1752110459533.json...752110459533.json
  • https://about.gitlab.com/_nuxt-new/aos.cIcNuw2G.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.7 KB309.6 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL 157.3 KB553.3 KB
    https://www.googletagmanager.com/gtag/destination.../gtag/destination 140.1 KB414.1 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 139.8 KB414.2 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 117.9 KB329.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 872 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 6 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.2 KB24.7 KB
    https://cdn.cookielaw.org/scripttemplates/otSDKStub.js 8.9 KB25.3 KB
    https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/geofeed 253 B84 B
    https://about.gitlab.com/_nuxt-new/entry.DujVLJRM.js 196.2 KB525.0 KB
    https://about.gitlab.com/_nuxt-new/_...slug_.XL0lAfhw.js 3.2 KB7.5 KB
    https://about.gitlab.com/_nuxt-new/useAOS.DTX2zFhV.js 2.4 KB4.6 KB
    https://about.gitlab.com/_nuxt-new/useAvailableLanguages.CC1gc2-u.js 44.1 KB220.1 KB
    https://about.gitlab.com/_nuxt-new/query.BhkBtaQs.js 8.0 KB18.9 KB
    https://about.gitlab.com/_nuxt-new/preview.CE2_B66s.js 599 B537 B
    https://about.gitlab.com/_nuxt-new/default.CIFjProD.js 1.2 KB2.1 KB
    https://about.gitlab.com/_nuxt-new/Navigation.PPQEnGVs.js 1.2 KB1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationDesktop.DbSf447x.js 1.6 KB3.1 KB
    https://about.gitlab.com/_nuxt-new/Search.BgAQKfJm.js 1019 B1.3 KB
    https://about.gitlab.com/_nuxt-new/SearchContent.vue.zmqqyU4l.js 1.4 KB2.2 KB
    https://about.gitlab.com/_nuxt-new/SearchSuggestions.DQDdG3_x.js 1.4 KB2.7 KB
    https://about.gitlab.com/_nuxt-new/index.I7stsoyM.js 88.0 KB312.7 KB
    https://about.gitlab.com/_nuxt-new/search.service.D0T_jgLw.js 1022 B1.4 KB
    https://about.gitlab.com/_nuxt-new/debounce.Dj7bt6uA.js 819 B1.0 KB
    https://about.gitlab.com/_nuxt-new/isObject.DB8w6JNV.js 792 B749 B
    https://about.gitlab.com/_nuxt-new/toNumber.BeOo-LBo.js 608 B578 B
    https://about.gitlab.com/_nuxt-new/isSymbol.Ba1BCOlk.js 383 B145 B
    https://about.gitlab.com/_nuxt-new/NavigationDropdown.Bwv_YU7W.js 1.4 KB2.6 KB
    https://about.gitlab.com/_nuxt-new/NavigationCard.C5K_n-5a.js 1.3 KB2.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.GdsBgzLE.js 850 B1.1 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdownList.BVHisLsU.js 1.3 KB3.4 KB
    https://about.gitlab.com/_nuxt-new/chevron.DmmjcWw8.js 880 B1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationButton.C9O3NjoJ.js 840 B1.0 KB
    https://about.gitlab.com/_nuxt-new/NavigationMobile.CCHHGcic.js 1.6 KB4.4 KB
    https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.B1iNR2Wz.js 2.4 KB6.3 KB
    https://about.gitlab.com/_nuxt-new/hamburger.Bl8UMVYf.js 577 B562 B
    https://about.gitlab.com/_nuxt-new/Banner.CG8Ee8y8.js 1.8 KB3.0 KB
    https://about.gitlab.com/_nuxt-new/Footer.Dv5pnKKx.js 1.5 KB3.0 KB
    https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.vue.CLQS4fa3.js 711 B717 B
    https://about.gitlab.com/_nuxt-new/LanguageSelector.MJL3cUXx.js 1.3 KB2.2 KB
    https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DmHBoeU1.js 943 B1.6 KB
    https://about.gitlab.com/_nuxt-new/Source.ituA8LSu.js 1.3 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/NuxtImg.vue.CjN2njdG.js 4.6 KB10.5 KB
    https://about.gitlab.com/_nuxt-new/gitlab.PO4DqVpd.js 2.1 KB4.4 KB
    https://about.gitlab.com/_nuxt-new/SearchContent.pd_ngZJ9.js 416 B331 B
    https://about.gitlab.com/_nuxt-new/Common.C_aWwTv7.js 645 B609 B
    https://about.gitlab.com/_nuxt-new/useDynamicComponents.CdudpxNh.js 16.2 KB63.9 KB
    https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.lDX3nlAs.js 333 B109 B
    https://about.gitlab.com/_nuxt-new/Hero.BYA_1vR_.js 1.2 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/EmailRedirect.D3qBGorK.js 1.2 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/LoopingVideo.CRYqdINO.js 931 B1.2 KB
    https://about.gitlab.com/_nuxt-new/Video.BVrkOEp_.js 6.5 KB15.2 KB
    https://about.gitlab.com/_nuxt-new/VideoModal.DrOU0gCN.js 1.1 KB1.7 KB
    https://about.gitlab.com/_nuxt-new/CustomerLogos.Dfxv5oot.js 831 B1.6 KB
    https://about.gitlab.com/_nuxt-new/SecondaryHero.De-aliuR.js 859 B1.1 KB
    https://about.gitlab.com/_nuxt-new/StackingCards.DdDDjQGV.js 1.6 KB2.7 KB
    https://about.gitlab.com/_nuxt-new/toKebabCase.r_RV3gou.js 349 B127 B
    https://about.gitlab.com/_nuxt-new/CardCarousel.BpSjBif1.js 1.6 KB2.9 KB
    https://about.gitlab.com/_nuxt-new/ForresterReport.PvUS5iIs.js 836 B1.2 KB
    https://about.gitlab.com/_nuxt-new/NextSteps.CFTnkucj.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 157.3 KB553.3 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.3 KB116.9 KB
    https://client-registry.mutinycdn.com/mutiny-client/191.5.6.3.js 5.1 KB13.8 KB
    https://about.gitlab.com/_nuxt-new/free-trial.wKu9_-2F.js 880 B0 b
    https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js 119.8 KB496.5 KB
    https://about.gitlab.com/_nuxt-new/FreeTrial.DIt46Tba.js 989 B0 b
    https://about.gitlab.com/_nuxt-new/Minimal.CIwkI_es.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.DLG6zi73.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/minimal.5CK1XFI1.js 941 B0 b
    https://about.gitlab.com/_nuxt-new/Minimal.D5G-QXka.js 759 B0 b
    https://about.gitlab.com/_nuxt-new/index.CKMpTWc1.js 3.7 KB12.0 KB
    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.8 KB8.2 KB
    https://client-registry.mutinycdn.com/mutiny-client/288.5.6.3.js 11.0 KB36.1 KB
    https://about.gitlab.com/_nuxt-new/no-banner.DoBfHtDQ.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/the-source.C2Qn29sc.js 877 B0 b
    https://about.gitlab.com/_nuxt-new/Navigation.CQlX2l39.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/useCheckIfMobile.KryrKCa6.js 453 B0 b
    https://cdn.bizible.com/xdc.js...izible.com/xdc.js 235 B111 B
    https://about.gitlab.com/_nuxt-new/Newsletter.B4AQvPYT.js 911 B0 b
    https://about.gitlab.com/_nuxt-new/MktoForm.CqhEMozS.js 3.0 KB0 b
    https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js 345 B0 b
    https://about.gitlab.com/_nuxt-new/error-404.Dv9T0nne.js 2.0 KB0 b
    https://about.gitlab.com/_nuxt-new/nuxt-link.CbC0Pk8n.js 2.4 KB0 b
    https://about.gitlab.com/_nuxt-new/error-500.B8sNU8qm.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogArchive.1OvFWHaI.js 804 B0 b
    https://about.gitlab.com/_nuxt-new/NewsletterForm.DFgYl74c.js 651 B0 b
    https://about.gitlab.com/_nuxt-new/List.I2WsikZW.js 908 B0 b
    https://about.gitlab.com/_nuxt-new/BlogAuthor.CutSU5Yd.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.Dh2xQxyL.js 1.0 KB0 b
    https://about.gitlab.com/_nuxt-new/Breadcrumbs.kDpV0c_8.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/PostGrid.CQpZzeYd.js 760 B0 b
    https://about.gitlab.com/_nuxt-new/PostCard.BticgylK.js 930 B0 b
    https://about.gitlab.com/_nuxt-new/Pagination.ffAQgcza.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/GetStarted.LtI886Yk.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogCategory.BHQONZOQ.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.vue.DzyJTyjU.js 695 B0 b
    https://about.gitlab.com/_nuxt-new/FeaturedPost.BpMG2e8h.js 926 B0 b
    https://about.gitlab.com/_nuxt-new/BlogHome.BeD6R65j.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.D2JUur01.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Search.BI6HfAW5.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Categories.DmtHLUg8.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogPost.64jvqR9m.js 1.6 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.R8BNzpFv.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/Body.BAU5lhNC.js 297.9 KB0 b
    https://about.gitlab.com/_nuxt-new/ShareWrapper.V2HapC-B.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Resources.DptP5xlI.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/ContactCta.DhH4E2Ea.js 869 B0 b
    https://about.gitlab.com/_nuxt-new/BlogTag.MyXOel3G.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/CaseStudy.CxGSNHwT.js 4.1 KB0 b
    https://about.gitlab.com/_nuxt-new/HorizontalRule.BQaNoVwX.js 430 B0 b
    https://about.gitlab.com/_nuxt-new/ResourcesContainer.B7-gb79M.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/ResourceCard.DrOX0Qd7.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js 495 B0 b
    https://about.gitlab.com/_nuxt-new/DevSurvey2024Report.CGcqDvLD.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/ReportHero.CP4Y8Y8r.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Header.BJA2YINi.js 834 B0 b
    https://about.gitlab.com/_nuxt-new/Accordion.w-ZzLZNq.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/Carousel.CgpEYOK_.js 1.6 KB0 b
    https://about.gitlab.com/_nuxt-new/BubbleTable.BtQcQll9.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/ResultsRadio.BXHwIqZm.js 2.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Accordion.CV3O3HPs.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js 284 B0 b
    https://about.gitlab.com/_nuxt-new/TextResults.Dv3I6fYA.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/OneTrustWarning.Cad6qcB2.js 590 B0 b
    https://about.gitlab.com/_nuxt-new/DevSurveyLanding.B9q1oVOi.js 2.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Intro.oLrTQ2Nl.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Section.Br2L6cLq.js 2.3 KB0 b
    https://about.gitlab.com/_nuxt-new/DuoProSales.CHNifcHj.js 789 B0 b
    https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.BsBa7BLP.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/PressRelease.5--pTmHB.js 716 B0 b
    https://about.gitlab.com/_nuxt-new/Markdown.BPjVR_NR.js 619 B0 b
    https://about.gitlab.com/_nuxt-new/Search.CaEuF7aK.js 1.9 KB0 b
    https://about.gitlab.com/_nuxt-new/Filter.DWQtiDAR.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/Results.DQjIqbCd.js 1.6 KB0 b
    https://about.gitlab.com/_nuxt-new/Pagination.XDfrLpil.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/TheSourceArticle.sOkKCS9X.js 720 B0 b
    https://about.gitlab.com/_nuxt-new/ArticleHero.Zqazu0X1.js 2.6 KB0 b
    https://about.gitlab.com/_nuxt-new/ArticleContent.CY1i9-Uw.js 2.0 KB0 b
    https://about.gitlab.com/_nuxt-new/KeyTakeaways.DyFmzNo8.js 644 B0 b
    https://about.gitlab.com/_nuxt-new/Form.BmFW40C7.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Resources.BDfoNFRA.js 922 B0 b
    https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js 0 b119 B
    https://s.swiftypecdn.com/install/v2/st.js 111.8 KB422.8 KB
    https://about.gitlab.com/_nuxt-new/aos.cIcNuw2G.js 5.4 KB14.5 KB
    https://www.googletagmanager.com/gtag/destination.../gtag/destination 140.1 KB414.1 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 139.8 KB414.2 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 117.9 KB329.3 KB
    https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js 319.9 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...kxNjM3ZmIyNGQ4In0
  • 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.2 kB (34161) 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.4 KB89.5 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 3.6 MB, which is more than the coach limit of 2 MB. That is really big 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.7 KB309.6 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.2 KB24.7 KB
    https://cdn.cookielaw.org/scripttemplates/otSDKStub.js 8.9 KB25.3 KB
    https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/geofeed 253 B84 B
    https://about.gitlab.com/_nuxt-new/useAOS.DvB2Xm2x.css 1.9 KB25.4 KB
    https://about.gitlab.com/_nuxt-new/SearchContent.CnkxEp3_.css 626 B868 B
    https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.t0DfGMcs.css 1.1 KB3.0 KB
    https://about.gitlab.com/_payload.json?ca668367-a2a5-4214-80d2-942552226f60 9.9 KB31.2 KB
    https://about.gitlab.com/_nuxt-new/entry.DujVLJRM.js 196.2 KB525.0 KB
    https://about.gitlab.com/_nuxt-new/_...slug_.XL0lAfhw.js 3.2 KB7.5 KB
    https://about.gitlab.com/_nuxt-new/useAOS.DTX2zFhV.js 2.4 KB4.6 KB
    https://about.gitlab.com/_nuxt-new/useAvailableLanguages.CC1gc2-u.js 44.1 KB220.1 KB
    https://about.gitlab.com/_nuxt-new/query.BhkBtaQs.js 8.0 KB18.9 KB
    https://about.gitlab.com/_nuxt-new/preview.CE2_B66s.js 599 B537 B
    https://about.gitlab.com/_nuxt-new/default.CIFjProD.js 1.2 KB2.1 KB
    https://about.gitlab.com/_nuxt-new/Navigation.PPQEnGVs.js 1.2 KB1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationDesktop.DbSf447x.js 1.6 KB3.1 KB
    https://about.gitlab.com/_nuxt-new/Search.BgAQKfJm.js 1019 B1.3 KB
    https://about.gitlab.com/_nuxt-new/SearchContent.vue.zmqqyU4l.js 1.4 KB2.2 KB
    https://about.gitlab.com/_nuxt-new/SearchSuggestions.DQDdG3_x.js 1.4 KB2.7 KB
    https://about.gitlab.com/_nuxt-new/index.I7stsoyM.js 88.0 KB312.7 KB
    https://about.gitlab.com/_nuxt-new/search.service.D0T_jgLw.js 1022 B1.4 KB
    https://about.gitlab.com/_nuxt-new/debounce.Dj7bt6uA.js 819 B1.0 KB
    https://about.gitlab.com/_nuxt-new/isObject.DB8w6JNV.js 792 B749 B
    https://about.gitlab.com/_nuxt-new/toNumber.BeOo-LBo.js 608 B578 B
    https://about.gitlab.com/_nuxt-new/isSymbol.Ba1BCOlk.js 383 B145 B
    https://about.gitlab.com/_nuxt-new/NavigationDropdown.Bwv_YU7W.js 1.4 KB2.6 KB
    https://about.gitlab.com/_nuxt-new/NavigationCard.C5K_n-5a.js 1.3 KB2.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.GdsBgzLE.js 850 B1.1 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdownList.BVHisLsU.js 1.3 KB3.4 KB
    https://about.gitlab.com/_nuxt-new/chevron.DmmjcWw8.js 880 B1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationButton.C9O3NjoJ.js 840 B1.0 KB
    https://about.gitlab.com/_nuxt-new/NavigationMobile.CCHHGcic.js 1.6 KB4.4 KB
    https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.B1iNR2Wz.js 2.4 KB6.3 KB
    https://about.gitlab.com/_nuxt-new/hamburger.Bl8UMVYf.js 577 B562 B
    https://about.gitlab.com/_nuxt-new/Banner.CG8Ee8y8.js 1.8 KB3.0 KB
    https://about.gitlab.com/_nuxt-new/Footer.Dv5pnKKx.js 1.5 KB3.0 KB
    https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.vue.CLQS4fa3.js 711 B717 B
    https://about.gitlab.com/_nuxt-new/LanguageSelector.MJL3cUXx.js 1.3 KB2.2 KB
    https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DmHBoeU1.js 943 B1.6 KB
    https://about.gitlab.com/_nuxt-new/Source.ituA8LSu.js 1.3 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/NuxtImg.vue.CjN2njdG.js 4.6 KB10.5 KB
    https://about.gitlab.com/_nuxt-new/gitlab.PO4DqVpd.js 2.1 KB4.4 KB
    https://about.gitlab.com/_nuxt-new/SearchContent.pd_ngZJ9.js 416 B331 B
    https://about.gitlab.com/_nuxt-new/Common.C_aWwTv7.js 645 B609 B
    https://about.gitlab.com/_nuxt-new/useDynamicComponents.CdudpxNh.js 16.2 KB63.9 KB
    https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.lDX3nlAs.js 333 B109 B
    https://about.gitlab.com/_nuxt-new/Hero.BYA_1vR_.js 1.2 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/EmailRedirect.D3qBGorK.js 1.2 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/LoopingVideo.CRYqdINO.js 931 B1.2 KB
    https://about.gitlab.com/_nuxt-new/Video.BVrkOEp_.js 6.5 KB15.2 KB
    https://about.gitlab.com/_nuxt-new/VideoModal.DrOU0gCN.js 1.1 KB1.7 KB
    https://about.gitlab.com/_nuxt-new/CustomerLogos.Dfxv5oot.js 831 B1.6 KB
    https://about.gitlab.com/_nuxt-new/SecondaryHero.De-aliuR.js 859 B1.1 KB
    https://about.gitlab.com/_nuxt-new/StackingCards.DdDDjQGV.js 1.6 KB2.7 KB
    https://about.gitlab.com/_nuxt-new/toKebabCase.r_RV3gou.js 349 B127 B
    https://about.gitlab.com/_nuxt-new/CardCarousel.BpSjBif1.js 1.6 KB2.9 KB
    https://about.gitlab.com/_nuxt-new/ForresterReport.PvUS5iIs.js 836 B1.2 KB
    https://about.gitlab.com/_nuxt-new/NextSteps.CFTnkucj.js 1.6 KB3.1 KB
    https://client-registry.mutinycdn.com/personalize/user_data/c18972324098ea25.jso...72324098ea25.json 520 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 157.3 KB553.3 KB
    https://about.gitlab.com/_nuxt-new/builds/meta/ca668367-a2a5-4214-80d2-942552226f60.json 14.6 KB84.5 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.3 KB116.9 KB
    https://client-registry.mutinycdn.com/mutiny-client/191.5.6.3.js 5.1 KB13.8 KB
    https://about.gitlab.com/_nuxt-new/free-trial.wKu9_-2F.js 880 B0 b
    https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js 119.8 KB496.5 KB
    https://about.gitlab.com/images/banner/gitlab18-graphic-leftside.svg 3.7 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/FreeTrial.DIt46Tba.js 989 B0 b
    https://about.gitlab.com/_nuxt-new/Minimal.CIwkI_es.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.DLG6zi73.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/minimal.5CK1XFI1.js 941 B0 b
    https://about.gitlab.com/_nuxt-new/Minimal.D5G-QXka.js 759 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 599 B624 B
    https://about.gitlab.com/images/customer_logos/goldman-sachs-grey.svg 3.2 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.5 KB5.0 KB
    https://api-v2.mutinyhq.io/v2/b 429 B2 B
    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.6 KB3.1 KB
    https://about.gitlab.com/images/customer_logos/ubs-logo-grey.svg 6.7 KB14.2 KB
    https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0197d06c-...65664ba02/en.json 24.0 KB124.3 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.6 KB5.6 KB
    https://about.gitlab.com/images/customer_logos/cube-logo.png 22.9 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 667 B709 B
    https://about.gitlab.com/images/customer_logos/deutsche-telekom-black.svg 605 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 38.0 KB37.6 KB
    https://about.gitlab.com/images/customer_logos/lockheed-martin-black.svg 2.4 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://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/otFlat.json 3.2 KB15.0 KB
    https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/v2/otPcTab.json 13.7 KB65.7 KB
    https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/otCommonStyles.css 4.4 KB25.2 KB
    https://about.gitlab.com/_nuxt-new/index.CKMpTWc1.js 3.7 KB12.0 KB
    https://about.gitlab.com/images/homepage/card-flip-code-review.svg 247.7 KB339.3 KB
    https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg 472 B497 B
    https://res.cloudinary.com/about-gitlab-com/video/upload/f_auto/q_auto/v17507800...odl2k6phsnlhm.mp4 376.1 KB375.2 KB
    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.8 KB8.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://client-registry.mutinycdn.com/mutiny-client/288.5.6.3.js 11.0 KB36.1 KB
    https://cdn.cookielaw.org/logos/aa14a5c8-79e3-442a-8177-464ad850b19d/e46c1d0d-1f...tlab-logo-100.png 8.5 KB8.2 KB
    https://cdn.cookielaw.org/logos/static/powered_by_logo.svg 2.1 KB5.1 KB
    https://about.gitlab.com/_nuxt-new/no-banner.DoBfHtDQ.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/the-source.C2Qn29sc.js 877 B0 b
    https://about.gitlab.com/_nuxt-new/Navigation.CQlX2l39.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/useCheckIfMobile.KryrKCa6.js 453 B0 b
    https://cdn.bizible.com/xdc.js...izible.com/xdc.js 235 B111 B
    https://about.gitlab.com/_nuxt-new/Newsletter.B4AQvPYT.js 911 B0 b
    https://about.gitlab.com/_nuxt-new/MktoForm.CqhEMozS.js 3.0 KB0 b
    https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js 345 B0 b
    https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c 0 b0 b
    https://about.gitlab.com/_nuxt-new/error-404.Dv9T0nne.js 2.0 KB0 b
    https://about.gitlab.com/_nuxt-new/nuxt-link.CbC0Pk8n.js 2.4 KB0 b
    https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...kxNjM3ZmIyNGQ4In0 0 b0 b
    https://about.gitlab.com/_nuxt-new/error-500.B8sNU8qm.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogArchive.1OvFWHaI.js 804 B0 b
    https://about.gitlab.com/_nuxt-new/NewsletterForm.DFgYl74c.js 651 B0 b
    https://about.gitlab.com/_nuxt-new/List.I2WsikZW.js 908 B0 b
    https://about.gitlab.com/_nuxt-new/BlogAuthor.CutSU5Yd.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.Dh2xQxyL.js 1.0 KB0 b
    https://about.gitlab.com/_nuxt-new/Breadcrumbs.kDpV0c_8.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/PostGrid.CQpZzeYd.js 760 B0 b
    https://about.gitlab.com/_nuxt-new/PostCard.BticgylK.js 930 B0 b
    https://about.gitlab.com/_nuxt-new/Pagination.ffAQgcza.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/GetStarted.LtI886Yk.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogCategory.BHQONZOQ.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.vue.DzyJTyjU.js 695 B0 b
    https://about.gitlab.com/_nuxt-new/FeaturedPost.BpMG2e8h.js 926 B0 b
    https://about.gitlab.com/_nuxt-new/BlogHome.BeD6R65j.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.D2JUur01.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Search.BI6HfAW5.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Categories.DmtHLUg8.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogPost.64jvqR9m.js 1.6 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.R8BNzpFv.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/Body.BAU5lhNC.js 297.9 KB0 b
    https://about.gitlab.com/_nuxt-new/ShareWrapper.V2HapC-B.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Resources.DptP5xlI.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/ContactCta.DhH4E2Ea.js 869 B0 b
    https://about.gitlab.com/_nuxt-new/BlogTag.MyXOel3G.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/CaseStudy.CxGSNHwT.js 4.1 KB0 b
    https://about.gitlab.com/_nuxt-new/HorizontalRule.BQaNoVwX.js 430 B0 b
    https://about.gitlab.com/_nuxt-new/ResourcesContainer.B7-gb79M.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/ResourceCard.DrOX0Qd7.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js 495 B0 b
    https://about.gitlab.com/_nuxt-new/DevSurvey2024Report.CGcqDvLD.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/ReportHero.CP4Y8Y8r.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Header.BJA2YINi.js 834 B0 b
    https://about.gitlab.com/_nuxt-new/Accordion.w-ZzLZNq.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/Carousel.CgpEYOK_.js 1.6 KB0 b
    https://about.gitlab.com/_nuxt-new/BubbleTable.BtQcQll9.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/ResultsRadio.BXHwIqZm.js 2.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Accordion.CV3O3HPs.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js 284 B0 b
    https://about.gitlab.com/_nuxt-new/TextResults.Dv3I6fYA.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/OneTrustWarning.Cad6qcB2.js 590 B0 b
    https://about.gitlab.com/_nuxt-new/DevSurveyLanding.B9q1oVOi.js 2.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Intro.oLrTQ2Nl.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Section.Br2L6cLq.js 2.3 KB0 b
    https://about.gitlab.com/_nuxt-new/DuoProSales.CHNifcHj.js 789 B0 b
    https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.BsBa7BLP.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/PressRelease.5--pTmHB.js 716 B0 b
    https://about.gitlab.com/_nuxt-new/Markdown.BPjVR_NR.js 619 B0 b
    https://about.gitlab.com/_nuxt-new/Search.CaEuF7aK.js 1.9 KB0 b
    https://about.gitlab.com/_nuxt-new/Filter.DWQtiDAR.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/Results.DQjIqbCd.js 1.6 KB0 b
    https://about.gitlab.com/_nuxt-new/Pagination.XDfrLpil.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/TheSourceArticle.sOkKCS9X.js 720 B0 b
    https://about.gitlab.com/_nuxt-new/ArticleHero.Zqazu0X1.js 2.6 KB0 b
    https://about.gitlab.com/_nuxt-new/ArticleContent.CY1i9-Uw.js 2.0 KB0 b
    https://about.gitlab.com/_nuxt-new/KeyTakeaways.DyFmzNo8.js 644 B0 b
    https://about.gitlab.com/_nuxt-new/Form.BmFW40C7.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Resources.BDfoNFRA.js 922 B0 b
    https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c 421 B372 B
    https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...kxNjM3ZmIyNGQ4In0 922 B2.3 KB
    https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js 0 b119 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://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 738 B1.5 KB
    https://about.gitlab.com/_nuxt-new/Search.DhfWzWmZ.css 492 B674 B
    https://about.gitlab.com/_nuxt-new/NavigationCard.BJ098Xic.css 1.2 KB3.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.RdeokJTR.css 515 B791 B
    https://about.gitlab.com/_nuxt-new/NavigationDropdownList.DBOLvPX2.css 1.0 KB4.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdown.DDYrcOce.css 1.3 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.2 KB3.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationMobile.uR5FisaS.css 592 B1.3 KB
    https://about.gitlab.com/_nuxt-new/Navigation.3rUWLhwF.css 514 B1.0 KB
    https://about.gitlab.com/_nuxt-new/Banner.D1tNBHvz.css 1.3 KB3.9 KB
    https://about.gitlab.com/_nuxt-new/LanguageSelector.CPPa0FOA.css 715 B1.4 KB
    https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DRkGxDDO.css 445 B389 B
    https://about.gitlab.com/_nuxt-new/Source.BrZQDSxX.css 504 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 472 B247 B
    https://s.swiftypecdn.com/install/v2/config/Z4n7msKyctXXfJs66EKx.json 4.7 KB19.5 KB
    https://about.gitlab.com/_nuxt-new/EmailRedirect.Bq1xs1Ea.css 670 B1.2 KB
    https://about.gitlab.com/_nuxt-new/Video.CcB3AYCZ.css 587 B1.0 KB
    https://about.gitlab.com/_nuxt-new/VideoModal.xID9sizx.css 599 B923 B
    https://about.gitlab.com/_nuxt-new/LoopingVideo.9nQvPIVQ.css 603 B928 B
    https://about.gitlab.com/_nuxt-new/Hero.qxCogqWP.css 2.1 KB8.6 KB
    https://about.gitlab.com/_nuxt-new/CustomerLogos.CWM_0YGM.css 618 B877 B
    https://about.gitlab.com/_nuxt-new/SecondaryHero.XCeUDwwl.css 461 B308 B
    https://about.gitlab.com/_nuxt-new/StackingCards.BTFpzXHH.css 1.4 KB6.2 KB
    https://about.gitlab.com/_nuxt-new/CardCarousel.GVsScTww.css 853 B1.6 KB
    https://about.gitlab.com/_nuxt-new/ForresterReport.xbiuVxAJ.css 566 B646 B
    https://about.gitlab.com/_nuxt-new/NextSteps.DvODd2PQ.css 787 B1.4 KB
    https://about.gitlab.com/api/_content/query/Pcvj2T2VgF.1752110459533.json...752110459533.json 257 B4 B
    https://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c...b339825302241.css 33.4 KB89.5 KB
    https://cc.swiftype.com/cc.js?engine_key=6meAsJr1HTFB8FoyaYAv&url=https%3A%2F%2Fabout.gitlab.com%2F 43 B43 B
    https://about.gitlab.com/_nuxt-new/aos.cIcNuw2G.js 5.4 KB14.5 KB
    https://www.googletagmanager.com/gtag/destination.../gtag/destination 140.1 KB414.1 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 139.8 KB414.2 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 117.9 KB329.3 KB
    https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js 319.9 KB1.4 MB
    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 N/A0 b
    https://analytics.gitlab.com/g/collect...lab.com/g/collect 284 B65 B
    https://analytics.gitlab.com/g/collect...lab.com/g/collect 127 B65 B
    https://analytics.gitlab.com/g/collect...lab.com/g/collect 118 B65 B
    https://jukebox.pathfactory.com/api/public/v1/init...pi/public/v1/init 475 B0 b
    https://www.googletagmanager.com/static/service_worker/5770/sw_iframe.html...70/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 (91)

    TitleAdviceScore
    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 21% requests to third party domains (51 requests and 1.8 MB). First party is 192 requests and 1.8 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 200 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 223 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://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?ca668367-a2a5-4214-80d2-942552226f60
  • https://about.gitlab.com/_payload.json?ca668367-a2a5-4214-80d2-942552226f60
  • https://about.gitlab.com/_nuxt-new/entry.DujVLJRM.js
  • https://about.gitlab.com/_nuxt-new/entry.DujVLJRM.js
  • https://about.gitlab.com/_nuxt-new/_...slug_.XL0lAfhw.js
  • https://about.gitlab.com/_nuxt-new/_...slug_.XL0lAfhw.js
  • https://about.gitlab.com/_nuxt-new/useAOS.DTX2zFhV.js
  • https://about.gitlab.com/_nuxt-new/useAOS.DTX2zFhV.js
  • https://about.gitlab.com/_nuxt-new/useAvailableLanguages.CC1gc2-u.js
  • https://about.gitlab.com/_nuxt-new/useAvailableLanguages.CC1gc2-u.js
  • https://about.gitlab.com/_nuxt-new/query.BhkBtaQs.js
  • https://about.gitlab.com/_nuxt-new/query.BhkBtaQs.js
  • https://about.gitlab.com/_nuxt-new/preview.CE2_B66s.js
  • https://about.gitlab.com/_nuxt-new/preview.CE2_B66s.js
  • https://about.gitlab.com/_nuxt-new/default.CIFjProD.js
  • https://about.gitlab.com/_nuxt-new/default.CIFjProD.js
  • https://about.gitlab.com/_nuxt-new/Navigation.PPQEnGVs.js
  • https://about.gitlab.com/_nuxt-new/Navigation.PPQEnGVs.js
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.DbSf447x.js
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.DbSf447x.js
  • https://about.gitlab.com/_nuxt-new/Search.BgAQKfJm.js
  • https://about.gitlab.com/_nuxt-new/Search.BgAQKfJm.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.vue.zmqqyU4l.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.vue.zmqqyU4l.js
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.DQDdG3_x.js
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.DQDdG3_x.js
  • https://about.gitlab.com/_nuxt-new/index.I7stsoyM.js
  • https://about.gitlab.com/_nuxt-new/index.I7stsoyM.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.Bwv_YU7W.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdown.Bwv_YU7W.js
  • https://about.gitlab.com/_nuxt-new/NavigationCard.C5K_n-5a.js
  • https://about.gitlab.com/_nuxt-new/NavigationCard.C5K_n-5a.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.GdsBgzLE.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.GdsBgzLE.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.BVHisLsU.js
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.BVHisLsU.js
  • https://about.gitlab.com/_nuxt-new/chevron.DmmjcWw8.js
  • https://about.gitlab.com/_nuxt-new/chevron.DmmjcWw8.js
  • https://about.gitlab.com/_nuxt-new/NavigationButton.C9O3NjoJ.js
  • https://about.gitlab.com/_nuxt-new/NavigationButton.C9O3NjoJ.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.CCHHGcic.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.CCHHGcic.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.B1iNR2Wz.js
  • https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.B1iNR2Wz.js
  • https://about.gitlab.com/_nuxt-new/hamburger.Bl8UMVYf.js
  • https://about.gitlab.com/_nuxt-new/hamburger.Bl8UMVYf.js
  • https://about.gitlab.com/_nuxt-new/Banner.CG8Ee8y8.js
  • https://about.gitlab.com/_nuxt-new/Banner.CG8Ee8y8.js
  • https://about.gitlab.com/_nuxt-new/Footer.Dv5pnKKx.js
  • https://about.gitlab.com/_nuxt-new/Footer.Dv5pnKKx.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.vue.CLQS4fa3.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.vue.CLQS4fa3.js
  • https://about.gitlab.com/_nuxt-new/LanguageSelector.MJL3cUXx.js
  • https://about.gitlab.com/_nuxt-new/LanguageSelector.MJL3cUXx.js
  • https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DmHBoeU1.js
  • https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DmHBoeU1.js
  • https://about.gitlab.com/_nuxt-new/Source.ituA8LSu.js
  • https://about.gitlab.com/_nuxt-new/Source.ituA8LSu.js
  • https://about.gitlab.com/_nuxt-new/NuxtImg.vue.CjN2njdG.js
  • https://about.gitlab.com/_nuxt-new/NuxtImg.vue.CjN2njdG.js
  • https://about.gitlab.com/_nuxt-new/gitlab.PO4DqVpd.js
  • https://about.gitlab.com/_nuxt-new/gitlab.PO4DqVpd.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.pd_ngZJ9.js
  • https://about.gitlab.com/_nuxt-new/SearchContent.pd_ngZJ9.js
  • https://about.gitlab.com/_nuxt-new/Common.C_aWwTv7.js
  • https://about.gitlab.com/_nuxt-new/Common.C_aWwTv7.js
  • https://about.gitlab.com/_nuxt-new/useDynamicComponents.CdudpxNh.js
  • https://about.gitlab.com/_nuxt-new/useDynamicComponents.CdudpxNh.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.lDX3nlAs.js
  • https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.lDX3nlAs.js
  • https://about.gitlab.com/_nuxt-new/Hero.BYA_1vR_.js
  • https://about.gitlab.com/_nuxt-new/Hero.BYA_1vR_.js
  • https://about.gitlab.com/_nuxt-new/EmailRedirect.D3qBGorK.js
  • https://about.gitlab.com/_nuxt-new/EmailRedirect.D3qBGorK.js
  • https://about.gitlab.com/_nuxt-new/LoopingVideo.CRYqdINO.js
  • https://about.gitlab.com/_nuxt-new/LoopingVideo.CRYqdINO.js
  • https://about.gitlab.com/_nuxt-new/Video.BVrkOEp_.js
  • https://about.gitlab.com/_nuxt-new/Video.BVrkOEp_.js
  • https://about.gitlab.com/_nuxt-new/VideoModal.DrOU0gCN.js
  • https://about.gitlab.com/_nuxt-new/VideoModal.DrOU0gCN.js
  • https://about.gitlab.com/_nuxt-new/CustomerLogos.Dfxv5oot.js
  • https://about.gitlab.com/_nuxt-new/CustomerLogos.Dfxv5oot.js
  • https://about.gitlab.com/_nuxt-new/SecondaryHero.De-aliuR.js
  • https://about.gitlab.com/_nuxt-new/SecondaryHero.De-aliuR.js
  • https://about.gitlab.com/_nuxt-new/StackingCards.DdDDjQGV.js
  • https://about.gitlab.com/_nuxt-new/StackingCards.DdDDjQGV.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.BpSjBif1.js
  • https://about.gitlab.com/_nuxt-new/CardCarousel.BpSjBif1.js
  • https://about.gitlab.com/_nuxt-new/ForresterReport.PvUS5iIs.js
  • https://about.gitlab.com/_nuxt-new/ForresterReport.PvUS5iIs.js
  • https://about.gitlab.com/_nuxt-new/NextSteps.CFTnkucj.js
  • https://about.gitlab.com/_nuxt-new/NextSteps.CFTnkucj.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/ca668367-a2a5-4214-80d2-942552226f60.json
  • https://about.gitlab.com/_nuxt-new/builds/meta/ca668367-a2a5-4214-80d2-942552226f60.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://about.gitlab.com/_nuxt-new/free-trial.wKu9_-2F.js
  • https://about.gitlab.com/_nuxt-new/free-trial.wKu9_-2F.js
  • https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js
  • 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/FreeTrial.DIt46Tba.js
  • https://about.gitlab.com/_nuxt-new/FreeTrial.DIt46Tba.js
  • https://about.gitlab.com/_nuxt-new/Minimal.CIwkI_es.js
  • https://about.gitlab.com/_nuxt-new/Minimal.CIwkI_es.js
  • https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.DLG6zi73.js
  • https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.DLG6zi73.js
  • https://about.gitlab.com/_nuxt-new/minimal.5CK1XFI1.js
  • https://about.gitlab.com/_nuxt-new/minimal.5CK1XFI1.js
  • https://about.gitlab.com/_nuxt-new/Minimal.D5G-QXka.js
  • https://about.gitlab.com/_nuxt-new/Minimal.D5G-QXka.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://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0197d06c-...65664ba02/en.json
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0197d06c-...65664ba02/en.json
  • 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://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/otFlat.json
  • https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/v2/otPcTab.json
  • https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/otCommonStyles.css
  • https://about.gitlab.com/_nuxt-new/index.CKMpTWc1.js
  • https://about.gitlab.com/_nuxt-new/index.CKMpTWc1.js
  • https://about.gitlab.com/images/homepage/card-flip-code-review.svg
  • https://about.gitlab.com/images/homepage/card-flip-code-review.svg
  • https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg
  • https://res.cloudinary.com/about-gitlab-com/video/upload/f_auto/q_auto/v17507800...odl2k6phsnlhm.mp4
  • 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://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://client-registry.mutinycdn.com/mutiny-client/288.5.6.3.js
  • 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/_nuxt-new/no-banner.DoBfHtDQ.js
  • https://about.gitlab.com/_nuxt-new/no-banner.DoBfHtDQ.js
  • https://about.gitlab.com/_nuxt-new/the-source.C2Qn29sc.js
  • https://about.gitlab.com/_nuxt-new/the-source.C2Qn29sc.js
  • https://about.gitlab.com/_nuxt-new/Navigation.CQlX2l39.js
  • https://about.gitlab.com/_nuxt-new/Navigation.CQlX2l39.js
  • https://about.gitlab.com/_nuxt-new/useCheckIfMobile.KryrKCa6.js
  • https://about.gitlab.com/_nuxt-new/useCheckIfMobile.KryrKCa6.js
  • https://cdn.bizible.com/xdc.js...izible.com/xdc.js
  • https://about.gitlab.com/_nuxt-new/Newsletter.B4AQvPYT.js
  • https://about.gitlab.com/_nuxt-new/Newsletter.B4AQvPYT.js
  • https://about.gitlab.com/_nuxt-new/MktoForm.CqhEMozS.js
  • https://about.gitlab.com/_nuxt-new/MktoForm.CqhEMozS.js
  • https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js
  • https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js
  • https://about.gitlab.com/_nuxt-new/error-404.Dv9T0nne.js
  • https://about.gitlab.com/_nuxt-new/error-404.Dv9T0nne.js
  • https://about.gitlab.com/_nuxt-new/nuxt-link.CbC0Pk8n.js
  • https://about.gitlab.com/_nuxt-new/nuxt-link.CbC0Pk8n.js
  • https://about.gitlab.com/_nuxt-new/error-500.B8sNU8qm.js
  • https://about.gitlab.com/_nuxt-new/error-500.B8sNU8qm.js
  • https://about.gitlab.com/_nuxt-new/BlogArchive.1OvFWHaI.js
  • https://about.gitlab.com/_nuxt-new/BlogArchive.1OvFWHaI.js
  • https://about.gitlab.com/_nuxt-new/NewsletterForm.DFgYl74c.js
  • https://about.gitlab.com/_nuxt-new/NewsletterForm.DFgYl74c.js
  • https://about.gitlab.com/_nuxt-new/List.I2WsikZW.js
  • https://about.gitlab.com/_nuxt-new/List.I2WsikZW.js
  • https://about.gitlab.com/_nuxt-new/BlogAuthor.CutSU5Yd.js
  • https://about.gitlab.com/_nuxt-new/BlogAuthor.CutSU5Yd.js
  • https://about.gitlab.com/_nuxt-new/Hero.Dh2xQxyL.js
  • https://about.gitlab.com/_nuxt-new/Hero.Dh2xQxyL.js
  • https://about.gitlab.com/_nuxt-new/Breadcrumbs.kDpV0c_8.js
  • https://about.gitlab.com/_nuxt-new/Breadcrumbs.kDpV0c_8.js
  • https://about.gitlab.com/_nuxt-new/PostGrid.CQpZzeYd.js
  • https://about.gitlab.com/_nuxt-new/PostGrid.CQpZzeYd.js
  • https://about.gitlab.com/_nuxt-new/PostCard.BticgylK.js
  • https://about.gitlab.com/_nuxt-new/PostCard.BticgylK.js
  • https://about.gitlab.com/_nuxt-new/Pagination.ffAQgcza.js
  • https://about.gitlab.com/_nuxt-new/Pagination.ffAQgcza.js
  • https://about.gitlab.com/_nuxt-new/GetStarted.LtI886Yk.js
  • https://about.gitlab.com/_nuxt-new/GetStarted.LtI886Yk.js
  • https://about.gitlab.com/_nuxt-new/BlogCategory.BHQONZOQ.js
  • https://about.gitlab.com/_nuxt-new/BlogCategory.BHQONZOQ.js
  • https://about.gitlab.com/_nuxt-new/Hero.vue.DzyJTyjU.js
  • https://about.gitlab.com/_nuxt-new/Hero.vue.DzyJTyjU.js
  • https://about.gitlab.com/_nuxt-new/FeaturedPost.BpMG2e8h.js
  • https://about.gitlab.com/_nuxt-new/FeaturedPost.BpMG2e8h.js
  • https://about.gitlab.com/_nuxt-new/BlogHome.BeD6R65j.js
  • https://about.gitlab.com/_nuxt-new/BlogHome.BeD6R65j.js
  • https://about.gitlab.com/_nuxt-new/Hero.D2JUur01.js
  • https://about.gitlab.com/_nuxt-new/Hero.D2JUur01.js
  • https://about.gitlab.com/_nuxt-new/Search.BI6HfAW5.js
  • https://about.gitlab.com/_nuxt-new/Search.BI6HfAW5.js
  • https://about.gitlab.com/_nuxt-new/Categories.DmtHLUg8.js
  • https://about.gitlab.com/_nuxt-new/Categories.DmtHLUg8.js
  • https://about.gitlab.com/_nuxt-new/BlogPost.64jvqR9m.js
  • https://about.gitlab.com/_nuxt-new/BlogPost.64jvqR9m.js
  • https://about.gitlab.com/_nuxt-new/Hero.R8BNzpFv.js
  • https://about.gitlab.com/_nuxt-new/Hero.R8BNzpFv.js
  • https://about.gitlab.com/_nuxt-new/Body.BAU5lhNC.js
  • https://about.gitlab.com/_nuxt-new/Body.BAU5lhNC.js
  • https://about.gitlab.com/_nuxt-new/ShareWrapper.V2HapC-B.js
  • https://about.gitlab.com/_nuxt-new/ShareWrapper.V2HapC-B.js
  • https://about.gitlab.com/_nuxt-new/Resources.DptP5xlI.js
  • https://about.gitlab.com/_nuxt-new/Resources.DptP5xlI.js
  • https://about.gitlab.com/_nuxt-new/ContactCta.DhH4E2Ea.js
  • https://about.gitlab.com/_nuxt-new/ContactCta.DhH4E2Ea.js
  • https://about.gitlab.com/_nuxt-new/BlogTag.MyXOel3G.js
  • https://about.gitlab.com/_nuxt-new/BlogTag.MyXOel3G.js
  • https://about.gitlab.com/_nuxt-new/CaseStudy.CxGSNHwT.js
  • https://about.gitlab.com/_nuxt-new/CaseStudy.CxGSNHwT.js
  • https://about.gitlab.com/_nuxt-new/HorizontalRule.BQaNoVwX.js
  • https://about.gitlab.com/_nuxt-new/HorizontalRule.BQaNoVwX.js
  • https://about.gitlab.com/_nuxt-new/ResourcesContainer.B7-gb79M.js
  • https://about.gitlab.com/_nuxt-new/ResourcesContainer.B7-gb79M.js
  • https://about.gitlab.com/_nuxt-new/ResourceCard.DrOX0Qd7.js
  • https://about.gitlab.com/_nuxt-new/ResourceCard.DrOX0Qd7.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.CGcqDvLD.js
  • https://about.gitlab.com/_nuxt-new/DevSurvey2024Report.CGcqDvLD.js
  • https://about.gitlab.com/_nuxt-new/ReportHero.CP4Y8Y8r.js
  • https://about.gitlab.com/_nuxt-new/ReportHero.CP4Y8Y8r.js
  • https://about.gitlab.com/_nuxt-new/Header.BJA2YINi.js
  • https://about.gitlab.com/_nuxt-new/Header.BJA2YINi.js
  • https://about.gitlab.com/_nuxt-new/Accordion.w-ZzLZNq.js
  • https://about.gitlab.com/_nuxt-new/Accordion.w-ZzLZNq.js
  • https://about.gitlab.com/_nuxt-new/Carousel.CgpEYOK_.js
  • https://about.gitlab.com/_nuxt-new/Carousel.CgpEYOK_.js
  • https://about.gitlab.com/_nuxt-new/BubbleTable.BtQcQll9.js
  • https://about.gitlab.com/_nuxt-new/BubbleTable.BtQcQll9.js
  • https://about.gitlab.com/_nuxt-new/ResultsRadio.BXHwIqZm.js
  • https://about.gitlab.com/_nuxt-new/ResultsRadio.BXHwIqZm.js
  • https://about.gitlab.com/_nuxt-new/Accordion.CV3O3HPs.js
  • https://about.gitlab.com/_nuxt-new/Accordion.CV3O3HPs.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.Dv3I6fYA.js
  • https://about.gitlab.com/_nuxt-new/TextResults.Dv3I6fYA.js
  • https://about.gitlab.com/_nuxt-new/OneTrustWarning.Cad6qcB2.js
  • https://about.gitlab.com/_nuxt-new/OneTrustWarning.Cad6qcB2.js
  • https://about.gitlab.com/_nuxt-new/DevSurveyLanding.B9q1oVOi.js
  • https://about.gitlab.com/_nuxt-new/DevSurveyLanding.B9q1oVOi.js
  • https://about.gitlab.com/_nuxt-new/Intro.oLrTQ2Nl.js
  • https://about.gitlab.com/_nuxt-new/Intro.oLrTQ2Nl.js
  • https://about.gitlab.com/_nuxt-new/Section.Br2L6cLq.js
  • https://about.gitlab.com/_nuxt-new/Section.Br2L6cLq.js
  • https://about.gitlab.com/_nuxt-new/DuoProSales.CHNifcHj.js
  • https://about.gitlab.com/_nuxt-new/DuoProSales.CHNifcHj.js
  • https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.BsBa7BLP.js
  • https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.BsBa7BLP.js
  • https://about.gitlab.com/_nuxt-new/PressRelease.5--pTmHB.js
  • https://about.gitlab.com/_nuxt-new/PressRelease.5--pTmHB.js
  • https://about.gitlab.com/_nuxt-new/Markdown.BPjVR_NR.js
  • https://about.gitlab.com/_nuxt-new/Markdown.BPjVR_NR.js
  • https://about.gitlab.com/_nuxt-new/Search.CaEuF7aK.js
  • https://about.gitlab.com/_nuxt-new/Search.CaEuF7aK.js
  • https://about.gitlab.com/_nuxt-new/Filter.DWQtiDAR.js
  • https://about.gitlab.com/_nuxt-new/Filter.DWQtiDAR.js
  • https://about.gitlab.com/_nuxt-new/Results.DQjIqbCd.js
  • https://about.gitlab.com/_nuxt-new/Results.DQjIqbCd.js
  • https://about.gitlab.com/_nuxt-new/Pagination.XDfrLpil.js
  • https://about.gitlab.com/_nuxt-new/Pagination.XDfrLpil.js
  • https://about.gitlab.com/_nuxt-new/TheSourceArticle.sOkKCS9X.js
  • https://about.gitlab.com/_nuxt-new/TheSourceArticle.sOkKCS9X.js
  • https://about.gitlab.com/_nuxt-new/ArticleHero.Zqazu0X1.js
  • https://about.gitlab.com/_nuxt-new/ArticleHero.Zqazu0X1.js
  • https://about.gitlab.com/_nuxt-new/ArticleContent.CY1i9-Uw.js
  • https://about.gitlab.com/_nuxt-new/ArticleContent.CY1i9-Uw.js
  • https://about.gitlab.com/_nuxt-new/KeyTakeaways.DyFmzNo8.js
  • https://about.gitlab.com/_nuxt-new/KeyTakeaways.DyFmzNo8.js
  • https://about.gitlab.com/_nuxt-new/Form.BmFW40C7.js
  • https://about.gitlab.com/_nuxt-new/Form.BmFW40C7.js
  • https://about.gitlab.com/_nuxt-new/Resources.BDfoNFRA.js
  • https://about.gitlab.com/_nuxt-new/Resources.BDfoNFRA.js
  • https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js
  • https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js
  • 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.D1tNBHvz.css
  • https://about.gitlab.com/_nuxt-new/Banner.D1tNBHvz.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.Bq1xs1Ea.css
  • https://about.gitlab.com/_nuxt-new/EmailRedirect.Bq1xs1Ea.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.qxCogqWP.css
  • https://about.gitlab.com/_nuxt-new/Hero.qxCogqWP.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.1752110459533.json...752110459533.json
  • https://about.gitlab.com/api/_content/query/Pcvj2T2VgF.1752110459533.json...752110459533.json
  • https://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c...b339825302241.css
  • https://cc.swiftype.com/cc.js?engine_key=6meAsJr1HTFB8FoyaYAv&url=https%3A%2F%2Fabout.gitlab.com%2F
  • https://about.gitlab.com/_nuxt-new/aos.cIcNuw2G.js
  • https://about.gitlab.com/_nuxt-new/aos.cIcNuw2G.js
  • 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://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/5770/sw_iframe.html...70/sw_iframe.html
  • https://www.googletagmanager.com/static/service_worker/5770/sw_iframe.html...70/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 15% requests that are 3rd party (37 requests with a size of 1.3 MB). 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 1 content request and uses 1 content 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/202506.1.0/otBannerSdk.js
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0197d06c-...65664ba02/en.json
  • https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/otFlat.json
  • https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/v2/otPcTab.json
  • https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/otCommonStyles.css
  • https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg
  • https://res.cloudinary.com/about-gitlab-com/video/upload/f_auto/q_auto/v17507800...odl2k6phsnlhm.mp4
  • https://cdn.bizible.com/ipv...n.bizible.com/ipv
  • https://cdn.bizibly.com/u...cdn.bizibly.com/u
  • 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.bizible.com/xdc.js...izible.com/xdc.js
  • https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c
  • https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...kxNjM3ZmIyNGQ4In0
  • https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c
  • https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...kxNjM3ZmIyNGQ4In0
  • https://events.launchdarkly.com/events/diagnostic/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://cc.swiftype.com/cc.js?engine_key=6meAsJr1HTFB8FoyaYAv&url=https%3A%2F%2Fabout.gitlab.com%2F
  • 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://pagead2.googlesyndication.com/ccm/collect...n.com/ccm/collect
  • https://www.googletagmanager.com/static/service_worker/5770/sw_iframe.html...70/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
    Height7851
    DOM elements1397
    Avg DOM depth11
    Max DOM depth21
    Iframes2
    Script tags23
    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.wKu9_-2F.js
    https://about.gitlab.com/_nuxt-new/FreeTrial.DIt46Tba.js
    https://about.gitlab.com/_nuxt-new/Minimal.CIwkI_es.js
    https://about.gitlab.com/_nuxt-new/hide-mobile-free-trial.DLG6zi73.js
    https://about.gitlab.com/_nuxt-new/minimal.5CK1XFI1.js
    https://about.gitlab.com/_nuxt-new/Minimal.D5G-QXka.js
    https://about.gitlab.com/_nuxt-new/no-banner.DoBfHtDQ.js
    https://about.gitlab.com/_nuxt-new/the-source.C2Qn29sc.js
    https://about.gitlab.com/_nuxt-new/Navigation.CQlX2l39.js
    https://about.gitlab.com/_nuxt-new/useCheckIfMobile.KryrKCa6.js
    https://about.gitlab.com/_nuxt-new/Newsletter.B4AQvPYT.js
    https://about.gitlab.com/_nuxt-new/MktoForm.CqhEMozS.js
    https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js
    https://about.gitlab.com/_nuxt-new/error-404.Dv9T0nne.js
    https://about.gitlab.com/_nuxt-new/nuxt-link.CbC0Pk8n.js
    https://about.gitlab.com/_nuxt-new/error-500.B8sNU8qm.js
    https://about.gitlab.com/_nuxt-new/BlogArchive.1OvFWHaI.js
    https://about.gitlab.com/_nuxt-new/NewsletterForm.DFgYl74c.js
    https://about.gitlab.com/_nuxt-new/List.I2WsikZW.js
    https://about.gitlab.com/_nuxt-new/BlogAuthor.CutSU5Yd.js
    https://about.gitlab.com/_nuxt-new/Hero.Dh2xQxyL.js
    https://about.gitlab.com/_nuxt-new/Breadcrumbs.kDpV0c_8.js
    https://about.gitlab.com/_nuxt-new/PostGrid.CQpZzeYd.js
    https://about.gitlab.com/_nuxt-new/PostCard.BticgylK.js
    https://about.gitlab.com/_nuxt-new/Pagination.ffAQgcza.js
    https://about.gitlab.com/_nuxt-new/GetStarted.LtI886Yk.js
    https://about.gitlab.com/_nuxt-new/BlogCategory.BHQONZOQ.js
    https://about.gitlab.com/_nuxt-new/Hero.vue.DzyJTyjU.js
    https://about.gitlab.com/_nuxt-new/FeaturedPost.BpMG2e8h.js
    https://about.gitlab.com/_nuxt-new/BlogHome.BeD6R65j.js
    https://about.gitlab.com/_nuxt-new/Hero.D2JUur01.js
    https://about.gitlab.com/_nuxt-new/Search.BI6HfAW5.js
    https://about.gitlab.com/_nuxt-new/Categories.DmtHLUg8.js
    https://about.gitlab.com/_nuxt-new/BlogPost.64jvqR9m.js
    https://about.gitlab.com/_nuxt-new/Hero.R8BNzpFv.js
    https://about.gitlab.com/_nuxt-new/Body.BAU5lhNC.js
    https://about.gitlab.com/_nuxt-new/ShareWrapper.V2HapC-B.js
    https://about.gitlab.com/_nuxt-new/Resources.DptP5xlI.js
    https://about.gitlab.com/_nuxt-new/ContactCta.DhH4E2Ea.js
    https://about.gitlab.com/_nuxt-new/BlogTag.MyXOel3G.js
    https://about.gitlab.com/_nuxt-new/CaseStudy.CxGSNHwT.js
    https://about.gitlab.com/_nuxt-new/HorizontalRule.BQaNoVwX.js
    https://about.gitlab.com/_nuxt-new/ResourcesContainer.B7-gb79M.js
    https://about.gitlab.com/_nuxt-new/ResourceCard.DrOX0Qd7.js
    https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js
    https://about.gitlab.com/_nuxt-new/DevSurvey2024Report.CGcqDvLD.js
    https://about.gitlab.com/_nuxt-new/ReportHero.CP4Y8Y8r.js
    https://about.gitlab.com/_nuxt-new/Header.BJA2YINi.js
    https://about.gitlab.com/_nuxt-new/Accordion.w-ZzLZNq.js
    https://about.gitlab.com/_nuxt-new/Carousel.CgpEYOK_.js
    https://about.gitlab.com/_nuxt-new/BubbleTable.BtQcQll9.js
    https://about.gitlab.com/_nuxt-new/ResultsRadio.BXHwIqZm.js
    https://about.gitlab.com/_nuxt-new/Accordion.CV3O3HPs.js
    https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js
    https://about.gitlab.com/_nuxt-new/TextResults.Dv3I6fYA.js
    https://about.gitlab.com/_nuxt-new/OneTrustWarning.Cad6qcB2.js
    https://about.gitlab.com/_nuxt-new/DevSurveyLanding.B9q1oVOi.js
    https://about.gitlab.com/_nuxt-new/Intro.oLrTQ2Nl.js
    https://about.gitlab.com/_nuxt-new/Section.Br2L6cLq.js
    https://about.gitlab.com/_nuxt-new/DuoProSales.CHNifcHj.js
    https://about.gitlab.com/_nuxt-new/LaunchDarklyTest.BsBa7BLP.js
    https://about.gitlab.com/_nuxt-new/PressRelease.5--pTmHB.js
    https://about.gitlab.com/_nuxt-new/Markdown.BPjVR_NR.js
    https://about.gitlab.com/_nuxt-new/Search.CaEuF7aK.js
    https://about.gitlab.com/_nuxt-new/Filter.DWQtiDAR.js
    https://about.gitlab.com/_nuxt-new/Results.DQjIqbCd.js
    https://about.gitlab.com/_nuxt-new/Pagination.XDfrLpil.js
    https://about.gitlab.com/_nuxt-new/TheSourceArticle.sOkKCS9X.js
    https://about.gitlab.com/_nuxt-new/ArticleHero.Zqazu0X1.js
    https://about.gitlab.com/_nuxt-new/ArticleContent.CY1i9-Uw.js
    https://about.gitlab.com/_nuxt-new/KeyTakeaways.DyFmzNo8.js
    https://about.gitlab.com/_nuxt-new/Form.BmFW40C7.js
    https://about.gitlab.com/_nuxt-new/Resources.BDfoNFRA.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
    Content
    Cloudinary
    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 typeDIV
    Element/tag<div class="content" data-v-8c8be146=""></div>
    Render time 1.452 s
    Element render delay369 ms
    TTFB339 ms
    Resource delay628 ms
    Resource load duration117 ms
    Load time1.088 s
    URL https://about.gitlab...phic-leftside.svg
    Size (width*height)7176
    DOM path
    div#__nuxt > div > header > a > div > div> div#__nuxt > div > header > a > div > div>
    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.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    0.03453 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.02602<div class="blob blob-1" data-v-2a3447ee=""></div>,<div class="blob blob-2" data-v-2a3447ee=""></div>,<div class="blob blob-3" data-v-2a3447ee=""></div>,<div class="blob blob-5" data-v-2a3447ee=""></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.00819<div class="blob blob-1" data-v-2a3447ee=""></div>,<div class="blob blob-2" data-v-2a3447ee=""></div>,<div class="blob blob-3" data-v-2a3447ee=""></div>,<div class="blob blob-5" data-v-2a3447ee=""></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.00031<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="Watch now" type="button" data-v-c6fd7cb9="" data-v-8c8be146=""></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 336 ms.

    Event typepointerenter
    Element typeSECTION
    Element class namesection
    Event target#page->main>section.section
    Load state when the event happenedloading

    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
    114.7 ms598.9 ms135.7 ms1.4 ms134.3 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

    https://cdn.cookielaw.org/scripttemplates/otSDKStub.js

    Invoker:  https://cdn.cookielaw.org/scripttemplates/otSDKStub.js
    Invoker Type: classic-script
    Window attribution: self

    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
    104.2 ms276.9 ms1.3 ms0.7 ms0.6 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:  PD
    Window attribution: self
    Source char position: 465404

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

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

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    81.6 ms256.1 ms3.9 ms0.7 ms3.2 ms
    https://www.googletagmanager.com/gtag/destination?id=G-ENFH3X7M5Y&cx=c&gtm=45He5781v72277150za200&tag_exp=101509157~103116026~103200004~103233427~103351869~103351871~104684208~104684211~104909302~104909304~104935091~104935093

    Invoker:  https://www.googletagmanager.com/gtag/destination?id=G-ENFH3X7M5Y&cx=c&gtm=45He5781v72277150za200&tag_exp=101509157~103116026~103200004~103233427~103351869~103351871~104684208~104684211~104909302~104909304~104935091~104935093
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=G-EVTFNG2S5Z&cx=c&gtm=45He5781v72277150za200&tag_exp=101509157~103116026~103200004~103233427~103351869~103351871~104684208~104684211~104909302~104909304~104935091~104935093

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-EVTFNG2S5Z&cx=c&gtm=45He5781v72277150za200&tag_exp=101509157~103116026~103200004~103233427~103351869~103351871~104684208~104684211~104909302~104909304~104935091~104935093
    Invoker Type: classic-script
    Window attribution: self

    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
    73.5 ms165.7 ms34.8 ms34.7 ms0.1 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

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

    Invoker:  https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    56.3 ms262.9 ms11 ms0.2 ms10.8 ms
    https://about.gitlab.com/_nuxt-new/entry.DujVLJRM.js

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

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

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

    https://about.gitlab.com/_nuxt-new/_...slug_.XL0lAfhw.js

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

    https://s.swiftypecdn.com/install/v2/st.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    31.3 ms102.7 ms1.9 ms1.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.DujVLJRM.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    31.3 ms31.4 ms62.6 ms62.6 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
    30.8 ms96.3 ms1.7 ms0.3 ms1.4 ms
    https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL

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

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    27.4 ms143.4 ms1.8 ms1.7 ms0.1 ms
    https://s.swiftypecdn.com/install/v2/st.js

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

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

    Forced Style And Layout Duration: 9 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    25.9 ms94 ms2.9 ms0.3 ms2.6 ms
    https://about.gitlab.com/_nuxt-new/entry.DujVLJRM.js

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

    https://s.swiftypecdn.com/install/v2/st.js

    Invoker:  XMLHttpRequest.onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    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
    Documents25
    Frames25
    JSEventListeners474
    LayoutObjects1532
    MediaKeySessions0
    MediaKeys0
    Nodes4023
    Resources145
    ContextLifecycleStateObservers40
    V8PerContextDatas4
    WorkerGlobalScopes1
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers26
    AdSubframes0
    DetachedScriptStates3
    ArrayBufferContents3
    LayoutCount22
    RecalcStyleCount232
    LayoutDuration179
    RecalcStyleDuration172
    DevToolsCommandDuration23
    ScriptDuration1046
    V8CompileDuration2
    TaskDuration2704
    TaskOtherDuration1281
    ThreadTime2
    ProcessTime5
    JSHeapUsedSize20030144
    JSHeapTotalSize39321600
    FirstMeaningfulPaint1306
    | 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 requests243
    Total domains19
    Total transfer size3.4 MB
    Total content size8.1 MB
    Responses missing compression86
    Number of cookies4
    Third party cookies0
    Requests per response code
    200234
    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.6 KB313.1 KB2
    css0 b63.2 KB201.4 KB32
    javascript854 B2.0 MB5.7 MB148
    image991 B164.6 KB162.6 KB9
    font0 b317.5 KB316.9 KB1
    json0 b76.0 KB350.8 KB14
    svg0 b376.3 KB689.0 KB22
    plain0 b1.8 KB199 B7
    video0 b376.1 KB375.2 KB1
    other0 b0 b0 b5
    favicon0 b3.0 KB14.7 KB1
    Total1.8 KB3.4 MB8.1 MB242

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    gitlab.com181 msN/A0 b1
    about.gitlab.com51.734 s1.7 MB2.9 MB188
    client-registry.mutinycdn.com461 ms112.9 KB401.7 KB9
    cdn.cookielaw.org676 ms193.3 KB797.9 KB11
    geolocation.onetrust.com170 ms566 B159 B2
    www.googletagmanager.com239 ms557.1 KB1.7 MB5
    cdn.bizible.com163 ms25.2 KB67.1 KB3
    munchkin.marketo.net168 ms729 B1.2 KB1
    api-v2.mutinyhq.io202 ms857 B4 B2
    res.cloudinary.com205 ms376.1 KB375.2 KB1
    cdn.bizibly.com89 ms165 B43 B1
    app.launchdarkly.com286 ms1.3 KB2.6 KB4
    events.launchdarkly.com254 ms716 B0 b4
    s.swiftypecdn.com218 ms149.9 KB531.8 KB3
    cc.swiftype.com295 ms43 B43 B1
    app.cdn.lookbookhq.com155 ms319.9 KB1.4 MB1
    jukebox.pathfactory.com221 ms475 B0 b2
    pagead2.googlesyndication.com100 msN/A0 b1
    analytics.gitlab.com352 ms529 B195 B3

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds4 hours1 year
    Last modified56 minutes2 hours55 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html1.9 KB1
    css55.1 KB28
    javascript834.9 KB6
    image43 B1
    font0 b0
    favicon3.0 KB1
    json5.7 KB4
    other0 b2
    plain1.4 KB6
    Total902.0 KB49

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html1.9 KB1
    css59.6 KB29
    javascript1.2 MB79
    image63.3 KB6
    font0 b0
    svg337.1 KB5
    json23.9 KB8
    video376.1 KB1
    other0 b5
    favicon3.0 KB1
    plain1.4 KB6
    Total2.1 MB141
    | 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
    content 1
    utility 12
    CategoryNumber of tools
    consent-provider 1
    tag-manager 1
    survelliance 2
    ad 2
    analytics 1
    content 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
    content (1 requests)
    Cloudinary
    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.7 KB309.6 KB1
    css0 b25.4 KB86.7 KB30
    javascript0 b813.3 KB1.3 MB127
    image0 b155.8 KB154.3 KB5
    font0 b317.5 KB316.9 KB1
    json0 b24.7 KB115.7 KB3
    svg0 b373.7 KB683.4 KB20
    favicon0 b3.0 KB14.7 KB1
    plain0 b529 B195 B3
    TotalN/A1.7 MB2.9 MB192

    Third party requests and sizes per content type

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

    Screenshots

    afterPageCompleteCheck.jpg

    afterPageCompleteCheck.jpg

    layoutShift.jpg

    layoutShift.jpg

    largestContentfulPaint.jpg

    largestContentfulPaint.jpg