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.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
32.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.25 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.372
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
19.39 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.
51.76 s
Page Load Progression
FPage Weight BudgetAction11.1 MB transferred, 290 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
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
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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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
FJS Execution CostAction22980ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.twilio.com/etc.clientlibs/twilio-foundation/clientlibs/clientlib-dynamic-modules/resources/7941.84fb182c4d4df94034ad.js | 7083ms | 1288ms | 12ms | 1st |
| Unattributable | 2388ms | 289ms | 0ms | 3rd |
| https://www.twilio.com/en-us | 2298ms | 398ms | 204ms | 1st |
| https://assets.adobedtm.com/a62564f453ce/b1b9d7ec982b/launch-29605e749a31.min.js | 1765ms | 1497ms | 44ms | 3rd |
| https://www.twilio.com/etc.clientlibs/twilio-foundation/clientlibs/clientlib-dynamic-modules/resources/5874.c1d494a1c6eb384691be.js | 1192ms | 157ms | 30ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-751085158&cx=c>m=4e6460 | 1167ms | 1099ms | 49ms | 3rd |
| https://euob.powerrobotflower.com/sxp/i/40532d5df9f288cf593998bcff0654c9.js | 903ms | 689ms | 16ms | 3rd |
| https://js.qualified.com/qualified.js?token=zCnvhQFqeieM7u15 | 832ms | 558ms | 178ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5JLZ694 | 585ms | 411ms | 123ms | 3rd |
| https://www.twilio.com/etc.clientlibs/twilio-foundation/clientlibs/clientlib-dynamic-modules/resources/6258.d80625dc86d76c53518b.js | 543ms | 442ms | 16ms | 1st |
Showing top 10 of 32 scripts
FJS BundlesAction92 scripts, 1.9 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.twilio.com/etc.clientlibs/twilio-foundation/clientlibs/clientlib-dynamic-modules/resources/4058.004333870fc70303393c.js | 868 KB | 603 KB (70%) | ✓ | 1st |
| https://js.qualified.com/qualified.js?token=zCnvhQFqeieM7u15 | 370 KB | 267 KB (73%) | ✓ | 3rd |
| https://www.twilio.com/etc.clientlibs/twilio-foundation/clientlibs/clientlib-dynamic-modules/resources/5874.c1d494a1c6eb384691be.js | 233 KB | 178 KB (77%) | ✓ | 1st |
| https://www.twilio.com/etc.clientlibs/twilio-foundation/clientlibs/clientlib-dynamic-modules/resources/4596.8fe2d1526ef31a5a634e.js | 208 KB | 134 KB (65%) | ✓ | 1st |
| https://www.twilio.com/etc.clientlibs/twilio-com/clientlibs/clientlib-site.lc-4750d7d000b27b3f16919e93029e86fe-lc.min.js | 125 KB | 88 KB (71%) | ✓ | 1st |
| https://www.twilio.com/etc.clientlibs/twilio-foundation/clientlibs/clientlib-site.lc-0ab2b9c0175216323d0ad407c7fab92e-lc.min.js | 126 KB | 80 KB (64%) | ✓ | 1st |
| https://www.twilio.com/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js | 100 KB | 64 KB (65%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-RRP8K4M4F3&cx=c>m=4e6460 | 172 KB | 64 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5JLZ694 | 195 KB | 56 KB (29%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-11875831&cx=c>m=4e6460 | 130 KB | 55 KB (43%) | ✓ | 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
BThird-Party Impact54% third-party, 0 ms blockingREVIEW
CImage OptimizationAction58 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (716 KB)PASS
Web fonts
7
716 KB total
Render-blocking
0
of 7
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 Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=300 (5 minutes)PASS
max-age=300
| Directive | Value | Meaning |
|---|---|---|
| max-age | 300 | Cache for 5 minutes |
Network Waterfall290 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 | 2388ms | 0 KB | — | €41/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 1765ms | 76 KB | 35% | €31/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1167ms | 133 KB | 41% | €20/mo | Costly |
euob.powerrobotflower.com euob.powerrobotflower.com | Other | 903ms | 45 KB | — | €16/mo | Costly |
js.qualified.com js.qualified.com | Other | 832ms | 370 KB | 73% | €14/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 585ms | 195 KB | 29% | €10/mo | Costly |
www.datadoghq-browser-agent.com www.datadoghq-browser-agent.com | Other | 473ms | 58 KB | 47% | €8/mo | Costly |
obseu.powerrobotflower.com obseu.powerrobotflower.com | Other | 467ms | 2 KB | — | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 322ms | 172 KB | 37% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 307ms | 147 KB | 36% | €5/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 219ms | 26 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 203ms | 130 KB | 43% | €4/mo | Costly |
cdn.siftscience.com cdn.siftscience.com | Other | 202ms | 20 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 193ms | 137 KB | 39% | €3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 184ms | 95 KB | 32% | €3/mo | Optional |
j.6sc.co j.6sc.co | Other | 173ms | 19 KB | — | €3/mo | Optional |
Segment cdn.segment.com | Analytics | 169ms | 1 KB | — | €3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 158ms | 39 KB | — | €3/mo | Optional |
consent.trustarc.com consent.trustarc.com | Other | 101ms | 10 KB | — | €2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 96ms | 19 KB | — | €2/mo | Optional |
tags.srv.stackadapt.com tags.srv.stackadapt.com | Other | 89ms | 8 KB | — | €2/mo | Optional |
consent.trustarc.com consent.trustarc.com | Other | 85ms | 4 KB | — | €1/mo | Optional |
analytics.silktide.com analytics.silktide.com | Other | 55ms | 16 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2388ms and costs ~€41/month
- assets.adobedtm.com adds 1765ms and costs ~€31/month
- Google Tag Manager adds 1167ms and costs ~€20/month
- euob.powerrobotflower.com adds 903ms and costs ~€16/month
- js.qualified.com adds 832ms and costs ~€14/month
- Google Tag Manager adds 585ms and costs ~€10/month
- www.datadoghq-browser-agent.com adds 473ms and costs ~€8/month
- obseu.powerrobotflower.com adds 467ms and costs ~€8/month
- Google Tag Manager adds 322ms and costs ~€6/month
- Google Tag Manager adds 307ms and costs ~€5/month
- Microsoft Clarity adds 219ms and costs ~€4/month
- Google Tag Manager adds 203ms and costs ~€4/month
- cdn.siftscience.com adds 202ms and costs ~€4/month
48% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 2388ms 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
assets.adobedtm.com takes 1765ms 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 1167ms 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
euob.powerrobotflower.com takes 903ms 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 832ms 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
Google Tag Manager takes 585ms 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.datadoghq-browser-agent.com takes 473ms 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
obseu.powerrobotflower.com takes 467ms 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 322ms 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 307ms 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 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 203ms 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.siftscience.com takes 202ms 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