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.
5.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.48 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.190
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.25 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.
31.16 s
Page Load Progression
FPage Weight BudgetAction6.0 MB transferred, 226 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction10438ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2449ms | 1292ms | 0ms | 3rd |
| https://www.wnd.com/ | 1350ms | 341ms | 52ms | 3rd |
| https://c.adsco.re/ | 945ms | 839ms | 11ms | 3rd |
| https://unknownidea.com/files/oay6df9ed14tn1folal20us4qrp91my57bthlfci/ConsentManager | 733ms | 553ms | 59ms | 3rd |
| https://d3lcz8vpax4lo2.cloudfront.net/header-tags/888d9f08-6811-40ec-95fc-ac103c950648/a541f5ad-f227-4943-bdb4-6afd1dd7d75a-hb.js | 544ms | 484ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-W2JD0J5TVM | 335ms | 231ms | 79ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 292ms | 233ms | 10ms | 3rd |
| https://unknownidea.com/chunks/bb8e0ef8925/6393de7b61307fdab5d89d1b5e776d1.main.js | 291ms | 236ms | 50ms | 3rd |
| https://jsc.mgid.com/site/981558.js | 282ms | 157ms | 72ms | 3rd |
| https://d3lcz8vpax4lo2.cloudfront.net/files/instibid/888d9f08-6811-40ec-95fc-ac103c950648/a541f5ad-f227-4943-bdb4-6afd1dd7d75a.js | 272ms | 225ms | 46ms | 3rd |
Showing top 10 of 29 scripts
FJS BundlesAction77 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 242 KB (67%) | ✓ | 3rd |
| https://jsc.mgid.com/site/981558.js | 0 KB | 196 KB (90%) | ✓ | 3rd |
| https://jsc.mgid.com/site/981558.js | 217 KB | 196 KB (90%) | ✓ | 3rd |
| https://d3lcz8vpax4lo2.cloudfront.net/files/instibid/888d9f08-6811-40ec-95fc-ac103c950648/a541f5ad-f227-4943-bdb4-6afd1dd7d75a.js | 164 KB | 119 KB (72%) | ✓ | 3rd |
| https://rumble.com/j/pv/1119/hls.js | 130 KB | 102 KB (78%) | ✓ | 3rd |
| https://imasdk.googleapis.com/js/sdkloader/ima3.js | 147 KB | 98 KB (67%) | ✓ | 3rd |
| https://unknownidea.com/files/oay6df9ed14tn1folal20us4qrp91my57bthlfci/ConsentManager | 178 KB | 75 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NKJ7963MRZ&l=retirelyDataLayer>ag_name=retirelyGtag | 158 KB | 74 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PRRJGSG9MK&cx=c>m=4e64m0h2 | 177 KB | 65 KB (37%) | ✓ | 3rd |
| https://cdn.izooto.com/scripts/sdk/izooto.js | 95 KB | 62 KB (66%) | ✓ | 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 InventoryAction226 resources · 6.0 MB · 1.4 MB savings availableFIX
~1.4 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 226 resources | 6.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction53 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (39 KB)PASS
Web fonts
2
39 KB total
Render-blocking
0
of 2
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 Hints19 hints, 0 missing preconnectsPASS
Current Resource Hints
19 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: Cloudflare
Network Waterfall226 requests over 3955msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2449ms | 0 KB | — | $14/mo | Costly |
www.wnd.com www.wnd.com | Other | 1350ms | 97 KB | — | $8/mo | Costly |
c.adsco.re c.adsco.re | Other | 945ms | 35 KB | — | $5/mo | Costly |
unknownidea.com unknownidea.com | Other | 733ms | 178 KB | 44% | $4/mo | Costly |
d3lcz8vpax4lo2.cloudfront.net d3lcz8vpax4lo2.cloudfront.net | Other | 544ms | 29 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 335ms | 143 KB | 38% | $2/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 292ms | 26 KB | — | $2/mo | Costly |
unknownidea.com unknownidea.com | Other | 291ms | 89 KB | 45% | $2/mo | Costly |
jsc.mgid.com jsc.mgid.com | Other | 282ms | 0 KB | 90% | $2/mo | Costly |
d3lcz8vpax4lo2.cloudfront.net d3lcz8vpax4lo2.cloudfront.net | Other | 272ms | 164 KB | 72% | $2/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 258ms | 362 KB | 67% | $1/mo | Costly |
cdn.engine.4dsply.com cdn.engine.4dsply.com | Other | 251ms | 44 KB | 60% | $1/mo | Costly |
rumble.com rumble.com | Other | 224ms | 11 KB | — | $1/mo | Costly |
sdk.mrf.io sdk.mrf.io | Other | 219ms | 42 KB | — | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 210ms | 177 KB | 37% | $1/mo | Costly |
airwhon.com airwhon.com | Other | 194ms | 3 KB | — | $1/mo | Optional |
cdn.izooto.com cdn.izooto.com | Other | 192ms | 95 KB | 66% | $1/mo | Optional |
imasdk.googleapis.com imasdk.googleapis.com | Other | 166ms | 147 KB | 67% | $1/mo | Optional |
rumble.com rumble.com | Other | 157ms | 49 KB | 52% | $1/mo | Optional |
cdn.userway.org cdn.userway.org | Other | 156ms | 48 KB | 58% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 153ms | 158 KB | 47% | $1/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 139ms | 54 KB | 63% | $1/mo | Optional |
Twitter/X Embed platform.twitter.com | Social | 113ms | 27 KB | — | $1/mo | Optional |
www.wnd.com www.wnd.com | Other | 113ms | 29 KB | — | $1/mo | Optional |
a.ads.rmbl.ws a.ads.rmbl.ws | Other | 101ms | 7 KB | — | $1/mo | Optional |
d3lcz8vpax4lo2.cloudfront.net d3lcz8vpax4lo2.cloudfront.net | Other | 89ms | 14 KB | — | $1/mo | Optional |
rumble.com rumble.com | Other | 75ms | 130 KB | 78% | $0/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 70ms | 15 KB | — | $0/mo | Optional |
www.wnd.com www.wnd.com | Other | 65ms | 6 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2449ms and costs ~$14/month
- www.wnd.com adds 1350ms and costs ~$8/month
- c.adsco.re adds 945ms and costs ~$5/month
- unknownidea.com adds 733ms and costs ~$4/month
- d3lcz8vpax4lo2.cloudfront.net adds 544ms and costs ~$3/month
- Google Tag Manager adds 335ms and costs ~$2/month
- Microsoft Clarity adds 292ms and costs ~$2/month
- unknownidea.com adds 291ms and costs ~$2/month
- jsc.mgid.com adds 282ms and costs ~$2/month
- d3lcz8vpax4lo2.cloudfront.net adds 272ms and costs ~$2/month
- www.gstatic.com adds 258ms and costs ~$1/month
- cdn.engine.4dsply.com adds 251ms and costs ~$1/month
- rumble.com adds 224ms and costs ~$1/month
- sdk.mrf.io adds 219ms and costs ~$1/month
- Google Tag Manager adds 210ms and costs ~$1/month
100% 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
Unattributable takes 2449ms 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.wnd.com takes 1350ms 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
c.adsco.re takes 945ms 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
unknownidea.com takes 733ms 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
d3lcz8vpax4lo2.cloudfront.net takes 544ms 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 335ms 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 292ms 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
unknownidea.com takes 291ms 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
jsc.mgid.com takes 282ms 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
90% of jsc.mgid.com'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
d3lcz8vpax4lo2.cloudfront.net takes 272ms 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
72% of d3lcz8vpax4lo2.cloudfront.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
www.gstatic.com takes 258ms 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
67% of www.gstatic.com'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
cdn.engine.4dsply.com takes 251ms 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
60% of cdn.engine.4dsply.com'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
rumble.com takes 224ms 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
sdk.mrf.io takes 219ms 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 210ms 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
66% of cdn.izooto.com'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
67% of imasdk.googleapis.com'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
52% of rumble.com'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
58% of cdn.userway.org'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
63% of pagead2.googlesyndication.com'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
78% of rumble.com'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