Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.82 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.18 s
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.
7.37 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.
22.88 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 126 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction99% third-party, 0 ms blockingFIX
FJS Execution CostAction8044ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://website-cdn.assets.ipinfo.io/_next/static/chunks/framework-493b78e0283065bc.js | 1314ms | 1037ms | 15ms | 3rd |
| https://ipinfo.io/ | 1110ms | 7ms | 0ms | 1st |
| https://app.termly.io/resource-blocker/02754095-3be0-4924-b63a-296af5ddaa7f | 831ms | 588ms | 49ms | 3rd |
| Unattributable | 740ms | 87ms | 0ms | 3rd |
| https://js.hs-analytics.net/analytics/1776361500000/24091853.js | 532ms | 394ms | 11ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KT5KQLB | 515ms | 450ms | 51ms | 3rd |
| https://www.redditstatic.com/ads/pixel.js | 453ms | 402ms | 8ms | 3rd |
| https://website-cdn.assets.ipinfo.io/_next/static/chunks/pages/_app-2d332bf220671fc1.js | 286ms | 216ms | 67ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-3MZZVKJJB0&cx=c>m=4e64f0 | 276ms | 226ms | 48ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16989368771&cx=c>m=4e64f0 | 271ms | 237ms | 32ms | 3rd |
Showing top 10 of 23 scripts
FJS BundlesAction49 scripts, 678 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://website-cdn.assets.ipinfo.io/_next/static/chunks/pages/_app-2d332bf220671fc1.js | 239 KB | 124 KB (52%) | ✓ | 3rd |
| https://js.hsforms.net/forms/v2.js | 194 KB | 113 KB (61%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-RWP85XL4SC&cx=c>m=4e64f0 | 164 KB | 67 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-3MZZVKJJB0&cx=c>m=4e64f0 | 156 KB | 64 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KT5KQLB | 176 KB | 63 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-775871885&cx=c>m=4e64f0 | 145 KB | 61 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16989368771&cx=c>m=4e64f0 | 144 KB | 55 KB (38%) | ✓ | 3rd |
| https://app.termly.io/resource-blocker/02754095-3be0-4924-b63a-296af5ddaa7f | 143 KB | 54 KB (38%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 96 KB | 33 KB (34%) | ✓ | 3rd |
| https://v.ipinfo.io/static/surveys.js?v=1.369.1 | 30 KB | 23 KB (77%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction126 resources · 2.3 MB · 678 KB savings availableFIX
~678.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 126 resources | 2.3 MiB | ||||||
BImage Optimization31 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (142 KB)PASS
Web fonts
5
142 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
A+HTTP Cachingmax-age=3600 (1 hour)PASS
public,max-age=3600,s-maxage=60,stale-while-revalidate=31535940
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 3600 | Cache for 1 hour |
| s-maxage | 60 | CDN caches for 1 minute |
| stale-while-revalidate | 31535940 | Serve stale for 52 weeks while fetching fresh |
Network Waterfall126 requests over 4322msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
website-cdn.assets.ipinfo.io website-cdn.assets.ipinfo.io | Other | 1314ms | 59 KB | 37% | $17/mo | Costly |
app.termly.io app.termly.io | Other | 831ms | 143 KB | 38% | $11/mo | Costly |
Unattributable Unattributable | Other | 740ms | 0 KB | — | $10/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 532ms | 42 KB | — | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 515ms | 176 KB | 36% | $7/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 453ms | 19 KB | — | $6/mo | Costly |
website-cdn.assets.ipinfo.io website-cdn.assets.ipinfo.io | Other | 286ms | 239 KB | 52% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 276ms | 156 KB | 41% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 271ms | 144 KB | 38% | $4/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 242ms | 25 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 239ms | 164 KB | 41% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 235ms | 145 KB | 42% | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 175ms | 44 KB | — | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 145ms | 96 KB | 34% | $2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 131ms | 19 KB | — | $2/mo | Optional |
website-cdn.assets.ipinfo.io website-cdn.assets.ipinfo.io | Other | 101ms | 39 KB | — | $1/mo | Optional |
js.hsforms.net js.hsforms.net | Other | 98ms | 194 KB | 61% | $1/mo | Optional |
js.hscollectedforms.net js.hscollectedforms.net | Other | 89ms | 26 KB | — | $1/mo | Optional |
website-cdn.assets.ipinfo.io website-cdn.assets.ipinfo.io | Other | 75ms | 24 KB | — | $1/mo | Optional |
js.hubspot.com js.hubspot.com | Other | 65ms | 28 KB | — | $1/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 62ms | 13 KB | — | $1/mo | Optional |
website-cdn.assets.ipinfo.io website-cdn.assets.ipinfo.io | Other | 59ms | 16 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- website-cdn.assets.ipinfo.io adds 1314ms and costs ~$17/month
- app.termly.io adds 831ms and costs ~$11/month
- Unattributable adds 740ms and costs ~$10/month
- HubSpot Analytics adds 532ms and costs ~$7/month
- Google Tag Manager adds 515ms and costs ~$7/month
- www.redditstatic.com adds 453ms and costs ~$6/month
- website-cdn.assets.ipinfo.io adds 286ms and costs ~$4/month
- Google Tag Manager adds 276ms and costs ~$4/month
- Google Tag Manager adds 271ms and costs ~$4/month
- Microsoft Clarity adds 242ms and costs ~$3/month
- Google Tag Manager adds 239ms and costs ~$3/month
- Google Tag Manager adds 235ms and costs ~$3/month
86% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
website-cdn.assets.ipinfo.io takes 1314ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
app.termly.io takes 831ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 740ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
HubSpot Analytics takes 532ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 515ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.redditstatic.com takes 453ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
website-cdn.assets.ipinfo.io takes 286ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
52% of website-cdn.assets.ipinfo.io's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 276ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 271ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Microsoft Clarity takes 242ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 239ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 235ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
61% of js.hsforms.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev