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.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.08 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
14.97 s
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.76 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.
21.69 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction20086ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.iso.org/cdn-cgi/challenge-platform/h/g/orchestrate/chl_page/v1?ray=9ed5245bffc49875 | 18883ms | 18606ms | 29ms | 3rd |
| Unattributable | 849ms | 200ms | 0ms | 3rd |
| https://www.iso.org/ | 184ms | 20ms | 3ms | 3rd |
| https://challenges.cloudflare.com/turnstile/v0/g/b0a7532ac8ec/api.js?onload=cFyL2&render=explicit | 104ms | 59ms | 13ms | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 66ms | 45ms | 6ms | 3rd |
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget514 KB transferred, 23 requestsPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization3 images, 0 KB saveablePASS
A+Font LoadingNo web fonts (system fonts)PASS
A+JS Bundles9 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 11 KB | — | ✓ | 3rd |
| https://www.iso.org/cdn-cgi/challenge-platform/h/g/orchestrate/chl_page/v1?ray=9ed5245bffc49875 | 70 KB | — | ✓ | 3rd |
| blob:https://www.iso.org/4be679bc-edb7-4383-ab9e-927a2ff9e95e | 0 KB | — | ✓ | 3rd |
| https://challenges.cloudflare.com/turnstile/v0/g/b0a7532ac8ec/api.js?onload=cFyL2&render=explicit | 17 KB | — | ✓ | 3rd |
| blob:https://www.iso.org/e8253caa-ea77-45b2-be1a-6d60449f018a | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/4ba8f266-130f-4cca-b261-c5f4c8a32e86 | 0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/505cbb18-81a9-4590-b6af-396e2f6bf293 | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/505cbb18-81a9-4590-b6af-396e2f6bf293 | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/1fb50346-e627-49d6-932d-97230b2bf989 | -0 KB | — | ✓ | 3rd |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory23 resources · 514 KB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 23 resources | 514.4 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall23 requests over 4121msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.iso.org www.iso.org | Other | 18883ms | 70 KB | — | CHF298/mo | Costly |
Unattributable Unattributable | Other | 849ms | 0 KB | — | CHF13/mo | Costly |
www.iso.org www.iso.org | Other | 184ms | 4 KB | — | CHF3/mo | Optional |
challenges.cloudflare.com challenges.cloudflare.com | Other | 104ms | 17 KB | — | CHF2/mo | Optional |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 66ms | 11 KB | — | CHF1/mo | Optional |
These scripts may cost more than they're worth
- www.iso.org adds 18883ms and costs ~CHF298/month
- Unattributable adds 849ms and costs ~CHF13/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.iso.org takes 18883ms 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 849ms 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