Skip to content
https://gitbook.io

Performance

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

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

79
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
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.

1.12 s

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

2.07 s

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

175 ms

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.

2.25 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.

5.22 s

Page Load Progression

782 ms
1.6 s
2.3 s
3.1 s
3.9 s
4.7 s
5.5 s
6.3 s
Checks
15
6 PASS 1 REVIEW 6 FIX
F
Page Weight Budget
Action
3.4 MB transferred, 170 requests
FIX
3.4 MB transferred, 170 requests
Warning::
Page weighs 11.3 MB (3.4 MB transferred)
Warning::
JavaScript is 2.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.0 MB
Info::
Fonts are 346 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 346 KB
Warning::
170 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.71 g CO2 per page load
3.4 MB / 2.4 MB budget
3.4 MB transferred
170 requests
0.71 g CO2 per page load
JavaScript 2.0 MiB 59%
Images 554.8 KiB 16%
Fonts 345.5 KiB 10%
Other 283.4 KiB 8%
HTML 124.3 KiB 4%
CSS 95.0 KiB 3%
Other 8.4 KiB 0%
Other 4.9 KiB 0%
Other 378 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
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.4 MiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
5319ms total JS execution
FIX
5319ms total JS execution
Warning::
https://framerusercontent.com/sites/nNji44mQfYtH9V...: 2767ms CPU time
Warning::
Unattributable: 603ms CPU time
Warning::
https://www.gitbook.com/: 555ms CPU time
Warning::
https://framerusercontent.com/sites/nNji44mQfYtH9V...: 469ms CPU time
Warning::
https://js.hs-analytics.net/analytics/177680100000...: 269ms CPU time
Warning::
Third-party scripts: 5319ms (100% of total)

Main Thread Breakdown

Script Evaluation 59% Other 14% Parse HTML & CSS 10% Style & Layout 10%
ScriptTotalScriptingParse/CompileParty
https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjs2767ms2119ms0ms3rd
Unattributable603ms126ms0ms3rd
https://www.gitbook.com/555ms19ms3ms3rd
https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjs469ms172ms0ms3rd
https://js.hs-analytics.net/analytics/1776801000000/8443689.js269ms167ms4ms3rd
https://js.intercomcdn.com/frame-modern.db2b74ec.js195ms169ms21ms3rd
https://static-2v.gitbook.com/_next/static/chunks/61968-2e34c3c58130f584.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b174ms163ms7ms3rd
https://static-2v.gitbook.com/_next/static/chunks/25995-01ef182cb2cd5641.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b146ms138ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=G-XDQWKTB16G88ms71ms16ms3rd
https://gitbook.com/docs/~gitbook/embed/assistant53ms5ms7ms3rd
F
JS Bundles
Action
87 scripts, 779 KB unused
FIX
87 scripts, 779 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...: 71 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 779 KB
779 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 KB71 KB (41%)3rd
https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjs123 KB55 KB (45%)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://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/5GHqI8GA6TSu8yrMqJX33cBXzydgdiQLLsktfShENAY.CcL7e13K.mjs48 KB33 KB (70%)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
170 resources · 3.4 MB · 779 KB savings available
FIX
170 resources · 3.4 MB · 779 KB savings available
Warning::
Page weight 2.4 MB over 1MB target
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~779 KB of savings available
Warning::
169 third-party resources (100% of weight)
Info::
1 resources over 200KB
170 resources · 3.4 MiB · 169 third-party 2.4 MiB over 1MB target
JavaScript 67% · 2.3 MiB
Image 16% · 558.0 KiB
Font 10% · 345.5 KiB
Document 4% · 125.1 KiB
CSS 3% · 95.0 KiB
Other 0% · 12.0 KiB

~779.0 KiB of savings available

Remove unused JavaScript: 779.0 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
37 images, 0 KB saveable
REVIEW
37 images, 0 KB saveable
Info::
All images are well-optimized
37 images 555 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
10 fonts (346 KB)
PASS
10 fonts (346 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

346 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.1 s LCP 2.1 shttps://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2e1k37xkXdS9Q44MSWSRA9di... https://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2 — 37.8 KiB — 33 ms — font-display: swaphttps://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2GrgcKwrN6d3Uz8EwcLHZxwE... https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2 — 27.3 KiB — 35 ms — font-display: swaphttps://fonts.gstatic.com/s/spacemono/v17/i7dPIFZifjKcF5UAWdDRYEF8RQ.woff2i7dPIFZifjKcF5UAWdDRYEF... https://fonts.gstatic.com/s/spacemono/v17/i7dPIFZifjKcF5UAWdDRYEF8RQ.woff2 — 16.2 KiB — 28 ms — font-display: swaphttps://framerusercontent.com/assets/UjlFhCnUjxhNfep4oYBPqnEssyo.woff2UjlFhCnUjxhNfep4oYBPqnE... https://framerusercontent.com/assets/UjlFhCnUjxhNfep4oYBPqnEssyo.woff2 — 27.9 KiB — 39 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 — 26 ms — font-display: swaphttps://framerusercontent.com/assets/yDtI2UI8XcEg1W2je9XPN3Noo.woff2yDtI2UI8XcEg1W2je9XPN3N... https://framerusercontent.com/assets/yDtI2UI8XcEg1W2je9XPN3Noo.woff2 — 28.0 KiB — 34 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 — 306 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 — 306 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 — 10 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 — 10 ms — font-display: swap
e1k37xkXdS9Q44MSWSRA9di... woff2 swap
Size 38 KB
Load time 33 ms
Start 359 ms
Risk FOUT — text flashes from fallback to web font
GrgcKwrN6d3Uz8EwcLHZxwE... woff2 swap
Size 27 KB
Load time 35 ms
Start 365 ms
Risk FOUT — text flashes from fallback to web font
i7dPIFZifjKcF5UAWdDRYEF... woff2 swap
Size 16 KB
Load time 28 ms
Start 366 ms
Risk FOUT — text flashes from fallback to web font
UjlFhCnUjxhNfep4oYBPqnE... woff2 swap
Size 28 KB
Load time 39 ms
Start 366 ms
Risk FOUT — text flashes from fallback to web font
or3nQ6H-1_WfwkMZI_qYFrc... woff2 swap
Size 31 KB
Load time 26 ms
Start 371 ms
Risk FOUT — text flashes from fallback to web font
yDtI2UI8XcEg1W2je9XPN3N... woff2 swap
Size 28 KB
Load time 34 ms
Start 374 ms
Risk FOUT — text flashes from fallback to web font
inter-regular.woff2 woff2 swap
Size 109 KB
Load time 306 ms
Start 2.8 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 306 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
7YY3ZAAE3TRV2LANYOLXNHT... woff2 swap
Size 23 KB
Load time 10 ms
Start 5.5 s
Risk FOUT — text flashes from fallback to web font
SB2OEB6IKZPRR6JT4GFJ2TF... woff2 swap
Size 23 KB
Load time 10 ms
Start 5.5 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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
170 requests over 6132ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.1 s LCP 2.1 shttps://gitbook.io// https://gitbook.io/ — 302 — 171 B — 31 ms — h3https://www.gitbook.com/www.gitbook.com/ https://www.gitbook.com/ — 200 — 104.0 KiB — 41 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 — 31 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 — 19 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 — 19 ms — h3https://framerusercontent.com/images/rO8wr2javIDjZEIbyMMptB6rSH8.png?width=1140&height=594framerusercontent.com/images/rO8wr2... https://framerusercontent.com/images/rO8wr2javIDjZEIbyMMptB6rSH8.png?width=1140&height=594 — 200 — 21.0 KiB — 8 ms — h3https://gitbook.com/docs/~gitbook/embed/script.jsgitbook.com/docs/~gitbook/embed/scr... https://gitbook.com/docs/~gitbook/embed/script.js — 200 — 1.4 KiB — 93 ms — h3https://app.distro.so/inbound.jsapp.distro.so/inbound.js https://app.distro.so/inbound.js — 200 — 5.2 KiB — 810 ms — h2https://js.hs-scripts.com/8443689.jsjs.hs-scripts.com/8443689.js https://js.hs-scripts.com/8443689.js — 200 — 1007 B — 108 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.4 KiB — 340 ms — h2https://events.framer.com/script?v=2events.framer.com/script?v=2 https://events.framer.com/script?v=2 — 200 — 8.0 KiB — 228 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 — 39 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 — 43 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 — 72 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 — 97 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 — 132 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 — 120 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 — 107 ms — h3https://framerusercontent.com/images/gd47fjYRsle6x5vMSlk1Zpt4E5U.webp?scale-down-to=512&width=740&height=640framerusercontent.com/images/gd47fj... https://framerusercontent.com/images/gd47fjYRsle6x5vMSlk1Zpt4E5U.webp?scale-down-to=512&width=740&height=640 — 200 — 38.3 KiB — 122 ms — h3https://framerusercontent.com/images/FuhgPNd6WFsDhXOLrtSsHvQO8Xo.webp?scale-down-to=512&width=740&height=640framerusercontent.com/images/FuhgPN... https://framerusercontent.com/images/FuhgPNd6WFsDhXOLrtSsHvQO8Xo.webp?scale-down-to=512&width=740&height=640 — 200 — 20.0 KiB — 118 ms — h3https://framerusercontent.com/images/gLvlcVUzMD0JEYhy6ThntbOnY.webp?scale-down-to=512&width=740&height=640framerusercontent.com/images/gLvlcV... https://framerusercontent.com/images/gLvlcVUzMD0JEYhy6ThntbOnY.webp?scale-down-to=512&width=740&height=640 — 200 — 36.9 KiB — 131 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 — 131 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 — 121 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 — 121 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 — 121 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjs — 200 — 44.2 KiB — 96 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 — 62 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjs — 200 — 48.9 KiB — 113 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjs — 200 — 123.3 KiB — 141 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.1 s LCP 2.1 shttps://gitbook.io// https://gitbook.io/ — 302 — 171 B — 31 ms — h3https://www.gitbook.com/www.gitbook.com/ https://www.gitbook.com/ — 200 — 104.0 KiB — 41 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 — 31 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 — 19 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 — 19 ms — h3https://framerusercontent.com/images/rO8wr2javIDjZEIbyMMptB6rSH8.png?width=1140&height=594framerusercontent.com/images/rO8wr2... https://framerusercontent.com/images/rO8wr2javIDjZEIbyMMptB6rSH8.png?width=1140&height=594 — 200 — 21.0 KiB — 8 ms — h3https://gitbook.com/docs/~gitbook/embed/script.jsgitbook.com/docs/~gitbook/embed/scr... https://gitbook.com/docs/~gitbook/embed/script.js — 200 — 1.4 KiB — 93 ms — h3https://app.distro.so/inbound.jsapp.distro.so/inbound.js https://app.distro.so/inbound.js — 200 — 5.2 KiB — 810 ms — h2https://js.hs-scripts.com/8443689.jsjs.hs-scripts.com/8443689.js https://js.hs-scripts.com/8443689.js — 200 — 1007 B — 108 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.4 KiB — 340 ms — h2https://events.framer.com/script?v=2events.framer.com/script?v=2 https://events.framer.com/script?v=2 — 200 — 8.0 KiB — 228 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 — 39 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 — 43 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 — 72 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 — 97 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 — 132 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 — 120 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 — 107 ms — h3https://framerusercontent.com/images/gd47fjYRsle6x5vMSlk1Zpt4E5U.webp?scale-down-to=512&width=740&height=640framerusercontent.com/images/gd47fj... https://framerusercontent.com/images/gd47fjYRsle6x5vMSlk1Zpt4E5U.webp?scale-down-to=512&width=740&height=640 — 200 — 38.3 KiB — 122 ms — h3https://framerusercontent.com/images/FuhgPNd6WFsDhXOLrtSsHvQO8Xo.webp?scale-down-to=512&width=740&height=640framerusercontent.com/images/FuhgPN... https://framerusercontent.com/images/FuhgPNd6WFsDhXOLrtSsHvQO8Xo.webp?scale-down-to=512&width=740&height=640 — 200 — 20.0 KiB — 118 ms — h3https://framerusercontent.com/images/gLvlcVUzMD0JEYhy6ThntbOnY.webp?scale-down-to=512&width=740&height=640framerusercontent.com/images/gLvlcV... https://framerusercontent.com/images/gLvlcVUzMD0JEYhy6ThntbOnY.webp?scale-down-to=512&width=740&height=640 — 200 — 36.9 KiB — 131 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 — 131 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 — 121 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 — 121 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 — 121 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjs — 200 — 44.2 KiB — 96 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 — 62 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjs — 200 — 48.9 KiB — 113 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjs — 200 — 123.3 KiB — 141 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/shared.BUn7ueg9.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/shared.BUn7ueg9.mjs — 200 — 105.8 KiB — 135 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 — 61 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/oxSiREcSU.DiLKjjLN.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/oxSiREcSU.DiLKjjLN.mjs — 200 — 24.4 KiB — 101 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 — 61 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.6 KiB — 127 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 — 121 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/VnJeFPgAp.CPU9xmnI.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/VnJeFPgAp.CPU9xmnI.mjs — 200 — 5.0 KiB — 60 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 — 124 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/ZLO6D5RZD.BGQ3aYIb.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/ZLO6D5RZD.BGQ3aYIb.mjs — 200 — 7.5 KiB — 127 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/CUuMFbSxf.DbD-Px2g.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/CUuMFbSxf.DbD-Px2g.mjs — 200 — 69.7 KiB — 140 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/arID8FpTr.BBBUAsJU.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/arID8FpTr.BBBUAsJU.mjs — 200 — 7.9 KiB — 129 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/GqvfUITrV.d7rnfnbk.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/GqvfUITrV.d7rnfnbk.mjs — 200 — 5.5 KiB — 130 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Sdcla1G2k.PaxAepZd.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Sdcla1G2k.PaxAepZd.mjs — 200 — 4.5 KiB — 136 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/G9z51JAdl.BKkBxHLQ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/G9z51JAdl.BKkBxHLQ.mjs — 200 — 1.2 KiB — 136 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 — 139 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 — 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/images/h5MQKGiDoYx6ET5NNupAlaEZHjw.webp?width=489&height=275framerusercontent.com/images/h5MQKG... https://framerusercontent.com/images/h5MQKGiDoYx6ET5NNupAlaEZHjw.webp?width=489&height=275 — 200 — 5.0 KiB — 39 ms — h3https://framerusercontent.com/images/Ub7HkhmXIQYn3kxgaZMm9bCNQ.webp?width=489&height=275framerusercontent.com/images/Ub7Hkh... https://framerusercontent.com/images/Ub7HkhmXIQYn3kxgaZMm9bCNQ.webp?width=489&height=275 — 200 — 4.9 KiB — 48 ms — h3https://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2framerusercontent.com/assets/e1k37x... https://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2 — 200 — 37.8 KiB — 33 ms — h3https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2framerusercontent.com/assets/GrgcKw... https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2 — 200 — 27.3 KiB — 35 ms — h3https://fonts.gstatic.com/s/spacemono/v17/i7dPIFZifjKcF5UAWdDRYEF8RQ.woff2fonts.gstatic.com/s/spacemono/v17/i... https://fonts.gstatic.com/s/spacemono/v17/i7dPIFZifjKcF5UAWdDRYEF8RQ.woff2 — 200 — 16.2 KiB — 28 ms — h3https://framerusercontent.com/assets/UjlFhCnUjxhNfep4oYBPqnEssyo.woff2framerusercontent.com/assets/UjlFhC... https://framerusercontent.com/assets/UjlFhCnUjxhNfep4oYBPqnEssyo.woff2 — 200 — 27.9 KiB — 39 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 — 26 ms — h3https://framerusercontent.com/assets/yDtI2UI8XcEg1W2je9XPN3Noo.woff2framerusercontent.com/assets/yDtI2U... https://framerusercontent.com/assets/yDtI2UI8XcEg1W2je9XPN3Noo.woff2 — 200 — 28.0 KiB — 34 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 — 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 — 20 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 — 20 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://framer.com/edit/init.mjsframer.com/edit/init.mjs https://framer.com/edit/init.mjs — 200 — 3.6 KiB — 18 ms — h2https://app.framerstatic.com/chunk-ZJASEJTT.mjsapp.framerstatic.com/chunk-ZJASEJTT... https://app.framerstatic.com/chunk-ZJASEJTT.mjs — 200 — 3.1 KiB — 17 ms — h2https://app.gitbook.com/__session/2/?proposed=b7aa5fee-32cc-4251-b558-963474b08804app.gitbook.com/__session/2/?propos... https://app.gitbook.com/__session/2/?proposed=b7aa5fee-32cc-4251-b558-963474b08804 — 200 — 320 B — 23 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 — 36 ms — h2https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/qcotrS-it35VBx4jbqCa3SmNMyfRxC9wSLagdYSw8uQ.K7FUJ9ME.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/qcotrS-it35VBx4jbqCa3SmNMyfRxC9wSLagdYSw8uQ.K7FUJ9ME.mjs — 200 — 93.2 KiB — 22 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/5GHqI8GA6TSu8yrMqJX33cBXzydgdiQLLsktfShENAY.CcL7e13K.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/5GHqI8GA6TSu8yrMqJX33cBXzydgdiQLLsktfShENAY.CcL7e13K.mjs — 200 — 48.0 KiB — 21 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/BenVzo70l.CxbCAdlD.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/BenVzo70l.CxbCAdlD.mjs — 200 — 1.1 KiB — 8 ms — h3https://js.hs-banner.com/v2/8443689/banner.jsjs.hs-banner.com/v2/8443689/banner.... https://js.hs-banner.com/v2/8443689/banner.js — 200 — 24.1 KiB — 45 ms — h2https://js.hs-analytics.net/analytics/1776801000000/8443689.jsjs.hs-analytics.net/analytics/17768... https://js.hs-analytics.net/analytics/1776801000000/8443689.js — 200 — 42.5 KiB — 48 ms — h2https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/FgIiDNrZR.C5beh9e-.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/FgIiDNrZR.C5beh9e-.mjs — 200 — 4.0 KiB — 12 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/CrossCompInteractions_Prod.D6PJoP9T.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/CrossCompInteractions_Prod.D6PJoP9T.mjs — 200 — 2.9 KiB — 15 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/dSPYlRFJZ.BQWNeti1.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/dSPYlRFJZ.BQWNeti1.mjs — 200 — 1.1 KiB — 13 ms — h3https://framerusercontent.com/cms/DYL1KyiiIHHYFOxcyAGk/E6urbg1SOF2W2sd82j0o/Cel7eV4rM-indexes-default-0.framercms?range=0-600framerusercontent.com/cms/DYL1KyiiI... https://framerusercontent.com/cms/DYL1KyiiIHHYFOxcyAGk/E6urbg1SOF2W2sd82j0o/Cel7eV4rM-indexes-default-0.framercms?range=0-600 — 200 — 1.1 KiB — 12 ms — h3https://framerusercontent.com/cms/DYL1KyiiIHHYFOxcyAGk/E6urbg1SOF2W2sd82j0o/Cel7eV4rM-chunk-default-0.framercms?range=102765-114200%2C137204-167362framerusercontent.com/cms/DYL1KyiiI... https://framerusercontent.com/cms/DYL1KyiiIHHYFOxcyAGk/E6urbg1SOF2W2sd82j0o/Cel7eV4rM-chunk-default-0.framercms?range=102765-114200%2C137204-167362 — 200 — 10.7 KiB — 9 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-XDQWKTB16G&gtm=45je64h1v9180286841za200zd9180286841&_p=1776801322810&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=460917921.1776801324&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401&sid=1776801324&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=1674www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-XDQWKTB16G&gtm=45je64h1v9180286841za200zd9180286841&_p=1776801322810&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=460917921.1776801324&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401&sid=1776801324&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=1674 — 204 — 549 B — 148 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.1 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 — 11 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/WMhzr4ad4.5Aqt9nkZ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/WMhzr4ad4.5Aqt9nkZ.mjs — 200 — 8.8 KiB — 23 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 — 24 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Of3bNXSiZ.Be7K4WeF.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Of3bNXSiZ.Be7K4WeF.mjs — 200 — 1.5 KiB — 23 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 — 7 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 — 6 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.6 KiB — 22 ms — h3https://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 — 16 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 — 10 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 — 7 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 — 8 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 — 958 B — 9 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 — 7 ms — h3https://app.gitbook.com/__amp/2/app.gitbook.com/__amp/2/ https://app.gitbook.com/__amp/2/ — 200 — 0 B — 234 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=8753018&time=1776801324839&url=https%3A%2F%2Fwww.gitbook.com%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=8753018&time=1776801324839&url=https%3A%2F%2Fwww.gitbook.com%2F — 200 — 789 B — 176 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8753018&time=1776801324839&li_adsId=050a8916-c662-4024-b067-12f4ce8b8d11&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=1776801324839&li_adsId=050a8916-c662-4024-b067-12f4ce8b8d11&url=https%3A%2F%2Fwww.gitbook.com%2F — 302 — 761 B — 145 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8753018&time=1776801324839&li_adsId=050a8916-c662-4024-b067-12f4ce8b8d11&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=1776801324839&li_adsId=050a8916-c662-4024-b067-12f4ce8b8d11&url=https%3A%2F%2Fwww.gitbook.com%2F&cookiesTest=true — 200 — 452 B — 197 ms — h2https://app.gitbook.com/__amp/2/app.gitbook.com/__amp/2/ https://app.gitbook.com/__amp/2/ — 200 — 235 B — 235 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 — 22 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 — 25 ms — h3https://widget.intercom.io/widget/artlvye9widget.intercom.io/widget/artlvye9 https://widget.intercom.io/widget/artlvye9 — 200 — 3.6 KiB — 19 ms — h2https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&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=1776801325225&vi=2a74d097ed80102d73f0fb88c3c9a824&nc=true&u=230819904.2a74d097ed80102d73f0fb88c3c9a824.1776801325220.1776801325220.1776801325220.1&b=230819904.1.1776801325221&cc=15track.hubspot.com/__ptq.gif?k=1&sd=... https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&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=1776801325225&vi=2a74d097ed80102d73f0fb88c3c9a824&nc=true&u=230819904.2a74d097ed80102d73f0fb88c3c9a824.1776801325220.1776801325220.1776801325220.1&b=230819904.1.1776801325221&cc=15 — 200 — 1.0 KiB — 207 ms — h2https://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 — 221 ms — h3https://gitbook.com/docs/~gitbook/embedgitbook.com/docs/~gitbook/embed https://gitbook.com/docs/~gitbook/embed — 307 — 781 B — 97 ms — h3https://framerusercontent.com/images/93a6peqhbHQaWP67zttmrKDazq4.pngframerusercontent.com/images/93a6pe... https://framerusercontent.com/images/93a6peqhbHQaWP67zttmrKDazq4.png — 200 — 3.3 KiB — 8 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 — 33 ms — h3https://gitbook.com/docs/~gitbook/embed/assistantgitbook.com/docs/~gitbook/embed/ass... https://gitbook.com/docs/~gitbook/embed/assistant — 200 — 18.5 KiB — 96 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 — 306 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 — 306 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 — 28 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 — 16 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 — 18 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 — 23 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 — 35 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 — 27 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 — 29 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 — 41 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 — 75 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 — 89 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 — 59 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 — 82 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 — 58 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 — 90 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 — 79 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 — 78 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 — 125 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 — 140 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 — 110 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 — 131 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 — 126 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 — 126 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 — 150 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.1 KiB — 145 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 — 137 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 — 147 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 — 144 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 — 144 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 — 144 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 — 433 B — 90 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 — 614 B — 93 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 — 370 B — 87 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 — 544 B — 80 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 — 90 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 — 1006 B — 142 ms — h3https://app.gitbook.com/__session/2/?proposed=b3640c33-d372-4af4-ae7a-cd8fdcc9a4a0Rapp.gitbook.com/__session/2/?propos... https://app.gitbook.com/__session/2/?proposed=b3640c33-d372-4af4-ae7a-cd8fdcc9a4a0R — 200 — 317 B — 12 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 — 36 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 — 38 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 — 757 B — 17 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 — 918 B — 18 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 — 530 B — 22 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 — 553 B — 23 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 — 18 ms — h2https://gitbook.com/docs/~gitbook/__evt?o=d8f63b60-89ae-11e7-8574-5927d48c4877&s=site_p4Xo4gitbook.com/docs/~gitbook/__evt?o=d... https://gitbook.com/docs/~gitbook/__evt?o=d8f63b60-89ae-11e7-8574-5927d48c4877&s=site_p4Xo4 — 204 — 968 B — 289 ms — h3https://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 — 428 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 — 502 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 — 430 ms — h2https://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 — 10 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 — 10 ms — h3https://events.framer.com/anonymousevents.framer.com/anonymous https://events.framer.com/anonymous — 200 — 378 B — 240 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=1776801323456framer.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=1776801323456 — 200 — 1.8 KiB — 179 ms — h2https://framer.com/bootstrap.bc931d33464483e7f95a9eb51fbcb340c272101b.jsframer.com/bootstrap.bc931d33464483... https://framer.com/bootstrap.bc931d33464483e7f95a9eb51fbcb340c272101b.js — 200 — 1.4 KiB — 128 ms — h2https://app.framerstatic.com/chunk-VYDUMP4T.mjsapp.framerstatic.com/chunk-VYDUMP4T... https://app.framerstatic.com/chunk-VYDUMP4T.mjs — 200 — 1.4 KiB — 22 ms — h2https://app.framerstatic.com/chunk-HMF7T2NG.mjsapp.framerstatic.com/chunk-HMF7T2NG... https://app.framerstatic.com/chunk-HMF7T2NG.mjs — 200 — 1.4 KiB — 20 ms — h2https://app.framerstatic.com/chunk-2F5FSM3K.mjsapp.framerstatic.com/chunk-2F5FSM3K... https://app.framerstatic.com/chunk-2F5FSM3K.mjs — 200 — 877 B — 24 ms — h2https://app.framerstatic.com/chunk-AHQIRSXG.mjsapp.framerstatic.com/chunk-AHQIRSXG... https://app.framerstatic.com/chunk-AHQIRSXG.mjs — 200 — 2.2 KiB — 25 ms — h2https://app.framerstatic.com/editorbar.63DWVURK.mjsapp.framerstatic.com/editorbar.63DW... https://app.framerstatic.com/editorbar.63DWVURK.mjs — 200 — 1.5 KiB — 23 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 5319ms · 744KB · $100/mo
framerusercontent.com
Other
Costly
Execution 2767ms
Transfer 44 KB
Monthly Cost $52/mo
Unattributable
Other
Costly
Execution 603ms
Transfer 0 KB
Monthly Cost $11/mo
www.gitbook.com
Other
Costly
Execution 555ms
Transfer 104 KB
Monthly Cost $10/mo
framerusercontent.com
Other
Costly
Execution 469ms
Transfer 49 KB
Unused 50%
Monthly Cost $9/mo
HubSpot Analytics
Analytics
Costly
Execution 269ms
Transfer 42 KB
Monthly Cost $5/mo
js.intercomcdn.com
Other
Optional
Execution 195ms
Transfer 193 KB
Unused 65%
Monthly Cost $4/mo
static-2v.gitbook.com
Other
Optional
Execution 174ms
Transfer 60 KB
Unused 44%
Monthly Cost $3/mo
static-2v.gitbook.com
Other
Optional
Execution 146ms
Transfer 59 KB
Unused 36%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 88ms
Transfer 173 KB
Unused 41%
Monthly Cost $2/mo
gitbook.com
Other
Optional
Execution 53ms
Transfer 19 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • framerusercontent.com adds 2767ms and costs ~$52/month
  • Unattributable adds 603ms and costs ~$11/month
  • www.gitbook.com adds 555ms and costs ~$10/month
  • framerusercontent.com adds 469ms and costs ~$9/month
  • HubSpot Analytics adds 269ms and costs ~$5/month

100% 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 2767ms 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 603ms 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 555ms 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 469ms 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 269ms 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

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