Skip to content
https://bitly.com

Performance

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

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

63
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.42 s

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

3.80 s

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

122 ms

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

0.169

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

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

4.20 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
3.7 MB transferred, 162 requests
FIX
3.7 MB transferred, 162 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 551 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 551 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::
162 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
162 requests
0.78 g CO2 per page load
JavaScript 1.7 MiB 46%
Images 825.1 KiB 22%
CSS 550.8 KiB 14%
Fonts 462.6 KiB 12%
HTML 154.5 KiB 4%
Other 45.5 KiB 1%
Other 6.1 KiB 0%
Other 4.3 KiB 0%
Other 120 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
96% third-party, 0 ms blocking
FIX
96% third-party, 0 ms blocking
Warning::
Third-party code accounts for 96% of page weight (3.6 MiB of 3.7 MiB)
Info::
Third-party blocking time is low (0 ms)
96%
First-party Third-party
F
JS Bundles
Action
33 scripts, 733 KB unused
FIX
33 scripts, 733 KB unused
Warning::
https://mkt-static.bitly.com/static/1776354287/pag...: 114 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 71 KB unused (74%)
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://www.googletagmanager.com/gtag/destination?...: 65 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 733 KB
733 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/js/foundation.min.js170 KB114 KB (67%)3rd
https://accounts.google.com/gsi/client96 KB71 KB (74%)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=4e64h1176 KB68 KB (39%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-12389169&cx=c&gtm=4e64h1130 KB65 KB (50%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-768371374&cx=c&gtm=4e64h1145 KB64 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-11180849338&cx=c&gtm=4e64h1147 KB64 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MWZVBR2180 KB63 KB (35%)3rd
https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js119 KB62 KB (53%)3rd
https://cdn.optimizely.com/js/16488430484.js109 KB38 KB (36%)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
162 resources · 3.7 MB · 733 KB savings available
FIX
162 resources · 3.7 MB · 733 KB savings available
Warning::
Page weight 2.7 MB over 1MB target
Got: 3.7 MB Expected: ≤ 1 MB
Info::
~733 KB of savings available
Warning::
161 third-party resources (96% of weight)
162 resources · 3.7 MiB · 161 third-party 2.7 MiB over 1MB target
JavaScript 46% · 1.7 MiB
Image 22% · 831.1 KiB
CSS 15% · 555.2 KiB
Font 12% · 462.6 KiB
Document 4% · 155.2 KiB
Other 1% · 44.8 KiB

~733.3 KiB of savings available

Remove unused JavaScript: 733.3 KiB
C
Image Optimization
Action
73 images, 0 KB saveable
REVIEW
73 images, 0 KB saveable
Warning::
https://mkt-static.bitly.com/static/1776354287/pag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mkt-static.bitly.com/static/1776354287/pag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mkt-static.bitly.com/static/1776354287/pag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
73 images 825 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
1717ms total JS execution
REVIEW
1717ms total JS execution
Warning::
https://bitly.com/: 482ms CPU time
Warning::
Unattributable: 443ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-MWZ...: 186ms CPU time
Info::
https://mkt-static.bitly.com/static/1776354287/pag...: 151ms CPU time
Info::
https://cdn.optimizely.com/js/16488430484.js: 112ms CPU time
Warning::
Third-party scripts: 1235ms (72% of total)

Main Thread Breakdown

Script Evaluation 42% Other 27% Style & Layout 15% Script Parsing & Compilation 6% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://bitly.com/482ms27ms2ms1st
Unattributable443ms10ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MWZVBR2186ms159ms19ms3rd
https://mkt-static.bitly.com/static/1776354287/pages/wp-includes/js/jquery/jquery.min.js151ms80ms2ms3rd
https://cdn.optimizely.com/js/16488430484.js112ms90ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=G-567GCTL9BB&cx=c&gtm=4e64h197ms78ms18ms3rd
https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js90ms63ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-768371374&cx=c&gtm=4e64h190ms77ms13ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-11180849338&cx=c&gtm=4e64h165ms55ms9ms3rd
B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
Cache-Control header is set
Got: no-cache
Info::
Last-Modified header present
Cache-Control

no-cache

DirectiveValueMeaning
no-cacheCache but always revalidate first
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 FCP 1.4 s LCP 3.8 shttps://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Regular.woff2BitlyDisplaayStandard-R... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Regular.woff2 — 50.5 KiB — 93 ms — font-display: swaphttps://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Medium.woff2BitlyDisplaayStandard-M... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Medium.woff2 — 51.0 KiB — 92 ms — font-display: swaphttps://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-SemiBold.woff2BitlyDisplaayStandard-S... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-SemiBold.woff2 — 51.6 KiB — 95 ms — font-display: swaphttps://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Bold.woff2BitlyDisplaayStandard-B... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Bold.woff2 — 51.5 KiB — 95 ms — font-display: swaphttps://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Heavy.woff2BitlyDisplaayStandard-H... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Heavy.woff2 — 50.9 KiB — 94 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 — 427 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 — 409 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 — 430 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 — 437 ms — font-display: swap
BitlyDisplaayStandard-R... woff2 swap
Size 50 KB
Load time 93 ms
Start 553 ms
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-M... woff2 swap
Size 51 KB
Load time 92 ms
Start 554 ms
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-S... woff2 swap
Size 52 KB
Load time 95 ms
Start 555 ms
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-B... woff2 swap
Size 52 KB
Load time 95 ms
Start 555 ms
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-H... woff2 swap
Size 51 KB
Load time 94 ms
Start 555 ms
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-R... woff2 swap
Size 51 KB
Load time 427 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-B... woff2 swap
Size 52 KB
Load time 409 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-S... woff2 swap
Size 52 KB
Load time 430 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
BitlyDisplaayStandard-M... woff2 swap
Size 52 KB
Load time 437 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
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
162 requests over 2477ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 3.8 shttps://bitly.com// https://bitly.com/ — 200 — 152.9 KiB — 125 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/editor-style-shared.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/editor-style-shared.css — 200 — 1.0 KiB — 58 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.css — 200 — 2.8 KiB — 59 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/css/foundation.min.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/css/foundation.min.css — 200 — 128.1 KiB — 124 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hubspot.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hubspot.css — 200 — 3.6 KiB — 91 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/main.min.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/main.min.css — 200 — 150.7 KiB — 99 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/wpml.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/wpml.css — 200 — 9.9 KiB — 122 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/foundation-icons/foundation-icons.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/foundation-icons/foundation-icons.css — 200 — 18.0 KiB — 118 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/fonts.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/fonts.css — 200 — 2.0 KiB — 114 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly-displaay.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly-displaay.css — 200 — 2.1 KiB — 111 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/style.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/style.css — 200 — 6.9 KiB — 107 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/containers.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/containers.css — 200 — 2.5 KiB — 102 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/widgets.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/widgets.css — 200 — 1.1 KiB — 97 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hero.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hero.css — 200 — 6.3 KiB — 93 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/custom.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/custom.css — 200 — 68.4 KiB — 141 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/overrides.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/overrides.css — 200 — 11.2 KiB — 125 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js — 200 — 1.5 KiB — 126 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-includes/js/jquery/jquery.min.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-includes/js/jquery/jquery.min.js — 200 — 85.8 KiB — 147 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-includes/js/jquery/jquery-migrate.min.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 13.5 KiB — 136 ms — h2https://cdn.optimizely.com/js/16488430484.jscdn.optimizely.com/js/16488430484.j... https://cdn.optimizely.com/js/16488430484.js — 200 — 108.6 KiB — 70 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/onetrust.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/onetrust.css — 200 — 16.3 KiB — 48 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/onetrust.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/onetrust.js — 200 — 6.8 KiB — 132 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.carousel.min.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.carousel.min.css — 200 — 3.6 KiB — 47 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.theme.default.min.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.theme.default.min.css — 200 — 1.1 KiB — 44 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/animate.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/animate.css — 200 — 77.8 KiB — 57 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/testimonials.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/testimonials.css — 200 — 11.4 KiB — 110 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2026/04/featured-image.pngmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2026/04/featured-image.png — 200 — 96.6 KiB — 137 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/check-circle.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/check-circle.svg — 200 — 2.1 KiB — 83 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/user-survey.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/user-survey.svg — 200 — 6.2 KiB — 84 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/product-packaging.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/product-packaging.svg — 200 — 1.3 KiB — 17 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 3.8 shttps://bitly.com// https://bitly.com/ — 200 — 152.9 KiB — 125 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/editor-style-shared.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/editor-style-shared.css — 200 — 1.0 KiB — 58 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.css — 200 — 2.8 KiB — 59 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/css/foundation.min.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/css/foundation.min.css — 200 — 128.1 KiB — 124 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hubspot.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hubspot.css — 200 — 3.6 KiB — 91 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/main.min.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/main.min.css — 200 — 150.7 KiB — 99 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/wpml.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/wpml.css — 200 — 9.9 KiB — 122 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/foundation-icons/foundation-icons.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/foundation-icons/foundation-icons.css — 200 — 18.0 KiB — 118 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/fonts.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/fonts.css — 200 — 2.0 KiB — 114 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly-displaay.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly-displaay.css — 200 — 2.1 KiB — 111 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/style.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/style.css — 200 — 6.9 KiB — 107 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/containers.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/containers.css — 200 — 2.5 KiB — 102 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/widgets.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/widgets.css — 200 — 1.1 KiB — 97 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hero.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/hero.css — 200 — 6.3 KiB — 93 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/custom.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/custom.css — 200 — 68.4 KiB — 141 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/overrides.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/overrides.css — 200 — 11.2 KiB — 125 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js — 200 — 1.5 KiB — 126 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-includes/js/jquery/jquery.min.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-includes/js/jquery/jquery.min.js — 200 — 85.8 KiB — 147 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-includes/js/jquery/jquery-migrate.min.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 13.5 KiB — 136 ms — h2https://cdn.optimizely.com/js/16488430484.jscdn.optimizely.com/js/16488430484.j... https://cdn.optimizely.com/js/16488430484.js — 200 — 108.6 KiB — 70 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/onetrust.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/onetrust.css — 200 — 16.3 KiB — 48 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/onetrust.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/onetrust.js — 200 — 6.8 KiB — 132 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.carousel.min.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.carousel.min.css — 200 — 3.6 KiB — 47 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.theme.default.min.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/assets/owl.theme.default.min.css — 200 — 1.1 KiB — 44 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/animate.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/animate.css — 200 — 77.8 KiB — 57 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/testimonials.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/styles/testimonials.css — 200 — 11.4 KiB — 110 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2026/04/featured-image.pngmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2026/04/featured-image.png — 200 — 96.6 KiB — 137 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/check-circle.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/check-circle.svg — 200 — 2.1 KiB — 83 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/user-survey.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/user-survey.svg — 200 — 6.2 KiB — 84 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/product-packaging.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/product-packaging.svg — 200 — 1.3 KiB — 17 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/print-ad.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/print-ad.svg — 200 — 1.9 KiB — 16 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/wow-modal-windows-pro/public/assets/css/modal-min.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/wow-modal-windows-pro/public/assets/css/modal-min.css — 200 — 13.4 KiB — 15 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/pcta.cssmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/pcta.css — 200 — 6.3 KiB — 15 ms — h3https://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.6 KiB — 507 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/pcta-line.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/pcta-line.js — 200 — 3.1 KiB — 52 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/page-links-to/dist/new-tab.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/page-links-to/dist/new-tab.js — 200 — 33.7 KiB — 55 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/js/foundation.min.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/js/foundation.min.js — 200 — 170.1 KiB — 79 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/mega-menu.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/mega-menu.js — 200 — 3.5 KiB — 61 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/wpml.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/wpml.js — 200 — 2.0 KiB — 61 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/scripts.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/scripts.js — 200 — 18.0 KiB — 61 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/collapsible-cards.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/collapsible-cards.js — 200 — 474 B — 61 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/owl.carousel.min.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/owl/owl.carousel.min.js — 200 — 43.3 KiB — 69 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/testimonials.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/testimonials.js — 200 — 5.2 KiB — 66 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/cards-slider.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/cards-slider.js — 200 — 1.6 KiB — 66 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.jsmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js — 200 — 326 B — 91 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2021/08/bitly_logo.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2021/08/bitly_logo.svg — 200 — 2.6 KiB — 165 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/link-icon.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/link-icon.svg — 200 — 1.7 KiB — 97 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/qr-icon.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/qr-icon.svg — 200 — 2.8 KiB — 117 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/analytics-icon.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/analytics-icon.svg — 200 — 1.0 KiB — 130 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/link-in-bio-icon.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/link-in-bio-icon.svg — 200 — 1.4 KiB — 134 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/link-in-bio-1.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/link-in-bio-1.svg — 200 — 1.8 KiB — 138 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/branded-links.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/branded-links.svg — 200 — 3.2 KiB — 138 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/mobile-links.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/mobile-links.svg — 200 — 2.8 KiB — 138 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/utm-campaigns.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/utm-campaigns.svg — 200 — 1.7 KiB — 138 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/10/digital-business-card-updated2.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/10/digital-business-card-updated2.svg — 200 — 1.6 KiB — 138 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/barcode-icon.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/barcode-icon.svg — 200 — 3.0 KiB — 138 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/10/icon-ai-assist.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/10/icon-ai-assist.svg — 200 — 6.5 KiB — 137 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/10/icon-ai-integrations.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/10/icon-ai-integrations.svg — 200 — 2.0 KiB — 137 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/10/icon-ai-mcp.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/10/icon-ai-mcp.svg — 200 — 1.9 KiB — 137 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/digital-advertisement.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/digital-advertisement.svg — 200 — 3.9 KiB — 136 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/content-share.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/05/content-share.svg — 200 — 3.0 KiB — 136 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/09/url-shortener-icon.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/09/url-shortener-icon.webp — 200 — 765 B — 136 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/images/cta-arrow-up.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/images/cta-arrow-up.svg — 200 — 494 B — 136 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/09/qr-codes-icon.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/09/qr-codes-icon.webp — 200 — 813 B — 135 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/09/landing-pages-icon.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/09/landing-pages-icon.webp — 200 — 688 B — 135 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/icon-paying-customers.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/icon-paying-customers.webp — 200 — 4.9 KiB — 135 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/icon-codes-links-created.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/icon-codes-links-created.webp — 200 — 7.2 KiB — 135 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/icon-integrations.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/icon-integrations.webp — 200 — 4.8 KiB — 135 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/icon-connections-monthly.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/icon-connections-monthly.webp — 200 — 6.0 KiB — 135 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/quotes.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/quotes.svg — 200 — 1.6 KiB — 134 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/melody-park.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/melody-park.webp — 200 — 9.6 KiB — 134 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/phill-gergen.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/phill-gergen.webp — 200 — 10.0 KiB — 134 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/stars-effects.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/stars-effects.svg — 200 — 10.4 KiB — 133 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/06/gdpr.pngmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/06/gdpr.png — 200 — 1.8 KiB — 164 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/06/ccpa.pngmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/06/ccpa.png — 200 — 1.2 KiB — 165 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/06/soc-II.pngmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/06/soc-II.png — 200 — 8.1 KiB — 162 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/10/mobile-pop-up.pngmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/10/mobile-pop-up.png — 200 — 57.8 KiB — 169 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/10/desktop-pop-up.pngmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/10/desktop-pop-up.png — 200 — 45.3 KiB — 169 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 86 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 — 179.8 KiB — 256 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/1a6e6496fd049503ab60.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/1a6e6496fd049503ab60.svg — 200 — 1.0 KiB — 144 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/6dbb6fe937dc60355f94.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/6dbb6fe937dc60355f94.svg — 200 — 675 B — 144 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/82b3e8104ca2692bef7f.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/82b3e8104ca2692bef7f.svg — 200 — 457 B — 162 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/1b8b3d310dd51141056a.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/1b8b3d310dd51141056a.svg — 200 — 455 B — 142 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/202aca5a2f71834d7a85.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/dist/202aca5a2f71834d7a85.svg — 200 — 2.0 KiB — 141 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/images/globe.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/images/globe.svg — 200 — 1.9 KiB — 156 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/images/caret-filled.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/images/caret-filled.svg — 200 — 833 B — 132 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2026/01/shopify-Logo-150x150-2.pngmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2026/01/shopify-Logo-150x150-2.png — 200 — 16.0 KiB — 45 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2023/08/canva-logo-app-connectors-150x150.pngmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2023/08/canva-logo-app-connectors-150x150.png — 200 — 11.7 KiB — 40 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/curology-3.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/curology-3.svg — 200 — 3.9 KiB — 94 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/novasol-1.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/novasol-1.svg — 200 — 2.8 KiB — 62 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/rad-bikes-3.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/rad-bikes-3.svg — 200 — 7.2 KiB — 61 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/marriott-1.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/marriott-1.svg — 200 — 4.7 KiB — 58 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/new-york-times-1.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/new-york-times-1.svg — 200 — 22.4 KiB — 94 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/smalls.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2024/04/smalls.svg — 200 — 1.7 KiB — 52 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/card-img-link.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/card-img-link.webp — 200 — 20.9 KiB — 98 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/card-img-qr-code.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/card-img-qr-code.webp — 200 — 32.8 KiB — 98 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/card-img-lib.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/card-img-lib.webp — 200 — 58.4 KiB — 99 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Regular.woff2mkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Regular.woff2 — 200 — 50.5 KiB — 93 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Medium.woff2mkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Medium.woff2 — 200 — 51.0 KiB — 92 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-SemiBold.woff2mkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-SemiBold.woff2 — 200 — 51.6 KiB — 95 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Bold.woff2mkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Bold.woff2 — 200 — 51.5 KiB — 95 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Heavy.woff2mkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/fonts/bitly_displaay_standard/BitlyDisplaayStandard-Heavy.woff2 — 200 — 50.9 KiB — 94 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 — 46 ms — h2https://cdn.userway.org/widget.jscdn.userway.org/widget.js https://cdn.userway.org/widget.js — 200 — 1.6 KiB — 54 ms — h2https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/slider-retail.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/slider-retail.webp — 200 — 58.9 KiB — 75 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/slider-consumer-goods.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/slider-consumer-goods.webp — 200 — 50.1 KiB — 75 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/slider-hospitality.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/slider-hospitality.webp — 200 — 66.1 KiB — 73 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/slider-media-entertainment.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/slider-media-entertainment.webp — 200 — 59.7 KiB — 53 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/slider-tech-hardware.webpmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2025/11/slider-tech-hardware.webp — 200 — 57.3 KiB — 75 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/logomark.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/logomark.svg — 200 — 1.8 KiB — 36 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/logo.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/logo.svg — 200 — 4.6 KiB — 34 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/code-example.pngmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/scripts/pcta/code-example.png — 200 — 1.9 KiB — 32 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/images/button-right-brand.svgmkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/assets/images/button-right-brand.svg — 200 — 1.3 KiB — 17 ms — h3https://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 — 427 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 — 409 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 — 430 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 — 437 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 — 435 ms — h2https://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 — 42 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 309 B — 41 ms — h2https://www.googletagmanager.com/gtag/js?id=G-567GCTL9BB&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-567GCTL9BB&cx=c&gtm=4e64h1 — 200 — 176.0 KiB — 82 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-11180849338&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-11180849338&cx=c&gtm=4e64h1 — 200 — 146.6 KiB — 86 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-768371374&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-768371374&cx=c&gtm=4e64h1 — 200 — 144.9 KiB — 89 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.0 KiB — 285 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1634776210.1776801134&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dNzMyY2&gtm=45He64h1v846725585za200zd846725585xea&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938465~115938469~117266400~118463261&apve=1&apvf=f&apvc=1&tft=1776801133739&tfd=1212pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1634776210.1776801134&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dNzMyY2&gtm=45He64h1v846725585za200zd846725585xea&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938465~115938469~117266400~118463261&apve=1&apvf=f&apvc=1&tft=1776801133739&tfd=1212 — 200 — 21 B — 76 ms — h3https://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.8 KiB — 45 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 — 78 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-567GCTL9BB&gtm=45je64h1v873572655z8846725585za20gzb846725585zd846725585&_p=1776801132901&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&gdid=dNzMyY2&ecid=231566491&_eu=EAAAAGA&are=1&cid=1478646987.1776801134&ec_mode=a&frm=0&ir=1&pscdl=denied&rcb=14&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~115938465~115938469~117266401~117512543~118463262&sid=1776801133&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=1408www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-567GCTL9BB&gtm=45je64h1v873572655z8846725585za20gzb846725585zd846725585&_p=1776801132901&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&gdid=dNzMyY2&ecid=231566491&_eu=EAAAAGA&are=1&cid=1478646987.1776801134&ec_mode=a&frm=0&ir=1&pscdl=denied&rcb=14&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~115938465~115938469~117266401~117512543~118463262&sid=1776801133&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=1408 — 204 — 545 B — 170 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 383 B — 78 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1634776210.1776801134&navt=n&npa=1&did=dNzMyY2&gdid=dNzMyY2&gtm=45be64h1v868422665z8846725585za20gzb846725585zd846725585xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616985~115938465~115938469~117266400~117384405&apve=1&apvf=f&apvc=0&tids=AW-768371374&tid=AW-768371374&tft=1776801134061&tfd=1534pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1634776210.1776801134&navt=n&npa=1&did=dNzMyY2&gdid=dNzMyY2&gtm=45be64h1v868422665z8846725585za20gzb846725585zd846725585xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616985~115938465~115938469~117266400~117384405&apve=1&apvf=f&apvc=0&tids=AW-768371374&tid=AW-768371374&tft=1776801134061&tfd=1534 — 200 — 21 B — 47 ms — h3https://cdn.cookielaw.org/consent/26c7d0bf-48ec-4646-8f57-e4e1135d9d05/01926c47-2531-7d74-b463-64d0a286ff5a/en.jsoncdn.cookielaw.org/consent/26c7d0bf-... https://cdn.cookielaw.org/consent/26c7d0bf-48ec-4646-8f57-e4e1135d9d05/01926c47-2531-7d74-b463-64d0a286ff5a/en.json — 200 — 20.8 KiB — 46 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-12389169&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-12389169&cx=c&gtm=4e64h1 — 200 — 130.0 KiB — 73 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1634776210.1776801134&navt=n&npa=1&did=dNzMyY2&gdid=dNzMyY2&gtm=45be64h1v9117923533z8846725585za20gzb846725585zd846725585xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-11180849338&tid=AW-11180849338&tft=1776801134190&tfd=1663pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fbitly.com%2F&scrsrc=www.googletagmanager.com&rnd=1634776210.1776801134&navt=n&npa=1&did=dNzMyY2&gdid=dNzMyY2&gtm=45be64h1v9117923533z8846725585za20gzb846725585zd846725585xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-11180849338&tid=AW-11180849338&tft=1776801134190&tfd=1663 — 200 — 21 B — 40 ms — h3https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 53 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 — 22.7 KiB — 36 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 — 21 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 — 25 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 — 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 — 89 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 665 B — 77 ms — h2https://cdn.cookielaw.org/logos/static/ot_close.svgcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_close.svg — 200 — 643 B — 20 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 — 665 B — 20 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 — 27 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 — 20 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 — 997 B — 17 ms — h2https://ade.googlesyndication.com/ddm/activity/src=12389169;type=pagev00;cat=pagev0;rcb=8;ord=2740210945959;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=45fe64h1v9181803210z8846725585za20gzb846725585zd846725585xea;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tag_exp=0~115938465~115938468~117266401;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=8;ord=2740210945959;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=45fe64h1v9181803210z8846725585za20gzb846725585zd846725585xea;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tag_exp=0~115938465~115938468~117266401;epver=2;~oref=https%3A%2F%2Fbitly.com%2F? — 302 — 764 B — 56 ms — h2https://sp.bitly.com/bitly/customsp.bitly.com/bitly/custom https://sp.bitly.com/bitly/custom — 200 — 0 B — 153 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 — 31 ms — h2https://ade.googlesyndication.com/ddm/activity/src=12389169;dc_pre=CI6s04Pc_5MDFenBwgQdXEsKvA;type=pagev00;cat=pagev0;rcb=8;ord=2740210945959;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=45fe64h1v9181803210z8846725585za20gzb846725585zd846725585xea;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tag_exp=0~115938465~115938468~117266401;epver=2;~oref=https%3A%2F%2Fbitly.com%2F?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=12389169;dc_pre=CI6s04Pc_5MDFenBwgQdXEsKvA;type=pagev00;cat=pagev0;rcb=8;ord=2740210945959;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=45fe64h1v9181803210z8846725585za20gzb846725585zd846725585xea;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tag_exp=0~115938465~115938468~117266401;epver=2;~oref=https%3A%2F%2Fbitly.com%2F? — 200 — 118 B — 29 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 — 99 ms — h2https://bat.bing.net/actionp/0?ti=355015482&Ver=2&mid=732589db-7a53-4914-88bb-3dcb2c00bea6&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=732589db-7a53-4914-88bb-3dcb2c00bea6&bo=1&evt=consent&src=default&cdb=AQER&asc=D — 204 — 120 B — 88 ms — h2https://bat.bing.net/action/0?ti=355015482&Ver=2&mid=732589db-7a53-4914-88bb-3dcb2c00bea6&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=904&evt=pageLoad&sv=2&asc=D&cdb=AQER&rn=158013bat.bing.net/action/0?ti=355015482&... https://bat.bing.net/action/0?ti=355015482&Ver=2&mid=732589db-7a53-4914-88bb-3dcb2c00bea6&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=904&evt=pageLoad&sv=2&asc=D&cdb=AQER&rn=158013 — 204 — 345 B — 42 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 — 38 ms — h2https://sp.bitly.com/bitly/customsp.bitly.com/bitly/custom https://sp.bitly.com/bitly/custom — 200 — 18 B — 93 ms — h3https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2019/02/favicon.icomkt-static.bitly.com/static/1776354... https://mkt-static.bitly.com/static/1776354287/pages/wp-content/uploads/2019/02/favicon.ico — 200 — 5.3 KiB — 16 ms — h3https://bat.bing.com/p/insights/c/bbat.bing.com/p/insights/c/b https://bat.bing.com/p/insights/c/b — 204 — 207 B — 98 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 — 20 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 — 16 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 — 17 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 — 20 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 73 B — 46 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
72% of JavaScript execution is third-party
First-party Third-party 1235ms · 961KB · $23/mo
Unattributable
Other
Costly
Execution 443ms
Transfer 0 KB
Monthly Cost $8/mo
Google Tag Manager
Tag Manager
Optional
Execution 186ms
Transfer 180 KB
Unused 35%
Monthly Cost $4/mo
mkt-static.bitly.com
Other
Optional
Execution 151ms
Transfer 86 KB
Unused 33%
Monthly Cost $3/mo
Optimizely
A/B Testing
Optional
Execution 112ms
Transfer 109 KB
Unused 36%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 97ms
Transfer 176 KB
Unused 39%
Monthly Cost $2/mo
OneTrust
Consent
Essential
Execution 90ms
Transfer 119 KB
Unused 53%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 90ms
Transfer 145 KB
Unused 44%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 65ms
Transfer 147 KB
Unused 43%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 443ms and costs ~$8/month

72% 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

Unattributable takes 443ms 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