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.
5.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.01 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.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.01 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.
5.01 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BJS Execution Cost604ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.embedgooglemap.net/ | 197ms | 4ms | 1ms | 3rd |
| Unattributable | 136ms | 7ms | 0ms | 3rd |
| https://www.embedgooglemap.net/js/common.js | 124ms | 55ms | 2ms | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js | 95ms | 57ms | 11ms | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/js/bootstrap.min.js | 53ms | 36ms | 17ms | 3rd |
A+Page Weight Budget583 KB transferred, 30 requestsPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization4 images, 0 KB saveablePASS
A+Font LoadingNo web fonts (system fonts)PASS
A+JS Bundles15 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js | 28 KB | — | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/js/bootstrap.min.js | 13 KB | — | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/bootstrap-slider.min.js | 8 KB | — | ✓ | 3rd |
| https://www.embedgooglemap.net/js/common.js | 3 KB | — | ✓ | 3rd |
| https://maps.gstatic.com/maps-api-v3/embed/js/64/9c/init_embed.js | 72 KB | — | ✓ | 3rd |
| https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en&callback=onApiLoad | 3 KB | — | ✓ | 3rd |
| https://maps.googleapis.com/maps-api-v3/api/js/64/9c/geometry.js | 3 KB | — | ✓ | 3rd |
| https://maps.googleapis.com/maps-api-v3/api/js/64/9c/search.js | 1 KB | — | ✓ | 3rd |
| https://maps.googleapis.com/maps-api-v3/api/js/64/9c/main.js | 83 KB | — | ✓ | 3rd |
| https://maps.googleapis.com/maps-api-v3/api/js/64/9c/common.js | 37 KB | — | ✓ | 3rd |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory30 resources · 583 KB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 30 resources | 582.6 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: Hetzner Online GmbH
Network Waterfall30 requests over 1511msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.embedgooglemap.net www.embedgooglemap.net | Other | 197ms | 5 KB | — | €2/mo | Optional |
Unattributable Unattributable | Other | 136ms | 0 KB | — | €1/mo | Optional |
www.embedgooglemap.net www.embedgooglemap.net | Other | 124ms | 3 KB | — | €1/mo | Optional |
cdnjs cdnjs.cloudflare.com | CDN | 95ms | 28 KB | — | €1/mo | Optional |
cdnjs cdnjs.cloudflare.com | CDN | 53ms | 13 KB | — | €1/mo | Optional |
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