Performance
· 14 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.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
12.77 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.038
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
24.84 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.
79.69 s
Page Load Progression
FPage Weight BudgetAction13.5 MB transferred, 279 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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 ImpactAction91% third-party, 0 ms blockingFIX
FJS Execution CostAction164348ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.cloudflare.com/_willow/index.astro_astro_type_script_index_0_lang.ButtCGcI.js | 119657ms | 39512ms | 2ms | 1st |
| https://www.cloudflare.com/ | 33082ms | 796ms | 20ms | 1st |
| Unattributable | 5183ms | 199ms | 0ms | 3rd |
| https://js.qualified.com/qualified.js?token=37pXYrro6wCZbsU7 | 962ms | 627ms | 188ms | 3rd |
| https://ot.www.cloudflare.com/ot/scripttemplates/202503.1.0/otBannerSdk.js | 627ms | 544ms | 70ms | 3rd |
| https://cdn.bizible.com/scripts/bizible.js | 546ms | 469ms | 11ms | 3rd |
| https://www.cloudflare.com/_willow/index.sGmLo0nR.js | 519ms | 438ms | 1ms | 1st |
| https://challenges.cloudflare.com/turnstile/v0/api.js | 508ms | 495ms | 7ms | 3rd |
| https://www.cloudflare.com/go9u/ | 388ms | 277ms | 76ms | 1st |
| https://www.cloudflare.com/go9u/gtd?id=G-SQCRB0TXZW&cx=c>m=4e6420h2 | 366ms | 231ms | 132ms | 1st |
Showing top 10 of 25 scripts
FJS BundlesAction67 scripts, 743 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://js.qualified.com/qualified.js?token=37pXYrro6wCZbsU7 | 370 KB | 267 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NDGPDFZ | 161 KB | 100 KB (62%) | ✓ | 3rd |
| https://ot.www.cloudflare.com/ot/scripttemplates/202503.1.0/otBannerSdk.js | 110 KB | 72 KB (65%) | ✓ | 3rd |
| https://www.cloudflare.com/go9u/gtd?id=G-SQCRB0TXZW&cx=c>m=4e6420h2 | 170 KB | 70 KB (41%) | ✓ | 1st |
| https://www.cloudflare.com/go9u/?id=DC-9309168&cx=c>m=4e6420h2 | 136 KB | 65 KB (48%) | ✓ | 1st |
| https://www.cloudflare.com/go9u/?id=DC-9973066&cx=c>m=4e6420h2 | 134 KB | 65 KB (49%) | ✓ | 1st |
| https://www.cloudflare.com/go9u/ | 169 KB | 63 KB (37%) | ✓ | 1st |
| https://www.cloudflare.com/_willow/index.astro_astro_type_script_index_0_lang.ButtCGcI.js | 78 KB | 41 KB (53%) | ✓ | 1st |
| https://www.cloudflare.com/_willow/CardCarousel.DGZ7_ldQ.js | 2 KB | — | ✓ | 1st |
| blob:https://challenges.cloudflare.com/b1f71840-5ac8-4950-9b22-65a507b0d545 | -0 KB | — | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction77 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (496 KB)PASS
Web fonts
6
496 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~163 KB and ~326 ms
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 Waterfall279 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 5183ms | 0 KB | — | $69/mo | Costly |
js.qualified.com js.qualified.com | Other | 962ms | 370 KB | 73% | $13/mo | Costly |
ot.www.cloudflare.com ot.www.cloudflare.com | Other | 627ms | 110 KB | 65% | $8/mo | Costly |
cdn.bizible.com cdn.bizible.com | Other | 546ms | 25 KB | — | $7/mo | Costly |
challenges.cloudflare.com challenges.cloudflare.com | Other | 508ms | 0 KB | — | $7/mo | Costly |
ot.www.cloudflare.com ot.www.cloudflare.com | Other | 270ms | 8 KB | — | $4/mo | Costly |
tag.demandbase.com tag.demandbase.com | Other | 166ms | 19 KB | — | $2/mo | Optional |
js.adsrvr.org js.adsrvr.org | Other | 154ms | 11 KB | — | $2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 151ms | 19 KB | — | $2/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 138ms | 13 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 110ms | 161 KB | 62% | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 102ms | 16 KB | — | $1/mo | Optional |
js.adsrvr.org js.adsrvr.org | Other | 82ms | 11 KB | — | $1/mo | Optional |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 67ms | 11 KB | — | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 64ms | 15 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 5183ms and costs ~$69/month
- js.qualified.com adds 962ms and costs ~$13/month
- ot.www.cloudflare.com adds 627ms and costs ~$8/month
- cdn.bizible.com adds 546ms and costs ~$7/month
- challenges.cloudflare.com adds 508ms and costs ~$7/month
- ot.www.cloudflare.com adds 270ms and costs ~$4/month
Unattributable takes 5183ms 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
js.qualified.com takes 962ms 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
73% of js.qualified.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
ot.www.cloudflare.com takes 627ms 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
65% of ot.www.cloudflare.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.bizible.com takes 546ms 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
challenges.cloudflare.com takes 508ms 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
ot.www.cloudflare.com takes 270ms 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
62% of Google Tag Manager'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