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.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.71 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.17 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.72 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS BundlesAction7 scripts, 347 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.openstreetmap.org/assets/application-c54179f4131c35c0bda3948cb81c345c2da4a81d7ed270b94c70dc2ae7a1dda8.js | 490 KB | 318 KB (65%) | ✗ | 3rd |
| https://www.openstreetmap.org/assets/turbo-ddc44468c3f2a177272c2635e622ef6a909e2fa74c250a9f98a31a94a87d1d29.js | 35 KB | 30 KB (84%) | ✗ | 3rd |
| https://www.openstreetmap.org/assets/index-e3ac32a59914bec0aac759b752393239d44d5f9baf1cc067af403f1f03b77e14.js | 44 KB | — | ✓ | 3rd |
| https://www.openstreetmap.org/assets/i18n/en-dd1b503e1e8daf7760ea43a9cfa0866825e87e455d6f6a0d661aad6536be460d.js | 10 KB | — | ✗ | 3rd |
| blob:https://www.openstreetmap.org/208acaeb-e84b-42ac-b6ac-bce6035fd229 | -0 KB | — | ✓ | 3rd |
| https://www.openstreetmap.org/assets/make-plural/cardinals-cbbf892e6bf25f4dbbcf7776eee157ce78502c06a15a02ad32ca39aecfc50867.js | 2 KB | — | ✓ | 3rd |
| https://matomo.openstreetmap.org/matomo.js | 19 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
DPage Weight InventoryAction58 resources · 1.4 MB · 347 KB savings availableFIX
~347.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 58 resources | 1.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.4 MB transferred, 58 requestsREVIEW
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
BImage Optimization38 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost485ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.openstreetmap.org/assets/application-c54179f4131c35c0bda3948cb81c345c2da4a81d7ed270b94c70dc2ae7a1dda8.js | 248ms | 139ms | 68ms | 3rd |
| Unattributable | 128ms | 4ms | 0ms | 3rd |
| https://www.openstreetmap.org/assets/turbo-ddc44468c3f2a177272c2635e622ef6a909e2fa74c250a9f98a31a94a87d1d29.js | 54ms | 6ms | 0ms | 3rd |
| https://www.openstreetmap.org/ | 54ms | 1ms | 0ms | 3rd |
A+Font Loading1 fonts (131 KB)PASS
Web fonts
1
131 KB total
Render-blocking
0
of 1
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
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 ~66 KB and ~132 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall58 requests over 2052msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.openstreetmap.org www.openstreetmap.org | Other | 248ms | 490 KB | 65% | $3/mo | Costly |
Unattributable Unattributable | Other | 128ms | 0 KB | — | $2/mo | Optional |
www.openstreetmap.org www.openstreetmap.org | Other | 54ms | 35 KB | 84% | $1/mo | Optional |
www.openstreetmap.org www.openstreetmap.org | Other | 54ms | 8 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.openstreetmap.org adds 248ms and costs ~$3/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.openstreetmap.org takes 248ms 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
65% of www.openstreetmap.org'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
84% of www.openstreetmap.org'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