Performance
· 16 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.
10.72 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
28.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.72 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.044
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.72 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.
28.51 s
Page Load Progression
FPage Weight BudgetAction5.2 MB transferred, 87 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
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
DThird-Party ImpactAction99% third-party, 0 ms blockingFIX
FJS Execution CostAction6142ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1202ms | 192ms | 0ms | 3rd |
| https://ob.df1.backblaze.com/i/97c5d149fbecccd7dc763df5144f84d6.js | 824ms | 571ms | 11ms | 3rd |
| https://js.qualified.com/qualified.js?token=zhPjbcqdXS74bK3y | 750ms | 484ms | 239ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 428ms | 304ms | 54ms | 3rd |
| https://www.backblaze.com/ | 416ms | 98ms | 21ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-N9N283 | 379ms | 311ms | 57ms | 3rd |
| https://cdn.prod.website-files.com/63d32de856f6323a43a277f2/js/backblaze-staging.ce45de3f.db45d0c98cc79119.js | 377ms | 44ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-KKNKYMVB92&cx=c>m=4e6460 | 344ms | 288ms | 53ms | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js | 297ms | 80ms | 5ms | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js | 262ms | 54ms | 8ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction20 scripts, 1.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 852 KB | 573 KB (67%) | ✓ | 3rd |
| https://js.qualified.com/qualified.js?token=zhPjbcqdXS74bK3y | 370 KB | 268 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N9N283 | 172 KB | 77 KB (45%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128 KB | 68 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-KKNKYMVB92&cx=c>m=4e6460 | 165 KB | 67 KB (40%) | ✓ | 3rd |
| https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js | 30 KB | 23 KB (76%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9 KB | — | ✓ | 3rd |
| https://www.google.com/recaptcha/api.js | 1 KB | — | ✓ | 3rd |
| https://cdn.prod.website-files.com/63d32de856f6323a43a277f2/js/backblaze-staging.schunk.a587b29c739e8999.js | 21 KB | — | ✓ | 3rd |
| https://cdn.prod.website-files.com/63d32de856f6323a43a277f2/js/backblaze-staging.ce45de3f.db45d0c98cc79119.js | 1 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
CImage OptimizationAction21 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.
Performance issues directly impact user engagement and conversion rates.
A+Text CompressionAll text resources are compressedPASS
A+Font Loading17 fonts (1101 KB)PASS
Web fonts
17
1101 KB total
Render-blocking
0
of 17
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- 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 ~329 KB and ~658 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 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
A+HTTP Cachingmax-age=14400 (4 hours)PASS
max-age=14400
| Directive | Value | Meaning |
|---|---|---|
| max-age | 14400 | Cache for 4 hours |
Network Waterfall87 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 | 1202ms | 0 KB | — | €19/mo | Costly |
ob.df1.backblaze.com ob.df1.backblaze.com | Other | 824ms | 45 KB | — | €13/mo | Costly |
js.qualified.com js.qualified.com | Other | 750ms | 370 KB | 73% | €12/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 428ms | 128 KB | 53% | €7/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 379ms | 172 KB | 45% | €6/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 377ms | 1 KB | — | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 344ms | 165 KB | 40% | €6/mo | Costly |
cdnjs cdnjs.cloudflare.com | CDN | 297ms | 16 KB | — | €5/mo | Costly |
cdnjs cdnjs.cloudflare.com | CDN | 262ms | 26 KB | — | €4/mo | Costly |
obs.df1.backblaze.com obs.df1.backblaze.com | Other | 241ms | 2 KB | — | €4/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 232ms | 852 KB | 67% | €4/mo | Costly |
d3e54v103j8qbb.cloudfront.net d3e54v103j8qbb.cloudfront.net | Other | 193ms | 30 KB | — | €3/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 86ms | 21 KB | — | €1/mo | Optional |
cdn.schemaapp.com cdn.schemaapp.com | Other | 56ms | 12 KB | — | €1/mo | Optional |
ajax.googleapis.com ajax.googleapis.com | Other | 55ms | 30 KB | 76% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1202ms and costs ~€19/month
- ob.df1.backblaze.com adds 824ms and costs ~€13/month
- js.qualified.com adds 750ms and costs ~€12/month
- Google Tag Manager adds 379ms and costs ~€6/month
- cdn.prod.website-files.com adds 377ms and costs ~€6/month
- Google Tag Manager adds 344ms and costs ~€6/month
- cdnjs adds 297ms and costs ~€5/month
- cdnjs adds 262ms and costs ~€4/month
- obs.df1.backblaze.com adds 241ms and costs ~€4/month
- www.gstatic.com adds 232ms and costs ~€4/month
93% 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 1202ms 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
ob.df1.backblaze.com takes 824ms 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 750ms 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
53% of OneTrust'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 379ms 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
cdn.prod.website-files.com takes 377ms 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 344ms 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
cdnjs takes 297ms 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
cdnjs takes 262ms 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
obs.df1.backblaze.com takes 241ms 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.gstatic.com takes 232ms 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
76% of ajax.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