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.
3.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.31 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.098
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.79 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.
18.32 s
Page Load Progression
FPage Weight BudgetAction7.3 MB transferred, 81 requestsFIX
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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction16978ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.here.com/_next/static/chunks/2f4795b2-a291ac5e844adca2.js | 10758ms | 9016ms | 28ms | 3rd |
| Unattributable | 1767ms | 142ms | 0ms | 3rd |
| https://www.here.com/_next/static/chunks/552-ea968a77fab22b45.js | 1746ms | 1392ms | 16ms | 3rd |
| https://www.here.com/ | 1707ms | 128ms | 367ms | 3rd |
| https://www.here.com/_next/static/chunks/279-61f25823861eb048.js | 418ms | 150ms | 11ms | 3rd |
| https://app-ab31.marketo.com/js/forms2/js/forms2.min.js | 229ms | 152ms | 19ms | 3rd |
| https://www.here.com/_next/static/chunks/844-97e49dc3b5e571a7.js | 196ms | 186ms | 9ms | 3rd |
| https://www.here.com/_next/static/chunks/494-c70bcdb9608f1fbf.js | 91ms | 69ms | 21ms | 3rd |
| https://tags.tiqcdn.com/utag/here/herecomcorporate/prod/utag.js | 68ms | 46ms | 21ms | 3rd |
DPage Weight InventoryAction81 resources · 7.3 MB · 212 KB savings availableFIX
~212.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 81 resources | 7.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization21 images, 0 KB saveableREVIEW
CJS BundlesAction25 scripts, 212 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://app-ab31.marketo.com/js/forms2/js/forms2.min.js | 68 KB | 52 KB (77%) | ✓ | 3rd |
| https://www.here.com/_next/static/chunks/494-c70bcdb9608f1fbf.js | 58 KB | 49 KB (87%) | ✓ | 3rd |
| https://tags.tiqcdn.com/utag/here/herecomcorporate/prod/utag.js | 52 KB | 29 KB (57%) | ✓ | 3rd |
| https://www.here.com/_next/static/chunks/279-61f25823861eb048.js | 56 KB | 28 KB (52%) | ✓ | 3rd |
| https://www.here.com/_next/static/chunks/844-97e49dc3b5e571a7.js | 36 KB | 27 KB (80%) | ✓ | 3rd |
| https://www.here.com/_next/static/chunks/47-9d239b5a5ffa1436.js | 77 KB | 27 KB (36%) | ✓ | 3rd |
| https://www.here.com/_next/static/chunks/main-app-9a01273a7f2f0984.js | 2 KB | — | ✓ | 3rd |
| https://www.here.com/_next/static/chunks/webpack-e0bdb825c0cd90da.js | 4 KB | — | ✓ | 3rd |
| https://www.here.com/_next/static/chunks/890-8e1f839b04419223.js | 12 KB | — | ✓ | 3rd |
| https://www.here.com/_next/static/chunks/app/%5B%5B...slug%5D%5D/error-ca859e56bace307b.js | 4 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
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+Font Loading7 fonts (788 KB)PASS
Web fonts
7
788 KB total
Render-blocking
0
of 7
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
- 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 ~380 KB and ~760 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints13 hints, 0 missing preconnectsPASS
Current Resource Hints
13 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall81 requests over 4734msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.here.com www.here.com | Other | 10758ms | 55 KB | — | €117/mo | Costly |
Unattributable Unattributable | Other | 1767ms | 0 KB | — | €19/mo | Costly |
www.here.com www.here.com | Other | 1746ms | 47 KB | — | €19/mo | Costly |
www.here.com www.here.com | Other | 1707ms | 42 KB | — | €19/mo | Costly |
www.here.com www.here.com | Other | 418ms | 56 KB | 52% | €5/mo | Costly |
app-ab31.marketo.com app-ab31.marketo.com | Other | 229ms | 68 KB | 77% | €2/mo | Costly |
www.here.com www.here.com | Other | 196ms | 36 KB | 80% | €2/mo | Optional |
www.here.com www.here.com | Other | 91ms | 58 KB | 87% | €1/mo | Optional |
tags.tiqcdn.com tags.tiqcdn.com | Other | 68ms | 52 KB | 57% | €1/mo | Optional |
These scripts may cost more than they're worth
- www.here.com adds 10758ms and costs ~€117/month
- Unattributable adds 1767ms and costs ~€19/month
- www.here.com adds 1746ms and costs ~€19/month
- www.here.com adds 1707ms and costs ~€19/month
- www.here.com adds 418ms and costs ~€5/month
- app-ab31.marketo.com adds 229ms and costs ~€2/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.here.com takes 10758ms 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 1767ms 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
www.here.com takes 1746ms 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
www.here.com takes 1707ms 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
www.here.com takes 418ms 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
52% of www.here.com'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
app-ab31.marketo.com takes 229ms 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
77% of app-ab31.marketo.com'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
80% of www.here.com'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
87% of www.here.com'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
57% of tags.tiqcdn.com'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