Performance
· 15 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.
856 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
125 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.67 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.57 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 131 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
DJS Execution CostAction2031ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://website-cdn.assets.ipinfo.io/_next/static/chunks/framework-493b78e0283065bc.js | 432ms | 318ms | 5ms | 3rd |
| https://ipinfo.io/ | 306ms | 3ms | 0ms | 1st |
| https://app.termly.io/resource-blocker/02754095-3be0-4924-b63a-296af5ddaa7f | 273ms | 206ms | 9ms | 3rd |
| Unattributable | 218ms | 13ms | 0ms | 3rd |
| https://www.redditstatic.com/ads/pixel.js | 179ms | 147ms | 5ms | 3rd |
| https://js.hs-analytics.net/analytics/1776361500000/24091853.js | 138ms | 100ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KT5KQLB | 113ms | 95ms | 13ms | 3rd |
| https://scripts.clarity.ms/0.8.60-beta/clarity.js | 103ms | 83ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-RWP85XL4SC&cx=c>m=4e64f0 | 83ms | 70ms | 11ms | 3rd |
| https://website-cdn.assets.ipinfo.io/_next/static/chunks/pages/_app-2d332bf220671fc1.js | 71ms | 54ms | 16ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction49 scripts, 680 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 | 117 KB (49%) | ✓ | 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 | 66 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-3MZZVKJJB0&cx=c>m=4e64f0 | 156 KB | 65 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-775871885&cx=c>m=4e64f0 | 145 KB | 65 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KT5KQLB | 176 KB | 62 KB (35%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16989368771&cx=c>m=4e64f0 | 144 KB | 61 KB (42%) | ✓ | 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 InventoryAction131 resources · 2.9 MB · 680 KB savings availableFIX
~680.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 131 resources | 2.9 MiB | ||||||
BImage Optimization38 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 HintsNo optimization neededPASS
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 Waterfall131 requests over 5048msINFO
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 | 432ms | 59 KB | 36% | $6/mo | Costly |
app.termly.io app.termly.io | Other | 273ms | 143 KB | 38% | $4/mo | Costly |
Unattributable Unattributable | Other | 218ms | 0 KB | — | $3/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 179ms | 19 KB | — | $2/mo | Optional |
HubSpot Analytics js.hs-analytics.net | Analytics | 138ms | 42 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 113ms | 176 KB | 35% | $2/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 103ms | 25 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 83ms | 164 KB | 40% | $1/mo | Optional |
website-cdn.assets.ipinfo.io website-cdn.assets.ipinfo.io | Other | 71ms | 239 KB | 49% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 62ms | 156 KB | 41% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 53ms | 144 KB | 42% | $1/mo | Optional |
These scripts may cost more than they're worth
- website-cdn.assets.ipinfo.io adds 432ms and costs ~$6/month
- app.termly.io adds 273ms and costs ~$4/month
- Unattributable adds 218ms and costs ~$3/month
85% 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 432ms 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 273ms 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 218ms 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