Skip to content
https://Btours.Hammer3.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
92
GRADE
A
FIX
1
REVIEW
6
PASS
16
INFO
3

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

68
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

3.39 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

5.31 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

112 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.

5.55 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.39 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
26
16 PASS 6 REVIEW 1 FIX
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
Last-Modified header present

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Third-Party Impact
42% third-party, 0 ms blocking
REVIEW
42% third-party, 0 ms blocking
Info::
Third-party code accounts for 42% of page weight (288.1 KiB of 687.9 KiB)
Info::
Third-party blocking time is low (0 ms)
58%
42%
First-party Third-party
B
Image Optimization
13 images, 0 KB saveable
REVIEW
13 images, 0 KB saveable
Info::
All images are well-optimized
13 images 283 KB
0 oversized -0 KB
11 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
756ms total JS execution
REVIEW
756ms total JS execution
Warning::
https://btours.hammer3.com/assets/index-Crfk5TTE.j...: 450ms CPU time
Info::
Unattributable: 176ms CPU time
Info::
https://btours.hammer3.com/assets/UserLocation-Bjn...: 131ms CPU time
Info::
Third-party scripts: 176ms (23% of total)

Main Thread Breakdown

Script Evaluation 45% Other 32% Style & Layout 12% Parse HTML & CSS 8%
ScriptTotalScriptingParse/CompileParty
https://btours.hammer3.com/assets/index-Crfk5TTE.js450ms289ms2ms1st
Unattributable176ms5ms0ms3rd
https://btours.hammer3.com/assets/UserLocation-BjnW1zg5.js131ms57ms1ms1st
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
A+
Page Weight Budget
688 KB transferred, 43 requests
PASS
688 KB transferred, 43 requests
Info::
Page weighs 1.5 MB (688 KB transferred)
Info::
43 HTTP requests
Info::
Estimated 0.14 g CO2 per page load
688 KB / 2.4 MB budget
688 KB transferred
43 requests
0.14 g CO2 per page load
JavaScript 359.9 KiB 52%
Images 283.2 KiB 41%
CSS 22.6 KiB 3%
Other 19.3 KiB 3%
HTML 1.3 KiB 0%
Other 950 B 0%
Other 821 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
A+
JS Bundles
22 scripts, 39 KB unused
PASS
22 scripts, 39 KB unused
Warning::
https://btours.hammer3.com/assets/UserLocation-Bjn...: 39 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 39 KB
39 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://btours.hammer3.com/assets/UserLocation-BjnW1zg5.js68 KB39 KB (58%)1st
https://btours.hammer3.com/assets/index-CydB4vuc.js1 KB1st
https://btours.hammer3.com/assets/index-BRd0I2wM.js1 KB1st
https://cloud.umami.is/script.js3 KB3rd
https://btours.hammer3.com/assets/index-Crfk5TTE.js96 KB1st
https://btours.hammer3.com/assets/index-UCxuYfkG.js5 KB1st
https://btours.hammer3.com/assets/separator-ZKRHYXDO.js128 KB1st
https://btours.hammer3.com/assets/index-C8xdbHWa.js4 KB1st
https://btours.hammer3.com/assets/index-DuBLeacs.js1 KB1st
https://btours.hammer3.com/assets/button-BUee3lis.js2 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
preload
3
dns-prefetch
prefetch

3 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
A
Page Weight Inventory
43 resources · 688 KB · 39 KB savings available
PASS
43 resources · 688 KB · 39 KB savings available
Info::
Within 1MB page-weight target
Got: 688 KB
Warning::
17 third-party resources (42% of weight)
43 resources · 687.9 KiB · 17 third-party Within 1MB page-weight target
JavaScript 52% · 359.9 KiB
Image 44% · 302.4 KiB
CSS 3% · 22.6 KiB
Other 0% · 1.7 KiB
Document 0% · 1.3 KiB

~39.2 KiB of savings available

Remove unused JavaScript: 39.2 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
2 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
43 requests over 1413ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 3.4 s LCP 5.3 shttps://btours.hammer3.com// https://btours.hammer3.com/ — 200 — 1.3 KiB — 101 ms — h2https://btours.hammer3.com/assets/index-DEh8iz_F.css/assets/index-DEh8iz_F.css https://btours.hammer3.com/assets/index-DEh8iz_F.css — 200 — 21.8 KiB — 75 ms — h2https://btours.hammer3.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js/cdn-cgi/scripts/7d0fa10a/cloudflar... https://btours.hammer3.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js — 200 — 4.4 KiB — 20 ms — h2https://btours.hammer3.com/site.webmanifest/site.webmanifest https://btours.hammer3.com/site.webmanifest — 200 — 821 B — 83 ms — h3https://fonts.googleapis.com/css2?family=Spinnaker&display=swapfonts.googleapis.com/css2?family=Sp... https://fonts.googleapis.com/css2?family=Spinnaker&display=swap — 200 — 862 B — 162 ms — h2https://btours.hammer3.com/assets/index-Crfk5TTE.js/assets/index-Crfk5TTE.js https://btours.hammer3.com/assets/index-Crfk5TTE.js — -1 — 0 B — 68 ms — https://btours.hammer3.com/registerSW.js/registerSW.js https://btours.hammer3.com/registerSW.js — 200 — 732 B — 66 ms — h3https://cloud.umami.is/script.jscloud.umami.is/script.js https://cloud.umami.is/script.js — 200 — 3.2 KiB — 95 ms — h2https://btours.hammer3.com/favicon.ico/favicon.ico https://btours.hammer3.com/favicon.ico — 200 — 4.6 KiB — 28 ms — h3https://btours.hammer3.com/android-chrome-192x192.png/android-chrome-192x192.png https://btours.hammer3.com/android-chrome-192x192.png — 200 — 14.6 KiB — 102 ms — h3https://btours.hammer3.com/assets/index-Crfk5TTE.js/assets/index-Crfk5TTE.js https://btours.hammer3.com/assets/index-Crfk5TTE.js — 200 — 95.6 KiB — 69 ms — h3https://api-gateway.umami.dev/api/sendapi-gateway.umami.dev/api/send https://api-gateway.umami.dev/api/send — 200 — 0 B — 99 ms — h2https://btours.hammer3.com/assets/index-UCxuYfkG.js/assets/index-UCxuYfkG.js https://btours.hammer3.com/assets/index-UCxuYfkG.js — 200 — 4.5 KiB — 40 ms — h3https://btours.hammer3.com/assets/separator-ZKRHYXDO.js/assets/separator-ZKRHYXDO.js https://btours.hammer3.com/assets/separator-ZKRHYXDO.js — 200 — 127.9 KiB — 125 ms — h3https://btours.hammer3.com/assets/index-C8xdbHWa.js/assets/index-C8xdbHWa.js https://btours.hammer3.com/assets/index-C8xdbHWa.js — 200 — 3.7 KiB — 128 ms — h3https://btours.hammer3.com/assets/index-DuBLeacs.js/assets/index-DuBLeacs.js https://btours.hammer3.com/assets/index-DuBLeacs.js — 200 — 1.3 KiB — 115 ms — h3https://btours.hammer3.com/assets/button-BUee3lis.js/assets/button-BUee3lis.js https://btours.hammer3.com/assets/button-BUee3lis.js — 200 — 2.1 KiB — 61 ms — h3https://btours.hammer3.com/assets/index-CydB4vuc.js/assets/index-CydB4vuc.js https://btours.hammer3.com/assets/index-CydB4vuc.js — 200 — 1.0 KiB — 42 ms — h3https://btours.hammer3.com/assets/utils-8oemS8Ln.js/assets/utils-8oemS8Ln.js https://btours.hammer3.com/assets/utils-8oemS8Ln.js — 200 — 8.5 KiB — 81 ms — h3https://btours.hammer3.com/assets/index-BRd0I2wM.js/assets/index-BRd0I2wM.js https://btours.hammer3.com/assets/index-BRd0I2wM.js — 200 — 974 B — 113 ms — h3https://btours.hammer3.com/assets/UserLocation-BjnW1zg5.js/assets/UserLocation-BjnW1zg5.js https://btours.hammer3.com/assets/UserLocation-BjnW1zg5.js — 200 — 67.8 KiB — 137 ms — h3https://btours.hammer3.com/assets/switch-BtLhXTWl.js/assets/switch-BtLhXTWl.js https://btours.hammer3.com/assets/switch-BtLhXTWl.js — 200 — 2.3 KiB — 106 ms — h3https://btours.hammer3.com/assets/index-CJsGgg4N.js/assets/index-CJsGgg4N.js https://btours.hammer3.com/assets/index-CJsGgg4N.js — 200 — 1.6 KiB — 110 ms — h3https://btours.hammer3.com/assets/createLucideIcon-CFR23Qso.js/assets/createLucideIcon-CFR23Qso.j... https://btours.hammer3.com/assets/createLucideIcon-CFR23Qso.js — 200 — 1.3 KiB — 109 ms — h3https://btours.hammer3.com/assets/DivIconToSvg-Dhn5f0pg.js/assets/DivIconToSvg-Dhn5f0pg.js https://btours.hammer3.com/assets/DivIconToSvg-Dhn5f0pg.js — 200 — 14.8 KiB — 130 ms — h3https://btours.hammer3.com/assets/card-CvboLkzo.js/assets/card-CvboLkzo.js https://btours.hammer3.com/assets/card-CvboLkzo.js — 200 — 1021 B — 122 ms — h3https://btours.hammer3.com/assets/storeCreate-Dy5CYl6G.js/assets/storeCreate-Dy5CYl6G.js https://btours.hammer3.com/assets/storeCreate-Dy5CYl6G.js — 200 — 755 B — 56 ms — h3https://btours.hammer3.com/assets/svgIcons-Bk9t94F_.js/assets/svgIcons-Bk9t94F_.js https://btours.hammer3.com/assets/svgIcons-Bk9t94F_.js — 200 — 15.6 KiB — 99 ms — h3https://btours.hammer3.com/assets/map-CfeIX3ZU.js/assets/map-CfeIX3ZU.js https://btours.hammer3.com/assets/map-CfeIX3ZU.js — 200 — 980 B — 58 ms — h3https://api-gateway.umami.dev/api/sendapi-gateway.umami.dev/api/send https://api-gateway.umami.dev/api/send — 200 — 950 B — 769 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 3.4 s LCP 5.3 shttps://btours.hammer3.com// https://btours.hammer3.com/ — 200 — 1.3 KiB — 101 ms — h2https://btours.hammer3.com/assets/index-DEh8iz_F.css/assets/index-DEh8iz_F.css https://btours.hammer3.com/assets/index-DEh8iz_F.css — 200 — 21.8 KiB — 75 ms — h2https://btours.hammer3.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js/cdn-cgi/scripts/7d0fa10a/cloudflar... https://btours.hammer3.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js — 200 — 4.4 KiB — 20 ms — h2https://btours.hammer3.com/site.webmanifest/site.webmanifest https://btours.hammer3.com/site.webmanifest — 200 — 821 B — 83 ms — h3https://fonts.googleapis.com/css2?family=Spinnaker&display=swapfonts.googleapis.com/css2?family=Sp... https://fonts.googleapis.com/css2?family=Spinnaker&display=swap — 200 — 862 B — 162 ms — h2https://btours.hammer3.com/assets/index-Crfk5TTE.js/assets/index-Crfk5TTE.js https://btours.hammer3.com/assets/index-Crfk5TTE.js — -1 — 0 B — 68 ms — https://btours.hammer3.com/registerSW.js/registerSW.js https://btours.hammer3.com/registerSW.js — 200 — 732 B — 66 ms — h3https://cloud.umami.is/script.jscloud.umami.is/script.js https://cloud.umami.is/script.js — 200 — 3.2 KiB — 95 ms — h2https://btours.hammer3.com/favicon.ico/favicon.ico https://btours.hammer3.com/favicon.ico — 200 — 4.6 KiB — 28 ms — h3https://btours.hammer3.com/android-chrome-192x192.png/android-chrome-192x192.png https://btours.hammer3.com/android-chrome-192x192.png — 200 — 14.6 KiB — 102 ms — h3https://btours.hammer3.com/assets/index-Crfk5TTE.js/assets/index-Crfk5TTE.js https://btours.hammer3.com/assets/index-Crfk5TTE.js — 200 — 95.6 KiB — 69 ms — h3https://api-gateway.umami.dev/api/sendapi-gateway.umami.dev/api/send https://api-gateway.umami.dev/api/send — 200 — 0 B — 99 ms — h2https://btours.hammer3.com/assets/index-UCxuYfkG.js/assets/index-UCxuYfkG.js https://btours.hammer3.com/assets/index-UCxuYfkG.js — 200 — 4.5 KiB — 40 ms — h3https://btours.hammer3.com/assets/separator-ZKRHYXDO.js/assets/separator-ZKRHYXDO.js https://btours.hammer3.com/assets/separator-ZKRHYXDO.js — 200 — 127.9 KiB — 125 ms — h3https://btours.hammer3.com/assets/index-C8xdbHWa.js/assets/index-C8xdbHWa.js https://btours.hammer3.com/assets/index-C8xdbHWa.js — 200 — 3.7 KiB — 128 ms — h3https://btours.hammer3.com/assets/index-DuBLeacs.js/assets/index-DuBLeacs.js https://btours.hammer3.com/assets/index-DuBLeacs.js — 200 — 1.3 KiB — 115 ms — h3https://btours.hammer3.com/assets/button-BUee3lis.js/assets/button-BUee3lis.js https://btours.hammer3.com/assets/button-BUee3lis.js — 200 — 2.1 KiB — 61 ms — h3https://btours.hammer3.com/assets/index-CydB4vuc.js/assets/index-CydB4vuc.js https://btours.hammer3.com/assets/index-CydB4vuc.js — 200 — 1.0 KiB — 42 ms — h3https://btours.hammer3.com/assets/utils-8oemS8Ln.js/assets/utils-8oemS8Ln.js https://btours.hammer3.com/assets/utils-8oemS8Ln.js — 200 — 8.5 KiB — 81 ms — h3https://btours.hammer3.com/assets/index-BRd0I2wM.js/assets/index-BRd0I2wM.js https://btours.hammer3.com/assets/index-BRd0I2wM.js — 200 — 974 B — 113 ms — h3https://btours.hammer3.com/assets/UserLocation-BjnW1zg5.js/assets/UserLocation-BjnW1zg5.js https://btours.hammer3.com/assets/UserLocation-BjnW1zg5.js — 200 — 67.8 KiB — 137 ms — h3https://btours.hammer3.com/assets/switch-BtLhXTWl.js/assets/switch-BtLhXTWl.js https://btours.hammer3.com/assets/switch-BtLhXTWl.js — 200 — 2.3 KiB — 106 ms — h3https://btours.hammer3.com/assets/index-CJsGgg4N.js/assets/index-CJsGgg4N.js https://btours.hammer3.com/assets/index-CJsGgg4N.js — 200 — 1.6 KiB — 110 ms — h3https://btours.hammer3.com/assets/createLucideIcon-CFR23Qso.js/assets/createLucideIcon-CFR23Qso.j... https://btours.hammer3.com/assets/createLucideIcon-CFR23Qso.js — 200 — 1.3 KiB — 109 ms — h3https://btours.hammer3.com/assets/DivIconToSvg-Dhn5f0pg.js/assets/DivIconToSvg-Dhn5f0pg.js https://btours.hammer3.com/assets/DivIconToSvg-Dhn5f0pg.js — 200 — 14.8 KiB — 130 ms — h3https://btours.hammer3.com/assets/card-CvboLkzo.js/assets/card-CvboLkzo.js https://btours.hammer3.com/assets/card-CvboLkzo.js — 200 — 1021 B — 122 ms — h3https://btours.hammer3.com/assets/storeCreate-Dy5CYl6G.js/assets/storeCreate-Dy5CYl6G.js https://btours.hammer3.com/assets/storeCreate-Dy5CYl6G.js — 200 — 755 B — 56 ms — h3https://btours.hammer3.com/assets/svgIcons-Bk9t94F_.js/assets/svgIcons-Bk9t94F_.js https://btours.hammer3.com/assets/svgIcons-Bk9t94F_.js — 200 — 15.6 KiB — 99 ms — h3https://btours.hammer3.com/assets/map-CfeIX3ZU.js/assets/map-CfeIX3ZU.js https://btours.hammer3.com/assets/map-CfeIX3ZU.js — 200 — 980 B — 58 ms — h3https://api-gateway.umami.dev/api/sendapi-gateway.umami.dev/api/send https://api-gateway.umami.dev/api/send — 200 — 950 B — 769 ms — h2https://tile.jawg.io/jawg-dark/12/2200/1343@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUPtile.jawg.io/jawg-dark/12/2200/1343... https://tile.jawg.io/jawg-dark/12/2200/1343@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUP — 200 — 30.1 KiB — 313 ms — h2https://tile.jawg.io/jawg-dark/12/2200/1342@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUPtile.jawg.io/jawg-dark/12/2200/1342... https://tile.jawg.io/jawg-dark/12/2200/1342@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUP — 200 — 26.4 KiB — 327 ms — h2https://tile.jawg.io/jawg-dark/12/2199/1343@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUPtile.jawg.io/jawg-dark/12/2199/1343... https://tile.jawg.io/jawg-dark/12/2199/1343@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUP — 200 — 31.5 KiB — 328 ms — h2https://tile.jawg.io/jawg-dark/12/2201/1343@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUPtile.jawg.io/jawg-dark/12/2201/1343... https://tile.jawg.io/jawg-dark/12/2201/1343@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUP — 200 — 22.1 KiB — 274 ms — h2https://tile.jawg.io/jawg-dark/12/2200/1344@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUPtile.jawg.io/jawg-dark/12/2200/1344... https://tile.jawg.io/jawg-dark/12/2200/1344@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUP — 200 — 24.3 KiB — 308 ms — h2https://tile.jawg.io/jawg-dark/12/2199/1342@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUPtile.jawg.io/jawg-dark/12/2199/1342... https://tile.jawg.io/jawg-dark/12/2199/1342@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUP — 200 — 26.7 KiB — 292 ms — h2https://res.cloudinary.com/dcgrfvjgm/image/upload/c_fill,w_300/Nikolaiviertel_Berlin_stables_mnzjik.jpg?_a=DAJHqpDbZAA0res.cloudinary.com/dcgrfvjgm/image/... https://res.cloudinary.com/dcgrfvjgm/image/upload/c_fill,w_300/Nikolaiviertel_Berlin_stables_mnzjik.jpg?_a=DAJHqpDbZAA0 — 200 — 11.3 KiB — 469 ms — h2https://res.cloudinary.com/dcgrfvjgm/image/upload/c_fill,w_300/Bus100_n4lwma?_a=DAJHqpDbZAA0res.cloudinary.com/dcgrfvjgm/image/... https://res.cloudinary.com/dcgrfvjgm/image/upload/c_fill,w_300/Bus100_n4lwma?_a=DAJHqpDbZAA0 — 200 — 16.1 KiB — 482 ms — h2https://res.cloudinary.com/dcgrfvjgm/image/upload/c_fill,w_300/Museumsinsel_Dom_eovzj3.webp?_a=DAJHqpDbZAA0res.cloudinary.com/dcgrfvjgm/image/... https://res.cloudinary.com/dcgrfvjgm/image/upload/c_fill,w_300/Museumsinsel_Dom_eovzj3.webp?_a=DAJHqpDbZAA0 — 200 — 7.6 KiB — 510 ms — h2https://tile.jawg.io/jawg-dark/12/2201/1342@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUPtile.jawg.io/jawg-dark/12/2201/1342... https://tile.jawg.io/jawg-dark/12/2201/1342@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUP — 200 — 29.9 KiB — 182 ms — h2https://tile.jawg.io/jawg-dark/12/2199/1344@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUPtile.jawg.io/jawg-dark/12/2199/1344... https://tile.jawg.io/jawg-dark/12/2199/1344@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUP — 200 — 26.7 KiB — 162 ms — h2https://tile.jawg.io/jawg-dark/12/2201/1344@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUPtile.jawg.io/jawg-dark/12/2201/1344... https://tile.jawg.io/jawg-dark/12/2201/1344@2x.png?access-token=g1DA4FKYP4QDp3YpFmjihYuo4wxjobwLdD3AbIKJrytFkFPltKb7UI6cjDV89AUP — 200 — 30.4 KiB — 176 ms — h2data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox…www.w3.org/2000/svg'%20width='24'%2... data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox… — 200 — 0 B — 0 ms — data
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
23% of JavaScript execution is third-party
First-party Third-party 176ms · 0KB · $2/mo
Unattributable
Other
Optional
Execution 176ms
Transfer 0 KB
Monthly Cost $2/mo

How third-party costs are calculated

Image Optimization
15 images, 147 KB total, 115 KB wasted
INFO

Image Optimization Audit

Total Images

15

Total Size

147 KB

Oversized

3

Wasted

115 KB

12 missing alt text 15 missing dimensions 3 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback