Performance
· 17 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.70 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.84 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.071
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.70 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.
1.84 s
Page Load Progression
BThird-Party Impact49% third-party, 0 ms blockingREVIEW
A+Page Weight Budget76 KB transferred, 15 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+JS Execution Cost366ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 135ms | 9ms | 0ms | 3rd |
| https://m.servedby-buysellads.com/monetization.custom.js | 121ms | 19ms | 2ms | 3rd |
| https://js.org/ | 110ms | 12ms | 1ms | 1st |
A+Font Loading2 fonts (30 KB)PASS
Web fonts
2
30 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+JS Bundles4 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://js.org/main.js | 1 KB | — | ✓ | 1st |
| https://m.servedby-buysellads.com/monetization.custom.js | 7 KB | — | ✓ | 3rd |
| https://cdn.carbonads.com/carbon.js?serve=CESD4K3E&placement=jsorg | 10 KB | — | ✓ | 3rd |
| https://api.github.com/repos/js-org/js.org?callback=cb_qu75vu8b8y | 3 KB | — | ✓ | 3rd |
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
APage Weight Inventory15 resources · 76 KB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 15 resources | 75.9 KiB | ||||||
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=600 (10 minutes)PASS
max-age=600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 600 | Cache for 10 minutes |
Network Waterfall15 requests over 964msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 135ms | 0 KB | — | €1/mo | Optional |
m.servedby-buysellads.com m.servedby-buysellads.com | Other | 121ms | 7 KB | — | €1/mo | Optional |
70% 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