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.62 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.62 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.
2.35 s
Page Load Progression
DThird-Party ImpactAction95% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.1 MB transferred, 28 requestsREVIEW
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
BJS Execution Cost591ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.prod.website-files.com/67ce28cfec624e2b733f8a52/js/ant-brand.schunk.9ebbe4e3f7d60657.js | 254ms | 51ms | 6ms | 3rd |
| https://www.anthropic.com/ | 190ms | 22ms | 3ms | 1st |
| Unattributable | 85ms | 25ms | 0ms | 3rd |
| https://cdn.intellimize.co/snippet/117895469.js | 62ms | 48ms | 8ms | 3rd |
BJS Bundles12 scripts, 150 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.intellimize.co/snippet/117895469.js | 85 KB | 54 KB (64%) | ✓ | 3rd |
| https://cdn.prod.website-files.com/67ce28cfec624e2b733f8a52/js/ant-brand.schunk.f2efb3c5440a81cf.js | 89 KB | 54 KB (61%) | ✓ | 3rd |
| https://cdn.prod.website-files.com/67ce28cfec624e2b733f8a52/js/ant-brand.schunk.9ebbe4e3f7d60657.js | 84 KB | 42 KB (50%) | ✓ | 3rd |
| https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=67ce28cfec624e2b733f8a52 | 31 KB | — | ✓ | 3rd |
| https://cdn.prod.website-files.com/67ce28cfec624e2b733f8a52/js/ant-brand.a2ef681e.469cb5551b8867a1.js | 1 KB | — | ✓ | 3rd |
| https://cdn.prod.website-files.com/gsap/3.14.2/gsap.min.js | 29 KB | — | ✓ | 3rd |
| https://cdn.prod.website-files.com/gsap/3.14.2/TextPlugin.min.js | 4 KB | — | ✓ | 3rd |
| https://cdn.prod.website-files.com/gsap/3.14.2/SplitText.min.js | 4 KB | — | ✓ | 3rd |
| https://cdn.prod.website-files.com/gsap/3.14.2/ScrollTrigger.min.js | 18 KB | — | ✓ | 3rd |
| https://www.anthropic.com/scripts/webflow-privacy-banner.js | 8 KB | — | ✗ | 1st |
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
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+Font Loading3 fonts (353 KB)PASS
Web fonts
3
353 KB total
Render-blocking
0
of 3
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 ~144 KB and ~288 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall28 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 |
|---|---|---|---|---|---|---|
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 254ms | 84 KB | 50% | €3/mo | Costly |
Unattributable Unattributable | Other | 85ms | 0 KB | — | €1/mo | Optional |
cdn.intellimize.co cdn.intellimize.co | Other | 62ms | 85 KB | 64% | €1/mo | Optional |
These scripts may cost more than they're worth
- cdn.prod.website-files.com adds 254ms and costs ~€3/month
68% 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
cdn.prod.website-files.com takes 254ms 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
64% of cdn.intellimize.co'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