Skip to content
https://gitbook.io

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

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

3.52 s

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

9.29 s

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

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

5.64 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.30 s

Page Load Progression

700 ms
1.4 s
2.1 s
2.8 s
3.5 s
4.2 s
4.9 s
5.6 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 59%
Images 577.6 KiB 18%
Fonts 273.4 KiB 8%
Other 271.6 KiB 8%
HTML 124.3 KiB 4%
CSS 95.0 KiB 3%
Other 8.3 KiB 0%
Other 4.9 KiB 0%
Other 379 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.2 MiB of 3.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
19703ms total JS execution
FIX
19703ms total JS execution
Warning::
https://framerusercontent.com/sites/nNji44mQfYtH9V...: 9342ms CPU time
Warning::
https://www.gitbook.com/: 2271ms CPU time
Warning::
Unattributable: 2214ms CPU time
Warning::
https://framerusercontent.com/sites/nNji44mQfYtH9V...: 1864ms CPU time
Warning::
https://js.intercomcdn.com/frame-modern.db2b74ec.j...: 907ms CPU time
Warning::
Third-party scripts: 19703ms (100% of total)

Main Thread Breakdown

Script Evaluation 55% Other 18% Style & Layout 11% Parse HTML & CSS 10% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjs9342ms7131ms1ms3rd
https://www.gitbook.com/2271ms97ms17ms3rd
Unattributable2214ms412ms0ms3rd
https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjs1864ms472ms1ms3rd
https://js.intercomcdn.com/frame-modern.db2b74ec.js907ms599ms75ms3rd
https://js.hs-analytics.net/analytics/1776801000000/8443689.js791ms481ms14ms3rd
https://static-2v.gitbook.com/_next/static/chunks/61968-2e34c3c58130f584.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b669ms611ms39ms3rd
https://static-2v.gitbook.com/_next/static/chunks/84404-3ebb6e82462ea936.js?dpl=p-d3d51507e53e4a344d2dc2fa04cd7b535ms473ms61ms3rd
https://www.googletagmanager.com/gtag/js?id=G-XDQWKTB16G367ms299ms66ms3rd
https://gitbook.com/docs/~gitbook/embed/assistant193ms14ms22ms3rd

Showing top 10 of 16 scripts

F
JS Bundles
Action
79 scripts, 799 KB unused
FIX
79 scripts, 799 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: 799 KB
799 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 · 799 KB savings available
FIX
156 resources · 3.2 MB · 799 KB savings available
Warning::
Page weight 2.2 MB over 1MB target
Got: 3.2 MB Expected: ≤ 1 MB
Info::
~799 KB of savings available
Warning::
155 third-party resources (100% of weight)
Info::
1 resources over 200KB
156 resources · 3.2 MiB · 155 third-party 2.2 MiB over 1MB target
JavaScript 67% · 2.1 MiB
Image 18% · 580.9 KiB
Font 8% · 273.4 KiB
Document 4% · 125.1 KiB
CSS 3% · 95.0 KiB
Other 0% · 12.0 KiB

~798.6 KiB of savings available

Remove unused JavaScript: 798.6 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.5 s LCP 9.3 shttps://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2e1k37xkXdS9Q44MSWSRA9di... https://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2 — 37.8 KiB — 115 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 — 54 ms — font-display: swaphttps://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2GrgcKwrN6d3Uz8EwcLHZxwE... https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2 — 27.3 KiB — 8 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 — 295 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 — 292 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 — 9 ms — font-display: swap
e1k37xkXdS9Q44MSWSRA9di... woff2 swap
Size 38 KB
Load time 115 ms
Start 236 ms
Risk FOUT — text flashes from fallback to web font
or3nQ6H-1_WfwkMZI_qYFrc... woff2 swap
Size 31 KB
Load time 54 ms
Start 236 ms
Risk FOUT — text flashes from fallback to web font
GrgcKwrN6d3Uz8EwcLHZxwE... woff2 swap
Size 27 KB
Load time 8 ms
Start 418 ms
Risk FOUT — text flashes from fallback to web font
inter-regular.woff2 woff2 swap
Size 109 KB
Load time 295 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 292 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 4.9 s
Risk FOUT — text flashes from fallback to web font
SB2OEB6IKZPRR6JT4GFJ2TF... woff2 swap
Size 23 KB
Load time 9 ms
Start 4.9 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 5398ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.5 s LCP 9.3 shttps://gitbook.io// https://gitbook.io/ — 302 — 171 B — 30 ms — h3https://www.gitbook.com/www.gitbook.com/ https://www.gitbook.com/ — 200 — 103.9 KiB — 42 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 — 22 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 — 20 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 — 87 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 — 96 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 — 34 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 — 128 ms — h3https://app.distro.so/inbound.jsapp.distro.so/inbound.js https://app.distro.so/inbound.js — 200 — 5.2 KiB — 533 ms — h2https://js.hs-scripts.com/8443689.jsjs.hs-scripts.com/8443689.js https://js.hs-scripts.com/8443689.js — 200 — 1007 B — 60 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 — 348 ms — h2https://events.framer.com/script?v=2events.framer.com/script?v=2 https://events.framer.com/script?v=2 — 200 — 8.0 KiB — 165 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 — 30 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 — 34 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/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 — 119 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 — 131 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 — 150 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 — 113 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 — 101 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 — 150 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 — 139 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.4 KiB — 139 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 — 100 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 — 100 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 — 99 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjs — 200 — 44.2 KiB — 113 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 — 100 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjs — 200 — 48.9 KiB — 146 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.5 s LCP 9.3 shttps://gitbook.io// https://gitbook.io/ — 302 — 171 B — 30 ms — h3https://www.gitbook.com/www.gitbook.com/ https://www.gitbook.com/ — 200 — 103.9 KiB — 42 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 — 22 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 — 20 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 — 87 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 — 96 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 — 34 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 — 128 ms — h3https://app.distro.so/inbound.jsapp.distro.so/inbound.js https://app.distro.so/inbound.js — 200 — 5.2 KiB — 533 ms — h2https://js.hs-scripts.com/8443689.jsjs.hs-scripts.com/8443689.js https://js.hs-scripts.com/8443689.js — 200 — 1007 B — 60 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 — 348 ms — h2https://events.framer.com/script?v=2events.framer.com/script?v=2 https://events.framer.com/script?v=2 — 200 — 8.0 KiB — 165 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 — 30 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 — 34 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/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 — 119 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 — 131 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 — 150 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 — 113 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 — 101 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 — 150 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 — 139 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.4 KiB — 139 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 — 100 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 — 100 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 — 99 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/react.2z12IfOi.mjs — 200 — 44.2 KiB — 113 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 — 100 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/motion.YeRxzRFJ.mjs — 200 — 48.9 KiB — 146 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/framer.CQXgXmtS.mjs — 200 — 123.3 KiB — 182 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/shared.BUn7ueg9.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/shared.BUn7ueg9.mjs — 200 — 105.8 KiB — 176 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 — 117 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/oxSiREcSU.DiLKjjLN.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/oxSiREcSU.DiLKjjLN.mjs — 200 — 24.4 KiB — 144 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 — 102 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 — 124 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/VnJeFPgAp.CPU9xmnI.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/VnJeFPgAp.CPU9xmnI.mjs — 200 — 5.0 KiB — 101 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 — 128 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 — 175 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/arID8FpTr.BBBUAsJU.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/arID8FpTr.BBBUAsJU.mjs — 200 — 7.9 KiB — 144 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/GqvfUITrV.d7rnfnbk.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/GqvfUITrV.d7rnfnbk.mjs — 200 — 5.5 KiB — 169 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Sdcla1G2k.PaxAepZd.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/Sdcla1G2k.PaxAepZd.mjs — 200 — 4.5 KiB — 170 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/G9z51JAdl.BKkBxHLQ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/G9z51JAdl.BKkBxHLQ.mjs — 200 — 1.2 KiB — 105 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 — 174 ms — h3https://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2framerusercontent.com/assets/e1k37x... https://framerusercontent.com/assets/e1k37xkXdS9Q44MSWSRA9disQ.woff2 — 200 — 37.8 KiB — 115 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 — 54 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 — 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 — 77 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 — 76 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 — 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 — 8 ms — h3https://framer.com/edit/init.mjsframer.com/edit/init.mjs https://framer.com/edit/init.mjs — 200 — 3.6 KiB — 15 ms — h2https://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 — 23 ms — h2https://app.framerstatic.com/chunk-ZJASEJTT.mjsapp.framerstatic.com/chunk-ZJASEJTT... https://app.framerstatic.com/chunk-ZJASEJTT.mjs — 200 — 3.1 KiB — 105 ms — h2https://app.gitbook.com/__session/2/?proposed=13b84425-be0d-42e9-a63c-a71db186359eapp.gitbook.com/__session/2/?propos... https://app.gitbook.com/__session/2/?proposed=13b84425-be0d-42e9-a63c-a71db186359e — 200 — 319 B — 24 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 — 101 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 — 27 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 — 11 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/CRhxlzgu3.B1t5e9x2.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/CRhxlzgu3.B1t5e9x2.mjs — 200 — 9.6 KiB — 16 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/WMhzr4ad4.5Aqt9nkZ.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/WMhzr4ad4.5Aqt9nkZ.mjs — 200 — 8.8 KiB — 22 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 — 21 ms — h3https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/SadI2k2a0.D1C5zPve.mjsframerusercontent.com/sites/nNji44m... https://framerusercontent.com/sites/nNji44mQfYtH9VMKskPg2/SadI2k2a0.D1C5zPve.mjs — 200 — 1.8 KiB — 21 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 — 7 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-XDQWKTB16G&gtm=45je64h1v9180286841za200zd9180286841&_p=1776801297988&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=187392664.1776801300&frm=0&pscdl=noapi&rcb=3&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~115616986~115938466~115938468~117266401~118463262&sid=1776801299&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=1678www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-XDQWKTB16G&gtm=45je64h1v9180286841za200zd9180286841&_p=1776801297988&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=187392664.1776801300&frm=0&pscdl=noapi&rcb=3&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~115616986~115938466~115938468~117266401~118463262&sid=1776801299&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=1678 — 204 — 549 B — 156 ms — h2https://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 — 21 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 — 10 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 — 9 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 — 9 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=8753018&time=1776801299648&url=https%3A%2F%2Fwww.gitbook.com%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=8753018&time=1776801299648&url=https%3A%2F%2Fwww.gitbook.com%2F — 200 — 787 B — 181 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8753018&time=1776801299648&li_adsId=110abee0-62dd-4327-9e66-4d6538c68829&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=1776801299648&li_adsId=110abee0-62dd-4327-9e66-4d6538c68829&url=https%3A%2F%2Fwww.gitbook.com%2F — 302 — 759 B — 171 ms — h2https://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 — 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 — 7 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 — 214 ms — h3https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8753018&time=1776801299648&li_adsId=110abee0-62dd-4327-9e66-4d6538c68829&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=1776801299648&li_adsId=110abee0-62dd-4327-9e66-4d6538c68829&url=https%3A%2F%2Fwww.gitbook.com%2F&cookiesTest=true — 200 — 453 B — 129 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 — 45 B — 231 ms — h3https://app.gitbook.com/__amp/2/app.gitbook.com/__amp/2/ https://app.gitbook.com/__amp/2/ — 200 — 235 B — 675 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 — 35 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 — 29 ms — h3https://widget.intercom.io/widget/artlvye9widget.intercom.io/widget/artlvye9 https://widget.intercom.io/widget/artlvye9 — 200 — 3.6 KiB — 23 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=1776801300275&vi=dfba69f55feead9e3e7693c83ddfa362&nc=true&u=230819904.dfba69f55feead9e3e7693c83ddfa362.1776801300269.1776801300269.1776801300269.1&b=230819904.1.1776801300269&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=1776801300275&vi=dfba69f55feead9e3e7693c83ddfa362&nc=true&u=230819904.dfba69f55feead9e3e7693c83ddfa362.1776801300269.1776801300269.1776801300269.1&b=230819904.1.1776801300269&cc=15 — 200 — 1.1 KiB — 181 ms — h2https://gitbook.com/docs/~gitbook/embedgitbook.com/docs/~gitbook/embed https://gitbook.com/docs/~gitbook/embed — 307 — 781 B — 81 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 — 16 ms — h3https://gitbook.com/docs/~gitbook/embed/assistantgitbook.com/docs/~gitbook/embed/ass... https://gitbook.com/docs/~gitbook/embed/assistant — 200 — 18.5 KiB — 101 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 — 295 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 — 292 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 — 20 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 — 17 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 — 26 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 — 28 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 — 30 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 — 41 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 — 36 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 — 37 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 — 24 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 — 65 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 — 70 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 — 59 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 — 71 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 — 70 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 — 71 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 — 66 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 — 151 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 — 142 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 — 94 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 — 119 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 — 108 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 — 116 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 — 149 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 — 128 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 — 129 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 — 129 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 — 135 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 — 136 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 — 83 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 — 623 B — 84 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 — 396 B — 75 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 — 368 B — 79 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 — 653 B — 73 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 — 134 ms — h3https://app.gitbook.com/__session/2/?proposed=5b3e9c48-f2d2-4d77-8d4c-d0da74ed5de8Rapp.gitbook.com/__session/2/?propos... https://app.gitbook.com/__session/2/?proposed=5b3e9c48-f2d2-4d77-8d4c-d0da74ed5de8R — 200 — 316 B — 16 ms — h3https://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 — 723 B — 26 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 — 904 B — 24 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 — 544 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 — 577 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 — 403 B — 34 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 — 967 B — 319 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 — 39 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 — 36 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 — 446 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 — 560 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 — 268 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 — 9 ms — h3https://events.framer.com/anonymousevents.framer.com/anonymous https://events.framer.com/anonymous — 200 — 379 B — 212 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=1776801298707framer.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=1776801298707 — 200 — 1.8 KiB — 175 ms — h2https://framer.com/bootstrap.bc931d33464483e7f95a9eb51fbcb340c272101b.jsframer.com/bootstrap.bc931d33464483... https://framer.com/bootstrap.bc931d33464483e7f95a9eb51fbcb340c272101b.js — 200 — 1.4 KiB — 122 ms — h2https://app.framerstatic.com/chunk-VYDUMP4T.mjsapp.framerstatic.com/chunk-VYDUMP4T... https://app.framerstatic.com/chunk-VYDUMP4T.mjs — 200 — 1.4 KiB — 111 ms — h2https://app.framerstatic.com/chunk-HMF7T2NG.mjsapp.framerstatic.com/chunk-HMF7T2NG... https://app.framerstatic.com/chunk-HMF7T2NG.mjs — 200 — 1.4 KiB — 108 ms — h2https://app.framerstatic.com/chunk-2F5FSM3K.mjsapp.framerstatic.com/chunk-2F5FSM3K... https://app.framerstatic.com/chunk-2F5FSM3K.mjs — 200 — 879 B — 116 ms — h2https://app.framerstatic.com/chunk-AHQIRSXG.mjsapp.framerstatic.com/chunk-AHQIRSXG... https://app.framerstatic.com/chunk-AHQIRSXG.mjs — 200 — 2.2 KiB — 111 ms — h2https://app.framerstatic.com/editorbar.63DWVURK.mjsapp.framerstatic.com/editorbar.63DW... https://app.framerstatic.com/editorbar.63DWVURK.mjs — 200 — 1.5 KiB — 113 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 19703ms · 1211KB · $369/mo
framerusercontent.com
Other
Costly
Execution 9342ms
Transfer 44 KB
Monthly Cost $175/mo
www.gitbook.com
Other
Costly
Execution 2271ms
Transfer 104 KB
Monthly Cost $43/mo
Unattributable
Other
Costly
Execution 2214ms
Transfer 0 KB
Monthly Cost $42/mo
framerusercontent.com
Other
Costly
Execution 1864ms
Transfer 49 KB
Unused 50%
Monthly Cost $35/mo
js.intercomcdn.com
Other
Costly
Execution 907ms
Transfer 193 KB
Unused 65%
Monthly Cost $17/mo
HubSpot Analytics
Analytics
Costly
Execution 791ms
Transfer 42 KB
Monthly Cost $15/mo
static-2v.gitbook.com
Other
Costly
Execution 669ms
Transfer 60 KB
Unused 44%
Monthly Cost $13/mo
static-2v.gitbook.com
Other
Costly
Execution 535ms
Transfer 132 KB
Unused 76%
Monthly Cost $10/mo
Google Tag Manager
Tag Manager
Costly
Execution 367ms
Transfer 173 KB
Unused 41%
Monthly Cost $7/mo
gitbook.com
Other
Optional
Execution 193ms
Transfer 19 KB
Monthly Cost $4/mo
framerusercontent.com
Other
Optional
Execution 131ms
Transfer 123 KB
Unused 45%
Monthly Cost $2/mo
static-2v.gitbook.com
Other
Optional
Execution 118ms
Transfer 63 KB
Unused 36%
Monthly Cost $2/mo
LinkedIn Insight
Advertising
Optional
Execution 92ms
Transfer 19 KB
Monthly Cost $2/mo
js.intercomcdn.com
Other
Optional
Execution 85ms
Transfer 144 KB
Unused 60%
Monthly Cost $2/mo
events.framer.com
Other
Optional
Execution 73ms
Transfer 8 KB
Monthly Cost $1/mo
Amplitude
Analytics
Optional
Execution 53ms
Transfer 37 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • framerusercontent.com adds 9342ms and costs ~$175/month
  • www.gitbook.com adds 2271ms and costs ~$43/month
  • Unattributable adds 2214ms and costs ~$42/month
  • framerusercontent.com adds 1864ms and costs ~$35/month
  • js.intercomcdn.com adds 907ms and costs ~$17/month
  • HubSpot Analytics adds 791ms and costs ~$15/month
  • static-2v.gitbook.com adds 669ms and costs ~$13/month
  • static-2v.gitbook.com adds 535ms and costs ~$10/month
  • Google Tag Manager adds 367ms and costs ~$7/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 9342ms 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 2271ms 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 2214ms 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 1864ms 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 907ms 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

HubSpot Analytics takes 791ms 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 669ms 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 535ms 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

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

Google Tag Manager takes 367ms 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

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