Skip to content
https://rb.gy

Performance

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

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

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

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

1.08 s

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

2 ms

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

0.000

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

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

1.45 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
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 (1.6 MiB of 1.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
18 scripts, 753 KB unused
FIX
18 scripts, 753 KB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://free-url-shortener.rb.gy/bbcc82e1-52e836ca...: 104 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://app.termly.io/embed.min.js: 65 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 753 KB
753 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://free-url-shortener.rb.gy/bbcc82e1-52e836caab97b9657fb8.js150 KB104 KB (70%)3rd
https://app.termly.io/embed.min.js160 KB65 KB (41%)3rd
https://free-url-shortener.rb.gy/commons-349c6a23c2beb7df7416.js63 KB29 KB (46%)3rd
https://free-url-shortener.rb.gy/app-76e54578f3887fbced42.js41 KB22 KB (54%)3rd
https://free-url-shortener.rb.gy/302-ce9b914743e62d692d93.js3 KB3rd
https://free-url-shortener.rb.gy/component---src-pages-index-js-5bf71103f622dfdbdb14.js7 KB3rd
https://www.google.com/recaptcha/api.js?render=6LcKApAqAAAAAHavw1V1f5eliKzxKcnEV6Dwo00x1 KB3rd

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
86 resources · 1.6 MB · 753 KB savings available
FIX
86 resources · 1.6 MB · 753 KB savings available
Warning::
Page weight 658 KB over 1MB target
Got: 1.6 MB Expected: ≤ 1 MB
Info::
~753 KB of savings available
Warning::
85 third-party resources (100% of weight)
Info::
2 resources over 200KB
86 resources · 1.6 MiB · 85 third-party 657.6 KiB over 1MB target
JavaScript 75% · 1.2 MiB
Image 16% · 266.4 KiB
Document 4% · 68.6 KiB
CSS 3% · 43.3 KiB
Font 2% · 34.0 KiB
Other 1% · 14.2 KiB

~752.6 KiB of savings available

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

No Cache-Control header

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

C
Page Weight Budget
Action
1.6 MB transferred, 86 requests
REVIEW
1.6 MB transferred, 86 requests
Info::
Page weighs 5.3 MB (1.6 MB transferred)
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Info::
86 HTTP requests
Info::
Estimated 0.34 g CO2 per page load
1.6 MB / 2.4 MB budget
1.6 MB transferred
86 requests
0.34 g CO2 per page load
JavaScript 1.2 MiB 75%
Images 239.0 KiB 14%
HTML 68.6 KiB 4%
CSS 43.3 KiB 3%
Fonts 34.0 KiB 2%
Other 23.5 KiB 1%
Other 15.9 KiB 1%
Other 1.4 KiB 0%
Other 856 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

C
Image Optimization
Action
35 images, 0 KB saveable
REVIEW
35 images, 0 KB saveable
Warning::
https://free-url-shortener.rb.gy/images/star-half.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://free-url-shortener.rb.gy/images/star.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
35 images 239 KB
0 oversized -0 KB
35 legacy format
2 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

B
JS Execution Cost
690ms total JS execution
REVIEW
690ms total JS execution
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 188ms CPU time
Info::
Unattributable: 158ms CPU time
Info::
https://free-url-shortener.rb.gy/bbcc82e1-52e836ca...: 134ms CPU time
Info::
https://free-url-shortener.rb.gy/: 128ms CPU time
Info::
https://app.termly.io/embed.min.js: 82ms CPU time
Warning::
Third-party scripts: 690ms (100% of total)

Main Thread Breakdown

Script Evaluation 49% Other 27% Style & Layout 9% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js188ms149ms21ms3rd
Unattributable158ms2ms0ms3rd
https://free-url-shortener.rb.gy/bbcc82e1-52e836caab97b9657fb8.js134ms105ms15ms3rd
https://free-url-shortener.rb.gy/128ms4ms1ms3rd
https://app.termly.io/embed.min.js82ms64ms8ms3rd
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
2 fonts (34 KB)
PASS
2 fonts (34 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

34 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.1 sdata:font/woff2;base64,ZXhwb3J0IGRlZmF1bHQgX193ZWJwYWNrX3B1YmxpY19wYXRoX18gKyAic3RhdGljL0NhdGFsb2d1…woff2;base64,ZXhwb3J0IG... data:font/woff2;base64,ZXhwb3J0IGRlZmF1bHQgX193ZWJwYWNrX3B1YmxpY19wYXRoX18gKyAic3RhdGljL0NhdGFsb2d1… — 78 B — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 87 ms — font-display: swap
woff2;base64,ZXhwb3J0IG... woff2 swap
Size 0 KB
Load time 32 ms
Start 834 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 87 ms
Start 2.2 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: Cloudflare

Network Waterfall
86 requests over 2307ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.1 shttps://rb.gy// https://rb.gy/ — 302 — 430 B — 172 ms — h2https://free-url-shortener.rb.gy/free-url-shortener.rb.gy/ https://free-url-shortener.rb.gy/ — 200 — 41.0 KiB — 603 ms — h2https://use.typekit.net/waw8itp.cssuse.typekit.net/waw8itp.css https://use.typekit.net/waw8itp.css — 200 — 979 B — 16 ms — h2https://free-url-shortener.rb.gy/images/url-shortener.svgfree-url-shortener.rb.gy/images/url... https://free-url-shortener.rb.gy/images/url-shortener.svg — 200 — 1.9 KiB — 25 ms — h2https://free-url-shortener.rb.gy/images/star.svgfree-url-shortener.rb.gy/images/sta... https://free-url-shortener.rb.gy/images/star.svg — 200 — 736 B — 24 ms — h2https://free-url-shortener.rb.gy/manifest.webmanifestfree-url-shortener.rb.gy/manifest.w... https://free-url-shortener.rb.gy/manifest.webmanifest — 200 — 1.4 KiB — 60 ms — h2https://p.typekit.net/p.css?s=1&k=waw8itp&ht=tk&f=173.175.5474.5475&a=1019361&app=typekit&e=cssp.typekit.net/p.css?s=1&k=waw8itp&h... https://p.typekit.net/p.css?s=1&k=waw8itp&ht=tk&f=173.175.5474.5475&a=1019361&app=typekit&e=css — 200 — 172 B — 16 ms — h2https://free-url-shortener.rb.gy/images/star-half.svgfree-url-shortener.rb.gy/images/sta... https://free-url-shortener.rb.gy/images/star-half.svg — 200 — 837 B — 23 ms — h2https://free-url-shortener.rb.gy/app-76e54578f3887fbced42.jsfree-url-shortener.rb.gy/app-76e545... https://free-url-shortener.rb.gy/app-76e54578f3887fbced42.js — 200 — 41.3 KiB — 28 ms — h2https://free-url-shortener.rb.gy/framework-be2e4290d4590e93c60c.jsfree-url-shortener.rb.gy/framework-... https://free-url-shortener.rb.gy/framework-be2e4290d4590e93c60c.js — 200 — 40.3 KiB — 42 ms — h2https://free-url-shortener.rb.gy/webpack-runtime-349a61caf093fd5a0b1f.jsfree-url-shortener.rb.gy/webpack-ru... https://free-url-shortener.rb.gy/webpack-runtime-349a61caf093fd5a0b1f.js — 200 — 2.4 KiB — 41 ms — h2data:font/woff2;base64,ZXhwb3J0IGRlZmF1bHQgX193ZWJwYWNrX3B1YmxpY19wYXRoX18gKyAic3RhdGljL0NhdGFsb2d1…data:font/woff2;base64,ZXhwb3J0IGRl... data:font/woff2;base64,ZXhwb3J0IGRlZmF1bHQgX193ZWJwYWNrX3B1YmxpY19wYXRoX18gKyAic3RhdGljL0NhdGFsb2d1… — 200 — 78 B — 32 ms — datahttps://app.termly.io/embed.min.jsapp.termly.io/embed.min.js https://app.termly.io/embed.min.js — 200 — 159.6 KiB — 120 ms — h3https://free-url-shortener.rb.gy/page-data/app-data.jsonfree-url-shortener.rb.gy/page-data/... https://free-url-shortener.rb.gy/page-data/app-data.json — 200 — 478 B — 308 ms — h2https://free-url-shortener.rb.gy/page-data/index/page-data.jsonfree-url-shortener.rb.gy/page-data/... https://free-url-shortener.rb.gy/page-data/index/page-data.json — 200 — 545 B — 306 ms — h2https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccbapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb — 200 — 2.5 KiB — 227 ms — h3https://app.termly.io/api/v1/ipapp.termly.io/api/v1/ip https://app.termly.io/api/v1/ip — 200 — 727 B — 203 ms — h3https://free-url-shortener.rb.gy/favicon-32x32.png?v=96b037e9b0aa84e6ceaa0b38baf9294cfree-url-shortener.rb.gy/favicon-32... https://free-url-shortener.rb.gy/favicon-32x32.png?v=96b037e9b0aa84e6ceaa0b38baf9294c — 200 — 1.1 KiB — 23 ms — h2https://free-url-shortener.rb.gy/icons/icon-144x144.png?v=d165b21da0d60dd0cd1ec28efccc9597free-url-shortener.rb.gy/icons/icon... https://free-url-shortener.rb.gy/icons/icon-144x144.png?v=d165b21da0d60dd0cd1ec28efccc9597 — 200 — 14.4 KiB — 24 ms — h2https://free-url-shortener.rb.gy/bbcc82e1-52e836caab97b9657fb8.jsfree-url-shortener.rb.gy/bbcc82e1-5... https://free-url-shortener.rb.gy/bbcc82e1-52e836caab97b9657fb8.js — 200 — 150.3 KiB — 51 ms — h2https://free-url-shortener.rb.gy/commons-349c6a23c2beb7df7416.jsfree-url-shortener.rb.gy/commons-34... https://free-url-shortener.rb.gy/commons-349c6a23c2beb7df7416.js — 200 — 62.8 KiB — 29 ms — h2https://free-url-shortener.rb.gy/d875fa7cd6b6edfd1e0279789ce19c4eb85276ac-e7402197cde583b0517a.jsfree-url-shortener.rb.gy/d875fa7cd6... https://free-url-shortener.rb.gy/d875fa7cd6b6edfd1e0279789ce19c4eb85276ac-e7402197cde583b0517a.js — 200 — 47.8 KiB — 51 ms — h2https://free-url-shortener.rb.gy/component---src-pages-index-js-5bf71103f622dfdbdb14.jsfree-url-shortener.rb.gy/component-... https://free-url-shortener.rb.gy/component---src-pages-index-js-5bf71103f622dfdbdb14.js — 200 — 6.9 KiB — 48 ms — h2https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb/statisticsapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb/statistics — 200 — 0 B — 174 ms — h3https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb/cookies?lang=enapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb/cookies?lang=en — 200 — 3.3 KiB — 182 ms — h3https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-link.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-link.svg — 200 — 1.1 KiB — 74 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-menu.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-menu.svg — 200 — 1.3 KiB — 86 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-chevron-right.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-chevron-right.svg — 200 — 730 B — 73 ms — h2https://free-url-shortener.rb.gy/302-ce9b914743e62d692d93.jsfree-url-shortener.rb.gy/302-ce9b91... https://free-url-shortener.rb.gy/302-ce9b914743e62d692d93.js — 200 — 3.4 KiB — 26 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-qrcode.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-qrcode.svg — 200 — 1.3 KiB — 72 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.1 shttps://rb.gy// https://rb.gy/ — 302 — 430 B — 172 ms — h2https://free-url-shortener.rb.gy/free-url-shortener.rb.gy/ https://free-url-shortener.rb.gy/ — 200 — 41.0 KiB — 603 ms — h2https://use.typekit.net/waw8itp.cssuse.typekit.net/waw8itp.css https://use.typekit.net/waw8itp.css — 200 — 979 B — 16 ms — h2https://free-url-shortener.rb.gy/images/url-shortener.svgfree-url-shortener.rb.gy/images/url... https://free-url-shortener.rb.gy/images/url-shortener.svg — 200 — 1.9 KiB — 25 ms — h2https://free-url-shortener.rb.gy/images/star.svgfree-url-shortener.rb.gy/images/sta... https://free-url-shortener.rb.gy/images/star.svg — 200 — 736 B — 24 ms — h2https://free-url-shortener.rb.gy/manifest.webmanifestfree-url-shortener.rb.gy/manifest.w... https://free-url-shortener.rb.gy/manifest.webmanifest — 200 — 1.4 KiB — 60 ms — h2https://p.typekit.net/p.css?s=1&k=waw8itp&ht=tk&f=173.175.5474.5475&a=1019361&app=typekit&e=cssp.typekit.net/p.css?s=1&k=waw8itp&h... https://p.typekit.net/p.css?s=1&k=waw8itp&ht=tk&f=173.175.5474.5475&a=1019361&app=typekit&e=css — 200 — 172 B — 16 ms — h2https://free-url-shortener.rb.gy/images/star-half.svgfree-url-shortener.rb.gy/images/sta... https://free-url-shortener.rb.gy/images/star-half.svg — 200 — 837 B — 23 ms — h2https://free-url-shortener.rb.gy/app-76e54578f3887fbced42.jsfree-url-shortener.rb.gy/app-76e545... https://free-url-shortener.rb.gy/app-76e54578f3887fbced42.js — 200 — 41.3 KiB — 28 ms — h2https://free-url-shortener.rb.gy/framework-be2e4290d4590e93c60c.jsfree-url-shortener.rb.gy/framework-... https://free-url-shortener.rb.gy/framework-be2e4290d4590e93c60c.js — 200 — 40.3 KiB — 42 ms — h2https://free-url-shortener.rb.gy/webpack-runtime-349a61caf093fd5a0b1f.jsfree-url-shortener.rb.gy/webpack-ru... https://free-url-shortener.rb.gy/webpack-runtime-349a61caf093fd5a0b1f.js — 200 — 2.4 KiB — 41 ms — h2data:font/woff2;base64,ZXhwb3J0IGRlZmF1bHQgX193ZWJwYWNrX3B1YmxpY19wYXRoX18gKyAic3RhdGljL0NhdGFsb2d1…data:font/woff2;base64,ZXhwb3J0IGRl... data:font/woff2;base64,ZXhwb3J0IGRlZmF1bHQgX193ZWJwYWNrX3B1YmxpY19wYXRoX18gKyAic3RhdGljL0NhdGFsb2d1… — 200 — 78 B — 32 ms — datahttps://app.termly.io/embed.min.jsapp.termly.io/embed.min.js https://app.termly.io/embed.min.js — 200 — 159.6 KiB — 120 ms — h3https://free-url-shortener.rb.gy/page-data/app-data.jsonfree-url-shortener.rb.gy/page-data/... https://free-url-shortener.rb.gy/page-data/app-data.json — 200 — 478 B — 308 ms — h2https://free-url-shortener.rb.gy/page-data/index/page-data.jsonfree-url-shortener.rb.gy/page-data/... https://free-url-shortener.rb.gy/page-data/index/page-data.json — 200 — 545 B — 306 ms — h2https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccbapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb — 200 — 2.5 KiB — 227 ms — h3https://app.termly.io/api/v1/ipapp.termly.io/api/v1/ip https://app.termly.io/api/v1/ip — 200 — 727 B — 203 ms — h3https://free-url-shortener.rb.gy/favicon-32x32.png?v=96b037e9b0aa84e6ceaa0b38baf9294cfree-url-shortener.rb.gy/favicon-32... https://free-url-shortener.rb.gy/favicon-32x32.png?v=96b037e9b0aa84e6ceaa0b38baf9294c — 200 — 1.1 KiB — 23 ms — h2https://free-url-shortener.rb.gy/icons/icon-144x144.png?v=d165b21da0d60dd0cd1ec28efccc9597free-url-shortener.rb.gy/icons/icon... https://free-url-shortener.rb.gy/icons/icon-144x144.png?v=d165b21da0d60dd0cd1ec28efccc9597 — 200 — 14.4 KiB — 24 ms — h2https://free-url-shortener.rb.gy/bbcc82e1-52e836caab97b9657fb8.jsfree-url-shortener.rb.gy/bbcc82e1-5... https://free-url-shortener.rb.gy/bbcc82e1-52e836caab97b9657fb8.js — 200 — 150.3 KiB — 51 ms — h2https://free-url-shortener.rb.gy/commons-349c6a23c2beb7df7416.jsfree-url-shortener.rb.gy/commons-34... https://free-url-shortener.rb.gy/commons-349c6a23c2beb7df7416.js — 200 — 62.8 KiB — 29 ms — h2https://free-url-shortener.rb.gy/d875fa7cd6b6edfd1e0279789ce19c4eb85276ac-e7402197cde583b0517a.jsfree-url-shortener.rb.gy/d875fa7cd6... https://free-url-shortener.rb.gy/d875fa7cd6b6edfd1e0279789ce19c4eb85276ac-e7402197cde583b0517a.js — 200 — 47.8 KiB — 51 ms — h2https://free-url-shortener.rb.gy/component---src-pages-index-js-5bf71103f622dfdbdb14.jsfree-url-shortener.rb.gy/component-... https://free-url-shortener.rb.gy/component---src-pages-index-js-5bf71103f622dfdbdb14.js — 200 — 6.9 KiB — 48 ms — h2https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb/statisticsapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb/statistics — 200 — 0 B — 174 ms — h3https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb/cookies?lang=enapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb/cookies?lang=en — 200 — 3.3 KiB — 182 ms — h3https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-link.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-link.svg — 200 — 1.1 KiB — 74 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-menu.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-menu.svg — 200 — 1.3 KiB — 86 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-chevron-right.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-chevron-right.svg — 200 — 730 B — 73 ms — h2https://free-url-shortener.rb.gy/302-ce9b914743e62d692d93.jsfree-url-shortener.rb.gy/302-ce9b91... https://free-url-shortener.rb.gy/302-ce9b914743e62d692d93.js — 200 — 3.4 KiB — 26 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-qrcode.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-qrcode.svg — 200 — 1.3 KiB — 72 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-domain-heart.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-domain-heart.svg — 200 — 1.2 KiB — 79 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-checkmark.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-checkmark.svg — 200 — 734 B — 74 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-favorite.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-favorite.svg — 200 — 910 B — 71 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logos.jsondashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logos.json — 200 — 856 B — 72 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-api.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-api.svg — 200 — 916 B — 79 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-click.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-click.svg — 200 — 1.2 KiB — 74 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-emoticon.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-emoticon.svg — 200 — 930 B — 72 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-domain-www.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-domain-www.svg — 200 — 1.1 KiB — 77 ms — h2https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-chevron-down.svgdashboard-cdn.rebrandly.com/stylegu... https://dashboard-cdn.rebrandly.com/styleguide-assets/icons/ic-chevron-down.svg — 200 — 731 B — 73 ms — h2https://www.google.com/recaptcha/api.js?render=6LcKApAqAAAAAHavw1V1f5eliKzxKcnEV6Dwo00xwww.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LcKApAqAAAAAHavw1V1f5eliKzxKcnEV6Dwo00x — 200 — 1.0 KiB — 75 ms — h3https://app.termly.io/resource-blocker/support/377-e518d8a5c599aa1c5977.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/377-e518d8a5c599aa1c5977.min.js — 200 — 873 B — 31 ms — h3https://app.termly.io/resource-blocker/i18n/en.jsonapp.termly.io/resource-blocker/i18n... https://app.termly.io/resource-blocker/i18n/en.json — 204 — 0 B — 198 ms — h3https://app.termly.io/resource-blocker/support/894-6156b36a131577c56e7e.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/894-6156b36a131577c56e7e.min.js — 200 — 8.4 KiB — 38 ms — h3https://app.termly.io/resource-blocker/support/808-26e9c6c7a3bd048ed656.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/808-26e9c6c7a3bd048ed656.min.js — 200 — 3.2 KiB — 38 ms — h3https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-giorgio-armani.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-giorgio-armani.svg — 200 — 2.3 KiB — 82 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-intuit.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-intuit.svg — 200 — 1.8 KiB — 97 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-sequoia.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-sequoia.svg — 200 — 1.8 KiB — 95 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-toyota.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-toyota.svg — 200 — 1.7 KiB — 92 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-okta.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-okta.svg — 200 — 3.4 KiB — 104 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-nba.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-nba.svg — 200 — 2.4 KiB — 86 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-ubisoft.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-ubisoft.svg — 200 — 2.8 KiB — 81 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-metlife.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-metlife.svg — 200 — 2.8 KiB — 82 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-monday.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-monday.svg — 200 — 3.0 KiB — 78 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-grow-therapy.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-grow-therapy.svg — 200 — 2.8 KiB — 83 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-paypal.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-paypal.svg — 200 — 3.8 KiB — 85 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-volvo.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-volvo.svg — 200 — 1.1 KiB — 84 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-abb.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-abb.svg — 200 — 987 B — 75 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-iwc.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-iwc.svg — 200 — 2.3 KiB — 138 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-avon.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-avon.svg — 200 — 1.6 KiB — 128 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-versace.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-versace.svg — 200 — 38.3 KiB — 150 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-ferrero.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-ferrero.svg — 200 — 3.5 KiB — 131 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-un.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-un.svg — 200 — 23.4 KiB — 143 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-paramount.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-paramount.svg — 200 — 9.7 KiB — 121 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-samsonite.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-samsonite.svg — 200 — 2.2 KiB — 113 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-cisco.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-cisco.svg — 200 — 1.9 KiB — 111 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-saint-gobain.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-saint-gobain.svg — 200 — 4.0 KiB — 132 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-philip-morris.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-philip-morris.svg — 200 — 98.5 KiB — 109 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-iberia.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-iberia.svg — 200 — 2.2 KiB — 93 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-opera.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-opera.svg — 200 — 2.1 KiB — 89 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-zillow.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-zillow.svg — 200 — 1.8 KiB — 87 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-ernstyoung.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-ernstyoung.svg — 200 — 975 B — 91 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-three.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-three.svg — 200 — 4.1 KiB — 128 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-oracle.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-oracle.svg — 200 — 2.0 KiB — 130 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-canal.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-canal.svg — 200 — 2.5 KiB — 137 ms — h2https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-axa.svgdashboard-cdn.rebrandly.com/dashboa... https://dashboard-cdn.rebrandly.com/dashboard-assets/images/logos/logo-customer-axa.svg — 200 — 1.6 KiB — 137 ms — h2https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb/statisticsapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/61bb2db1-af48-413b-92ac-290a30774ccb/statistics — 201 — 591 B — 182 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 174 ms — h2https://app.termly.io/resource-blocker/support/524-7d36cb122791702e3df2.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/524-7d36cb122791702e3df2.min.js — 200 — 2.7 KiB — 51 ms — h3https://app.termly.io/resource-blocker/i18n/en.jsonapp.termly.io/resource-blocker/i18n... https://app.termly.io/resource-blocker/i18n/en.json — 200 — 3.5 KiB — 41 ms — h3https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcKApAqAAAAAHavw1V1f5eliKzxKcnEV6Dwo00x&co=aHR0cHM6Ly9mcmVlLXVybC1zaG9ydGVuZXIucmIuZ3k6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=t3kiqsyime96www.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcKApAqAAAAAHavw1V1f5eliKzxKcnEV6Dwo00x&co=aHR0cHM6Ly9mcmVlLXVybC1zaG9ydGVuZXIucmIuZ3k6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=t3kiqsyime96 — 200 — 27.6 KiB — 82 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 101 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 166 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 172 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 25 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 87 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 11 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 690ms · 351KB · €7/mo
www.gstatic.com
Other
Optional
Execution 188ms
Transfer 0 KB
Unused 49%
Monthly Cost €2/mo
Unattributable
Other
Optional
Execution 158ms
Transfer 0 KB
Monthly Cost €2/mo
free-url-shortener.rb.gy
Other
Optional
Execution 134ms
Transfer 150 KB
Unused 70%
Monthly Cost €1/mo
free-url-shortener.rb.gy
Other
Optional
Execution 128ms
Transfer 41 KB
Monthly Cost €1/mo
app.termly.io
Other
Optional
Execution 82ms
Transfer 160 KB
Unused 41%
Monthly Cost €1/mo

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

70% of free-url-shortener.rb.gy'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