Performance
· 15 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.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.76 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
84 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.43 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.80 s
Page Load Progression
DThird-Party ImpactAction97% third-party, 0 ms blockingFIX
BImage Optimization26 images, 0 KB saveableREVIEW
CJS Execution CostAction1170ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://ixdf.org/ | 369ms | 8ms | 2ms | 1st |
| https://t.ixdf.org/gtag/js?id=G-WP2YP70Z2X&cx=c>m=4e64k1 | 267ms | 227ms | 23ms | 3rd |
| Unattributable | 234ms | 12ms | 0ms | 3rd |
| https://assets.interaction-design.org/build/assets/bugsnag-1RJHgweM.js | 177ms | 56ms | 0ms | 3rd |
| https://t.ixdf.org/gtm.js?id=GTM-KJ8XGB | 122ms | 101ms | 19ms | 3rd |
BJS Bundles46 scripts, 118 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://t.ixdf.org/gtag/js?id=G-WP2YP70Z2X&cx=c>m=4e64k1 | 171 KB | 60 KB (35%) | ✓ | 3rd |
| https://t.ixdf.org/gtm.js?id=GTM-KJ8XGB | 156 KB | 58 KB (37%) | ✓ | 3rd |
| https://assets.interaction-design.org/build/assets/course-DfCRK5qh.js | 1 KB | — | ✓ | 3rd |
| https://assets.interaction-design.org/build/assets/button-DU36gPX9.js | 2 KB | — | ✓ | 3rd |
| https://assets.interaction-design.org/build/assets/notification-f2Rm4oS7.js | 2 KB | — | ✓ | 3rd |
| https://assets.interaction-design.org/build/assets/spinner--AwVl_E8.js | 1 KB | — | ✓ | 3rd |
| https://assets.interaction-design.org/build/assets/auth-S67ULf_r.js | 1 KB | — | ✓ | 3rd |
| https://assets.interaction-design.org/build/assets/cookie-RmvTIN1d.js | 1 KB | — | ✓ | 3rd |
| https://assets.interaction-design.org/build/assets/smoothAnchor-Bdh_NRTq.js | 1 KB | — | ✓ | 3rd |
| https://assets.interaction-design.org/build/assets/cssVariables-Bz9wRQEm.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
BHTTP Cachingno-cache, privateREVIEW
no-cache, private
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| private | — | Only browser cache, not CDN/proxy |
APage Weight Budget1002 KB transferred, 85 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (43 KB)PASS
Web fonts
2
43 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory85 resources · 1002 KB · 118 KB savings availablePASS
~118.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 85 resources | 1001.9 KiB | ||||||
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall85 requests over 2540msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
t.ixdf.org t.ixdf.org | Other | 267ms | 171 KB | 35% | $4/mo | Costly |
Unattributable Unattributable | Other | 234ms | 0 KB | — | $3/mo | Costly |
assets.interaction-design.org assets.interaction-design.org | Other | 177ms | 16 KB | — | $2/mo | Optional |
t.ixdf.org t.ixdf.org | Other | 122ms | 156 KB | 37% | $2/mo | Optional |
These scripts may cost more than they're worth
- t.ixdf.org adds 267ms and costs ~$4/month
- Unattributable adds 234ms 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
t.ixdf.org takes 267ms 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
Unattributable takes 234ms 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