Run 2 summary

https://gitlab.com/

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

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayThird partyScreenshots

Summary

MetricValue
Page metrics
Performance score55
Total page size3.4 MB
Requests242
Timing metrics
TTFB276 ms
First Paint968 ms
Fully Loaded4.382 s
Google Web Vitals
TTFB276 ms
First Contentful Paint (FCP) 968 ms
Largest Contentful Paint (LCP) 1.688 s
Cumulative Layout Shift (CLS) 0.01
456 ms
Total Blocking Time487 ms
Max Potential FID152 ms
CPU metrics
CPU long tasks15
CPU last long task happens at3.337 s
Visual Metrics
First Visual Change1.001 s
Speed Index2.443 s
Visual Complete 85%5.940 s
Visual Complete 99%6.941 s
Last Visual Change6.941 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.9 sCPU Long Task duration 102 ms
1 sFirst Contentful Paint 968 msCPU Long Task duration 96 ms
1.1 sFirst Visual Change 1.001 sLayout Shift 0.00030 1.070 s
1.2 sCPU Long Task duration 53 msLayout Shift 0.00031 1.174 sCPU Long Task duration 77 ms
1.3 sDOM Content Loaded Time 1.274 sCPU Long Task duration 75 ms
1.4 smutiny-hider-removed 1.361 s
1.5 sCPU Long Task duration 89 ms
1.6 s
1.7 sLCP <DIV> 1.688 s
1.8 s
1.9 sCPU Long Task duration 79 ms
2 sLayout Shift 0.00816 1.905 sPage Load Time 1.912 sCPU Long Task duration 66 ms
2.1 s
2.2 sCPU Long Task duration 66 ms
2.4 sCPU Long Task duration 89 ms
2.6 sCPU Long Task duration 65 ms
2.7 s
2.8 sCPU Long Task duration 152 ms
3 s
3.1 sCPU Long Task duration 77 ms
3.3 sCPU Long Task duration 127 ms
3.4 sCPU Long Task duration 76 ms
3.5 s
3.6 s
3.7 s
3.8 s
3.9 s
4 s
4.1 s
4.2 s
4.3 s
4.4 sFully Loaded 4.382 s
4.5 s
4.6 s
4.7 s
4.8 s
4.9 s
5 s
5.1 s
5.2 s
5.3 s
5.4 s
5.5 s
5.6 s
5.7 s
5.8 s
5.9 s
6 sVisual Complete 85% 5.940 s
6.1 s
6.2 s
6.3 s
6.4 s
6.5 s
6.6 s
6.7 s
6.8 sVisual Complete 95% 6.740 s
6.9 s
7 sLast Visual Change 6.941 sVisual Complete 99% 6.941 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.289 s. The total blocking time is 487 ms and 1 long task before first contentful paint with total time of 102 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
  • unknown
  • 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...FiMjdlZWJjYjNmIn0
  • 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 206 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://about.gitlab.com/images/gitlab-duo/gartner-white.svg
  • https://about.gitlab.com/images/customer_logos/deutsche-telekom-grey.svg
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/7f944245-...dd955adfdd08.json
  • 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://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/images/customer_logos/carfax-grey.svg
  • https://about.gitlab.com/images/customer_logos/nvidia-grey-logo.svg
  • https://about.gitlab.com/images/customer_logos/ubs-logo-grey.svg
  • https://about.gitlab.com/images/customer_logos/hackerone-black-logo.png
  • https://about.gitlab.com/images/customer_logos/radio-france-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/cube-logo.png
  • https://about.gitlab.com/images/customer_logos/caci-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/intuitive-machines.png
  • https://about.gitlab.com/images/customer_logos/ally-bank-black.svg
  • https://about.gitlab.com/_nuxt-new/GitLabSans.Cxxgg34v.woff2
  • 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://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js
  • https://about.gitlab.com/images/navigation/the-source-promo-card.svg
  • https://about.gitlab.com/images/banner/gitlab18-graphic-leftside.svg
  • https://about.gitlab.com/images/banner/gitlab18-graphic-rightside.svg
  • https://about.gitlab.com/images/homepage/background-star.svg
  • https://about.gitlab.com/images/homepage/card-flip-duo-chat.svg
  • https://about.gitlab.com/_nuxt-new/free-trial.wKu9_-2F.js
  • https://about.gitlab.com/images/homepage/card-flip-code-review.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/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
  • https://cdn.bizible.com/xdc.js...izible.com/xdc.js
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0197d06c-...65664ba02/en.json
  • https://about.gitlab.com/_nuxt-new/index.CKMpTWc1.js
  • 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://cdn.cookielaw.org/logos/aa14a5c8-79e3-442a-8177-464ad850b19d/e46c1d0d-1f...tlab-logo-100.png
  • https://cdn.cookielaw.org/logos/static/powered_by_logo.svg
  • https://about.gitlab.com/images/ico/favicon.ico
  • https://s.swiftypecdn.com/install/v2/st.js
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.Cz0D3PXW.css
  • https://about.gitlab.com/_nuxt-new/Search.DhfWzWmZ.css
  • https://about.gitlab.com/_nuxt-new/NavigationCard.BJ098Xic.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.RdeokJTR.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.DBOLvPX2.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdown.DDYrcOce.css
  • https://about.gitlab.com/_nuxt-new/NavigationButton.C4ETLmZg.css
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.CmP-Ip6l.css
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.uR5FisaS.css
  • https://about.gitlab.com/_nuxt-new/Navigation.3rUWLhwF.css
  • https://about.gitlab.com/_nuxt-new/Banner.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.4 KB553.3 KB
    https://www.googletagmanager.com/gtag/destination.../gtag/destination 139.9 KB414.2 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 140.1 KB414.1 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 118.0 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.4 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.5 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.1 KB18.9 KB
    https://about.gitlab.com/_nuxt-new/preview.CE2_B66s.js 518 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.0 KB1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationDesktop.DbSf447x.js 1.5 KB3.1 KB
    https://about.gitlab.com/_nuxt-new/Search.BgAQKfJm.js 1004 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.1 KB312.7 KB
    https://about.gitlab.com/_nuxt-new/search.service.D0T_jgLw.js 1.0 KB1.4 KB
    https://about.gitlab.com/_nuxt-new/debounce.Dj7bt6uA.js 907 B1.0 KB
    https://about.gitlab.com/_nuxt-new/isObject.DB8w6JNV.js 701 B749 B
    https://about.gitlab.com/_nuxt-new/toNumber.BeOo-LBo.js 592 B578 B
    https://about.gitlab.com/_nuxt-new/isSymbol.Ba1BCOlk.js 365 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 849 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 882 B1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationButton.C9O3NjoJ.js 864 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.6 KB6.3 KB
    https://about.gitlab.com/_nuxt-new/hamburger.Bl8UMVYf.js 691 B562 B
    https://about.gitlab.com/_nuxt-new/Banner.CG8Ee8y8.js 1.7 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 663 B717 B
    https://about.gitlab.com/_nuxt-new/LanguageSelector.MJL3cUXx.js 1.4 KB2.2 KB
    https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DmHBoeU1.js 853 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.7 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 449 B331 B
    https://about.gitlab.com/_nuxt-new/Common.C_aWwTv7.js 646 B609 B
    https://about.gitlab.com/_nuxt-new/useDynamicComponents.CdudpxNh.js 16.0 KB63.9 KB
    https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.lDX3nlAs.js 337 B109 B
    https://about.gitlab.com/_nuxt-new/Hero.BYA_1vR_.js 1.3 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/EmailRedirect.D3qBGorK.js 1.1 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/LoopingVideo.CRYqdINO.js 1011 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 832 B1.6 KB
    https://about.gitlab.com/_nuxt-new/SecondaryHero.De-aliuR.js 817 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 382 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 820 B1.2 KB
    https://about.gitlab.com/_nuxt-new/NextSteps.CFTnkucj.js 1.7 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.4 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://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js 119.9 KB496.5 KB
    https://about.gitlab.com/_nuxt-new/free-trial.wKu9_-2F.js 881 B0 b
    https://about.gitlab.com/_nuxt-new/FreeTrial.DIt46Tba.js 1.1 KB0 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 861 B0 b
    https://about.gitlab.com/_nuxt-new/Minimal.D5G-QXka.js 858 B0 b
    https://about.gitlab.com/_nuxt-new/no-banner.DoBfHtDQ.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/the-source.C2Qn29sc.js 912 B0 b
    https://about.gitlab.com/_nuxt-new/Navigation.CQlX2l39.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/useCheckIfMobile.KryrKCa6.js 466 B0 b
    https://about.gitlab.com/_nuxt-new/Newsletter.B4AQvPYT.js 912 B0 b
    https://about.gitlab.com/_nuxt-new/MktoForm.CqhEMozS.js 3.0 KB0 b
    https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js 492 B0 b
    https://about.gitlab.com/_nuxt-new/error-404.Dv9T0nne.js 1.9 KB0 b
    https://about.gitlab.com/_nuxt-new/nuxt-link.CbC0Pk8n.js 2.3 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 790 B0 b
    https://about.gitlab.com/_nuxt-new/NewsletterForm.DFgYl74c.js 599 B0 b
    https://about.gitlab.com/_nuxt-new/List.I2WsikZW.js 918 B0 b
    https://about.gitlab.com/_nuxt-new/BlogAuthor.CutSU5Yd.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.Dh2xQxyL.js 1.2 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 916 B0 b
    https://about.gitlab.com/_nuxt-new/PostCard.BticgylK.js 943 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.1 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogCategory.BHQONZOQ.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.vue.DzyJTyjU.js 873 B0 b
    https://about.gitlab.com/_nuxt-new/FeaturedPost.BpMG2e8h.js 962 B0 b
    https://about.gitlab.com/_nuxt-new/BlogHome.BeD6R65j.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.D2JUur01.js 1.1 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.5 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.R8BNzpFv.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/Body.BAU5lhNC.js 298.0 KB0 b
    https://about.gitlab.com/_nuxt-new/ShareWrapper.V2HapC-B.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Resources.DptP5xlI.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/ContactCta.DhH4E2Ea.js 772 B0 b
    https://about.gitlab.com/_nuxt-new/BlogTag.MyXOel3G.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/CaseStudy.CxGSNHwT.js 4.1 KB0 b
    https://about.gitlab.com/_nuxt-new/HorizontalRule.BQaNoVwX.js 569 B0 b
    https://about.gitlab.com/_nuxt-new/ResourcesContainer.B7-gb79M.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/ResourceCard.DrOX0Qd7.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js 516 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.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Header.BJA2YINi.js 897 B0 b
    https://about.gitlab.com/_nuxt-new/Accordion.w-ZzLZNq.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Carousel.CgpEYOK_.js 1.5 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.8 KB0 b
    https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js 285 B0 b
    https://about.gitlab.com/_nuxt-new/TextResults.Dv3I6fYA.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/OneTrustWarning.Cad6qcB2.js 591 B0 b
    https://about.gitlab.com/_nuxt-new/DevSurveyLanding.B9q1oVOi.js 2.1 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.2 KB0 b
    https://about.gitlab.com/_nuxt-new/DuoProSales.CHNifcHj.js 773 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 701 B0 b
    https://about.gitlab.com/_nuxt-new/Markdown.BPjVR_NR.js 519 B0 b
    https://about.gitlab.com/_nuxt-new/Search.CaEuF7aK.js 1.8 KB0 b
    https://about.gitlab.com/_nuxt-new/Filter.DWQtiDAR.js 1.3 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 729 B0 b
    https://about.gitlab.com/_nuxt-new/ArticleHero.Zqazu0X1.js 2.4 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 622 B0 b
    https://about.gitlab.com/_nuxt-new/Form.BmFW40C7.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Resources.BDfoNFRA.js 923 B0 b
    https://client-registry.mutinycdn.com/mutiny-client/237.5.6.3.js 2.8 KB6.9 KB
    https://client-registry.mutinycdn.com/mutiny-client/160.5.6.3.js 2.8 KB8.2 KB
    https://cdn.bizible.com/xdc.js...izible.com/xdc.js 235 B111 B
    https://about.gitlab.com/_nuxt-new/index.CKMpTWc1.js 3.5 KB12.0 KB
    https://client-registry.mutinycdn.com/mutiny-client/288.5.6.3.js 11.0 KB36.1 KB
    https://s.swiftypecdn.com/install/v2/st.js 111.8 KB422.8 KB
    https://about.gitlab.com/_nuxt-new/aos.cIcNuw2G.js 5.5 KB14.5 KB
    https://www.googletagmanager.com/gtag/destination.../gtag/destination 139.9 KB414.2 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 140.1 KB414.1 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 118.0 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...FiMjdlZWJjYjNmIn0
  • https://events.launchdarkly.com/events/diagnostic/620c2f247f24eb0c056e3a8c
  • https://jukebox.pathfactory.com/api/public/v1/init...pi/public/v1/init
  • https://events.launchdarkly.com/events/bulk/620c2f247f24eb0c056e3a8c
  • Make each CSS response small (optimalCssSize)https://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c72de809fc7c76fb339825302241.css size is 34.1 kB (34138) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c...b339825302241.css 33.3 KB89.5 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 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 2.0 KB25.4 KB
    https://about.gitlab.com/_nuxt-new/SearchContent.CnkxEp3_.css 534 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 10.0 KB31.2 KB
    https://about.gitlab.com/_nuxt-new/entry.DujVLJRM.js 196.4 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.5 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.1 KB18.9 KB
    https://about.gitlab.com/_nuxt-new/preview.CE2_B66s.js 518 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.0 KB1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationDesktop.DbSf447x.js 1.5 KB3.1 KB
    https://about.gitlab.com/_nuxt-new/Search.BgAQKfJm.js 1004 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.1 KB312.7 KB
    https://about.gitlab.com/_nuxt-new/search.service.D0T_jgLw.js 1.0 KB1.4 KB
    https://about.gitlab.com/_nuxt-new/debounce.Dj7bt6uA.js 907 B1.0 KB
    https://about.gitlab.com/_nuxt-new/isObject.DB8w6JNV.js 701 B749 B
    https://about.gitlab.com/_nuxt-new/toNumber.BeOo-LBo.js 592 B578 B
    https://about.gitlab.com/_nuxt-new/isSymbol.Ba1BCOlk.js 365 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 849 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 882 B1.7 KB
    https://about.gitlab.com/_nuxt-new/NavigationButton.C9O3NjoJ.js 864 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.6 KB6.3 KB
    https://about.gitlab.com/_nuxt-new/hamburger.Bl8UMVYf.js 691 B562 B
    https://about.gitlab.com/_nuxt-new/Banner.CG8Ee8y8.js 1.7 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 663 B717 B
    https://about.gitlab.com/_nuxt-new/LanguageSelector.MJL3cUXx.js 1.4 KB2.2 KB
    https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DmHBoeU1.js 853 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.7 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 449 B331 B
    https://about.gitlab.com/_nuxt-new/Common.C_aWwTv7.js 646 B609 B
    https://about.gitlab.com/_nuxt-new/useDynamicComponents.CdudpxNh.js 16.0 KB63.9 KB
    https://about.gitlab.com/_nuxt-new/OneTrustCookieButton.lDX3nlAs.js 337 B109 B
    https://about.gitlab.com/_nuxt-new/Hero.BYA_1vR_.js 1.3 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/EmailRedirect.D3qBGorK.js 1.1 KB2.0 KB
    https://about.gitlab.com/_nuxt-new/LoopingVideo.CRYqdINO.js 1011 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 832 B1.6 KB
    https://about.gitlab.com/_nuxt-new/SecondaryHero.De-aliuR.js 817 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 382 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 820 B1.2 KB
    https://about.gitlab.com/_nuxt-new/NextSteps.CFTnkucj.js 1.7 KB3.1 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 612 B624 B
    https://client-registry.mutinycdn.com/personalize/user_data/c18972324098ea25.jso...72324098ea25.json 521 B512 B
    https://client-registry.mutinycdn.com/personalize/client_data/c18972324098ea25.json 16.3 KB91.7 KB
    https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/7f944245-...dd955adfdd08.json 2.7 KB7.5 KB
    https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location 322 B75 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.2 KB1.6 KB
    https://about.gitlab.com/images/customer_logos/lockheed-martin-grey.svg 2.4 KB5.0 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL 157.4 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://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.7 KB3.1 KB
    https://about.gitlab.com/images/customer_logos/ubs-logo-grey.svg 6.7 KB14.2 KB
    https://about.gitlab.com/images/customer_logos/hackerone-black-logo.png 27.6 KB27.3 KB
    https://about.gitlab.com/images/customer_logos/radio-france-black-logo.svg 2.6 KB5.6 KB
    https://about.gitlab.com/images/customer_logos/cube-logo.png 23.0 KB22.6 KB
    https://about.gitlab.com/images/customer_logos/caci-black-logo.svg 2.5 KB5.8 KB
    https://about.gitlab.com/images/customer_logos/intuitive-machines.png 50.9 KB50.6 KB
    https://about.gitlab.com/images/customer_logos/ally-bank-black.svg 679 B709 B
    https://about.gitlab.com/_nuxt-new/GitLabSans.Cxxgg34v.woff2 317.5 KB316.9 KB
    https://about.gitlab.com/images/customer_logos/deutsche-telekom-black.svg 584 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://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://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js 119.9 KB496.5 KB
    https://about.gitlab.com/images/navigation/the-source-promo-card.svg 3.6 KB10.3 KB
    https://about.gitlab.com/images/banner/gitlab18-graphic-leftside.svg 3.6 KB8.5 KB
    https://about.gitlab.com/images/banner/gitlab18-graphic-rightside.svg 2.6 KB6.5 KB
    https://about.gitlab.com/images/homepage/background-star.svg 1.7 KB4.1 KB
    https://about.gitlab.com/images/homepage/card-flip-duo-chat.svg 84.4 KB253.4 KB
    https://about.gitlab.com/_nuxt-new/free-trial.wKu9_-2F.js 881 B0 b
    https://about.gitlab.com/images/homepage/card-flip-code-review.svg 247.7 KB339.3 KB
    https://res.cloudinary.com/about-gitlab-com/video/upload/f_auto/q_auto/v17507800...odl2k6phsnlhm.mp4 376.3 KB375.2 KB
    https://about.gitlab.com/_nuxt-new/FreeTrial.DIt46Tba.js 1.1 KB0 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 861 B0 b
    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://about.gitlab.com/_nuxt-new/Minimal.D5G-QXka.js 858 B0 b
    https://about.gitlab.com/_nuxt-new/no-banner.DoBfHtDQ.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/the-source.C2Qn29sc.js 912 B0 b
    https://about.gitlab.com/_nuxt-new/Navigation.CQlX2l39.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/useCheckIfMobile.KryrKCa6.js 466 B0 b
    https://about.gitlab.com/_nuxt-new/Newsletter.B4AQvPYT.js 912 B0 b
    https://about.gitlab.com/_nuxt-new/MktoForm.CqhEMozS.js 3.0 KB0 b
    https://about.gitlab.com/_nuxt-new/GitLabSans.w8YHQELe.js 492 B0 b
    https://about.gitlab.com/_nuxt-new/error-404.Dv9T0nne.js 1.9 KB0 b
    https://about.gitlab.com/_nuxt-new/nuxt-link.CbC0Pk8n.js 2.3 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 790 B0 b
    https://about.gitlab.com/_nuxt-new/NewsletterForm.DFgYl74c.js 599 B0 b
    https://about.gitlab.com/_nuxt-new/List.I2WsikZW.js 918 B0 b
    https://about.gitlab.com/_nuxt-new/BlogAuthor.CutSU5Yd.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.Dh2xQxyL.js 1.2 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 916 B0 b
    https://about.gitlab.com/_nuxt-new/PostCard.BticgylK.js 943 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.1 KB0 b
    https://about.gitlab.com/_nuxt-new/BlogCategory.BHQONZOQ.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.vue.DzyJTyjU.js 873 B0 b
    https://about.gitlab.com/_nuxt-new/FeaturedPost.BpMG2e8h.js 962 B0 b
    https://about.gitlab.com/_nuxt-new/BlogHome.BeD6R65j.js 1.1 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.D2JUur01.js 1.1 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.5 KB0 b
    https://about.gitlab.com/_nuxt-new/Hero.R8BNzpFv.js 1.4 KB0 b
    https://about.gitlab.com/_nuxt-new/Body.BAU5lhNC.js 298.0 KB0 b
    https://about.gitlab.com/_nuxt-new/ShareWrapper.V2HapC-B.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Resources.DptP5xlI.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/ContactCta.DhH4E2Ea.js 772 B0 b
    https://about.gitlab.com/_nuxt-new/BlogTag.MyXOel3G.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/CaseStudy.CxGSNHwT.js 4.1 KB0 b
    https://about.gitlab.com/_nuxt-new/HorizontalRule.BQaNoVwX.js 569 B0 b
    https://about.gitlab.com/_nuxt-new/ResourcesContainer.B7-gb79M.js 1.3 KB0 b
    https://about.gitlab.com/_nuxt-new/ResourceCard.DrOX0Qd7.js 1.5 KB0 b
    https://about.gitlab.com/_nuxt-new/useCloudinary.OmfKDvq7.js 516 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.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Header.BJA2YINi.js 897 B0 b
    https://about.gitlab.com/_nuxt-new/Accordion.w-ZzLZNq.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/Carousel.CgpEYOK_.js 1.5 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.8 KB0 b
    https://about.gitlab.com/_nuxt-new/interval.x_rD_Ya3.js 285 B0 b
    https://about.gitlab.com/_nuxt-new/TextResults.Dv3I6fYA.js 1.2 KB0 b
    https://about.gitlab.com/_nuxt-new/OneTrustWarning.Cad6qcB2.js 591 B0 b
    https://about.gitlab.com/_nuxt-new/DevSurveyLanding.B9q1oVOi.js 2.1 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.2 KB0 b
    https://about.gitlab.com/_nuxt-new/DuoProSales.CHNifcHj.js 773 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 701 B0 b
    https://about.gitlab.com/_nuxt-new/Markdown.BPjVR_NR.js 519 B0 b
    https://about.gitlab.com/_nuxt-new/Search.CaEuF7aK.js 1.8 KB0 b
    https://about.gitlab.com/_nuxt-new/Filter.DWQtiDAR.js 1.3 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 729 B0 b
    https://about.gitlab.com/_nuxt-new/ArticleHero.Zqazu0X1.js 2.4 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 622 B0 b
    https://about.gitlab.com/_nuxt-new/Form.BmFW40C7.js 1.7 KB0 b
    https://about.gitlab.com/_nuxt-new/Resources.BDfoNFRA.js 923 B0 b
    https://api-v2.mutinyhq.io/v2/b 429 B2 B
    https://client-registry.mutinycdn.com/mutiny-client/237.5.6.3.js 2.8 KB6.9 KB
    https://client-registry.mutinycdn.com/mutiny-client/160.5.6.3.js 2.8 KB8.2 KB
    https://cdn.bizible.com/xdc.js...izible.com/xdc.js 235 B111 B
    https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/0197d06c-...65664ba02/en.json 24.0 KB124.3 KB
    https://about.gitlab.com/_nuxt-new/index.CKMpTWc1.js 3.5 KB12.0 KB
    https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/otFlat.json 3.4 KB15.0 KB
    https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/v2/otPcTab.json 13.6 KB65.7 KB
    https://cdn.cookielaw.org/scripttemplates/202506.1.0/assets/otCommonStyles.css 4.4 KB25.2 KB
    https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c 0 b0 b
    https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...FiMjdlZWJjYjNmIn0 0 b0 b
    https://events.launchdarkly.com/events/diagnostic/620c2f247f24eb0c056e3a8c 0 b0 b
    https://client-registry.mutinycdn.com/mutiny-client/288.5.6.3.js 11.0 KB36.1 KB
    https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg 495 B497 B
    https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c 421 B372 B
    https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...FiMjdlZWJjYjNmIn0 923 B2.3 KB
    https://cdn.cookielaw.org/logos/aa14a5c8-79e3-442a-8177-464ad850b19d/e46c1d0d-1f...tlab-logo-100.png 8.4 KB8.2 KB
    https://cdn.cookielaw.org/logos/static/powered_by_logo.svg 2.3 KB5.1 KB
    https://about.gitlab.com/images/ico/favicon.ico 2.9 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 663 B1.5 KB
    https://about.gitlab.com/_nuxt-new/Search.DhfWzWmZ.css 526 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 528 B791 B
    https://about.gitlab.com/_nuxt-new/NavigationDropdownList.DBOLvPX2.css 1.2 KB4.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationDropdown.DDYrcOce.css 1.4 KB5.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationButton.C4ETLmZg.css 614 B1.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationDesktop.CmP-Ip6l.css 1.1 KB3.5 KB
    https://about.gitlab.com/_nuxt-new/NavigationMobile.uR5FisaS.css 582 B1.3 KB
    https://about.gitlab.com/_nuxt-new/Navigation.3rUWLhwF.css 522 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 736 B1.4 KB
    https://about.gitlab.com/_nuxt-new/SocialMediaLinks.DRkGxDDO.css 591 B389 B
    https://about.gitlab.com/_nuxt-new/Source.BrZQDSxX.css 442 B409 B
    https://about.gitlab.com/_nuxt-new/Footer.DRsZLK8-.css 1.1 KB3.6 KB
    https://about.gitlab.com/_nuxt-new/default.CupAYY5Y.css 346 B247 B
    https://s.swiftypecdn.com/install/v2/config/Z4n7msKyctXXfJs66EKx.json 4.7 KB19.5 KB
    https://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c...b339825302241.css 33.3 KB89.5 KB
    https://about.gitlab.com/_nuxt-new/EmailRedirect.Bq1xs1Ea.css 706 B1.2 KB
    https://about.gitlab.com/_nuxt-new/Video.CcB3AYCZ.css 588 B1.0 KB
    https://about.gitlab.com/_nuxt-new/VideoModal.xID9sizx.css 599 B923 B
    https://about.gitlab.com/_nuxt-new/LoopingVideo.9nQvPIVQ.css 598 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 674 B877 B
    https://about.gitlab.com/_nuxt-new/SecondaryHero.XCeUDwwl.css 374 B308 B
    https://about.gitlab.com/_nuxt-new/StackingCards.BTFpzXHH.css 1.3 KB6.2 KB
    https://about.gitlab.com/_nuxt-new/CardCarousel.GVsScTww.css 833 B1.6 KB
    https://about.gitlab.com/_nuxt-new/ForresterReport.xbiuVxAJ.css 607 B646 B
    https://about.gitlab.com/_nuxt-new/NextSteps.DvODd2PQ.css 852 B1.4 KB
    https://about.gitlab.com/api/_content/query/Pcvj2T2VgF.1752110459533.json...752110459533.json 257 B4 B
    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.5 KB14.5 KB
    https://www.googletagmanager.com/gtag/destination.../gtag/destination 139.9 KB414.2 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 140.1 KB414.1 KB
    https://www.googletagmanager.com/gtag/js...nager.com/gtag/js 118.0 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 127 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 293 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 191 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 201 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 222 responses that sets a server header. 0
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://gitlab.com/
  • https://about.gitlab.com/
  • https://client-registry.mutinycdn.com/personalize/client/c18972324098ea25.js
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js
  • https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js
  • https://cdn.cookielaw.org/scripttemplates/otSDKStub.js
  • https://cdn.cookielaw.org/scripttemplates/otSDKStub.js
  • https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/geofeed
  • https://about.gitlab.com/_nuxt-new/useAOS.DvB2Xm2x.css
  • https://about.gitlab.com/_nuxt-new/useAOS.DvB2Xm2x.css
  • https://about.gitlab.com/_nuxt-new/SearchContent.CnkxEp3_.css
  • https://about.gitlab.com/_nuxt-new/SearchContent.CnkxEp3_.css
  • https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.t0DfGMcs.css
  • https://about.gitlab.com/_nuxt-new/NavigationMobileMenu.t0DfGMcs.css
  • https://about.gitlab.com/_payload.json?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://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://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://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://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://about.gitlab.com/images/customer_logos/carfax-grey.svg
  • https://about.gitlab.com/images/customer_logos/carfax-grey.svg
  • https://about.gitlab.com/images/customer_logos/nvidia-grey-logo.svg
  • https://about.gitlab.com/images/customer_logos/nvidia-grey-logo.svg
  • https://about.gitlab.com/images/customer_logos/ubs-logo-grey.svg
  • https://about.gitlab.com/images/customer_logos/ubs-logo-grey.svg
  • https://about.gitlab.com/images/customer_logos/hackerone-black-logo.png
  • https://about.gitlab.com/images/customer_logos/hackerone-black-logo.png
  • https://about.gitlab.com/images/customer_logos/radio-france-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/radio-france-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/cube-logo.png
  • https://about.gitlab.com/images/customer_logos/cube-logo.png
  • https://about.gitlab.com/images/customer_logos/caci-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/caci-black-logo.svg
  • https://about.gitlab.com/images/customer_logos/intuitive-machines.png
  • https://about.gitlab.com/images/customer_logos/intuitive-machines.png
  • https://about.gitlab.com/images/customer_logos/ally-bank-black.svg
  • https://about.gitlab.com/images/customer_logos/ally-bank-black.svg
  • https://about.gitlab.com/_nuxt-new/GitLabSans.Cxxgg34v.woff2
  • https://about.gitlab.com/_nuxt-new/GitLabSans.Cxxgg34v.woff2
  • 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://client-registry.mutinycdn.com/mutiny-client/765.5.6.3.js
  • https://client-registry.mutinycdn.com/mutiny-client/223.5.6.3.js
  • https://client-registry.mutinycdn.com/mutiny-client/191.5.6.3.js
  • https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js
  • 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/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/images/homepage/card-flip-duo-chat.svg
  • https://about.gitlab.com/images/homepage/card-flip-duo-chat.svg
  • https://about.gitlab.com/_nuxt-new/free-trial.wKu9_-2F.js
  • https://about.gitlab.com/_nuxt-new/free-trial.wKu9_-2F.js
  • https://about.gitlab.com/images/homepage/card-flip-code-review.svg
  • https://about.gitlab.com/images/homepage/card-flip-code-review.svg
  • https://res.cloudinary.com/about-gitlab-com/video/upload/f_auto/q_auto/v17507800...odl2k6phsnlhm.mp4
  • 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://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://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/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://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://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/xdc.js...izible.com/xdc.js
  • 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/_nuxt-new/index.CKMpTWc1.js
  • https://about.gitlab.com/_nuxt-new/index.CKMpTWc1.js
  • 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://client-registry.mutinycdn.com/mutiny-client/288.5.6.3.js
  • https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg
  • https://cdn.cookielaw.org/logos/aa14a5c8-79e3-442a-8177-464ad850b19d/e46c1d0d-1f...tlab-logo-100.png
  • https://cdn.cookielaw.org/logos/static/powered_by_logo.svg
  • https://cdn.cookielaw.org/logos/static/powered_by_logo.svg
  • https://about.gitlab.com/images/ico/favicon.ico
  • https://about.gitlab.com/images/ico/favicon.ico
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.Cz0D3PXW.css
  • https://about.gitlab.com/_nuxt-new/SearchSuggestions.Cz0D3PXW.css
  • https://about.gitlab.com/_nuxt-new/Search.DhfWzWmZ.css
  • https://about.gitlab.com/_nuxt-new/Search.DhfWzWmZ.css
  • https://about.gitlab.com/_nuxt-new/NavigationCard.BJ098Xic.css
  • https://about.gitlab.com/_nuxt-new/NavigationCard.BJ098Xic.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.RdeokJTR.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownFooter.RdeokJTR.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.DBOLvPX2.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdownList.DBOLvPX2.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdown.DDYrcOce.css
  • https://about.gitlab.com/_nuxt-new/NavigationDropdown.DDYrcOce.css
  • https://about.gitlab.com/_nuxt-new/NavigationButton.C4ETLmZg.css
  • https://about.gitlab.com/_nuxt-new/NavigationButton.C4ETLmZg.css
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.CmP-Ip6l.css
  • https://about.gitlab.com/_nuxt-new/NavigationDesktop.CmP-Ip6l.css
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.uR5FisaS.css
  • https://about.gitlab.com/_nuxt-new/NavigationMobile.uR5FisaS.css
  • https://about.gitlab.com/_nuxt-new/Navigation.3rUWLhwF.css
  • https://about.gitlab.com/_nuxt-new/Navigation.3rUWLhwF.css
  • https://about.gitlab.com/_nuxt-new/Banner.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://s.swiftypecdn.com/assets/new_embed-2552d8d62d9c60f59b3b11a5d083d1ebd090c...b339825302241.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://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://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.bizible.com/xdc.js...izible.com/xdc.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://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c
  • https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...FiMjdlZWJjYjNmIn0
  • https://events.launchdarkly.com/events/diagnostic/620c2f247f24eb0c056e3a8c
  • https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg
  • https://app.launchdarkly.com/sdk/goals/620c2f247f24eb0c056e3a8c
  • https://app.launchdarkly.com/sdk/evalx/620c2f247f24eb0c056e3a8c/contexts/eyJraW5...FiMjdlZWJjYjNmIn0
  • 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://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.688 s
    Element render delay576 ms
    TTFB276 ms
    Resource delay705 ms
    Resource load duration131 ms
    Load time1.115 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.00877 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.00816<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
    0.00030<div class="navigation-bottom-right" data-v-1fc80711=""></div>,<div class="navigation-dropdown slp-ml-24" data-v-1fc80711="" data-v-9c14977f=""></div>
    body > div#__nuxt > div > nav#navigation > div#be-navigation-desktop > div > div > div:eq(1),body > div#__nuxt > div > nav#navigation > div#be-navigation-desktop > div > div > div:eq(1) > 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 456 ms.

    Event typepointerover
    Element type
    Element class name
    Event target
    Load state when the event happenedcomplete

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    103.4 ms183.9 ms1.2 ms0.6 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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    80.2 ms131.5 ms2.8 ms0.5 ms2.3 ms
    https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    78.8 ms554.7 ms100.3 ms0 ms100.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
    59.7 ms41.8 ms89.7 ms89.6 ms0.1 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
    57.2 ms186 ms3.9 ms3.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

    https://client-registry.mutinycdn.com/mutiny-client/191.5.6.3.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    53.4 ms164.8 ms13.7 ms0.2 ms13.5 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:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    40.7 ms193.7 ms1.5 ms0.2 ms1.3 ms
    https://cdn.bizible.com/scripts/bizible.js

    Invoker:  IMG[src=https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-884118423&_biz_u=ceb2e21f773b43888ab2119f1fc62be3&_biz_l=https%3A%2F%2Fabout.gitlab.com%2F&_biz_t=1752114502754&_biz_i=The%20most-comprehensive%20AI-powered%20DevSecOps%20platform&_biz_n=0&rnd=638619&cdn_o=a&_biz_z=1752114502756].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    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
    32.9 ms213.7 ms3 ms0.2 ms2.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://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js

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

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    29.2 ms172.1 ms1.4 ms0.8 ms0.6 ms
    https://www.googletagmanager.com/gtag/destination?id=G-ENFH3X7M5Y&cx=c&gtm=45He5781h1v72277150za200&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=45He5781h1v72277150za200&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-ENFH3X7M5Y&cx=c&gtm=45He5781h1v72277150za200&tag_exp=101509157~103116026~103200004~103233427~103351869~103351871~104684208~104684211~104909302~104909304~104935091~104935093

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-ENFH3X7M5Y&cx=c&gtm=45He5781h1v72277150za200&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=45He5781h1v72277150za200&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=45He5781h1v72277150za200&tag_exp=101509157~103116026~103200004~103233427~103351869~103351871~104684208~104684211~104909302~104909304~104935091~104935093
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    27.2 ms112.5 ms1 ms0.2 ms0.8 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

    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
    JSEventListeners501
    LayoutObjects1532
    MediaKeySessions0
    MediaKeys0
    Nodes4023
    Resources145
    ContextLifecycleStateObservers40
    V8PerContextDatas4
    WorkerGlobalScopes1
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers26
    AdSubframes0
    DetachedScriptStates3
    ArrayBufferContents3
    LayoutCount22
    RecalcStyleCount258
    LayoutDuration196
    RecalcStyleDuration166
    DevToolsCommandDuration25
    ScriptDuration1102
    V8CompileDuration3
    TaskDuration2895
    TaskOtherDuration1404
    ThreadTime2
    ProcessTime5
    JSHeapUsedSize20082272
    JSHeapTotalSize39321600
    FirstMeaningfulPaint967
    | 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 requests242
    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
    200233
    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.3 KB201.4 KB32
    javascript854 B2.0 MB5.7 MB147
    image991 B164.6 KB162.6 KB9
    font0 b317.5 KB316.9 KB1
    json0 b76.1 KB350.8 KB14
    svg0 b376.3 KB689.0 KB22
    video0 b376.3 KB375.2 KB1
    plain0 b1.8 KB199 B7
    other0 b0 b0 b5
    favicon0 b2.9 KB14.7 KB1
    Total1.8 KB3.4 MB8.1 MB241

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    gitlab.com146 msN/A0 b1
    about.gitlab.com48.239 s1.7 MB2.9 MB187
    client-registry.mutinycdn.com582 ms113.0 KB401.7 KB9
    cdn.cookielaw.org865 ms193.4 KB797.9 KB11
    geolocation.onetrust.com199 ms575 B159 B2
    www.googletagmanager.com288 ms557.2 KB1.7 MB5
    cdn.bizible.com187 ms25.2 KB67.1 KB3
    munchkin.marketo.net166 ms729 B1.2 KB1
    res.cloudinary.com244 ms376.3 KB375.2 KB1
    cdn.bizibly.com176 ms165 B43 B1
    api-v2.mutinyhq.io255 ms857 B4 B2
    app.launchdarkly.com223 ms1.3 KB2.6 KB4
    events.launchdarkly.com203 ms716 B0 b4
    s.swiftypecdn.com258 ms149.9 KB531.8 KB3
    cc.swiftype.com338 ms43 B43 B1
    app.cdn.lookbookhq.com169 ms319.9 KB1.4 MB1
    jukebox.pathfactory.com226 ms475 B0 b2
    pagead2.googlesyndication.com92 msN/A0 b1
    analytics.gitlab.com440 ms547 B195 B3

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds4 hours1 year
    Last modified55 minutes2 hours55 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html1.9 KB1
    css55.2 KB28
    javascript846.1 KB7
    image8.4 KB2
    font0 b0
    other0 b3
    svg2.8 KB2
    json7.0 KB6
    favicon2.9 KB1
    plain1.4 KB6
    Total925.8 KB56

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html1.9 KB1
    css59.7 KB29
    javascript1.2 MB79
    image8.6 KB3
    font0 b0
    plain1.8 KB7
    json48.0 KB9
    other0 b5
    svg2.8 KB2
    favicon2.9 KB1
    Total1.3 MB136
    | 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.5 KB86.7 KB30
    javascript0 b814.1 KB1.3 MB126
    image0 b155.9 KB154.3 KB5
    font0 b317.5 KB316.9 KB1
    json0 b24.8 KB115.7 KB3
    svg0 b373.5 KB683.4 KB20
    favicon0 b2.9 KB14.7 KB1
    plain0 b547 B195 B3
    TotalN/A1.7 MB2.9 MB191

    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.8 KB8.3 KB4
    font0 b0 b0 b0
    json0 b51.3 KB235.1 KB11
    video0 b376.3 KB375.2 KB1
    plain0 b1.3 KB4 B4
    other0 b0 b0 b5
    svg0 b2.8 KB5.6 KB2
    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