Skip to content
https://bit.ly

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

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

55
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.92 s

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

5.36 s

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

136 ms

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

0.163

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

2.33 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.38 s

Page Load Progression

445 ms
891 ms
1.3 s
1.8 s
2.2 s
2.7 s
3.1 s
3.6 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.7 MB transferred, 164 requests
FIX
3.7 MB transferred, 164 requests
Warning::
Page weighs 7.0 MB (3.7 MB transferred)
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Info::
CSS is 549 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 549 KB
Info::
Fonts are 463 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 463 KB
Warning::
164 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.78 g CO2 per page load
3.7 MB / 2.4 MB budget
3.7 MB transferred
164 requests
0.78 g CO2 per page load
JavaScript 1.7 MiB 46%
Images 824.2 KiB 22%
CSS 548.7 KiB 14%
Fonts 462.6 KiB 12%
HTML 155.2 KiB 4%
Other 45.3 KiB 1%
Other 6.2 KiB 0%
Other 4.3 KiB 0%
Other 346 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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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.7 MiB of 3.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
33 scripts, 730 KB unused
FIX
33 scripts, 730 KB unused
Warning::
https://mkt-static.bitly.com/static/1775658203/pag...: 114 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://global-free-tools.qr-code-generator.com/gl...: 68 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-567G...: 68 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 67 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 65 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 730 KB
730 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/js/foundation.min.js170 KB114 KB (67%)3rd
https://global-free-tools.qr-code-generator.com/global-free-hook/latest/global-free-hook.js163 KB68 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=G-567GCTL9BB&cx=c&gtm=4e64f0176 KB68 KB (39%)3rd
https://accounts.google.com/gsi/client96 KB67 KB (71%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-12389169&cx=c&gtm=4e64f0130 KB65 KB (50%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-11180849338&cx=c&gtm=4e64f0146 KB64 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-768371374&cx=c&gtm=4e64f0145 KB64 KB (44%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MWZVBR2178 KB62 KB (35%)3rd
https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js119 KB62 KB (53%)3rd
https://cdn.optimizely.com/js/16488430484.js108 KB38 KB (35%)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
164 resources · 3.7 MB · 730 KB savings available
FIX
164 resources · 3.7 MB · 730 KB savings available
Warning::
Page weight 2.7 MB over 1MB target
Got: 3.7 MB Expected: ≤ 1 MB
Info::
~730 KB of savings available
Warning::
163 third-party resources (100% of weight)
164 resources · 3.7 MiB · 163 third-party 2.7 MiB over 1MB target
JavaScript 46% · 1.7 MiB
Image 22% · 830.2 KiB
CSS 14% · 553.1 KiB
Font 12% · 462.6 KiB
Document 4% · 156.2 KiB
Other 1% · 44.8 KiB

~729.9 KiB of savings available

Remove unused JavaScript: 729.9 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.

C
Image Optimization
Action
73 images, 0 KB saveable
REVIEW
73 images, 0 KB saveable
Warning::
https://mkt-static.bitly.com/static/1775658203/pag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mkt-static.bitly.com/static/1775658203/pag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mkt-static.bitly.com/static/1775658203/pag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
73 images 824 KB
0 oversized -0 KB
56 legacy format
3 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1878ms total JS execution
REVIEW
1878ms total JS execution
Warning::
https://bitly.com/: 566ms CPU time
Warning::
Unattributable: 402ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-MWZ...: 198ms CPU time
Info::
https://mkt-static.bitly.com/static/1775658203/pag...: 159ms CPU time
Info::
https://cdn.optimizely.com/js/16488430484.js: 138ms CPU time
Warning::
Third-party scripts: 1878ms (100% of total)

Main Thread Breakdown

Script Evaluation 42% Other 25% Style & Layout 14% Rendering 7% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://bitly.com/566ms43ms4ms3rd
Unattributable402ms7ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MWZVBR2198ms161ms21ms3rd
https://mkt-static.bitly.com/static/1775658203/pages/wp-includes/js/jquery/jquery.min.js159ms84ms3ms3rd
https://cdn.optimizely.com/js/16488430484.js138ms111ms15ms3rd
https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js103ms69ms16ms3rd
https://www.googletagmanager.com/gtag/js?id=G-567GCTL9BB&cx=c&gtm=4e64f0100ms82ms17ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-11180849338&cx=c&gtm=4e64f083ms68ms14ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-768371374&cx=c&gtm=4e64f071ms57ms13ms3rd
https://www.googletagmanager.com/gtag/destination?id=DC-12389169&cx=c&gtm=4e64f058ms43ms12ms3rd
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
9 fonts (463 KB)
PASS
9 fonts (463 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

463 KB total

Render-blocking

0

of 9

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.9 s LCP 5.4 shttps://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Regular.woff2BitlyDisplaayStandard-R... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Regular.woff2 — 50.5 KiB — 72 ms — font-display: swaphttps://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Medium.woff2BitlyDisplaayStandard-M... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Medium.woff2 — 51.0 KiB — 72 ms — font-display: swaphttps://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Bold.woff2BitlyDisplaayStandard-B... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Bold.woff2 — 51.5 KiB — 69 ms — font-display: swaphttps://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-SemiBold.woff2BitlyDisplaayStandard-S... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-SemiBold.woff2 — 51.6 KiB — 87 ms — font-display: swaphttps://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Heavy.woff2BitlyDisplaayStandard-H... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Heavy.woff2 — 50.9 KiB — 27 ms — font-display: swaphttps://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Regular.woff2BitlyDisplaayStandard-R... https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Regular.woff2 — 51.1 KiB — 548 ms — font-display: swaphttps://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Bold.woff2BitlyDisplaayStandard-B... https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Bold.woff2 — 52.1 KiB — 566 ms — font-display: swaphttps://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-SemiBold.woff2BitlyDisplaayStandard-S... https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-SemiBold.woff2 — 52.2 KiB — 533 ms — font-display: swaphttps://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Medium.woff2BitlyDisplaayStandard-M... https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Medium.woff2 — 51.6 KiB — 539 ms — font-display: swap
BitlyDisplaayStandard-R... woff2 swap
Size 50 KB
Load time 72 ms
Start 746 ms
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-M... woff2 swap
Size 51 KB
Load time 72 ms
Start 748 ms
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-B... woff2 swap
Size 52 KB
Load time 69 ms
Start 840 ms
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-S... woff2 swap
Size 52 KB
Load time 87 ms
Start 841 ms
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-H... woff2 swap
Size 51 KB
Load time 27 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-R... woff2 swap
Size 51 KB
Load time 548 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-B... woff2 swap
Size 52 KB
Load time 566 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-S... woff2 swap
Size 52 KB
Load time 533 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-M... woff2 swap
Size 52 KB
Load time 539 ms
Start 1.6 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)
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: Google Cloud

Network Waterfall
164 requests over 3289ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.9 s LCP 5.4 shttps://bit.ly// https://bit.ly/ — 302 — 129 B — 237 ms — h2https://bitly.com/bitly.com/ https://bitly.com/ — 200 — 153.7 KiB — 760 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/editor-style-shared.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/editor-style-shared.css — 200 — 1.3 KiB — 20 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.css — 200 — 2.8 KiB — 11 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/css/foundation.min.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/css/foundation.min.css — 200 — 128.1 KiB — 20 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hubspot.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hubspot.css — 200 — 3.6 KiB — 21 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/main.min.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/main.min.css — 200 — 150.7 KiB — 43 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/wpml.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/wpml.css — 200 — 9.9 KiB — 41 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/foundation-icons/foundation-icons.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/foundation-icons/foundation-icons.css — 200 — 18.0 KiB — 39 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/fonts.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/fonts.css — 200 — 2.0 KiB — 36 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly-displaay.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly-displaay.css — 200 — 2.1 KiB — 47 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/style.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/style.css — 200 — 6.9 KiB — 49 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/containers.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/containers.css — 200 — 2.3 KiB — 12 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/widgets.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/widgets.css — 200 — 905 B — 14 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hero.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hero.css — 200 — 6.1 KiB — 17 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/custom.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/custom.css — 200 — 68.2 KiB — 24 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/overrides.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/overrides.css — 200 — 11.0 KiB — 14 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js — 200 — 1.2 KiB — 39 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-includes/js/jquery/jquery.min.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-includes/js/jquery/jquery.min.js — 200 — 85.5 KiB — 42 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-includes/js/jquery/jquery-migrate.min.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 13.3 KiB — 38 ms — h3https://cdn.optimizely.com/js/16488430484.jscdn.optimizely.com/js/16488430484.j... https://cdn.optimizely.com/js/16488430484.js — 200 — 107.9 KiB — 72 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/onetrust.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/onetrust.css — 200 — 15.9 KiB — 24 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/onetrust.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/onetrust.js — 200 — 6.6 KiB — 27 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js — 200 — 328 B — 7 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.carousel.min.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.carousel.min.css — 200 — 3.4 KiB — 6 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.theme.default.min.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.theme.default.min.css — 200 — 938 B — 5 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/animate.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/animate.css — 200 — 77.6 KiB — 12 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/testimonials.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/testimonials.css — 200 — 11.2 KiB — 12 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2021/08/bitly_logo.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2021/08/bitly_logo.svg — 200 — 2.6 KiB — 7 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 32 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.9 s LCP 5.4 shttps://bit.ly// https://bit.ly/ — 302 — 129 B — 237 ms — h2https://bitly.com/bitly.com/ https://bitly.com/ — 200 — 153.7 KiB — 760 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/editor-style-shared.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/editor-style-shared.css — 200 — 1.3 KiB — 20 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.css — 200 — 2.8 KiB — 11 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/css/foundation.min.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/css/foundation.min.css — 200 — 128.1 KiB — 20 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hubspot.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hubspot.css — 200 — 3.6 KiB — 21 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/main.min.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/main.min.css — 200 — 150.7 KiB — 43 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/wpml.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/wpml.css — 200 — 9.9 KiB — 41 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/foundation-icons/foundation-icons.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/foundation-icons/foundation-icons.css — 200 — 18.0 KiB — 39 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/fonts.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/fonts.css — 200 — 2.0 KiB — 36 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly-displaay.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly-displaay.css — 200 — 2.1 KiB — 47 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/style.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/style.css — 200 — 6.9 KiB — 49 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/containers.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/containers.css — 200 — 2.3 KiB — 12 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/widgets.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/widgets.css — 200 — 905 B — 14 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hero.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hero.css — 200 — 6.1 KiB — 17 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/custom.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/custom.css — 200 — 68.2 KiB — 24 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/overrides.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/overrides.css — 200 — 11.0 KiB — 14 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js — 200 — 1.2 KiB — 39 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-includes/js/jquery/jquery.min.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-includes/js/jquery/jquery.min.js — 200 — 85.5 KiB — 42 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-includes/js/jquery/jquery-migrate.min.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 13.3 KiB — 38 ms — h3https://cdn.optimizely.com/js/16488430484.jscdn.optimizely.com/js/16488430484.j... https://cdn.optimizely.com/js/16488430484.js — 200 — 107.9 KiB — 72 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/onetrust.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/onetrust.css — 200 — 15.9 KiB — 24 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/onetrust.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/onetrust.js — 200 — 6.6 KiB — 27 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js — 200 — 328 B — 7 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.carousel.min.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.carousel.min.css — 200 — 3.4 KiB — 6 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.theme.default.min.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.theme.default.min.css — 200 — 938 B — 5 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/animate.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/animate.css — 200 — 77.6 KiB — 12 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/testimonials.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/testimonials.css — 200 — 11.2 KiB — 12 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2021/08/bitly_logo.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2021/08/bitly_logo.svg — 200 — 2.6 KiB — 7 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 32 ms — h2https://global-free-tools.qr-code-generator.com/global-free-hook/latest/global-free-hook.jsglobal-free-tools.qr-code-generator... https://global-free-tools.qr-code-generator.com/global-free-hook/latest/global-free-hook.js — 200 — 162.5 KiB — 814 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MWZVBR2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MWZVBR2 — 200 — 178.4 KiB — 30 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/1a6e6496fd049503ab60.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/1a6e6496fd049503ab60.svg — 200 — 1.0 KiB — 7 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Regular.woff2mkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Regular.woff2 — 200 — 50.5 KiB — 72 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Medium.woff2mkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Medium.woff2 — 200 — 51.0 KiB — 72 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/link-icon.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/link-icon.svg — 200 — 1.7 KiB — 61 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/qr-icon.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/qr-icon.svg — 200 — 2.8 KiB — 85 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/analytics-icon.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/analytics-icon.svg — 200 — 1.0 KiB — 67 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/link-in-bio-icon.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/link-in-bio-icon.svg — 200 — 1.4 KiB — 60 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/link-in-bio-1.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/link-in-bio-1.svg — 200 — 1.8 KiB — 90 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/branded-links.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/branded-links.svg — 200 — 3.2 KiB — 58 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/mobile-links.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/mobile-links.svg — 200 — 2.8 KiB — 136 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/utm-campaigns.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/utm-campaigns.svg — 200 — 1.7 KiB — 135 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/10/digital-business-card-updated2.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/10/digital-business-card-updated2.svg — 200 — 1.6 KiB — 125 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/barcode-icon.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/barcode-icon.svg — 200 — 3.0 KiB — 121 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/10/icon-ai-assist.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/10/icon-ai-assist.svg — 200 — 6.5 KiB — 79 ms — h3https://a16488430484.cdn.optimizely.com/client_storage/a16488430484.htmla16488430484.cdn.optimizely.com/cli... https://a16488430484.cdn.optimizely.com/client_storage/a16488430484.html — 200 — 1.5 KiB — 61 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/10/icon-ai-integrations.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/10/icon-ai-integrations.svg — 200 — 2.0 KiB — 74 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/10/icon-ai-mcp.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/10/icon-ai-mcp.svg — 200 — 1.9 KiB — 128 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2026/04/featured-image.pngmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2026/04/featured-image.png — 200 — 96.4 KiB — 143 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/check-circle.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/check-circle.svg — 200 — 1.9 KiB — 126 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/user-survey.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/user-survey.svg — 200 — 6.1 KiB — 123 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/product-packaging.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/product-packaging.svg — 200 — 1.3 KiB — 121 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/print-ad.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/print-ad.svg — 200 — 2.0 KiB — 118 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/digital-advertisement.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/digital-advertisement.svg — 200 — 3.9 KiB — 122 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/content-share.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/05/content-share.svg — 200 — 3.0 KiB — 115 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/09/url-shortener-icon.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/09/url-shortener-icon.webp — 200 — 763 B — 111 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/images/cta-arrow-up.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/images/cta-arrow-up.svg — 200 — 491 B — 110 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/6dbb6fe937dc60355f94.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/6dbb6fe937dc60355f94.svg — 200 — 671 B — 107 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/82b3e8104ca2692bef7f.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/82b3e8104ca2692bef7f.svg — 200 — 453 B — 116 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/1b8b3d310dd51141056a.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/1b8b3d310dd51141056a.svg — 200 — 453 B — 115 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/202aca5a2f71834d7a85.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/202aca5a2f71834d7a85.svg — 200 — 2.0 KiB — 144 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Bold.woff2mkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Bold.woff2 — 200 — 51.5 KiB — 69 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-SemiBold.woff2mkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-SemiBold.woff2 — 200 — 51.6 KiB — 87 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/09/qr-codes-icon.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/09/qr-codes-icon.webp — 200 — 813 B — 87 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/09/landing-pages-icon.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/09/landing-pages-icon.webp — 200 — 689 B — 86 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2026/01/shopify-Logo-150x150-2.pngmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2026/01/shopify-Logo-150x150-2.png — 200 — 16.0 KiB — 56 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2023/08/canva-logo-app-connectors-150x150.pngmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2023/08/canva-logo-app-connectors-150x150.png — 200 — 11.7 KiB — 55 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/curology-3.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/curology-3.svg — 200 — 3.9 KiB — 52 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/novasol-1.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/novasol-1.svg — 200 — 2.8 KiB — 65 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/rad-bikes-3.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/rad-bikes-3.svg — 200 — 7.2 KiB — 64 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/marriott-1.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/marriott-1.svg — 200 — 4.7 KiB — 67 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/new-york-times-1.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/new-york-times-1.svg — 200 — 22.4 KiB — 63 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/smalls.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/smalls.svg — 200 — 1.7 KiB — 63 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/card-img-link.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/card-img-link.webp — 200 — 20.9 KiB — 68 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/card-img-qr-code.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/card-img-qr-code.webp — 200 — 32.8 KiB — 68 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/card-img-lib.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/card-img-lib.webp — 200 — 58.4 KiB — 69 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/icon-paying-customers.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/icon-paying-customers.webp — 200 — 4.9 KiB — 30 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/icon-codes-links-created.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/icon-codes-links-created.webp — 200 — 7.2 KiB — 29 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/icon-integrations.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/icon-integrations.webp — 200 — 4.8 KiB — 42 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/icon-connections-monthly.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/icon-connections-monthly.webp — 200 — 6.0 KiB — 41 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/quotes.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/quotes.svg — 200 — 1.6 KiB — 40 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/melody-park.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/melody-park.webp — 200 — 9.6 KiB — 40 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/phill-gergen.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/phill-gergen.webp — 200 — 10.0 KiB — 41 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/stars-effects.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2024/04/stars-effects.svg — 200 — 10.4 KiB — 38 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/06/gdpr.pngmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/06/gdpr.png — 200 — 1.8 KiB — 28 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/06/ccpa.pngmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/06/ccpa.png — 200 — 1.2 KiB — 50 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/06/soc-II.pngmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/06/soc-II.png — 200 — 8.1 KiB — 46 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/wow-modal-windows-pro/public/assets/css/modal-min.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/wow-modal-windows-pro/public/assets/css/modal-min.css — 200 — 13.4 KiB — 16 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/10/mobile-pop-up.pngmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/10/mobile-pop-up.png — 200 — 57.8 KiB — 105 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/10/desktop-pop-up.pngmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/10/desktop-pop-up.png — 200 — 45.3 KiB — 106 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/pcta.cssmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/pcta.css — 200 — 6.4 KiB — 57 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/pcta-line.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/pcta-line.js — 200 — 3.1 KiB — 56 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/page-links-to/dist/new-tab.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/plugins/page-links-to/dist/new-tab.js — 200 — 33.7 KiB — 60 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/js/foundation.min.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/js/foundation.min.js — 200 — 170.1 KiB — 91 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/mega-menu.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/mega-menu.js — 200 — 3.5 KiB — 64 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/wpml.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/wpml.js — 200 — 2.0 KiB — 56 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/scripts.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/scripts.js — 200 — 18.0 KiB — 72 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/collapsible-cards.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/collapsible-cards.js — 200 — 485 B — 64 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/owl.carousel.min.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/owl.carousel.min.js — 200 — 43.4 KiB — 72 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/testimonials.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/testimonials.js — 200 — 5.2 KiB — 66 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/cards-slider.jsmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/cards-slider.js — 200 — 1.6 KiB — 66 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/images/globe.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/images/globe.svg — 200 — 1.9 KiB — 97 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/images/caret-filled.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/images/caret-filled.svg — 200 — 821 B — 97 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Heavy.woff2mkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Heavy.woff2 — 200 — 50.9 KiB — 27 ms — h3https://cdn.userway.org/widget.jscdn.userway.org/widget.js https://cdn.userway.org/widget.js — 200 — 1.6 KiB — 19 ms — h2https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/slider-retail.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/slider-retail.webp — 200 — 58.9 KiB — 37 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/slider-consumer-goods.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/slider-consumer-goods.webp — 200 — 50.1 KiB — 33 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/slider-hospitality.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/slider-hospitality.webp — 200 — 66.1 KiB — 32 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/slider-media-entertainment.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/slider-media-entertainment.webp — 200 — 59.7 KiB — 35 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/slider-tech-hardware.webpmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/11/slider-tech-hardware.webp — 200 — 57.3 KiB — 35 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/logomark.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/logomark.svg — 200 — 1.8 KiB — 10 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/logo.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/logo.svg — 200 — 4.6 KiB — 13 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/code-example.pngmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/code-example.png — 200 — 1.9 KiB — 13 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/images/button-right-brand.svgmkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/themes/JointsWP-CSS-master/assets/images/button-right-brand.svg — 200 — 1.3 KiB — 6 ms — h3https://cdn.cookielaw.org/consent/26c7d0bf-48ec-4646-8f57-e4e1135d9d05/26c7d0bf-48ec-4646-8f57-e4e1135d9d05.jsoncdn.cookielaw.org/consent/26c7d0bf-... https://cdn.cookielaw.org/consent/26c7d0bf-48ec-4646-8f57-e4e1135d9d05/26c7d0bf-48ec-4646-8f57-e4e1135d9d05.json — 200 — 2.4 KiB — 36 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 295 B — 40 ms — h2https://www.googletagmanager.com/gtag/js?id=G-567GCTL9BB&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-567GCTL9BB&cx=c&gtm=4e64f0 — 200 — 175.9 KiB — 32 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-11180849338&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-11180849338&cx=c&gtm=4e64f0 — 200 — 146.4 KiB — 34 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-768371374&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-768371374&cx=c&gtm=4e64f0 — 200 — 144.7 KiB — 40 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1796570691.1776358927&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dNzMyY2&gtm=45He64f0v846725585za200zd846725585xea&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776358926568&tfd=1545pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1796570691.1776358927&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dNzMyY2&gtm=45He64f0v846725585za200zd846725585xea&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776358926568&tfd=1545 — 200 — 21 B — 76 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.0 KiB — 56 ms — h2https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js — 200 — 118.9 KiB — 32 ms — h2https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Regular.woff2global-free-tools.qr-code-generator... https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Regular.woff2 — 200 — 51.1 KiB — 548 ms — h2https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Bold.woff2global-free-tools.qr-code-generator... https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Bold.woff2 — 200 — 52.1 KiB — 566 ms — h2https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-SemiBold.woff2global-free-tools.qr-code-generator... https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-SemiBold.woff2 — 200 — 52.2 KiB — 533 ms — h2https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Medium.woff2global-free-tools.qr-code-generator... https://global-free-tools.qr-code-generator.com/global-free-hook/latest/fonts/BitlyDisplaayStandard-Medium.woff2 — 200 — 51.6 KiB — 539 ms — h2https://global-free-tools.qr-code-generator.com/global-free-hook/latest/stars.svgglobal-free-tools.qr-code-generator... https://global-free-tools.qr-code-generator.com/global-free-hook/latest/stars.svg — 200 — 3.0 KiB — 567 ms — h2https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/widget_app_base_1776163220800.jscdn.userway.org/widgetapp/2026-04-1... https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/widget_app_base_1776163220800.js — 200 — 47.8 KiB — 14 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-567GCTL9BB&gtm=45je64f0v873572655z8846725585za20gzb846725585zd846725585&_p=1776358925737&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&gdid=dNzMyY2&ecid=119582033&_eu=EAAAAGA&are=1&cid=1913028571.1776358927&ec_mode=a&frm=0&ir=1&pscdl=denied&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~115938469~117266401&sid=1776358926&sct=1&seg=0&dl=https%3A%2F%2Fbitly.com%2F&dt=Bitly%20Connections%20Platform%20%7C%20Short%20URLs%2C%20QR%20Codes%2C%20and%20More&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1767www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-567GCTL9BB&gtm=45je64f0v873572655z8846725585za20gzb846725585zd846725585&_p=1776358925737&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&gdid=dNzMyY2&ecid=119582033&_eu=EAAAAGA&are=1&cid=1913028571.1776358927&ec_mode=a&frm=0&ir=1&pscdl=denied&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~115938469~117266401&sid=1776358926&sct=1&seg=0&dl=https%3A%2F%2Fbitly.com%2F&dt=Bitly%20Connections%20Platform%20%7C%20Short%20URLs%2C%20QR%20Codes%2C%20and%20More&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1767 — 204 — 545 B — 43 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 363 B — 216 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1796570691.1776358927&navt=n&npa=1&did=dNzMyY2&gdid=dNzMyY2&gtm=45be64f0v9117923533z8846725585za20gzb846725585zd846725585xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-11180849338&tid=AW-11180849338&tft=1776358926913&tfd=1890pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1796570691.1776358927&navt=n&npa=1&did=dNzMyY2&gdid=dNzMyY2&gtm=45be64f0v9117923533z8846725585za20gzb846725585zd846725585xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-11180849338&tid=AW-11180849338&tft=1776358926913&tfd=1890 — 200 — 21 B — 33 ms — h3https://cdn.cookielaw.org/consent/26c7d0bf-48ec-4646-8f57-e4e1135d9d05/01926c47-2201-78e6-994a-17277e6392ec/en.jsoncdn.cookielaw.org/consent/26c7d0bf-... https://cdn.cookielaw.org/consent/26c7d0bf-48ec-4646-8f57-e4e1135d9d05/01926c47-2201-78e6-994a-17277e6392ec/en.json — 200 — 20.6 KiB — 27 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-12389169&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-12389169&cx=c&gtm=4e64f0 — 200 — 129.9 KiB — 18 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1796570691.1776358927&navt=n&npa=1&did=dNzMyY2&gdid=dNzMyY2&gtm=45be64f0v868422665z8846725585za20gzb846725585zd846725585xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616986~115938466~115938468~117266401~117884344&apve=1&apvf=f&apvc=0&tids=AW-768371374&tid=AW-768371374&tft=1776358927016&tfd=1993pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1796570691.1776358927&navt=n&npa=1&did=dNzMyY2&gdid=dNzMyY2&gtm=45be64f0v868422665z8846725585za20gzb846725585zd846725585xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616986~115938466~115938468~117266401~117884344&apve=1&apvf=f&apvc=0&tids=AW-768371374&tid=AW-768371374&tft=1776358927016&tfd=1993 — 200 — 21 B — 44 ms — h3https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 119 ms — h2https://cdn.jsdelivr.net/npm/@snowplow/javascript-tracker@3.4.0/dist/sp.min.js?sp=8cdn.jsdelivr.net/npm/@snowplow/java... https://cdn.jsdelivr.net/npm/@snowplow/javascript-tracker@3.4.0/dist/sp.min.js?sp=8 — 200 — 23.9 KiB — 31 ms — h2https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/otFlat.json — 200 — 3.4 KiB — 16 ms — h2https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/v2/otPcCenter.json — 200 — 13.1 KiB — 26 ms — h2https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/otCommonStyles.css — 200 — 4.5 KiB — 24 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 666 B — 15 ms — h2https://accounts.google.com/gsi/log?client_id=489890094529-ueegekuf9mubvv4sc6bh57op2rkjok62.apps.googleusercontent.com&as=FQnWOHkFa8E1Fz0q0S%2FZedYjCtMOVOFGlhYjLxOAK8c&bs=IMOHzFD6sKh2IJcXniBM02S6yIJdRoG39L1T2MIlquU&event=onetap.card.prompt.apiCall&enable_itp_optimization=21accounts.google.com/gsi/log?client_... https://accounts.google.com/gsi/log?client_id=489890094529-ueegekuf9mubvv4sc6bh57op2rkjok62.apps.googleusercontent.com&as=FQnWOHkFa8E1Fz0q0S%2FZedYjCtMOVOFGlhYjLxOAK8c&bs=IMOHzFD6sKh2IJcXniBM02S6yIJdRoG39L1T2MIlquU&event=onetap.card.prompt.apiCall&enable_itp_optimization=21 — 200 — 23 B — 21 ms — h3https://cdn.cookielaw.org/logos/static/ot_close.svgcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_close.svg — 200 — 631 B — 18 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 644 B — 17 ms — h2https://cdn.cookielaw.org/logos/65c03a89-92c5-4108-a418-9cce52db7454/d212d9fa-946a-4af5-a0f5-a9f3d8b69103/c48dab6d-84a6-47e6-a792-d5f8c057483e/Artboard_2.pngcdn.cookielaw.org/logos/65c03a89-92... https://cdn.cookielaw.org/logos/65c03a89-92c5-4108-a418-9cce52db7454/d212d9fa-946a-4af5-a0f5-a9f3d8b69103/c48dab6d-84a6-47e6-a792-d5f8c057483e/Artboard_2.png — 200 — 2.8 KiB — 21 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.5 KiB — 25 ms — h2https://api.userway.org/api/v1/tunings/Nk2TTHNZYDapi.userway.org/api/v1/tunings/Nk2T... https://api.userway.org/api/v1/tunings/Nk2TTHNZYD — 200 — 2.5 KiB — 546 ms — h2https://ade.googlesyndication.com/ddm/activity/src=12389169;type=pagev00;cat=pagev0;rcb=3;ord=1635570027673;npa=1;u3=%2F;gdid=dNzMyY2;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64f0v9181803210z8846725585za20gzb846725585zd846725585xea;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tag_exp=0~115938466~115938468~117266400~118128922~118131809;epver=2;~oref=https%3A%2F%2Fbitly.com%2F?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=12389169;type=pagev00;cat=pagev0;rcb=3;ord=1635570027673;npa=1;u3=%2F;gdid=dNzMyY2;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64f0v9181803210z8846725585za20gzb846725585zd846725585xea;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tag_exp=0~115938466~115938468~117266400~118128922~118131809;epver=2;~oref=https%3A%2F%2Fbitly.com%2F? — 302 — 779 B — 40 ms — h2https://ade.googlesyndication.com/ddm/activity/src=12389169;dc_pre=COnl69bs8pMDFQcotwAdzSUeMQ;type=pagev00;cat=pagev0;rcb=3;ord=1635570027673;npa=1;u3=%2F;gdid=dNzMyY2;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64f0v9181803210z8846725585za20gzb846725585zd846725585xea;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tag_exp=0~115938466~115938468~117266400~118128922~118131809;epver=2;~oref=https%3A%2F%2Fbitly.com%2F?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=12389169;dc_pre=COnl69bs8pMDFQcotwAdzSUeMQ;type=pagev00;cat=pagev0;rcb=3;ord=1635570027673;npa=1;u3=%2F;gdid=dNzMyY2;uaa=x86;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64f0v9181803210z8846725585za20gzb846725585zd846725585xea;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tag_exp=0~115938466~115938468~117266400~118128922~118131809;epver=2;~oref=https%3A%2F%2Fbitly.com%2F? — 200 — 118 B — 11 ms — h2https://sp.bitly.com/bitly/customsp.bitly.com/bitly/custom https://sp.bitly.com/bitly/custom — 200 — 0 B — 274 ms — h2https://bat.bing.com/p/action/355015482.jsbat.bing.com/p/action/355015482.js https://bat.bing.com/p/action/355015482.js — 200 — 1.0 KiB — 62 ms — h2https://bat.bing.com/p/insights/t/355015482bat.bing.com/p/insights/t/355015482 https://bat.bing.com/p/insights/t/355015482 — 200 — 1019 B — 135 ms — h2https://bat.bing.net/actionp/0?ti=355015482&Ver=2&mid=475a2681-8975-4219-8fe0-778fa8fd99e7&bo=1&evt=consent&src=default&cdb=AQER&asc=Dbat.bing.net/actionp/0?ti=355015482... https://bat.bing.net/actionp/0?ti=355015482&Ver=2&mid=475a2681-8975-4219-8fe0-778fa8fd99e7&bo=1&evt=consent&src=default&cdb=AQER&asc=D — 204 — 346 B — 83 ms — h2https://bat.bing.net/action/0?ti=355015482&Ver=2&mid=475a2681-8975-4219-8fe0-778fa8fd99e7&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Bitly%20Connections%20Platform%20%7C%20Short%20URLs,%20QR%20Codes,%20and%20More&p=https%3A%2F%2Fbitly.com%2F&r=&lt=1281&evt=pageLoad&sv=2&asc=D&cdb=AQER&rn=981340bat.bing.net/action/0?ti=355015482&... https://bat.bing.net/action/0?ti=355015482&Ver=2&mid=475a2681-8975-4219-8fe0-778fa8fd99e7&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Bitly%20Connections%20Platform%20%7C%20Short%20URLs,%20QR%20Codes,%20and%20More&p=https%3A%2F%2Fbitly.com%2F&r=&lt=1281&evt=pageLoad&sv=2&asc=D&cdb=AQER&rn=981340 — 204 — 120 B — 82 ms — h2https://bat.bing.com/p/insights/s/0.8.59bat.bing.com/p/insights/s/0.8.59 https://bat.bing.com/p/insights/s/0.8.59 — 200 — 15.6 KiB — 69 ms — h2https://sp.bitly.com/bitly/customsp.bitly.com/bitly/custom https://sp.bitly.com/bitly/custom — 200 — 18 B — 229 ms — h3https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2019/02/favicon.icomkt-static.bitly.com/static/1775658... https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2019/02/favicon.ico — 200 — 5.3 KiB — 23 ms — h3https://bat.bing.com/p/insights/c/qbat.bing.com/p/insights/c/q https://bat.bing.com/p/insights/c/q — 204 — 207 B — 453 ms — h2https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/locales/en-US.jsoncdn.userway.org/widgetapp/2026-04-1... https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/locales/en-US.json — 200 — 991 B — 5 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 72 B — 212 ms — h2https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/remediation/remediation_1776163220800.jscdn.userway.org/widgetapp/2026-04-1... https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/remediation/remediation_1776163220800.js — 200 — 13.7 KiB — 4 ms — h2https://cdn.userway.org/styles/2026-04-14-10-40-20/widget_base.css?v=1776163220800cdn.userway.org/styles/2026-04-14-1... https://cdn.userway.org/styles/2026-04-14-10-40-20/widget_base.css?v=1776163220800 — 200 — 5.4 KiB — 4 ms — h2https://cdn.userway.org/widgetapp/images/body_wh.svgcdn.userway.org/widgetapp/images/bo... https://cdn.userway.org/widgetapp/images/body_wh.svg — 200 — 2.7 KiB — 4 ms — h2https://cdn.userway.org/widgetapp/images/spin_wh.svgcdn.userway.org/widgetapp/images/sp... https://cdn.userway.org/widgetapp/images/spin_wh.svg — 200 — 1.2 KiB — 5 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 1878ms · 1241KB · $35/mo
bitly.com
Other
Costly
Execution 566ms
Transfer 154 KB
Monthly Cost $11/mo
Unattributable
Other
Costly
Execution 402ms
Transfer 0 KB
Monthly Cost $8/mo
Google Tag Manager
Tag Manager
Optional
Execution 198ms
Transfer 178 KB
Unused 35%
Monthly Cost $4/mo
mkt-static.bitly.com
Other
Optional
Execution 159ms
Transfer 86 KB
Unused 33%
Monthly Cost $3/mo
Optimizely
A/B Testing
Optional
Execution 138ms
Transfer 108 KB
Unused 35%
Monthly Cost $3/mo
OneTrust
Consent
Essential
Execution 103ms
Transfer 119 KB
Unused 53%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 100ms
Transfer 176 KB
Unused 39%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 83ms
Transfer 146 KB
Unused 44%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 71ms
Transfer 145 KB
Unused 44%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 130 KB
Unused 50%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • bitly.com adds 566ms and costs ~$11/month
  • Unattributable adds 402ms and costs ~$8/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

bitly.com takes 566ms 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 402ms 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

53% of OneTrust'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