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.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
351 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.053
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.08 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.
3.56 s
Page Load Progression
FPage Weight BudgetAction8.5 MB transferred, 72 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
DJS Execution CostAction2800ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.here.com/_next/static/chunks/2f4795b2-a291ac5e844adca2.js | 1079ms | 809ms | 3ms | 3rd |
| https://www.here.com/_next/static/chunks/552-ea968a77fab22b45.js | 670ms | 569ms | 4ms | 3rd |
| https://www.here.com/ | 457ms | 35ms | 107ms | 3rd |
| Unattributable | 319ms | 32ms | 0ms | 3rd |
| https://www.here.com/_next/static/chunks/279-61f25823861eb048.js | 123ms | 36ms | 3ms | 3rd |
| https://www.here.com/_next/static/chunks/app/%5B%5B...slug%5D%5D/page-4c687db32cea016b.js | 96ms | 25ms | 4ms | 3rd |
| https://app-ab31.marketo.com/js/forms2/js/forms2.min.js | 56ms | 35ms | 5ms | 3rd |
DPage Weight InventoryAction72 resources · 8.5 MB · 212 KB savings availableFIX
~212.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 72 resources | 8.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization12 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/47-9d239b5a5ffa1436.js | 77 KB | 28 KB (37%) | ✓ | 3rd |
| https://www.here.com/_next/static/chunks/844-97e49dc3b5e571a7.js | 36 KB | 27 KB (80%) | ✓ | 3rd |
| https://www.here.com/_next/static/chunks/279-61f25823861eb048.js | 56 KB | 27 KB (50%) | ✓ | 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 HintsNo optimization neededPASS
Network Waterfall72 requests over 2994msINFO
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 | 1079ms | 55 KB | — | €12/mo | Costly |
www.here.com www.here.com | Other | 670ms | 47 KB | — | €7/mo | Costly |
www.here.com www.here.com | Other | 457ms | 42 KB | — | €5/mo | Costly |
Unattributable Unattributable | Other | 319ms | 0 KB | — | €3/mo | Costly |
www.here.com www.here.com | Other | 123ms | 56 KB | 50% | €1/mo | Optional |
www.here.com www.here.com | Other | 96ms | 33 KB | — | €1/mo | Optional |
app-ab31.marketo.com app-ab31.marketo.com | Other | 56ms | 68 KB | 77% | €1/mo | Optional |
These scripts may cost more than they're worth
- www.here.com adds 1079ms and costs ~€12/month
- www.here.com adds 670ms and costs ~€7/month
- www.here.com adds 457ms and costs ~€5/month
- Unattributable adds 319ms 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.here.com takes 1079ms 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 670ms 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 457ms 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 319ms 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
50% 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
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