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.
1.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
933 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.058
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.26 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.
11.69 s
Page Load Progression
FPage Weight BudgetAction11.2 MB transferred, 289 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 CostAction5558ms 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 | 1651ms | 296ms | 3ms | 1st |
| https://www.twilio.com/en-us | 749ms | 109ms | 52ms | 1st |
| Unattributable | 596ms | 74ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5JLZ694 | 371ms | 310ms | 26ms | 3rd |
| https://euob.powerrobotflower.com/sxp/i/40532d5df9f288cf593998bcff0654c9.js | 361ms | 309ms | 6ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-751085158&cx=c>m=4e6460 | 281ms | 264ms | 13ms | 3rd |
| https://www.datadoghq-browser-agent.com/us1/v6/datadog-rum.js | 243ms | 200ms | 6ms | 3rd |
| https://js.qualified.com/qualified.js?token=zCnvhQFqeieM7u15 | 220ms | 140ms | 48ms | 3rd |
| https://assets.adobedtm.com/a62564f453ce/b1b9d7ec982b/launch-29605e749a31.min.js | 190ms | 171ms | 9ms | 3rd |
| https://www.datadoghq-browser-agent.com/us1/v6/chunks/recorder-19282efda1d9e1eef3f9-datadog-rum.js | 182ms | 181ms | 1ms | 3rd |
Showing top 10 of 19 scripts
FJS BundlesAction91 scripts, 1.8 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/gtag/js?id=DC-11875831&cx=c>m=4e6460 | 130 KB | 56 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5JLZ694 | 195 KB | 55 KB (28%) | ✓ | 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 Impact53% third-party, 0 ms blockingREVIEW
CImage OptimizationAction61 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.
Performance issues directly impact user engagement and conversion rates.
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 Loading9 fonts (814 KB)PASS
Web fonts
9
814 KB total
Render-blocking
0
of 9
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
AHTTP Cachingmax-age=300 (5 minutes)PASS
max-age=300
| Directive | Value | Meaning |
|---|---|---|
| max-age | 300 | Cache for 5 minutes |
Network Waterfall289 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 | 596ms | 0 KB | — | €10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 371ms | 195 KB | 28% | €6/mo | Costly |
euob.powerrobotflower.com euob.powerrobotflower.com | Other | 361ms | 45 KB | — | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 281ms | 133 KB | 41% | €5/mo | Costly |
www.datadoghq-browser-agent.com www.datadoghq-browser-agent.com | Other | 243ms | 58 KB | — | €4/mo | Costly |
js.qualified.com js.qualified.com | Other | 220ms | 370 KB | 73% | €4/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 190ms | 76 KB | 35% | €3/mo | Optional |
www.datadoghq-browser-agent.com www.datadoghq-browser-agent.com | Other | 182ms | 9 KB | — | €3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 89ms | 39 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 83ms | 172 KB | 37% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 75ms | 147 KB | 36% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 75ms | 130 KB | 43% | €1/mo | Optional |
cdn.siftscience.com cdn.siftscience.com | Other | 61ms | 20 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 53ms | 137 KB | 39% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 596ms and costs ~€10/month
- Google Tag Manager adds 371ms and costs ~€6/month
- euob.powerrobotflower.com adds 361ms and costs ~€6/month
- Google Tag Manager adds 281ms and costs ~€5/month
- www.datadoghq-browser-agent.com adds 243ms and costs ~€4/month
- js.qualified.com adds 220ms and costs ~€4/month
52% 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 596ms 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 371ms 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 361ms 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 281ms 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 243ms 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 220ms 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