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.
1.98 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
111 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.256
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.98 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.
8.23 s
Page Load Progression
FPage Weight BudgetAction6.5 MB transferred, 229 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
DJS Execution CostAction2313ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 743ms | 400ms | 0ms | 3rd |
| https://www.wnd.com/ | 444ms | 97ms | 16ms | 3rd |
| https://d3lcz8vpax4lo2.cloudfront.net/header-tags/888d9f08-6811-40ec-95fc-ac103c950648/63335c99-949c-455a-bbaf-a07f36c0429e-hb.js | 256ms | 226ms | 5ms | 3rd |
| https://c.adsco.re/ | 93ms | 65ms | 2ms | 3rd |
| https://jsc.mgid.com/site/981558.js | 84ms | 42ms | 28ms | 3rd |
| https://d3lcz8vpax4lo2.cloudfront.net/files/instibid/888d9f08-6811-40ec-95fc-ac103c950648/63335c99-949c-455a-bbaf-a07f36c0429e.js | 69ms | 55ms | 11ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 69ms | 42ms | 27ms | 3rd |
| https://cdn.engine.4dsply.com/Scripts/infinity.js.aspx?guid=1ca8c582-0534-4df2-a948-d9ea30727227 | 68ms | 62ms | 4ms | 3rd |
| https://unknownidea.com/files/oay6df9ed14tn1folal20us4qrp91my57bthlfci/ConsentManager | 68ms | 48ms | 15ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-W2JD0J5TVM | 64ms | 52ms | 9ms | 3rd |
Showing top 10 of 16 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/63335c99-949c-455a-bbaf-a07f36c0429e.js | 164 KB | 120 KB (73%) | ✓ | 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 | 189 KB | 80 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NKJ7963MRZ&l=retirelyDataLayer>ag_name=retirelyGtag | 158 KB | 73 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PRRJGSG9MK&cx=c>m=4e64k1 | 178 KB | 66 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 InventoryAction229 resources · 6.5 MB · 1.4 MB savings availableFIX
~1.4 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 229 resources | 6.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction57 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
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 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: Cloudflare
Network Waterfall229 requests over 5904msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 743ms | 0 KB | — | $4/mo | Costly |
www.wnd.com www.wnd.com | Other | 444ms | 97 KB | — | $3/mo | Costly |
d3lcz8vpax4lo2.cloudfront.net d3lcz8vpax4lo2.cloudfront.net | Other | 256ms | 28 KB | — | $1/mo | Costly |
c.adsco.re c.adsco.re | Other | 93ms | 35 KB | — | $1/mo | Optional |
jsc.mgid.com jsc.mgid.com | Other | 84ms | 0 KB | 90% | $0/mo | Optional |
d3lcz8vpax4lo2.cloudfront.net d3lcz8vpax4lo2.cloudfront.net | Other | 69ms | 164 KB | 73% | $0/mo | Optional |
www.gstatic.com www.gstatic.com | Other | 69ms | 362 KB | 67% | $0/mo | Optional |
cdn.engine.4dsply.com cdn.engine.4dsply.com | Other | 68ms | 44 KB | 55% | $0/mo | Optional |
unknownidea.com unknownidea.com | Other | 68ms | 189 KB | 44% | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 64ms | 144 KB | 39% | $0/mo | Optional |
unknownidea.com unknownidea.com | Other | 61ms | 89 KB | 45% | $0/mo | Optional |
cdn.userway.org cdn.userway.org | Other | 60ms | 48 KB | 57% | $0/mo | Optional |
rumble.com rumble.com | Other | 60ms | 11 KB | — | $0/mo | Optional |
sdk.mrf.io sdk.mrf.io | Other | 58ms | 42 KB | — | $0/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 58ms | 26 KB | — | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 57ms | 178 KB | 37% | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 743ms and costs ~$4/month
- www.wnd.com adds 444ms and costs ~$3/month
- d3lcz8vpax4lo2.cloudfront.net adds 256ms 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 743ms 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 444ms 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 256ms 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
73% 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
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
55% 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
57% 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