Skip to content
https://gitbook.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
6
REVIEW
1
PASS
8
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

28
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
83
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

5.58 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

11.12 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

3.31 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.002

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

7.84 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

25.56 s

Page Load Progression

512 ms
1.0 s
1.5 s
2.0 s
2.6 s
3.1 s
3.6 s
4.1 s
Checks
17
8 PASS 1 REVIEW 6 FIX
F
Page Weight Budget
Action
3.2 MB transferred, 156 requests
FIX
3.2 MB transferred, 156 requests
Warning::
Page weighs 10.6 MB (3.2 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Info::
Fonts are 273 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 273 KB
Warning::
156 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.67 g CO2 per page load
3.2 MB / 2.4 MB budget
3.2 MB transferred
156 requests
0.67 g CO2 per page load
JavaScript 1.9 MiB 58%
Images 577.8 KiB 18%
Fonts 273.4 KiB 8%
Other 271.5 KiB 8%
HTML 124.3 KiB 4%
CSS 95.0 KiB 3%
Other 8.3 KiB 0%
Other 4.9 KiB 0%
Other 381 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
99% third-party, 0 ms blocking
FIX
99% third-party, 0 ms blocking
Warning::
Third-party code accounts for 99% of page weight (3.2 MiB of 3.2 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
First-party Third-party
F
JS Execution Cost
Action
16013ms total JS execution
FIX
16013ms total JS execution
Warning::
https://framerusercontent.com/sites/nNji44mQfYtH9V...: 4958ms CPU time
Warning::
Unattributable: 2474ms CPU time
Warning::
https://www.gitbook.com/: 2154ms CPU time
Warning::
https://framerusercontent.com/sites/nNji44mQfYtH9V...: 1310ms CPU time
Warning::
https://js.hs-analytics.net/analytics/177681360000...: 1292ms CPU time
Warning::
Third-party scripts: 15670ms (98% of total)

Main Thread Breakdown

Script Evaluation 53% Other 20% Style & Layout 14% Parse HTML & CSS 5% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjs4958ms4001ms1ms3rd
Unattributable2474ms436ms0ms3rd
https://www.gitbook.com/2154ms66ms18ms3rd
https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjs1310ms444ms2ms3rd
https://js.hs-analytics.net/analytics/1776813600000/8443689.js1292ms778ms20ms3rd
https://js.intercomcdn.com/frame-modern.db2b74ec.js942ms674ms90ms3rd
https://static-2v.gitbook.com/_next/static/chunks/61968-2e34c3c58130f584.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b811ms748ms38ms3rd
https://static-2v.gitbook.com/_next/static/chunks/25995-01ef182cb2cd5641.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b514ms489ms25ms3rd
https://www.googletagmanager.com/gtag/js?id=G-XDQWKTB16G403ms346ms54ms3rd
https://gitbook.com/docs/~gitbook/embed/assistant343ms25ms38ms1st

Showing top 10 of 19 scripts

F
JS Bundles
Action
79 scripts, 798 KB unused
FIX
79 scripts, 798 KB unused
Warning::
https://js.intercomcdn.com/frame-modern.db2b74ec.j...: 125 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static-2v.gitbook.com/_next/static/chunks/...: 100 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.intercomcdn.com/vendor-modern.80eace52....: 86 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static-2v.gitbook.com/_next/static/chunks/...: 82 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-XDQW...: 70 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 798 KB
798 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.intercomcdn.com/frame-modern.db2b74ec.js193 KB125 KB (65%)3rd
https://static-2v.gitbook.com/_next/static/chunks/84404-3ebb6e82462ea936.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b132 KB100 KB (76%)3rd
https://js.intercomcdn.com/vendor-modern.80eace52.js144 KB86 KB (60%)3rd
https://static-2v.gitbook.com/_next/static/chunks/30121-2825436ce810172d.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b103 KB82 KB (80%)3rd
https://www.googletagmanager.com/gtag/js?id=G-XDQWKTB16G173 KB70 KB (41%)3rd
https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjs123 KB55 KB (45%)3rd
https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/CUuMFbSxf.DbD-Px2g.mjs70 KB52 KB (75%)3rd
https://static-2v.gitbook.com/_next/static/chunks/52295-095bbddb2d681724.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b63 KB48 KB (78%)3rd
https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.7.0-min.js.gz41 KB37 KB (92%)3rd
https://static-2v.gitbook.com/_next/static/chunks/9071f66d-982394c776a76fdc.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b36 KB29 KB (81%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
156 resources · 3.2 MB · 798 KB savings available
FIX
156 resources · 3.2 MB · 798 KB savings available
Warning::
Page weight 2.2 MB over 1MB target
Got: 3.2 MB Expected: ≤ 1 MB
Info::
~798 KB of savings available
Warning::
151 third-party resources (99% of weight)
Info::
1 resources over 200KB
156 resources · 3.2 MiB · 151 third-party 2.2 MiB over 1MB target
JavaScript 67% · 2.1 MiB
Image 18% · 581.1 KiB
Font 8% · 273.4 KiB
Document 4% · 125.1 KiB
CSS 3% · 95.0 KiB
Other 0% · 12.0 KiB

~798.5 KiB of savings available

Remove unused JavaScript: 798.5 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
35 images, 0 KB saveable
REVIEW
35 images, 0 KB saveable
Info::
All images are well-optimized
35 images 578 KB
0 oversized -0 KB
19 legacy format
0 missing dimensions CLS risk
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
7 fonts (273 KB)
PASS
7 fonts (273 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

273 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 5.6 s LCP 11.1 shttps://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2e1k37xkXdS9Q44MSWSRA9di... https://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2 — 37.8 KiB — 11 ms — font-display: swaphttps://fonts.gstatic.com/s/geistmono/v4/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2or3nQ6H-1_WfwkMZI_qYFrc... https://fonts.gstatic.com/s/geistmono/v4/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2 — 30.7 KiB — 10 ms — font-display: swaphttps://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2GrgcKwrN6d3Uz8EwcLHZxwE... https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2 — 27.3 KiB — 12 ms — font-display: swaphttps://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff27YY3ZAAE3TRV2LANYOLXNHT... https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2 — 23.1 KiB — 15 ms — font-display: swaphttps://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2SB2OEB6IKZPRR6JT4GFJ2TF... https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2 — 23.0 KiB — 15 ms — font-display: swaphttps://fonts.gitbook.com/font/custom/d8f63b60-89ae-11e7-8574-5927d48c4877/9205211/inter-regular.woff2inter-regular.woff2 https://fonts.gitbook.com/font/custom/d8f63b60-89ae-11e7-8574-5927d48c4877/9205211/inter-regular.woff2 — 108.9 KiB — 311 ms — font-display: swaphttps://fonts.gitbook.com/font/custom/d8f63b60-89ae-11e7-8574-5927d48c4877/1992327/generalsans-medium.woff2generalsans-medium.woff2 https://fonts.gitbook.com/font/custom/d8f63b60-89ae-11e7-8574-5927d48c4877/1992327/generalsans-medium.woff2 — 22.6 KiB — 319 ms — font-display: swap
e1k37xkXdS9Q44MSWSRA9di... woff2 swap
Size 38 KB
Load time 11 ms
Start 441 ms
Risk FOUT — text flashes from fallback to web font
or3nQ6H-1_WfwkMZI_qYFrc... woff2 swap
Size 31 KB
Load time 10 ms
Start 442 ms
Risk FOUT — text flashes from fallback to web font
GrgcKwrN6d3Uz8EwcLHZxwE... woff2 swap
Size 27 KB
Load time 12 ms
Start 575 ms
Risk FOUT — text flashes from fallback to web font
7YY3ZAAE3TRV2LANYOLXNHT... woff2 swap
Size 23 KB
Load time 15 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
SB2OEB6IKZPRR6JT4GFJ2TF... woff2 swap
Size 23 KB
Load time 15 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
inter-regular.woff2 woff2 swap
Size 109 KB
Load time 311 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
generalsans-medium.woff2 woff2 swap
Size 23 KB
Load time 319 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~54 KB and ~108 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
1 hints, 0 missing preconnects
PASS
1 hints, 0 missing preconnects
Info::
Page uses 1 resource hint(s)

Current Resource Hints

preconnect
1
preload
dns-prefetch
prefetch

1 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
156 requests over 4710ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 5.6 s LCP 11.1 shttps://gitbook.com// https://gitbook.com/ — 302 — 171 B — 36 ms — h3https://www.gitbook.com/www.gitbook.com/ https://www.gitbook.com/ — 200 — 104.0 KiB — 81 ms — h3https://cdn.amplitude.com/libs/analytics-browser-2.12.0-min.js.gzcdn.amplitude.com/libs/analytics-br... https://cdn.amplitude.com/libs/analytics-browser-2.12.0-min.js.gz — 200 — 36.6 KiB — 32 ms — h2https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.7.0-min.js.gzcdn.amplitude.com/libs/plugin-sessi... https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.7.0-min.js.gz — 200 — 41.0 KiB — 31 ms — h2https://framerusercontent.com/images/LPDr3ZwnzlrACaMrIcJGPudPbQo.webp?width=489&height=275framerusercontent.com/images/LPDr3Z... https://framerusercontent.com/images/LPDr3ZwnzlrACaMrIcJGPudPbQo.webp?width=489&height=275 — 200 — 5.0 KiB — 30 ms — h3https://framerusercontent.com/images/mwR4YneN2LvvIKToapmFxvC6Lw.webp?width=489&height=275framerusercontent.com/images/mwR4Yn... https://framerusercontent.com/images/mwR4YneN2LvvIKToapmFxvC6Lw.webp?width=489&height=275 — 200 — 4.8 KiB — 29 ms — h3https://framerusercontent.com/images/rO8wr2javIDjZEIbyMMptB6rSH8.png?scale-down-to=1024&width=1140&height=594framerusercontent.com/images/rO8wr2... https://framerusercontent.com/images/rO8wr2javIDjZEIbyMMptB6rSH8.png?scale-down-to=1024&width=1140&height=594 — 200 — 23.2 KiB — 12 ms — h3https://gitbook.com/docs/~gitbook/embed/script.js/docs/~gitbook/embed/script.js https://gitbook.com/docs/~gitbook/embed/script.js — 200 — 1.4 KiB — 31 ms — h3https://app.distro.so/inbound.jsapp.distro.so/inbound.js https://app.distro.so/inbound.js — 200 — 5.2 KiB — 641 ms — h2https://js.hs-scripts.com/8443689.jsjs.hs-scripts.com/8443689.js https://js.hs-scripts.com/8443689.js — 200 — 987 B — 174 ms — h2https://www.googletagmanager.com/gtag/js?id=G-XDQWKTB16Gwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-XDQWKTB16G — 200 — 173.3 KiB — 199 ms — h2https://events.framer.com/script?v=2events.framer.com/script?v=2 https://events.framer.com/script?v=2 — 200 — 8.0 KiB — 197 ms — h2https://framerusercontent.com/images/BDDuKyI06jlIpLe0RtQqJYqslrI.png?width=63&height=21framerusercontent.com/images/BDDuKy... https://framerusercontent.com/images/BDDuKyI06jlIpLe0RtQqJYqslrI.png?width=63&height=21 — 200 — 1.7 KiB — 83 ms — h3https://framerusercontent.com/images/ZNp04n8EA3lrW1xoMFy9ND5NA4.png?width=21&height=21framerusercontent.com/images/ZNp04n... https://framerusercontent.com/images/ZNp04n8EA3lrW1xoMFy9ND5NA4.png?width=21&height=21 — 200 — 1.5 KiB — 48 ms — h3https://framerusercontent.com/images/UBZ9X5BHbNP7sRuU7qGfH2i38C8.png?scale-down-to=2048&width=2268&height=1004framerusercontent.com/images/UBZ9X5... https://framerusercontent.com/images/UBZ9X5BHbNP7sRuU7qGfH2i38C8.png?scale-down-to=2048&width=2268&height=1004 — 200 — 109.1 KiB — 160 ms — h3https://framerusercontent.com/images/FTmA5L2PDssA4gAib6edPamSM.webp?scale-down-to=1024&width=1136&height=640framerusercontent.com/images/FTmA5L... https://framerusercontent.com/images/FTmA5L2PDssA4gAib6edPamSM.webp?scale-down-to=1024&width=1136&height=640 — 200 — 52.9 KiB — 148 ms — h3https://framerusercontent.com/images/IjqkLm8kQI0hndzdKn8CeihDXeI.webp?width=822&height=482framerusercontent.com/images/IjqkLm... https://framerusercontent.com/images/IjqkLm8kQI0hndzdKn8CeihDXeI.webp?width=822&height=482 — 200 — 60.9 KiB — 127 ms — h3https://framerusercontent.com/images/HmpE6Km5bTKD3P8l97zakePE18.webp?width=342&height=388framerusercontent.com/images/HmpE6K... https://framerusercontent.com/images/HmpE6Km5bTKD3P8l97zakePE18.webp?width=342&height=388 — 200 — 14.2 KiB — 79 ms — h3https://framerusercontent.com/images/RjAfUwpqiQSsJQXEzQ6mjNkgWI.svg?width=157&height=28framerusercontent.com/images/RjAfUw... https://framerusercontent.com/images/RjAfUwpqiQSsJQXEzQ6mjNkgWI.svg?width=157&height=28 — 200 — 3.1 KiB — 108 ms — h3https://framerusercontent.com/images/gd47fjYRsle6x5vMSlk1Zpt4E5U.webp?width=740&height=640framerusercontent.com/images/gd47fj... https://framerusercontent.com/images/gd47fjYRsle6x5vMSlk1Zpt4E5U.webp?width=740&height=640 — 200 — 53.9 KiB — 143 ms — h3https://framerusercontent.com/images/FuhgPNd6WFsDhXOLrtSsHvQO8Xo.webp?width=740&height=640framerusercontent.com/images/FuhgPN... https://framerusercontent.com/images/FuhgPNd6WFsDhXOLrtSsHvQO8Xo.webp?width=740&height=640 — 200 — 30.7 KiB — 139 ms — h3https://framerusercontent.com/images/gLvlcVUzMD0JEYhy6ThntbOnY.webp?width=740&height=640framerusercontent.com/images/gLvlcV... https://framerusercontent.com/images/gLvlcVUzMD0JEYhy6ThntbOnY.webp?width=740&height=640 — 200 — 41.2 KiB — 144 ms — h3https://framerusercontent.com/images/m9fY2JLAxOV8ITedveLoApmYnM.jpeg?width=512&height=512framerusercontent.com/images/m9fY2J... https://framerusercontent.com/images/m9fY2JLAxOV8ITedveLoApmYnM.jpeg?width=512&height=512 — 200 — 29.3 KiB — 133 ms — h3https://framerusercontent.com/images/1pgabjqCtec8Cp4Gq3apbeyVR4.svg?width=84&height=38framerusercontent.com/images/1pgabj... https://framerusercontent.com/images/1pgabjqCtec8Cp4Gq3apbeyVR4.svg?width=84&height=38 — 200 — 6.4 KiB — 116 ms — h3https://framerusercontent.com/images/A3cbbz7jDlxYZhKHliRciwBZbc.jpg?width=200&height=200framerusercontent.com/images/A3cbbz... https://framerusercontent.com/images/A3cbbz7jDlxYZhKHliRciwBZbc.jpg?width=200&height=200 — 200 — 5.7 KiB — 123 ms — h3https://framerusercontent.com/images/unVVjlFEsRXZEScBacb4Nfln7o.svg?width=230&height=55framerusercontent.com/images/unVVjl... https://framerusercontent.com/images/unVVjlFEsRXZEScBacb4Nfln7o.svg?width=230&height=55 — 200 — 4.3 KiB — 115 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjs — 200 — 44.2 KiB — 139 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/rolldown-runtime.D1zBBFqE.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/rolldown-runtime.D1zBBFqE.mjs — 200 — 1.1 KiB — 76 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjs — 200 — 48.9 KiB — 151 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjs — 200 — 123.2 KiB — 159 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 5.6 s LCP 11.1 shttps://gitbook.com// https://gitbook.com/ — 302 — 171 B — 36 ms — h3https://www.gitbook.com/www.gitbook.com/ https://www.gitbook.com/ — 200 — 104.0 KiB — 81 ms — h3https://cdn.amplitude.com/libs/analytics-browser-2.12.0-min.js.gzcdn.amplitude.com/libs/analytics-br... https://cdn.amplitude.com/libs/analytics-browser-2.12.0-min.js.gz — 200 — 36.6 KiB — 32 ms — h2https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.7.0-min.js.gzcdn.amplitude.com/libs/plugin-sessi... https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.7.0-min.js.gz — 200 — 41.0 KiB — 31 ms — h2https://framerusercontent.com/images/LPDr3ZwnzlrACaMrIcJGPudPbQo.webp?width=489&height=275framerusercontent.com/images/LPDr3Z... https://framerusercontent.com/images/LPDr3ZwnzlrACaMrIcJGPudPbQo.webp?width=489&height=275 — 200 — 5.0 KiB — 30 ms — h3https://framerusercontent.com/images/mwR4YneN2LvvIKToapmFxvC6Lw.webp?width=489&height=275framerusercontent.com/images/mwR4Yn... https://framerusercontent.com/images/mwR4YneN2LvvIKToapmFxvC6Lw.webp?width=489&height=275 — 200 — 4.8 KiB — 29 ms — h3https://framerusercontent.com/images/rO8wr2javIDjZEIbyMMptB6rSH8.png?scale-down-to=1024&width=1140&height=594framerusercontent.com/images/rO8wr2... https://framerusercontent.com/images/rO8wr2javIDjZEIbyMMptB6rSH8.png?scale-down-to=1024&width=1140&height=594 — 200 — 23.2 KiB — 12 ms — h3https://gitbook.com/docs/~gitbook/embed/script.js/docs/~gitbook/embed/script.js https://gitbook.com/docs/~gitbook/embed/script.js — 200 — 1.4 KiB — 31 ms — h3https://app.distro.so/inbound.jsapp.distro.so/inbound.js https://app.distro.so/inbound.js — 200 — 5.2 KiB — 641 ms — h2https://js.hs-scripts.com/8443689.jsjs.hs-scripts.com/8443689.js https://js.hs-scripts.com/8443689.js — 200 — 987 B — 174 ms — h2https://www.googletagmanager.com/gtag/js?id=G-XDQWKTB16Gwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-XDQWKTB16G — 200 — 173.3 KiB — 199 ms — h2https://events.framer.com/script?v=2events.framer.com/script?v=2 https://events.framer.com/script?v=2 — 200 — 8.0 KiB — 197 ms — h2https://framerusercontent.com/images/BDDuKyI06jlIpLe0RtQqJYqslrI.png?width=63&height=21framerusercontent.com/images/BDDuKy... https://framerusercontent.com/images/BDDuKyI06jlIpLe0RtQqJYqslrI.png?width=63&height=21 — 200 — 1.7 KiB — 83 ms — h3https://framerusercontent.com/images/ZNp04n8EA3lrW1xoMFy9ND5NA4.png?width=21&height=21framerusercontent.com/images/ZNp04n... https://framerusercontent.com/images/ZNp04n8EA3lrW1xoMFy9ND5NA4.png?width=21&height=21 — 200 — 1.5 KiB — 48 ms — h3https://framerusercontent.com/images/UBZ9X5BHbNP7sRuU7qGfH2i38C8.png?scale-down-to=2048&width=2268&height=1004framerusercontent.com/images/UBZ9X5... https://framerusercontent.com/images/UBZ9X5BHbNP7sRuU7qGfH2i38C8.png?scale-down-to=2048&width=2268&height=1004 — 200 — 109.1 KiB — 160 ms — h3https://framerusercontent.com/images/FTmA5L2PDssA4gAib6edPamSM.webp?scale-down-to=1024&width=1136&height=640framerusercontent.com/images/FTmA5L... https://framerusercontent.com/images/FTmA5L2PDssA4gAib6edPamSM.webp?scale-down-to=1024&width=1136&height=640 — 200 — 52.9 KiB — 148 ms — h3https://framerusercontent.com/images/IjqkLm8kQI0hndzdKn8CeihDXeI.webp?width=822&height=482framerusercontent.com/images/IjqkLm... https://framerusercontent.com/images/IjqkLm8kQI0hndzdKn8CeihDXeI.webp?width=822&height=482 — 200 — 60.9 KiB — 127 ms — h3https://framerusercontent.com/images/HmpE6Km5bTKD3P8l97zakePE18.webp?width=342&height=388framerusercontent.com/images/HmpE6K... https://framerusercontent.com/images/HmpE6Km5bTKD3P8l97zakePE18.webp?width=342&height=388 — 200 — 14.2 KiB — 79 ms — h3https://framerusercontent.com/images/RjAfUwpqiQSsJQXEzQ6mjNkgWI.svg?width=157&height=28framerusercontent.com/images/RjAfUw... https://framerusercontent.com/images/RjAfUwpqiQSsJQXEzQ6mjNkgWI.svg?width=157&height=28 — 200 — 3.1 KiB — 108 ms — h3https://framerusercontent.com/images/gd47fjYRsle6x5vMSlk1Zpt4E5U.webp?width=740&height=640framerusercontent.com/images/gd47fj... https://framerusercontent.com/images/gd47fjYRsle6x5vMSlk1Zpt4E5U.webp?width=740&height=640 — 200 — 53.9 KiB — 143 ms — h3https://framerusercontent.com/images/FuhgPNd6WFsDhXOLrtSsHvQO8Xo.webp?width=740&height=640framerusercontent.com/images/FuhgPN... https://framerusercontent.com/images/FuhgPNd6WFsDhXOLrtSsHvQO8Xo.webp?width=740&height=640 — 200 — 30.7 KiB — 139 ms — h3https://framerusercontent.com/images/gLvlcVUzMD0JEYhy6ThntbOnY.webp?width=740&height=640framerusercontent.com/images/gLvlcV... https://framerusercontent.com/images/gLvlcVUzMD0JEYhy6ThntbOnY.webp?width=740&height=640 — 200 — 41.2 KiB — 144 ms — h3https://framerusercontent.com/images/m9fY2JLAxOV8ITedveLoApmYnM.jpeg?width=512&height=512framerusercontent.com/images/m9fY2J... https://framerusercontent.com/images/m9fY2JLAxOV8ITedveLoApmYnM.jpeg?width=512&height=512 — 200 — 29.3 KiB — 133 ms — h3https://framerusercontent.com/images/1pgabjqCtec8Cp4Gq3apbeyVR4.svg?width=84&height=38framerusercontent.com/images/1pgabj... https://framerusercontent.com/images/1pgabjqCtec8Cp4Gq3apbeyVR4.svg?width=84&height=38 — 200 — 6.4 KiB — 116 ms — h3https://framerusercontent.com/images/A3cbbz7jDlxYZhKHliRciwBZbc.jpg?width=200&height=200framerusercontent.com/images/A3cbbz... https://framerusercontent.com/images/A3cbbz7jDlxYZhKHliRciwBZbc.jpg?width=200&height=200 — 200 — 5.7 KiB — 123 ms — h3https://framerusercontent.com/images/unVVjlFEsRXZEScBacb4Nfln7o.svg?width=230&height=55framerusercontent.com/images/unVVjl... https://framerusercontent.com/images/unVVjlFEsRXZEScBacb4Nfln7o.svg?width=230&height=55 — 200 — 4.3 KiB — 115 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjs — 200 — 44.2 KiB — 139 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/rolldown-runtime.D1zBBFqE.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/rolldown-runtime.D1zBBFqE.mjs — 200 — 1.1 KiB — 76 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjs — 200 — 48.9 KiB — 151 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjs — 200 — 123.2 KiB — 159 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/shared.BUn7ueg9.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/shared.BUn7ueg9.mjs — 200 — 105.8 KiB — 165 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/shared-lib.AZo5t1LC.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/shared-lib.AZo5t1LC.mjs — 200 — 6.6 KiB — 128 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/oxSiREcSU.DiLKjjLN.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/oxSiREcSU.DiLKjjLN.mjs — 200 — 24.5 KiB — 136 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Czd2myp19.DoA8Q1-o.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Czd2myp19.DoA8Q1-o.mjs — 200 — 1.4 KiB — 74 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/1xZfb4Bl3o26XYg3P4edC7nhUem6-BZcG__hh8vguMk.R-BskaND.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/1xZfb4Bl3o26XYg3P4edC7nhUem6-BZcG__hh8vguMk.R-BskaND.mjs — 200 — 15.7 KiB — 148 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/npl4dhhzO.AoZ_q9Af.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/npl4dhhzO.AoZ_q9Af.mjs — 200 — 6.7 KiB — 139 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/VnJeFPgAp.CPU9xmnI.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/VnJeFPgAp.CPU9xmnI.mjs — 200 — 5.0 KiB — 139 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/He8xOpPls.k_uKeT7r.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/He8xOpPls.k_uKeT7r.mjs — 200 — 4.5 KiB — 145 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/ZLO6D5RZD.BGQ3aYIb.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/ZLO6D5RZD.BGQ3aYIb.mjs — 200 — 7.4 KiB — 148 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/CUuMFbSxf.DbD-Px2g.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/CUuMFbSxf.DbD-Px2g.mjs — 200 — 69.8 KiB — 165 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/arID8FpTr.BBBUAsJU.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/arID8FpTr.BBBUAsJU.mjs — 200 — 7.9 KiB — 155 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/GqvfUITrV.d7rnfnbk.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/GqvfUITrV.d7rnfnbk.mjs — 200 — 5.6 KiB — 154 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Sdcla1G2k.PaxAepZd.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Sdcla1G2k.PaxAepZd.mjs — 200 — 4.5 KiB — 160 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/G9z51JAdl.BKkBxHLQ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/G9z51JAdl.BKkBxHLQ.mjs — 200 — 1.2 KiB — 104 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/script_main.3WxQbXMV.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/script_main.3WxQbXMV.mjs — 200 — 15.6 KiB — 164 ms — h3data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datahttps://framerusercontent.com/images/kuENjTvyOYR0cmyJvmtxeH9R6t8.webp?scale-down-to=1024&width=1314&height=960framerusercontent.com/images/kuENjT... https://framerusercontent.com/images/kuENjTvyOYR0cmyJvmtxeH9R6t8.webp?scale-down-to=1024&width=1314&height=960 — 200 — 64.7 KiB — 31 ms — h3https://framerusercontent.com/images/4PZMoK9ltCf33zisHWaWgTrOzOs.webp?scale-down-to=1024&width=1316&height=960framerusercontent.com/images/4PZMoK... https://framerusercontent.com/images/4PZMoK9ltCf33zisHWaWgTrOzOs.webp?scale-down-to=1024&width=1316&height=960 — 200 — 55.5 KiB — 18 ms — h3https://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2framerusercontent.com/assets/e1k37x... https://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2 — 200 — 37.8 KiB — 11 ms — h3https://fonts.gstatic.com/s/geistmono/v4/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2fonts.gstatic.com/s/geistmono/v4/or... https://fonts.gstatic.com/s/geistmono/v4/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2 — 200 — 30.7 KiB — 10 ms — h3data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w…www.w… data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w…www.w… data:image/svg+xml,<svg display="block" role="presentation" viewBox="0 0 24 24" xmlns="http://www.w… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199…www.w3.org/2000/svg%22 xmlns:xlink=... data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/199… — 200 — 0 B — 0 ms — datahttps://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2framerusercontent.com/assets/GrgcKw... https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2 — 200 — 27.3 KiB — 12 ms — h3https://framer.com/edit/init.mjsframer.com/edit/init.mjs https://framer.com/edit/init.mjs — 200 — 3.6 KiB — 25 ms — h2https://app.framerstatic.com/chunk-ZJASEJTT.mjsapp.framerstatic.com/chunk-ZJASEJTT... https://app.framerstatic.com/chunk-ZJASEJTT.mjs — 200 — 3.1 KiB — 26 ms — h2https://app.gitbook.com/__session/2/?proposed=3d21f1af-485b-401a-90a7-d60364f41bd1app.gitbook.com/__session/2/?propos... https://app.gitbook.com/__session/2/?proposed=3d21f1af-485b-401a-90a7-d60364f41bd1 — 200 — 320 B — 26 ms — h3https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 32 ms — h2https://js.hs-analytics.net/analytics/1776813600000/8443689.jsjs.hs-analytics.net/analytics/17768... https://js.hs-analytics.net/analytics/1776813600000/8443689.js — 200 — 42.4 KiB — 39 ms — h2https://js.hs-banner.com/v2/8443689/banner.jsjs.hs-banner.com/v2/8443689/banner.... https://js.hs-banner.com/v2/8443689/banner.js — 200 — 20.9 KiB — 41 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-XDQWKTB16G&gtm=45je64k0h2v9180286841za200zd9180286841&_p=1776813835173&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=629038352.1776813837&frm=0&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117512543~118128922&sid=1776813836&sct=1&seg=0&dl=https%3A%2F%2Fwww.gitbook.com%2F&dt=Turn%20documentation%20into%20your%20product%E2%80%99s%20knowledge%20system%20%7C%20GitBook&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1694www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-XDQWKTB16G&gtm=45je64k0h2v9180286841za200zd9180286841&_p=1776813835173&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=629038352.1776813837&frm=0&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117512543~118128922&sid=1776813836&sct=1&seg=0&dl=https%3A%2F%2Fwww.gitbook.com%2F&dt=Turn%20documentation%20into%20your%20product%E2%80%99s%20knowledge%20system%20%7C%20GitBook&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1694 — 204 — 549 B — 76 ms — h2https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/MVhnJ_oYeXwYorhYWXNNr4_RlM8ZQnNHWtOWaUf6c-s.CWmTbJFX.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/MVhnJ_oYeXwYorhYWXNNr4_RlM8ZQnNHWtOWaUf6c-s.CWmTbJFX.mjs — 200 — 32.0 KiB — 14 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/CRhxlzgu3.B1t5e9x2.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/CRhxlzgu3.B1t5e9x2.mjs — 200 — 9.6 KiB — 28 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/WMhzr4ad4.5Aqt9nkZ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/WMhzr4ad4.5Aqt9nkZ.mjs — 200 — 8.8 KiB — 27 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Input.BJfbq_7g.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Input.BJfbq_7g.mjs — 200 — 4.2 KiB — 18 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/SadI2k2a0.D1C5zPve.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/SadI2k2a0.D1C5zPve.mjs — 200 — 1.8 KiB — 27 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Of3bNXSiZ.Be7K4WeF.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Of3bNXSiZ.Be7K4WeF.mjs — 200 — 1.5 KiB — 29 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=8753018&time=1776813836897&url=https%3A%2F%2Fwww.gitbook.com%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=8753018&time=1776813836897&url=https%3A%2F%2Fwww.gitbook.com%2F — 200 — 789 B — 111 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8753018&time=1776813836897&li_adsId=376c9d97-51de-4c9e-a42f-9a0a2f346cb1&url=https%3A%2F%2Fwww.gitbook.com%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8753018&time=1776813836897&li_adsId=376c9d97-51de-4c9e-a42f-9a0a2f346cb1&url=https%3A%2F%2Fwww.gitbook.com%2F — 302 — 759 B — 114 ms — h2https://app.gitbook.com/__amp/2/app.gitbook.com/__amp/2/ https://app.gitbook.com/__amp/2/ — 200 — 0 B — 68 ms — h3https://framerusercontent.com/cms/gTqy1T3E6VVyTil4x3X3/dXnvPwZK0UvfB8BOQPZn/CRhxlzgu3-indexes-default-0.framercms?range=13538-19734framerusercontent.com/cms/gTqy1T3E6... https://framerusercontent.com/cms/gTqy1T3E6VVyTil4x3X3/dXnvPwZK0UvfB8BOQPZn/CRhxlzgu3-indexes-default-0.framercms?range=13538-19734 — 200 — 3.6 KiB — 12 ms — h3https://framerusercontent.com/cms/gTqy1T3E6VVyTil4x3X3/dXnvPwZK0UvfB8BOQPZn/CRhxlzgu3-indexes-default-0.framercms?range=0-2448framerusercontent.com/cms/gTqy1T3E6... https://framerusercontent.com/cms/gTqy1T3E6VVyTil4x3X3/dXnvPwZK0UvfB8BOQPZn/CRhxlzgu3-indexes-default-0.framercms?range=0-2448 — 200 — 2.0 KiB — 12 ms — h3https://app.gitbook.com/__amp/2/app.gitbook.com/__amp/2/ https://app.gitbook.com/__amp/2/ — 200 — 235 B — 77 ms — h3https://framerusercontent.com/cms/gTqy1T3E6VVyTil4x3X3/dXnvPwZK0UvfB8BOQPZn/CRhxlzgu3-chunk-default-0.framercms?range=4-1211794framerusercontent.com/cms/gTqy1T3E6... https://framerusercontent.com/cms/gTqy1T3E6VVyTil4x3X3/dXnvPwZK0UvfB8BOQPZn/CRhxlzgu3-chunk-default-0.framercms?range=4-1211794 — 200 — 253.5 KiB — 35 ms — h3https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8753018&time=1776813836897&li_adsId=376c9d97-51de-4c9e-a42f-9a0a2f346cb1&url=https%3A%2F%2Fwww.gitbook.com%2F&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8753018&time=1776813836897&li_adsId=376c9d97-51de-4c9e-a42f-9a0a2f346cb1&url=https%3A%2F%2Fwww.gitbook.com%2F&cookiesTest=true — 200 — 645 B — 95 ms — h2https://framerusercontent.com/cms/XqXc7ed5xoWvYdRhtXQG/AYfcyLHbBc0O98JioWIz/WMhzr4ad4-indexes-default-0.framercms?range=2496-3410framerusercontent.com/cms/XqXc7ed5x... https://framerusercontent.com/cms/XqXc7ed5xoWvYdRhtXQG/AYfcyLHbBc0O98JioWIz/WMhzr4ad4-indexes-default-0.framercms?range=2496-3410 — 200 — 1.4 KiB — 12 ms — h3https://framerusercontent.com/cms/gTqy1T3E6VVyTil4x3X3/dXnvPwZK0UvfB8BOQPZn/CRhxlzgu3-indexes-default-0.framercms?range=1215514-1216757framerusercontent.com/cms/gTqy1T3E6... https://framerusercontent.com/cms/gTqy1T3E6VVyTil4x3X3/dXnvPwZK0UvfB8BOQPZn/CRhxlzgu3-indexes-default-0.framercms?range=1215514-1216757 — 200 — 1.1 KiB — 17 ms — h3https://framerusercontent.com/cms/gTqy1T3E6VVyTil4x3X3/dXnvPwZK0UvfB8BOQPZn/CRhxlzgu3-indexes-default-0.framercms?range=89491-97508framerusercontent.com/cms/gTqy1T3E6... https://framerusercontent.com/cms/gTqy1T3E6VVyTil4x3X3/dXnvPwZK0UvfB8BOQPZn/CRhxlzgu3-indexes-default-0.framercms?range=89491-97508 — 200 — 4.0 KiB — 11 ms — h3https://framerusercontent.com/cms/XqXc7ed5xoWvYdRhtXQG/AYfcyLHbBc0O98JioWIz/WMhzr4ad4-chunk-default-0.framercms?range=1584-1983framerusercontent.com/cms/XqXc7ed5x... https://framerusercontent.com/cms/XqXc7ed5xoWvYdRhtXQG/AYfcyLHbBc0O98JioWIz/WMhzr4ad4-chunk-default-0.framercms?range=1584-1983 — 200 — 962 B — 11 ms — h3https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 43 B — 77 ms — h3https://framerusercontent.com/cms/XqXc7ed5xoWvYdRhtXQG/AYfcyLHbBc0O98JioWIz/WMhzr4ad4-indexes-default-0.framercms?range=1581-2495framerusercontent.com/cms/XqXc7ed5x... https://framerusercontent.com/cms/XqXc7ed5xoWvYdRhtXQG/AYfcyLHbBc0O98JioWIz/WMhzr4ad4-indexes-default-0.framercms?range=1581-2495 — 200 — 1.4 KiB — 11 ms — h3https://framerusercontent.com/cms/XqXc7ed5xoWvYdRhtXQG/AYfcyLHbBc0O98JioWIz/WMhzr4ad4-chunk-default-0.framercms?range=4-809%2C1194-1583framerusercontent.com/cms/XqXc7ed5x... https://framerusercontent.com/cms/XqXc7ed5xoWvYdRhtXQG/AYfcyLHbBc0O98JioWIz/WMhzr4ad4-chunk-default-0.framercms?range=4-809%2C1194-1583 — 200 — 1.1 KiB — 13 ms — h3https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2framerusercontent.com/third-party-a... https://framerusercontent.com/third-party-assets/fontshare/wf/MFQT7HFGCR2L5ULQTW6YXYZXXHMPKLJ3/YWQ244D6TACUX5JBKATPOW5I5MGJ3G73/7YY3ZAAE3TRV2LANYOLXNHTPHLXVWTKH.woff2 — 200 — 23.1 KiB — 15 ms — h3https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2framerusercontent.com/third-party-a... https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2 — 200 — 23.0 KiB — 15 ms — h3https://static-2v.gitbook.com/~gitbook/static/embed/index.css?v=0.0.0static-2v.gitbook.com/~gitbook/stat... https://static-2v.gitbook.com/~gitbook/static/embed/index.css?v=0.0.0 — 200 — 1.7 KiB — 24 ms — h3https://static-2v.gitbook.com/~gitbook/static/embed/index.js?v=0.0.0static-2v.gitbook.com/~gitbook/stat... https://static-2v.gitbook.com/~gitbook/static/embed/index.js?v=0.0.0 — 200 — 6.3 KiB — 26 ms — h3https://widget.intercom.io/widget/artlvye9widget.intercom.io/widget/artlvye9 https://widget.intercom.io/widget/artlvye9 — 200 — 3.6 KiB — 34 ms — h2https://track.hubspot.com/__ptq.gif?k=1&sd=412x823&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=8443689&rcu=https%3A%2F%2Fwww.gitbook.com%2F&pu=https%3A%2F%2Fwww.gitbook.com%2F&t=Turn+documentation+into+your+product%E2%80%99s+knowledge+system+%7C+GitBook&cts=1776813837639&vi=3bdbc4cae81fa1c7394038f2c8b14250&nc=true&u=230819904.3bdbc4cae81fa1c7394038f2c8b14250.1776813837623.1776813837623.1776813837623.1&b=230819904.1.1776813837623&cc=15track.hubspot.com/__ptq.gif?k=1&sd=... https://track.hubspot.com/__ptq.gif?k=1&sd=412x823&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=8443689&rcu=https%3A%2F%2Fwww.gitbook.com%2F&pu=https%3A%2F%2Fwww.gitbook.com%2F&t=Turn+documentation+into+your+product%E2%80%99s+knowledge+system+%7C+GitBook&cts=1776813837639&vi=3bdbc4cae81fa1c7394038f2c8b14250&nc=true&u=230819904.3bdbc4cae81fa1c7394038f2c8b14250.1776813837623.1776813837623.1776813837623.1&b=230819904.1.1776813837623&cc=15 — 200 — 1.0 KiB — 123 ms — h2https://gitbook.com/docs/~gitbook/embed/docs/~gitbook/embed https://gitbook.com/docs/~gitbook/embed — 307 — 781 B — 83 ms — h3https://static-2v.gitbook.com/~gitbook/static/icons/svgs/custom-icons/gitbook-assistant.svg?v=2static-2v.gitbook.com/~gitbook/stat... https://static-2v.gitbook.com/~gitbook/static/icons/svgs/custom-icons/gitbook-assistant.svg?v=2 — 200 — 1.5 KiB — 27 ms — h3https://framerusercontent.com/images/93a6peqhbHQaWP67zttmrKDazq4.pngframerusercontent.com/images/93a6pe... https://framerusercontent.com/images/93a6peqhbHQaWP67zttmrKDazq4.png — 200 — 3.3 KiB — 11 ms — h3https://gitbook.com/docs/~gitbook/embed/assistant/docs/~gitbook/embed/assistant https://gitbook.com/docs/~gitbook/embed/assistant — 200 — 18.5 KiB — 78 ms — h3https://fonts.gitbook.com/font/custom/d8f63b60-89ae-11e7-8574-5927d48c4877/9205211/inter-regular.woff2fonts.gitbook.com/font/custom/d8f63... https://fonts.gitbook.com/font/custom/d8f63b60-89ae-11e7-8574-5927d48c4877/9205211/inter-regular.woff2 — 200 — 108.9 KiB — 311 ms — h3https://fonts.gitbook.com/font/custom/d8f63b60-89ae-11e7-8574-5927d48c4877/1992327/generalsans-medium.woff2fonts.gitbook.com/font/custom/d8f63... https://fonts.gitbook.com/font/custom/d8f63b60-89ae-11e7-8574-5927d48c4877/1992327/generalsans-medium.woff2 — 200 — 22.6 KiB — 319 ms — h3https://static-2v.gitbook.com/_next/static/css/ba3bf422482d9bb5.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/css/ba3bf422482d9bb5.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 6.1 KiB — 18 ms — h3https://static-2v.gitbook.com/_next/static/css/81584a1d2bb776f0.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/css/81584a1d2bb776f0.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 4.4 KiB — 23 ms — h3https://static-2v.gitbook.com/_next/static/css/6465e609f59a5e0b.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/css/6465e609f59a5e0b.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 1.6 KiB — 31 ms — h3https://static-2v.gitbook.com/_next/static/css/66171f2abb76e4d8.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/css/66171f2abb76e4d8.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 1.9 KiB — 25 ms — h3https://static-2v.gitbook.com/_next/static/css/c36dde9599bfc781.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/css/c36dde9599bfc781.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 5.8 KiB — 28 ms — h3https://static-2v.gitbook.com/_next/static/css/8c2f3a9a0618462e.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/css/8c2f3a9a0618462e.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 44.3 KiB — 40 ms — h3https://static-2v.gitbook.com/_next/static/css/7d6b355d2f777a0e.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/css/7d6b355d2f777a0e.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 28.6 KiB — 41 ms — h3https://static-2v.gitbook.com/_next/static/css/e3d65466d47b91eb.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/css/e3d65466d47b91eb.css?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 635 B — 38 ms — h3https://static-2v.gitbook.com/_next/static/chunks/webpack-3a6621a18e1cec90.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/webpack-3a6621a18e1cec90.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 15.0 KiB — 38 ms — h3https://static-2v.gitbook.com/_next/static/chunks/87c73c54-e11922cda838f8cc.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/87c73c54-e11922cda838f8cc.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 63.0 KiB — 76 ms — h3https://static-2v.gitbook.com/_next/static/chunks/61968-2e34c3c58130f584.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/61968-2e34c3c58130f584.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 60.4 KiB — 76 ms — h3https://static-2v.gitbook.com/_next/static/chunks/main-app-9aaf5fde163636ee.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/main-app-9aaf5fde163636ee.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 624 B — 57 ms — h3https://static-2v.gitbook.com/_next/static/chunks/app/global-error-cb548642fb61c4b8.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/app/global-error-cb548642fb61c4b8.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 3.3 KiB — 57 ms — h3https://static-2v.gitbook.com/_next/static/chunks/f5718501-0e702f4cfeba4259.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/f5718501-0e702f4cfeba4259.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 11.1 KiB — 77 ms — h3https://static-2v.gitbook.com/_next/static/chunks/9071f66d-982394c776a76fdc.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/9071f66d-982394c776a76fdc.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 36.2 KiB — 82 ms — h3https://static-2v.gitbook.com/_next/static/chunks/16020-ea4e3cf31ab8c891.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/16020-ea4e3cf31ab8c891.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 14.1 KiB — 75 ms — h3https://static-2v.gitbook.com/_next/static/chunks/50465-2d0ad1c4b0465094.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/50465-2d0ad1c4b0465094.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 3.1 KiB — 75 ms — h3https://static-2v.gitbook.com/_next/static/chunks/84404-3ebb6e82462ea936.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/84404-3ebb6e82462ea936.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 131.8 KiB — 191 ms — h3https://static-2v.gitbook.com/_next/static/chunks/30121-2825436ce810172d.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/30121-2825436ce810172d.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 102.9 KiB — 202 ms — h3https://static-2v.gitbook.com/_next/static/chunks/64362-59eee8d60975ce87.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/64362-59eee8d60975ce87.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 3.7 KiB — 93 ms — h3https://static-2v.gitbook.com/_next/static/chunks/52295-095bbddb2d681724.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/52295-095bbddb2d681724.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 62.6 KiB — 149 ms — h3https://static-2v.gitbook.com/_next/static/chunks/98186-ccf87e884aa47a48.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/98186-ccf87e884aa47a48.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 3.3 KiB — 115 ms — h3https://static-2v.gitbook.com/_next/static/chunks/7574-3b8e1c45dd8d79fd.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/7574-3b8e1c45dd8d79fd.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 5.7 KiB — 115 ms — h3https://static-2v.gitbook.com/_next/static/chunks/25995-01ef182cb2cd5641.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/25995-01ef182cb2cd5641.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 58.8 KiB — 193 ms — h3https://static-2v.gitbook.com/_next/static/chunks/83926-1e86fc7929cd8976.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/83926-1e86fc7929cd8976.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 21.0 KiB — 157 ms — h3https://static-2v.gitbook.com/_next/static/chunks/92152-c02acb2c1823dc5a.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/92152-c02acb2c1823dc5a.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 16.6 KiB — 163 ms — h3https://static-2v.gitbook.com/_next/static/chunks/55025-98797a122e1f3614.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/55025-98797a122e1f3614.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 8.4 KiB — 178 ms — h3https://static-2v.gitbook.com/_next/static/chunks/91760-7b49603dfbdc014d.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/91760-7b49603dfbdc014d.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 15.3 KiB — 178 ms — h3https://static-2v.gitbook.com/_next/static/chunks/56170-e897b3c71442e523.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/56170-e897b3c71442e523.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 3.4 KiB — 179 ms — h3https://static-2v.gitbook.com/_next/static/chunks/app/sites/static/%5Bmode%5D/%5BsiteURL%5D/%5BsiteData%5D/~gitbook/embed/assistant/page-b8b6a6729961e16d.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7bstatic-2v.gitbook.com/_next/static/... https://static-2v.gitbook.com/_next/static/chunks/app/sites/static/%5Bmode%5D/%5BsiteURL%5D/%5BsiteData%5D/~gitbook/embed/assistant/page-b8b6a6729961e16d.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b — 200 — 1.2 KiB — 178 ms — h3https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/search.svg?v=2&token=a463935e93ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/search.svg?v=2&token=a463935e93 — 200 — 432 B — 129 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/book-open.svg?v=2&token=a463935e93ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/book-open.svg?v=2&token=a463935e93 — 200 — 762 B — 124 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/chevron-up.svg?v=2&token=a463935e93ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/chevron-up.svg?v=2&token=a463935e93 — 200 — 393 B — 126 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/chevron-down.svg?v=2&token=a463935e93ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/chevron-down.svg?v=2&token=a463935e93 — 200 — 367 B — 130 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/question-circle.svg?v=2&token=a463935e93ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/question-circle.svg?v=2&token=a463935e93 — 200 — 500 B — 132 ms — h2https://static-2v.gitbook.com/~gitbook/static/icons/svgs/custom-icons/gitbook.svg?v=2static-2v.gitbook.com/~gitbook/stat... https://static-2v.gitbook.com/~gitbook/static/icons/svgs/custom-icons/gitbook.svg?v=2 — 200 — 1005 B — 168 ms — h3https://app.gitbook.com/__session/2/?proposed=aba1376a-a42a-44ee-a38b-74512e4a9353Rapp.gitbook.com/__session/2/?propos... https://app.gitbook.com/__session/2/?proposed=aba1376a-a42a-44ee-a38b-74512e4a9353R — 200 — 317 B — 17 ms — h3https://js.intercomcdn.com/frame-modern.db2b74ec.jsjs.intercomcdn.com/frame-modern.db2... https://js.intercomcdn.com/frame-modern.db2b74ec.js — 200 — 193.3 KiB — 68 ms — h2https://js.intercomcdn.com/vendor-modern.80eace52.jsjs.intercomcdn.com/vendor-modern.80... https://js.intercomcdn.com/vendor-modern.80eace52.js — 200 — 143.9 KiB — 57 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/rocket.svg?v=2&token=a463935e93ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/rocket.svg?v=2&token=a463935e93 — 200 — 743 B — 19 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/piggy-bank.svg?v=2&token=a463935e93ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/piggy-bank.svg?v=2&token=a463935e93 — 200 — 924 B — 22 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/zap.svg?v=2&token=a463935e93ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/zap.svg?v=2&token=a463935e93 — 200 — 541 B — 34 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/dollar-circle.svg?v=2&token=a463935e93ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/dollar-circle.svg?v=2&token=a463935e93 — 200 — 564 B — 20 ms — h2https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/xmark.svg?v=2&token=a463935e93ka-p.fontawesome.com/releases/v7.2.... https://ka-p.fontawesome.com/releases/v7.2.0/svgs/light/xmark.svg?v=2&token=a463935e93 — 200 — 440 B — 29 ms — h2https://gitbook.com/docs/~gitbook/__evt?o=d8f63b60-89ae-11e7-8574-5927d48c4877&s=site_p4Xo4/docs/~gitbook/__evt?o=d8f63b60-89a... https://gitbook.com/docs/~gitbook/__evt?o=d8f63b60-89ae-11e7-8574-5927d48c4877&s=site_p4Xo4 — 204 — 969 B — 231 ms — h3https://events.framer.com/anonymousevents.framer.com/anonymous https://events.framer.com/anonymous — 200 — 381 B — 167 ms — h2https://api-iam.intercom.io/messenger/web/launcher_settingsapi-iam.intercom.io/messenger/web/l... https://api-iam.intercom.io/messenger/web/launcher_settings — 200 — 1.0 KiB — 280 ms — h2https://api-iam.intercom.io/messenger/web/pingapi-iam.intercom.io/messenger/web/p... https://api-iam.intercom.io/messenger/web/ping — 200 — 3.3 KiB — 391 ms — h2https://framer.com/edit?framerSiteId=a46e0411cf68b37bf1e218d5e0a2bf66b262e7d4f03dd173ccc100f4ef05e139&source=www.gitbook.com&features=%7B%22editorBarDisableFrameAncestorsSecurity%22%3Afalse%2C%22onPageLocalizationSupport%22%3Atrue%2C%22onPageMoveTool%22%3Atrue%7D&loadStart=1776813835782framer.com/edit?framerSiteId=a46e04... https://framer.com/edit?framerSiteId=a46e0411cf68b37bf1e218d5e0a2bf66b262e7d4f03dd173ccc100f4ef05e139&source=www.gitbook.com&features=%7B%22editorBarDisableFrameAncestorsSecurity%22%3Afalse%2C%22onPageLocalizationSupport%22%3Atrue%2C%22onPageMoveTool%22%3Atrue%7D&loadStart=1776813835782 — 200 — 1.8 KiB — 139 ms — h2https://framer.com/bootstrap.bc931d33464483e7f95a9eb51fbcb340c272101b.jsframer.com/bootstrap.bc931d33464483... https://framer.com/bootstrap.bc931d33464483e7f95a9eb51fbcb340c272101b.js — 200 — 1.4 KiB — 77 ms — h2https://app.framerstatic.com/chunk-VYDUMP4T.mjsapp.framerstatic.com/chunk-VYDUMP4T... https://app.framerstatic.com/chunk-VYDUMP4T.mjs — 200 — 1.4 KiB — 36 ms — h2https://app.framerstatic.com/chunk-HMF7T2NG.mjsapp.framerstatic.com/chunk-HMF7T2NG... https://app.framerstatic.com/chunk-HMF7T2NG.mjs — 200 — 1.4 KiB — 26 ms — h2https://app.framerstatic.com/chunk-2F5FSM3K.mjsapp.framerstatic.com/chunk-2F5FSM3K... https://app.framerstatic.com/chunk-2F5FSM3K.mjs — 200 — 878 B — 29 ms — h2https://app.framerstatic.com/chunk-AHQIRSXG.mjsapp.framerstatic.com/chunk-AHQIRSXG... https://app.framerstatic.com/chunk-AHQIRSXG.mjs — 200 — 2.3 KiB — 36 ms — h2https://app.framerstatic.com/editorbar.63DWVURK.mjsapp.framerstatic.com/editorbar.63DW... https://app.framerstatic.com/editorbar.63DWVURK.mjs — 200 — 1.5 KiB — 31 ms — h2https://api-iam.intercom.io/messenger/web/pingapi-iam.intercom.io/messenger/web/p... https://api-iam.intercom.io/messenger/web/ping — 200 — 3.3 KiB — 211 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
98% of JavaScript execution is third-party
First-party Third-party 15670ms · 1260KB · $294/mo
framerusercontent.com
Other
Costly
Execution 4958ms
Transfer 44 KB
Monthly Cost $93/mo
Unattributable
Other
Costly
Execution 2474ms
Transfer 0 KB
Monthly Cost $46/mo
www.gitbook.com
Other
Costly
Execution 2154ms
Transfer 104 KB
Monthly Cost $40/mo
framerusercontent.com
Other
Costly
Execution 1310ms
Transfer 49 KB
Unused 50%
Monthly Cost $25/mo
HubSpot Analytics
Analytics
Costly
Execution 1292ms
Transfer 42 KB
Monthly Cost $24/mo
js.intercomcdn.com
Other
Costly
Execution 942ms
Transfer 193 KB
Unused 65%
Monthly Cost $18/mo
static-2v.gitbook.com
Other
Costly
Execution 811ms
Transfer 60 KB
Unused 44%
Monthly Cost $15/mo
static-2v.gitbook.com
Other
Costly
Execution 514ms
Transfer 59 KB
Unused 36%
Monthly Cost $10/mo
Google Tag Manager
Tag Manager
Costly
Execution 403ms
Transfer 173 KB
Unused 41%
Monthly Cost $8/mo
framerusercontent.com
Other
Optional
Execution 192ms
Transfer 123 KB
Unused 45%
Monthly Cost $4/mo
static-2v.gitbook.com
Other
Optional
Execution 130ms
Transfer 63 KB
Unused 36%
Monthly Cost $2/mo
js.intercomcdn.com
Other
Optional
Execution 94ms
Transfer 144 KB
Unused 60%
Monthly Cost $2/mo
LinkedIn Insight
Advertising
Optional
Execution 91ms
Transfer 19 KB
Monthly Cost $2/mo
events.framer.com
Other
Optional
Execution 85ms
Transfer 8 KB
Monthly Cost $2/mo
static-2v.gitbook.com
Other
Optional
Execution 63ms
Transfer 132 KB
Unused 76%
Monthly Cost $1/mo
Amplitude
Analytics
Optional
Execution 56ms
Transfer 37 KB
Monthly Cost $1/mo
Intercom Widget
Chat
Optional
Execution 53ms
Transfer 4 KB
Monthly Cost $1/mo
static-2v.gitbook.com
Other
Optional
Execution 51ms
Transfer 6 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • framerusercontent.com adds 4958ms and costs ~$93/month
  • Unattributable adds 2474ms and costs ~$46/month
  • www.gitbook.com adds 2154ms and costs ~$40/month
  • framerusercontent.com adds 1310ms and costs ~$25/month
  • HubSpot Analytics adds 1292ms and costs ~$24/month
  • js.intercomcdn.com adds 942ms and costs ~$18/month
  • static-2v.gitbook.com adds 811ms and costs ~$15/month
  • static-2v.gitbook.com adds 514ms and costs ~$10/month
  • Google Tag Manager adds 403ms and costs ~$8/month

98% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

framerusercontent.com takes 4958ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 2474ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.gitbook.com takes 2154ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

framerusercontent.com takes 1310ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

HubSpot Analytics takes 1292ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

js.intercomcdn.com takes 942ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

65% of js.intercomcdn.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

static-2v.gitbook.com takes 811ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

static-2v.gitbook.com takes 514ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 403ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

60% of js.intercomcdn.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

76% of static-2v.gitbook.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback