Skip to content
https://waze.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

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

63
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
67
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.

966 ms

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

4.54 s

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

157 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.011

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

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

4.99 s

Page Load Progression

625 ms
1.2 s
1.9 s
2.5 s
3.1 s
3.7 s
4.4 s
5.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.8 MB transferred, 124 requests
FIX
4.8 MB transferred, 124 requests
Critical::
Page weighs 11.3 MB (4.8 MB transferred)
Warning::
JavaScript is 2.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.4 MB
Warning::
Images are 1.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.9 MB
Warning::
124 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.8 MB / 2.4 MB budget
4.8 MB transferred
124 requests
1.0 g CO2 per page load
JavaScript 2.4 MiB 51%
Images 1.9 MiB 40%
Fonts 196.7 KiB 4%
CSS 90.4 KiB 2%
Other 72.6 KiB 1%
HTML 53.3 KiB 1%
Other 14.4 KiB 0%
Other 3.3 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.8 MiB of 4.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
19 scripts, 1.4 MB unused
FIX
19 scripts, 1.4 MB unused
Warning::
https://web-assets.waze.com/livemap/stg/vendor-3a0...: 301 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://web-assets.waze.com/livemap/stg/common-fa5...: 199 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://web-assets.waze.com/livemap/stg/waze-vendo...: 198 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 154 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 154 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1478 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://web-assets.waze.com/livemap/stg/vendor-3a024baeb9ce4dd4d6b7.js481 KB301 KB (64%)3rd
https://web-assets.waze.com/livemap/stg/common-fa563ec9150d88474b31.js303 KB199 KB (66%)3rd
https://web-assets.waze.com/livemap/stg/waze-vendor-0969d5627898a0489faa.js248 KB198 KB (80%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB154 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB154 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB154 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=G-2848KND9CX&cx=c&gtm=4e64h1158 KB64 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-NNCFE4W9M4&cx=c&gtm=4e64h1148 KB62 KB (42%)3rd
https://maps.googleapis.com/maps-api-v3/api/js/64/9c/main.js83 KB53 KB (65%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NCTWGXP146 KB53 KB (36%)3rd

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

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

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

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

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

F
Page Weight Inventory
Action
124 resources · 4.8 MB · 1.4 MB savings available
FIX
124 resources · 4.8 MB · 1.4 MB savings available
Warning::
Page weight 3.8 MB over 1MB target
Got: 4.8 MB Expected: ≤ 1 MB
Info::
~1.4 MB of savings available
Warning::
123 third-party resources (100% of weight)
Info::
5 resources over 200KB
124 resources · 4.8 MiB · 123 third-party 3.8 MiB over 1MB target
JavaScript 51% · 2.4 MiB
Image 41% · 1.9 MiB
Font 4% · 196.7 KiB
CSS 2% · 90.4 KiB
Other 2% · 87.0 KiB
Document 1% · 53.5 KiB

~1.4 MiB of savings available

Remove unused JavaScript: 1.4 MiB
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.

No Cache-Control header

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

B
Image Optimization
40 images, 0 KB saveable
REVIEW
40 images, 0 KB saveable
Info::
All images are well-optimized
40 images 1.9 MB
0 oversized -0 KB
39 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1900ms total JS execution
REVIEW
1900ms total JS execution
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 415ms CPU time
Warning::
https://web-assets.waze.com/livemap/stg/vendor-3a0...: 367ms CPU time
Info::
Unattributable: 233ms CPU time
Info::
https://web-assets.waze.com/livemap/stg/livemap-88...: 202ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-NCT...: 128ms CPU time
Warning::
Third-party scripts: 1900ms (100% of total)

Main Thread Breakdown

Script Evaluation 64% Other 14% Script Parsing & Compilation 13% Style & Layout 5%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js415ms366ms30ms3rd
https://web-assets.waze.com/livemap/stg/vendor-3a024baeb9ce4dd4d6b7.js367ms254ms53ms3rd
Unattributable233ms10ms0ms3rd
https://web-assets.waze.com/livemap/stg/livemap-882d361875036694d091.js202ms194ms1ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NCTWGXP128ms102ms17ms3rd
https://www.waze.com/123ms19ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-2848KND9CX&cx=c&gtm=4e64h1121ms100ms15ms3rd
https://www.googletagmanager.com/gtag/js?id=G-NNCFE4W9M4&cx=c&gtm=4e64h1100ms85ms13ms3rd
https://maps.googleapis.com/maps-api-v3/api/js/64/9c/main.js81ms54ms9ms3rd
https://web-assets.waze.com/livemap/stg/waze-vendor-0969d5627898a0489faa.js67ms29ms33ms3rd

Showing top 10 of 11 scripts

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
6 fonts (197 KB)
PASS
6 fonts (197 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

197 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 966 ms LCP 4.5 shttps://web-assets.waze.com/livemap/stg/boing-500-56c7f31d04e9047df2c76dca027faf5b.woff2boing-500-56c7f31d04e90... https://web-assets.waze.com/livemap/stg/boing-500-56c7f31d04e9047df2c76dca027faf5b.woff2 — 41.0 KiB — 126 ms — font-display: swaphttps://web-assets.waze.com/livemap/stg/WazeBoing-RegularWEB-24901c6478066fd1c5af9a84dd59b420.woff2WazeBoing-RegularWEB-24... https://web-assets.waze.com/livemap/stg/WazeBoing-RegularWEB-24901c6478066fd1c5af9a84dd59b420.woff2 — 36.6 KiB — 123 ms — font-display: swaphttps://web-assets.waze.com/livemap/stg/waze-web-icons-d5bc26bca7574e11e45817fbb6338594.woff2waze-web-icons-d5bc26bc... https://web-assets.waze.com/livemap/stg/waze-web-icons-d5bc26bca7574e11e45817fbb6338594.woff2 — 15.7 KiB — 13 ms — font-display: swaphttps://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2iJWKBXyIfDnIV7nBrXyw023... https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2 — 34.5 KiB — 9 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 68 ms — font-display: swaphttps://web-assets.waze.com/livemap/stg/WazeBoing-MediumWEB-cc3cd44b7fb7b8f475198327ca5b2558.woff2WazeBoing-MediumWEB-cc3... https://web-assets.waze.com/livemap/stg/WazeBoing-MediumWEB-cc3cd44b7fb7b8f475198327ca5b2558.woff2 — 35.0 KiB — 10 ms — font-display: swap
boing-500-56c7f31d04e90... woff2 swap
Size 41 KB
Load time 126 ms
Start 230 ms
Risk FOUT — text flashes from fallback to web font
WazeBoing-RegularWEB-24... woff2 swap
Size 37 KB
Load time 123 ms
Start 230 ms
Risk FOUT — text flashes from fallback to web font
waze-web-icons-d5bc26bc... woff2 swap
Size 16 KB
Load time 13 ms
Start 406 ms
Risk FOUT — text flashes from fallback to web font
iJWKBXyIfDnIV7nBrXyw023... woff2 swap
Size 35 KB
Load time 9 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 68 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
WazeBoing-MediumWEB-cc3... woff2 swap
Size 35 KB
Load time 10 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
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)
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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

Network Waterfall
124 requests over 6556ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 966 ms LCP 4.5 shttps://waze.com// https://waze.com/ — 301 — 213 B — 192 ms — h2https://www.waze.com/www.waze.com/ https://www.waze.com/ — 200 — 25.6 KiB — 12 ms — h2https://web-assets.waze.com/livemap/stg/boing-500-56c7f31d04e9047df2c76dca027faf5b.woff2web-assets.waze.com/livemap/stg/boi... https://web-assets.waze.com/livemap/stg/boing-500-56c7f31d04e9047df2c76dca027faf5b.woff2 — 200 — 41.0 KiB — 126 ms — h2https://web-assets.waze.com/livemap/stg/WazeBoing-RegularWEB-24901c6478066fd1c5af9a84dd59b420.woff2web-assets.waze.com/livemap/stg/Waz... https://web-assets.waze.com/livemap/stg/WazeBoing-RegularWEB-24901c6478066fd1c5af9a84dd59b420.woff2 — 200 — 36.6 KiB — 123 ms — h2https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swapfonts.googleapis.com/css2?family=Ru... https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap — 200 — 1.3 KiB — 130 ms — h2https://web-assets.waze.com/livemap/stg/vendor-01fbf9a4f3c117d4a655.cssweb-assets.waze.com/livemap/stg/ven... https://web-assets.waze.com/livemap/stg/vendor-01fbf9a4f3c117d4a655.css — 200 — 4.4 KiB — 64 ms — h2https://web-assets.waze.com/livemap/stg/waze-vendor-e2d9ecdc8452c1f5d1e8.cssweb-assets.waze.com/livemap/stg/waz... https://web-assets.waze.com/livemap/stg/waze-vendor-e2d9ecdc8452c1f5d1e8.css — 200 — 17.9 KiB — 59 ms — h2https://web-assets.waze.com/livemap/stg/common-9b12d2e00fa666efcab7.cssweb-assets.waze.com/livemap/stg/com... https://web-assets.waze.com/livemap/stg/common-9b12d2e00fa666efcab7.css — 200 — 23.2 KiB — 63 ms — h2https://web-assets.waze.com/livemap/stg/livemap-efd644837e995bfa3f2e.cssweb-assets.waze.com/livemap/stg/liv... https://web-assets.waze.com/livemap/stg/livemap-efd644837e995bfa3f2e.css — 200 — 1.4 KiB — 61 ms — h2https://www.waze.com/web-events/visitorswww.waze.com/web-events/visitors https://www.waze.com/web-events/visitors — 200 — 714 B — 259 ms — h2https://www.waze.com/api/config/LivemapConfigwww.waze.com/api/config/LivemapConf... https://www.waze.com/api/config/LivemapConfig — 200 — 717 B — 471 ms — h2https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 141 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 141 ms — https://www.google.com/recaptcha/enterprise.js?render=6Lc8BGcsAAAAAG6hhda2BDiMohehOUxc_JT6RYYc&waf=session&badge=bottomleftwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?render=6Lc8BGcsAAAAAG6hhda2BDiMohehOUxc_JT6RYYc&waf=session&badge=bottomleft — 200 — 1.1 KiB — 114 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-NCTWGXPwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NCTWGXP — 200 — 145.9 KiB — 264 ms — h2https://web-assets.waze.com/livemap/stg/map-placeholder-306089143fcd4e061cdb3b946ccec977.pngweb-assets.waze.com/livemap/stg/map... https://web-assets.waze.com/livemap/stg/map-placeholder-306089143fcd4e061cdb3b946ccec977.png — 200 — 633 B — 8 ms — h2https://web-assets.waze.com/livemap/stg/page-loader-background-234289043eec2b9063539bc7181c60ef.pngweb-assets.waze.com/livemap/stg/pag... https://web-assets.waze.com/livemap/stg/page-loader-background-234289043eec2b9063539bc7181c60ef.png — 200 — 576 B — 8 ms — h2https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 65 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 75 ms — https://web-assets.waze.com/livemap/stg/common-fa563ec9150d88474b31.jsweb-assets.waze.com/livemap/stg/com... https://web-assets.waze.com/livemap/stg/common-fa563ec9150d88474b31.js — 200 — 302.5 KiB — 125 ms — h3https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 76 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 73 ms — https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 72 ms — https://web-assets.waze.com/livemap/stg/vendor-3a024baeb9ce4dd4d6b7.jsweb-assets.waze.com/livemap/stg/ven... https://web-assets.waze.com/livemap/stg/vendor-3a024baeb9ce4dd4d6b7.js — 200 — 480.6 KiB — 147 ms — h3https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 84 ms — https://web-assets.waze.com/livemap/stg/waze-vendor-0969d5627898a0489faa.jsweb-assets.waze.com/livemap/stg/waz... https://web-assets.waze.com/livemap/stg/waze-vendor-0969d5627898a0489faa.js — 200 — 248.3 KiB — 123 ms — h3https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 112 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 97 ms — https://web-assets.waze.com/livemap/stg/livemap-882d361875036694d091.jsweb-assets.waze.com/livemap/stg/liv... https://web-assets.waze.com/livemap/stg/livemap-882d361875036694d091.js — 200 — 8.7 KiB — 39 ms — h3https://web-assets.waze.com/livemap/stg/loader_white_bg@2x-e5fc188df87bbe7b6e3ef69aea522140.gifweb-assets.waze.com/livemap/stg/loa... https://web-assets.waze.com/livemap/stg/loader_white_bg@2x-e5fc188df87bbe7b6e3ef69aea522140.gif — 200 — 13.9 KiB — 66 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 966 ms LCP 4.5 shttps://waze.com// https://waze.com/ — 301 — 213 B — 192 ms — h2https://www.waze.com/www.waze.com/ https://www.waze.com/ — 200 — 25.6 KiB — 12 ms — h2https://web-assets.waze.com/livemap/stg/boing-500-56c7f31d04e9047df2c76dca027faf5b.woff2web-assets.waze.com/livemap/stg/boi... https://web-assets.waze.com/livemap/stg/boing-500-56c7f31d04e9047df2c76dca027faf5b.woff2 — 200 — 41.0 KiB — 126 ms — h2https://web-assets.waze.com/livemap/stg/WazeBoing-RegularWEB-24901c6478066fd1c5af9a84dd59b420.woff2web-assets.waze.com/livemap/stg/Waz... https://web-assets.waze.com/livemap/stg/WazeBoing-RegularWEB-24901c6478066fd1c5af9a84dd59b420.woff2 — 200 — 36.6 KiB — 123 ms — h2https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swapfonts.googleapis.com/css2?family=Ru... https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap — 200 — 1.3 KiB — 130 ms — h2https://web-assets.waze.com/livemap/stg/vendor-01fbf9a4f3c117d4a655.cssweb-assets.waze.com/livemap/stg/ven... https://web-assets.waze.com/livemap/stg/vendor-01fbf9a4f3c117d4a655.css — 200 — 4.4 KiB — 64 ms — h2https://web-assets.waze.com/livemap/stg/waze-vendor-e2d9ecdc8452c1f5d1e8.cssweb-assets.waze.com/livemap/stg/waz... https://web-assets.waze.com/livemap/stg/waze-vendor-e2d9ecdc8452c1f5d1e8.css — 200 — 17.9 KiB — 59 ms — h2https://web-assets.waze.com/livemap/stg/common-9b12d2e00fa666efcab7.cssweb-assets.waze.com/livemap/stg/com... https://web-assets.waze.com/livemap/stg/common-9b12d2e00fa666efcab7.css — 200 — 23.2 KiB — 63 ms — h2https://web-assets.waze.com/livemap/stg/livemap-efd644837e995bfa3f2e.cssweb-assets.waze.com/livemap/stg/liv... https://web-assets.waze.com/livemap/stg/livemap-efd644837e995bfa3f2e.css — 200 — 1.4 KiB — 61 ms — h2https://www.waze.com/web-events/visitorswww.waze.com/web-events/visitors https://www.waze.com/web-events/visitors — 200 — 714 B — 259 ms — h2https://www.waze.com/api/config/LivemapConfigwww.waze.com/api/config/LivemapConf... https://www.waze.com/api/config/LivemapConfig — 200 — 717 B — 471 ms — h2https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 141 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 141 ms — https://www.google.com/recaptcha/enterprise.js?render=6Lc8BGcsAAAAAG6hhda2BDiMohehOUxc_JT6RYYc&waf=session&badge=bottomleftwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?render=6Lc8BGcsAAAAAG6hhda2BDiMohehOUxc_JT6RYYc&waf=session&badge=bottomleft — 200 — 1.1 KiB — 114 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-NCTWGXPwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NCTWGXP — 200 — 145.9 KiB — 264 ms — h2https://web-assets.waze.com/livemap/stg/map-placeholder-306089143fcd4e061cdb3b946ccec977.pngweb-assets.waze.com/livemap/stg/map... https://web-assets.waze.com/livemap/stg/map-placeholder-306089143fcd4e061cdb3b946ccec977.png — 200 — 633 B — 8 ms — h2https://web-assets.waze.com/livemap/stg/page-loader-background-234289043eec2b9063539bc7181c60ef.pngweb-assets.waze.com/livemap/stg/pag... https://web-assets.waze.com/livemap/stg/page-loader-background-234289043eec2b9063539bc7181c60ef.png — 200 — 576 B — 8 ms — h2https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 65 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 75 ms — https://web-assets.waze.com/livemap/stg/common-fa563ec9150d88474b31.jsweb-assets.waze.com/livemap/stg/com... https://web-assets.waze.com/livemap/stg/common-fa563ec9150d88474b31.js — 200 — 302.5 KiB — 125 ms — h3https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 76 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 73 ms — https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 72 ms — https://web-assets.waze.com/livemap/stg/vendor-3a024baeb9ce4dd4d6b7.jsweb-assets.waze.com/livemap/stg/ven... https://web-assets.waze.com/livemap/stg/vendor-3a024baeb9ce4dd4d6b7.js — 200 — 480.6 KiB — 147 ms — h3https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 84 ms — https://web-assets.waze.com/livemap/stg/waze-vendor-0969d5627898a0489faa.jsweb-assets.waze.com/livemap/stg/waz... https://web-assets.waze.com/livemap/stg/waze-vendor-0969d5627898a0489faa.js — 200 — 248.3 KiB — 123 ms — h3https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 112 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 97 ms — https://web-assets.waze.com/livemap/stg/livemap-882d361875036694d091.jsweb-assets.waze.com/livemap/stg/liv... https://web-assets.waze.com/livemap/stg/livemap-882d361875036694d091.js — 200 — 8.7 KiB — 39 ms — h3https://web-assets.waze.com/livemap/stg/loader_white_bg@2x-e5fc188df87bbe7b6e3ef69aea522140.gifweb-assets.waze.com/livemap/stg/loa... https://web-assets.waze.com/livemap/stg/loader_white_bg@2x-e5fc188df87bbe7b6e3ef69aea522140.gif — 200 — 13.9 KiB — 66 ms — h3https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 85 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 72 ms — https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 124 ms — h2https://web-assets.waze.com/livemap/stg/waze-web-icons-d5bc26bca7574e11e45817fbb6338594.woff2web-assets.waze.com/livemap/stg/waz... https://web-assets.waze.com/livemap/stg/waze-web-icons-d5bc26bca7574e11e45817fbb6338594.woff2 — 200 — 15.7 KiB — 13 ms — h2https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 113 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 112 ms — https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyD3pw7nGs7Jal1C4A7G3L9pYxfM6urTeMg&language=en&callback=google.maps.__ib__maps.googleapis.com/maps/api/js?lib... https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyD3pw7nGs7Jal1C4A7G3L9pYxfM6urTeMg&language=en&callback=google.maps.__ib__ — 200 — 2.8 KiB — 181 ms — h2https://www.googletagmanager.com/gtag/js?id=G-2848KND9CX&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-2848KND9CX&cx=c&gtm=4e64h1 — 200 — 157.5 KiB — 211 ms — h2https://www.googletagmanager.com/gtag/js?id=G-NNCFE4W9M4&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-NNCFE4W9M4&cx=c&gtm=4e64h1 — 200 — 148.2 KiB — 207 ms — h2https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lc8BGcsAAAAAG6hhda2BDiMohehOUxc_JT6RYYc&co=aHR0cHM6Ly93d3cud2F6ZS5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&badge=bottomleft&anchor-ms=20000&execute-ms=30000&cb=412j60mcrlrgwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lc8BGcsAAAAAG6hhda2BDiMohehOUxc_JT6RYYc&co=aHR0cHM6Ly93d3cud2F6ZS5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&badge=bottomleft&anchor-ms=20000&execute-ms=30000&cb=412j60mcrlrg — 200 — 27.7 KiB — 164 ms — h3https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2fonts.gstatic.com/s/rubik/v31/iJWKB... https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2 — 200 — 34.5 KiB — 9 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/places.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/places.js — 200 — 61.4 KiB — 25 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/9c/main.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/main.js — 200 — 82.9 KiB — 24 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 70 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 85 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-2848KND9CX&gtm=45je64h1v9204008017z877368432za20gzb77368432zd77368432&_p=1776801493295&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1137706603.1776801494&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400&dp=%2F&sid=1776801494&sct=1&seg=0&dl=https%3A%2F%2Fwww.waze.com%2F&dt=Driving%20directions%2C%20live%20traffic%20%26%20road%20conditions%20updates%20-%20Waze&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1280www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-2848KND9CX&gtm=45je64h1v9204008017z877368432za20gzb77368432zd77368432&_p=1776801493295&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1137706603.1776801494&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400&dp=%2F&sid=1776801494&sct=1&seg=0&dl=https%3A%2F%2Fwww.waze.com%2F&dt=Driving%20directions%2C%20live%20traffic%20%26%20road%20conditions%20updates%20-%20Waze&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1280 — 204 — 547 B — 211 ms — h2https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 45 B — 122 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/common.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/common.js — 200 — 36.9 KiB — 35 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/util.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/util.js — 200 — 69.7 KiB — 36 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/geocoder.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/geocoder.js — 200 — 2.3 KiB — 33 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-NNCFE4W9M4&gtm=45je64h1v9181729583z877368432za20gzb77368432zd77368432&_p=1776801493295&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EA&are=1&cid=1137706603.1776801494&frm=0&ir=1&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401&sid=1776801494&sct=1&seg=0&dl=https%3A%2F%2Fwww.waze.com%2F&dt=Driving%20directions%2C%20live%20traffic%20%26%20road%20conditions%20updates%20-%20Waze&en=page_view&_fv=1&_ss=1&tfd=1465www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-NNCFE4W9M4&gtm=45je64h1v9181729583z877368432za20gzb77368432zd77368432&_p=1776801493295&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EA&are=1&cid=1137706603.1776801494&frm=0&ir=1&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401&sid=1776801494&sct=1&seg=0&dl=https%3A%2F%2Fwww.waze.com%2F&dt=Driving%20directions%2C%20live%20traffic%20%26%20road%20conditions%20updates%20-%20Waze&en=page_view&_fv=1&_ss=1&tfd=1465 — 204 — 48 B — 67 ms — h2https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 263 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 6 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 68 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 20 ms — h2https://web-assets.waze.com/livemap/stg/favicon-32a6472203cb074e603a9e38d303f9b7.svgweb-assets.waze.com/livemap/stg/fav... https://web-assets.waze.com/livemap/stg/favicon-32a6472203cb074e603a9e38d303f9b7.svg — 200 — 3.1 KiB — 7 ms — h3https://www.google.com/recaptcha/enterprise/reload?k=6Lc8BGcsAAAAAG6hhda2BDiMohehOUxc_JT6RYYcwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/reload?k=6Lc8BGcsAAAAAG6hhda2BDiMohehOUxc_JT6RYYc — 200 — 2.2 KiB — 163 ms — h3https://www.google.com/recaptcha/enterprise/clr?k=6Lc8BGcsAAAAAG6hhda2BDiMohehOUxc_JT6RYYcwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/clr?k=6Lc8BGcsAAAAAG6hhda2BDiMohehOUxc_JT6RYYc — 200 — 16 B — 133 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.3 KiB — 6 ms — h3https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 93 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 92 ms — https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 94 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 91 ms — https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 87 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 85 ms — https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 83 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 82 ms — https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 82 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 79 ms — https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 77 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 78 ms — https://www.waze.com/login/getwww.waze.com/login/get https://www.waze.com/login/get — 200 — 199 B — 150 ms — h3https://www.waze.com/web_api/request_info?source=cookie_consentwww.waze.com/web_api/request_info?s... https://www.waze.com/web_api/request_info?source=cookie_consent — 200 — 174 B — 190 ms — h3https://www.waze.com/web_api/request_infowww.waze.com/web_api/request_info https://www.waze.com/web_api/request_info — 200 — 174 B — 189 ms — h3data:image/svg+xml;charset=utf-8,%3Csvg width='84' height='24' fill='none' xmlns='http://www.w3.org…www.w3.org… data:image/svg+xml;charset=utf-8,%3Csvg width='84' height='24' fill='none' xmlns='http://www.w3.org… — 200 — 0 B — 0 ms — datahttps://web-assets.waze.com/livemap/stg/dots-1024de74251a004b57cb93be5ada5ccf.svgweb-assets.waze.com/livemap/stg/dot... https://web-assets.waze.com/livemap/stg/dots-1024de74251a004b57cb93be5ada5ccf.svg — 200 — 268 B — 14 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1521361480&t=event&ni=0&_s=1&dl=https%3A%2F%2Fwww.waze.com%2F&ul=en-us&dt=Driving%20directions%2C%20live%20traffic%20%26%20road%20conditions%20updates%20-%20Waze&sr=800x600&vp=1350x940&ec=LM_ROUTING_BOX_SHOWN&ea=LM_DEFAULT_ACTION&el=&ev=0&_u=YADAAEABAAAAACAAI~&jid=1428858900&gjid=1467263282&cid=1137706603.1776801494&tid=UA-6698700-1&_gid=374360982.1776801496&_r=1&_slc=1&gtm=45He64h1n81NCTWGXPv77368432za200zd77368432&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266400~117884344&z=548944793www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1521361480&t=event&ni=0&_s=1&dl=https%3A%2F%2Fwww.waze.com%2F&ul=en-us&dt=Driving%20directions%2C%20live%20traffic%20%26%20road%20conditions%20updates%20-%20Waze&sr=800x600&vp=1350x940&ec=LM_ROUTING_BOX_SHOWN&ea=LM_DEFAULT_ACTION&el=&ev=0&_u=YADAAEABAAAAACAAI~&jid=1428858900&gjid=1467263282&cid=1137706603.1776801494&tid=UA-6698700-1&_gid=374360982.1776801496&_r=1&_slc=1&gtm=45He64h1n81NCTWGXPv77368432za200zd77368432&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266400~117884344&z=548944793 — 200 — 38 B — 57 ms — h3https://web-assets.waze.com/livemap/stg/waze-text-22b87857412603e187a11d90fca2c7a9.svgweb-assets.waze.com/livemap/stg/waz... https://web-assets.waze.com/livemap/stg/waze-text-22b87857412603e187a11d90fca2c7a9.svg — 200 — 1.5 KiB — 21 ms — h3https://web-assets.waze.com/livemap/stg/stars_gold-56e6bae053108658a168448db404c522.svgweb-assets.waze.com/livemap/stg/sta... https://web-assets.waze.com/livemap/stg/stars_gold-56e6bae053108658a168448db404c522.svg — 200 — 630 B — 11 ms — h3https://web-assets.waze.com/livemap/stg/app-driver-af88bd646b4c4f9fa810b33bd4c9be12.svgweb-assets.waze.com/livemap/stg/app... https://web-assets.waze.com/livemap/stg/app-driver-af88bd646b4c4f9fa810b33bd4c9be12.svg — 200 — 2.3 KiB — 17 ms — h3https://web-assets.waze.com/livemap/stg/appstore-4ca68ba8bce51aadf4df9a45cabd8f16.pngweb-assets.waze.com/livemap/stg/app... https://web-assets.waze.com/livemap/stg/appstore-4ca68ba8bce51aadf4df9a45cabd8f16.png — 200 — 8.7 KiB — 17 ms — h3https://web-assets.waze.com/livemap/stg/googleplay-ccbe3ddb7df4b173c6828679e79d2baa.pngweb-assets.waze.com/livemap/stg/goo... https://web-assets.waze.com/livemap/stg/googleplay-ccbe3ddb7df4b173c6828679e79d2baa.png — 200 — 10.0 KiB — 19 ms — h3https://web-assets.waze.com/livemap/stg/WazeBoing-MediumWEB-cc3cd44b7fb7b8f475198327ca5b2558.woff2web-assets.waze.com/livemap/stg/Waz... https://web-assets.waze.com/livemap/stg/WazeBoing-MediumWEB-cc3cd44b7fb7b8f475198327ca5b2558.woff2 — 200 — 35.0 KiB — 10 ms — h3https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 73 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 80 ms — https://www.waze.com/row-tiles/live/base/14/6056/9289/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6056/9289/tile.png — 200 — 82.0 KiB — 28 ms — h3https://www.waze.com/row-tiles/live/base/14/6057/9289/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6057/9289/tile.png — 200 — 74.2 KiB — 94 ms — h3https://www.waze.com/row-tiles/live/base/14/6056/9290/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6056/9290/tile.png — 200 — 115.9 KiB — 124 ms — h3https://www.waze.com/row-tiles/live/base/14/6057/9290/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6057/9290/tile.png — 200 — 75.4 KiB — 120 ms — h3https://www.waze.com/row-tiles/live/base/14/6056/9288/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6056/9288/tile.png — 200 — 5.6 KiB — 56 ms — h3https://www.waze.com/row-tiles/live/base/14/6057/9288/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6057/9288/tile.png — 200 — 97.3 KiB — 157 ms — h3https://www.waze.com/row-tiles/live/base/14/6055/9289/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6055/9289/tile.png — 200 — 64.7 KiB — 143 ms — h3https://www.waze.com/row-tiles/live/base/14/6058/9289/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6058/9289/tile.png — 200 — 88.6 KiB — 122 ms — h3https://www.waze.com/row-tiles/live/base/14/6055/9290/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6055/9290/tile.png — 200 — 74.1 KiB — 123 ms — h3https://www.waze.com/row-tiles/live/base/14/6058/9290/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6058/9290/tile.png — 200 — 107.5 KiB — 157 ms — h3https://www.waze.com/row-tiles/live/base/14/6056/9291/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6056/9291/tile.png — 200 — 58.7 KiB — 100 ms — h3https://www.waze.com/row-tiles/live/base/14/6057/9291/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6057/9291/tile.png — 200 — 103.6 KiB — 144 ms — h3https://www.waze.com/row-tiles/live/base/14/6055/9288/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6055/9288/tile.png — 200 — 69.5 KiB — 125 ms — h3https://www.waze.com/row-tiles/live/base/14/6058/9288/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6058/9288/tile.png — 200 — 135.6 KiB — 156 ms — h3https://www.waze.com/row-tiles/live/base/14/6055/9291/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6055/9291/tile.png — 200 — 53.7 KiB — 125 ms — h3https://www.waze.com/row-tiles/live/base/14/6058/9291/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6058/9291/tile.png — 200 — 132.2 KiB — 152 ms — h3https://www.waze.com/row-tiles/live/base/14/6054/9289/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6054/9289/tile.png — 200 — 49.6 KiB — 136 ms — h3https://www.waze.com/row-tiles/live/base/14/6059/9289/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6059/9289/tile.png — 200 — 75.2 KiB — 141 ms — h3https://www.waze.com/row-tiles/live/base/14/6054/9290/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6054/9290/tile.png — 200 — 54.1 KiB — 122 ms — h3https://www.waze.com/row-tiles/live/base/14/6059/9290/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6059/9290/tile.png — 200 — 46.9 KiB — 128 ms — h3https://www.waze.com/row-tiles/live/base/14/6054/9288/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6054/9288/tile.png — 200 — 78.5 KiB — 129 ms — h3https://www.waze.com/row-tiles/live/base/14/6059/9288/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6059/9288/tile.png — 200 — 138.9 KiB — 141 ms — h3https://www.waze.com/row-tiles/live/base/14/6054/9291/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6054/9291/tile.png — 200 — 42.9 KiB — 131 ms — h3https://www.waze.com/row-tiles/live/base/14/6059/9291/tile.pngwww.waze.com/row-tiles/live/base/14... https://www.waze.com/row-tiles/live/base/14/6059/9291/tile.png — 200 — 110.6 KiB — 144 ms — h3https://www.waze.com/live-map/api/georss?top=-23.403523064882766&bottom=-23.48611062946444&left=-46.987838745117195&right=-46.848793029785156&env=row&types=alerts,traffic,userswww.waze.com/live-map/api/georss?to... https://www.waze.com/live-map/api/georss?top=-23.403523064882766&bottom=-23.48611062946444&left=-46.987838745117195&right=-46.848793029785156&env=row&types=alerts,traffic,users — 200 — 11.9 KiB — 934 ms — h3https://csp.withgoogle.com/csp/wazelivemapcsp.withgoogle.com/csp/wazelivemap https://csp.withgoogle.com/csp/wazelivemap — -1 — 0 B — 89 ms — https://csp.withgoogle.com/csp/waze-wfecsp.withgoogle.com/csp/waze-wfe https://csp.withgoogle.com/csp/waze-wfe — -1 — 0 B — 75 ms — https://web-assets.waze.com/livemap/stg/pothole-a96fcede7157b5e38d70416c63f3f535.svgweb-assets.waze.com/livemap/stg/pot... https://web-assets.waze.com/livemap/stg/pothole-a96fcede7157b5e38d70416c63f3f535.svg — 200 — 3.0 KiB — 7 ms — h3https://www.waze.com/web-events/visitorswww.waze.com/web-events/visitors https://www.waze.com/web-events/visitors — 200 — 100 B — 251 ms — h3https://web-assets.waze.com/livemap/stg/hazard-6f4014190cae4f1e2f348845aa5ebb39.svgweb-assets.waze.com/livemap/stg/haz... https://web-assets.waze.com/livemap/stg/hazard-6f4014190cae4f1e2f348845aa5ebb39.svg — 200 — 1.3 KiB — 7 ms — h3https://web-assets.waze.com/livemap/stg/police-c6e927d3b03d9fb6c9166bccbb1d6558.svgweb-assets.waze.com/livemap/stg/pol... https://web-assets.waze.com/livemap/stg/police-c6e927d3b03d9fb6c9166bccbb1d6558.svg — 200 — 3.5 KiB — 6 ms — h3https://web-assets.waze.com/livemap/stg/happy-9dfc3942615c615c29b0525c77e6d2f2.pngweb-assets.waze.com/livemap/stg/hap... https://web-assets.waze.com/livemap/stg/happy-9dfc3942615c615c29b0525c77e6d2f2.png — 200 — 1.3 KiB — 8 ms — h3https://web-assets.waze.com/livemap/stg/peaceful-5ba7a17c5858d1032f75695a4ef0f027.pngweb-assets.waze.com/livemap/stg/pea... https://web-assets.waze.com/livemap/stg/peaceful-5ba7a17c5858d1032f75695a4ef0f027.png — 200 — 1.7 KiB — 5 ms — h3https://www.waze.com/web-eventswww.waze.com/web-events https://www.waze.com/web-events — 201 — 18.7 KiB — 258 ms — h3https://www.waze.com/web-eventswww.waze.com/web-events https://www.waze.com/web-events — 201 — 19.2 KiB — 263 ms — h3https://www.waze.com/web-eventswww.waze.com/web-events https://www.waze.com/web-events — 201 — 19.2 KiB — 271 ms — h3https://www.waze.com/web-eventswww.waze.com/web-events https://www.waze.com/web-events — 201 — 13.0 KiB — 273 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-2848KND9CX&gtm=45je64h1v9204008017za20gzb77368432zd77368432&_p=1776801493295&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAAQ&ae=a&are=1&cid=1137706603.1776801494&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~117266400&dp=%2F&sid=1776801494&sct=1&seg=0&dl=https%3A%2F%2Fwww.waze.com%2F&dt=Driving%20directions%2C%20live%20traffic%20%26%20road%20conditions%20updates%20-%20Waze&en=scroll&epn.percent_scrolled=90&_et=13&tfd=6310www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-2848KND9CX&gtm=45je64h1v9204008017za20gzb77368432zd77368432&_p=1776801493295&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAAQ&ae=a&are=1&cid=1137706603.1776801494&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~117266400&dp=%2F&sid=1776801494&sct=1&seg=0&dl=https%3A%2F%2Fwww.waze.com%2F&dt=Driving%20directions%2C%20live%20traffic%20%26%20road%20conditions%20updates%20-%20Waze&en=scroll&epn.percent_scrolled=90&_et=13&tfd=6310 — 204 — 20 B — 64 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-NNCFE4W9M4&gtm=45je64h1v9181729583za20gzb77368432zd77368432&_p=1776801493295&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EEAAAAQ&ae=a&are=1&cid=1137706603.1776801494&frm=0&ir=1&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938469~117266401&sid=1776801494&sct=1&seg=0&dl=https%3A%2F%2Fwww.waze.com%2F&dt=Driving%20directions%2C%20live%20traffic%20%26%20road%20conditions%20updates%20-%20Waze&en=scroll&epn.percent_scrolled=90&_et=21&tfd=6491www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-NNCFE4W9M4&gtm=45je64h1v9181729583za20gzb77368432zd77368432&_p=1776801493295&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EEAAAAQ&ae=a&are=1&cid=1137706603.1776801494&frm=0&ir=1&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938469~117266401&sid=1776801494&sct=1&seg=0&dl=https%3A%2F%2Fwww.waze.com%2F&dt=Driving%20directions%2C%20live%20traffic%20%26%20road%20conditions%20updates%20-%20Waze&en=scroll&epn.percent_scrolled=90&_et=21&tfd=6491 — 204 — 20 B — 65 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1900ms · 1600KB · $25/mo
www.gstatic.com
Other
Costly
Execution 415ms
Transfer 0 KB
Unused 43%
Monthly Cost $6/mo
web-assets.waze.com
Other
Costly
Execution 367ms
Transfer 481 KB
Unused 64%
Monthly Cost $5/mo
Unattributable
Other
Costly
Execution 233ms
Transfer 0 KB
Monthly Cost $3/mo
web-assets.waze.com
Other
Costly
Execution 202ms
Transfer 9 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 128ms
Transfer 146 KB
Unused 36%
Monthly Cost $2/mo
www.waze.com
Other
Optional
Execution 123ms
Transfer 26 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 121ms
Transfer 158 KB
Unused 40%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 100ms
Transfer 148 KB
Unused 42%
Monthly Cost $1/mo
maps.googleapis.com
Other
Optional
Execution 81ms
Transfer 83 KB
Unused 65%
Monthly Cost $1/mo
web-assets.waze.com
Other
Optional
Execution 67ms
Transfer 248 KB
Unused 80%
Monthly Cost $1/mo
web-assets.waze.com
Other
Optional
Execution 64ms
Transfer 303 KB
Unused 66%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 415ms and costs ~$6/month
  • web-assets.waze.com adds 367ms and costs ~$5/month
  • Unattributable adds 233ms and costs ~$3/month
  • web-assets.waze.com adds 202ms and costs ~$3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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.gstatic.com takes 415ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

web-assets.waze.com takes 367ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

64% of web-assets.waze.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

Unattributable takes 233ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

web-assets.waze.com takes 202ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

65% of maps.googleapis.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

80% of web-assets.waze.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

66% of web-assets.waze.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback