Skip to content
https://insideevs.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
71
GRADE
C
FIX
5
REVIEW
3
PASS
5
INFO
2

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

98
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
80
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

790 ms

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

930 ms

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

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

1.03 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.96 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
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
2.7 MB transferred, 124 requests
FIX
2.7 MB transferred, 124 requests
Warning::
Page weighs 8.3 MB (2.7 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
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 0.57 g CO2 per page load
2.7 MB / 2.4 MB budget
2.7 MB transferred
124 requests
0.57 g CO2 per page load
JavaScript 1.9 MiB 68%
Images 344.6 KiB 12%
Other 193.6 KiB 7%
Other 129.7 KiB 5%
HTML 107.2 KiB 4%
Fonts 86.1 KiB 3%
Other 31.0 KiB 1%
CSS 7.8 KiB 0%
Other 0 B 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

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
91% third-party, 0 ms blocking
FIX
91% third-party, 0 ms blocking
Warning::
Third-party code accounts for 91% of page weight (2.5 MiB of 2.7 MiB)
Info::
Third-party blocking time is low (0 ms)
91%
First-party Third-party
F
JS Bundles
Action
51 scripts, 573 KB unused
FIX
51 scripts, 573 KB unused
Warning::
https://motorsport-cdn.relevant-digital.com/static...: 133 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 128 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://m1tm.insideevs.com/gtm.js?id=GTM-WF9DGGT&l...: 81 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://m1tm.insideevs.com/gtag/js?id=G-S1VTQEHNME...: 69 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://openads-cdn.adsrvr.org/openadsjs/build/lat...: 47 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 573 KB
573 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://motorsport-cdn.relevant-digital.com/static/tags/66fa672af9574f96b59fc220.js274 KB133 KB (49%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964188 KB128 KB (68%)3rd
https://m1tm.insideevs.com/gtm.js?id=GTM-WF9DGGT&l=gtmDataLayer217 KB81 KB (37%)3rd
https://m1tm.insideevs.com/gtag/js?id=G-S1VTQEHNME&l=gtmDataLayer&cx=c&gtm=4e64k1&sign=16daf9fd6e9f1a5a136e643ee9e1b8b36f254b03ea95e4c44c024d2e051eb4b8_20260422178 KB69 KB (39%)3rd
https://openads-cdn.adsrvr.org/openadsjs/build/latest/openads.js96 KB47 KB (49%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB37 KB (41%)3rd
https://fundingchoicesmessages.google.com/i/23178050824?ers=370 KB37 KB (54%)3rd
https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js42 KB21 KB (51%)3rd
https://launchpad.privacymanager.io/latest/launchpad.bundle.js45 KB20 KB (45%)3rd
https://rumcdn.geoedge.be/4f7650cc-a02d-4912-81aa-4cbe6ff03114/grumi-ip.js7 KB3rd

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 · 2.7 MB · 573 KB savings available
FIX
124 resources · 2.7 MB · 573 KB savings available
Warning::
Page weight 1.7 MB over 1MB target
Got: 2.7 MB Expected: ≤ 1 MB
Info::
~573 KB of savings available
Warning::
118 third-party resources (91% of weight)
Info::
2 resources over 200KB
124 resources · 2.7 MiB · 118 third-party 1.7 MiB over 1MB target
JavaScript 68% · 1.9 MiB
Image 16% · 451.3 KiB
Other 9% · 241.7 KiB
Document 4% · 110.0 KiB
Font 3% · 86.1 KiB
CSS 0% · 7.8 KiB

~572.9 KiB of savings available

Remove unused JavaScript: 572.9 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
C
Image Optimization
Action
38 images, 0 KB saveable
REVIEW
38 images, 0 KB saveable
Warning::
https://cdn.motor1.com/custom/share/evus_newslette... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
38 images 345 KB
0 oversized -0 KB
5 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Execution Cost
923ms total JS execution
REVIEW
923ms total JS execution
Info::
Unattributable: 207ms CPU time
Info::
https://insideevs.com/: 165ms CPU time
Info::
https://m1tm.insideevs.com/gtm.js?id=GTM-WF9DGGT&l...: 145ms CPU time
Info::
https://motorsport-cdn.relevant-digital.com/static...: 127ms CPU time
Info::
https://c.amazon-adsystem.com/aax2/apstag.js: 91ms CPU time
Warning::
Third-party scripts: 758ms (82% of total)

Main Thread Breakdown

Script Evaluation 64% Other 14% Script Parsing & Compilation 10% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
Unattributable207ms60ms0ms3rd
https://insideevs.com/165ms10ms2ms1st
https://m1tm.insideevs.com/gtm.js?id=GTM-WF9DGGT&l=gtmDataLayer145ms118ms23ms3rd
https://motorsport-cdn.relevant-digital.com/static/tags/66fa672af9574f96b59fc220.js127ms103ms22ms3rd
https://c.amazon-adsystem.com/aax2/apstag.js91ms82ms7ms3rd
https://m1tm.insideevs.com/gtag/js?id=G-S1VTQEHNME&l=gtmDataLayer&cx=c&gtm=4e64k1&sign=16daf9fd6e9f1a5a136e643ee9e1b8b36f254b03ea95e4c44c024d2e051eb4b8_2026042270ms61ms8ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=3109796464ms53ms10ms3rd
https://fundingchoicesmessages.google.com/i/23178050824?ers=353ms47ms3ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

2

86 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 790 ms LCP 930 mshttps://fonts.gstatic.com/s/lexend/v26/wlpwgwvFAVdoq2_v-6QU82RHaA.woff2wlpwgwvFAVdoq2_v-6QU82R... https://fonts.gstatic.com/s/lexend/v26/wlpwgwvFAVdoq2_v-6QU82RHaA.woff2 — 38.8 KiB — 67 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 71 ms — font-display: swap
wlpwgwvFAVdoq2_v-6QU82R... woff2 swap
Size 39 KB
Load time 67 ms
Start 670 ms
Risk FOUT — text flashes from fallback to web font
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 71 ms
Start 670 ms
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
Network Waterfall
124 requests over 3684ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 790 ms LCP 930 mshttps://insideevs.com// https://insideevs.com/ — 200 — 104.9 KiB — 593 ms — h2https://cdn.motor1.com/images/mgl/YAzznw/s4/bmw-ix3-xdrive-50.webpcdn.motor1.com/images/mgl/YAzznw/s4... https://cdn.motor1.com/images/mgl/YAzznw/s4/bmw-ix3-xdrive-50.webp — 200 — 26.5 KiB — 60 ms — h2https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Inter:wght@100..900&display=fallbackfonts.googleapis.com/css2?family=Le... https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Inter:wght@100..900&display=fallback — 200 — 1.1 KiB — 96 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/prioritized/606_6192af4861dcf7d12987.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/prioritized/606_6192af4861dcf7d12987.js — 200 — 30.8 KiB — 23 ms — h2https://cdn.motor1.com/custom/share/evus_newsletter_widget_logo.svgcdn.motor1.com/custom/share/evus_ne... https://cdn.motor1.com/custom/share/evus_newsletter_widget_logo.svg — 200 — 3.5 KiB — 20 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/prioritized/818_6192af4861dcf7d12987.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/prioritized/818_6192af4861dcf7d12987.js — 200 — 8.0 KiB — 19 ms — h2https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.jscdn.privacy-mgmt.com/unified/wrappe... https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 72 ms — h2https://m1tm.insideevs.com/gtm.js?id=GTM-WF9DGGT&l=gtmDataLayerm1tm.insideevs.com/gtm.js?id=GTM-WF... https://m1tm.insideevs.com/gtm.js?id=GTM-WF9DGGT&l=gtmDataLayer — 200 — 217.4 KiB — 620 ms — h2https://cdn.motor1.com/images/mgl/KbgoO1/s6/humble-hauler.webpcdn.motor1.com/images/mgl/KbgoO1/s6... https://cdn.motor1.com/images/mgl/KbgoO1/s6/humble-hauler.webp — 200 — 7.1 KiB — 22 ms — h2https://cdn.motor1.com/images/mgl/Kbgoob/s6/c-class-ev-vs.-i3.webpcdn.motor1.com/images/mgl/Kbgoob/s6... https://cdn.motor1.com/images/mgl/Kbgoob/s6/c-class-ev-vs.-i3.webp — 200 — 9.9 KiB — 24 ms — h2https://cdn.motor1.com/images/mgl/G3Qoe1/s6/smart-concept-2-2026.webpcdn.motor1.com/images/mgl/G3Qoe1/s6... https://cdn.motor1.com/images/mgl/G3Qoe1/s6/smart-concept-2-2026.webp — 200 — 7.2 KiB — 21 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/build/jslangs/insideevs_en_US_3f579a88b2c7b0c235d1732f0f8d0695.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/build/jslangs/insideevs_en_US_3f579a88b2c7b0c235d1732f0f8d0695.js — 200 — 1.5 KiB — 24 ms — h2https://insideevs.com/design/dist/critical/icons/sprite-common-0-c0083f221c255297bb545447bb9ed812.svg/design/dist/critical/icons/sprite-... https://insideevs.com/design/dist/critical/icons/sprite-common-0-c0083f221c255297bb545447bb9ed812.svg — 200 — 45.3 KiB — 35 ms — h2data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== — 200 — 0 B — 0 ms — datahttps://cdn.motor1.com/images/mgl/3WEpNx/s6/rivian-r2-factory-assembly.webpcdn.motor1.com/images/mgl/3WEpNx/s6... https://cdn.motor1.com/images/mgl/3WEpNx/s6/rivian-r2-factory-assembly.webp — 200 — 18.6 KiB — 35 ms — h2https://cdn.motor1.com/images/mgl/6ZAGQX/s6/tesla-full-self-driving-fsd-computer-hardware-3-0.webpcdn.motor1.com/images/mgl/6ZAGQX/s6... https://cdn.motor1.com/images/mgl/6ZAGQX/s6/tesla-full-self-driving-fsd-computer-hardware-3-0.webp — 200 — 17.1 KiB — 38 ms — h2https://cdn.motor1.com/images/mgl/P3BngL/s6/byd-denza-z9gt.webpcdn.motor1.com/images/mgl/P3BngL/s6... https://cdn.motor1.com/images/mgl/P3BngL/s6/byd-denza-z9gt.webp — 200 — 12.1 KiB — 44 ms — h2https://cdn.motor1.com/images/mgl/bgG41l/s6/2025-hyundai-ioniq-5.webpcdn.motor1.com/images/mgl/bgG41l/s6... https://cdn.motor1.com/images/mgl/bgG41l/s6/2025-hyundai-ioniq-5.webp — 200 — 12.1 KiB — 44 ms — h2https://cdn.motor1.com/images/mgl/1Zwy6q/s6/2027-bmw-i7.webpcdn.motor1.com/images/mgl/1Zwy6q/s6... https://cdn.motor1.com/images/mgl/1Zwy6q/s6/2027-bmw-i7.webp — 200 — 10.8 KiB — 63 ms — h2https://cdn.motor1.com/images/mgl/ojGw0L/s6/2026-gmc-sierra-ev-at4-max-range.webpcdn.motor1.com/images/mgl/ojGw0L/s6... https://cdn.motor1.com/images/mgl/ojGw0L/s6/2026-gmc-sierra-ev-at4-max-range.webp — 200 — 9.2 KiB — 49 ms — h2https://cdn.motor1.com/images/mgl/Znzlbo/s6/zeekr-topshot.webpcdn.motor1.com/images/mgl/Znzlbo/s6... https://cdn.motor1.com/images/mgl/Znzlbo/s6/zeekr-topshot.webp — 200 — 9.4 KiB — 47 ms — h2https://cdn.motor1.com/images/mgl/zxJ0NK/s6/c-class-ev-topshot.webpcdn.motor1.com/images/mgl/zxJ0NK/s6... https://cdn.motor1.com/images/mgl/zxJ0NK/s6/c-class-ev-topshot.webp — 200 — 10.0 KiB — 38 ms — h2https://cdn.motor1.com/images/mgl/ojJELl/s6/ev-startup-update.webpcdn.motor1.com/images/mgl/ojJELl/s6... https://cdn.motor1.com/images/mgl/ojJELl/s6/ev-startup-update.webp — 200 — 20.5 KiB — 42 ms — h2https://cdn.motor1.com/images/mgl/NGPPjM/s6/e8ass5ziusc.webpcdn.motor1.com/images/mgl/NGPPjM/s6... https://cdn.motor1.com/images/mgl/NGPPjM/s6/e8ass5ziusc.webp — 200 — 11.5 KiB — 58 ms — h2https://cdn.motor1.com/images/mgl/pbJ70g/s6/the-best-evs-in-march-2026.webpcdn.motor1.com/images/mgl/pbJ70g/s6... https://cdn.motor1.com/images/mgl/pbJ70g/s6/the-best-evs-in-march-2026.webp — 200 — 9.6 KiB — 53 ms — h2https://cdn.motor1.com/images/mgl/P3AxJy/s6/insideevs.webpcdn.motor1.com/images/mgl/P3AxJy/s6... https://cdn.motor1.com/images/mgl/P3AxJy/s6/insideevs.webp — 200 — 8.7 KiB — 57 ms — h2https://cdn.motor1.com/images/mgl/koGQEn/s6/2026-nissan-leaf-best-header.webpcdn.motor1.com/images/mgl/koGQEn/s6... https://cdn.motor1.com/images/mgl/koGQEn/s6/2026-nissan-leaf-best-header.webp — 200 — 8.5 KiB — 57 ms — h2https://cdn.motor1.com/images/mgl/Ak3ww2/s6/sedans-vs-suvs.webpcdn.motor1.com/images/mgl/Ak3ww2/s6... https://cdn.motor1.com/images/mgl/Ak3ww2/s6/sedans-vs-suvs.webp — 200 — 14.3 KiB — 56 ms — h2https://cdn.motor1.com/images/mgl/3WEpYK/s6/ix3-screen-topshot.webpcdn.motor1.com/images/mgl/3WEpYK/s6... https://cdn.motor1.com/images/mgl/3WEpYK/s6/ix3-screen-topshot.webp — 200 — 9.9 KiB — 51 ms — h2https://cdn.motor1.com/images/mgl/2N4J0k/s6/catl-shenxing-gen3-lfp-battery.webpcdn.motor1.com/images/mgl/2N4J0k/s6... https://cdn.motor1.com/images/mgl/2N4J0k/s6/catl-shenxing-gen3-lfp-battery.webp — 200 — 6.4 KiB — 51 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 790 ms LCP 930 mshttps://insideevs.com// https://insideevs.com/ — 200 — 104.9 KiB — 593 ms — h2https://cdn.motor1.com/images/mgl/YAzznw/s4/bmw-ix3-xdrive-50.webpcdn.motor1.com/images/mgl/YAzznw/s4... https://cdn.motor1.com/images/mgl/YAzznw/s4/bmw-ix3-xdrive-50.webp — 200 — 26.5 KiB — 60 ms — h2https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Inter:wght@100..900&display=fallbackfonts.googleapis.com/css2?family=Le... https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Inter:wght@100..900&display=fallback — 200 — 1.1 KiB — 96 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/prioritized/606_6192af4861dcf7d12987.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/prioritized/606_6192af4861dcf7d12987.js — 200 — 30.8 KiB — 23 ms — h2https://cdn.motor1.com/custom/share/evus_newsletter_widget_logo.svgcdn.motor1.com/custom/share/evus_ne... https://cdn.motor1.com/custom/share/evus_newsletter_widget_logo.svg — 200 — 3.5 KiB — 20 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/prioritized/818_6192af4861dcf7d12987.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/prioritized/818_6192af4861dcf7d12987.js — 200 — 8.0 KiB — 19 ms — h2https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.jscdn.privacy-mgmt.com/unified/wrappe... https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 72 ms — h2https://m1tm.insideevs.com/gtm.js?id=GTM-WF9DGGT&l=gtmDataLayerm1tm.insideevs.com/gtm.js?id=GTM-WF... https://m1tm.insideevs.com/gtm.js?id=GTM-WF9DGGT&l=gtmDataLayer — 200 — 217.4 KiB — 620 ms — h2https://cdn.motor1.com/images/mgl/KbgoO1/s6/humble-hauler.webpcdn.motor1.com/images/mgl/KbgoO1/s6... https://cdn.motor1.com/images/mgl/KbgoO1/s6/humble-hauler.webp — 200 — 7.1 KiB — 22 ms — h2https://cdn.motor1.com/images/mgl/Kbgoob/s6/c-class-ev-vs.-i3.webpcdn.motor1.com/images/mgl/Kbgoob/s6... https://cdn.motor1.com/images/mgl/Kbgoob/s6/c-class-ev-vs.-i3.webp — 200 — 9.9 KiB — 24 ms — h2https://cdn.motor1.com/images/mgl/G3Qoe1/s6/smart-concept-2-2026.webpcdn.motor1.com/images/mgl/G3Qoe1/s6... https://cdn.motor1.com/images/mgl/G3Qoe1/s6/smart-concept-2-2026.webp — 200 — 7.2 KiB — 21 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/build/jslangs/insideevs_en_US_3f579a88b2c7b0c235d1732f0f8d0695.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/build/jslangs/insideevs_en_US_3f579a88b2c7b0c235d1732f0f8d0695.js — 200 — 1.5 KiB — 24 ms — h2https://insideevs.com/design/dist/critical/icons/sprite-common-0-c0083f221c255297bb545447bb9ed812.svg/design/dist/critical/icons/sprite-... https://insideevs.com/design/dist/critical/icons/sprite-common-0-c0083f221c255297bb545447bb9ed812.svg — 200 — 45.3 KiB — 35 ms — h2data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== — 200 — 0 B — 0 ms — datahttps://cdn.motor1.com/images/mgl/3WEpNx/s6/rivian-r2-factory-assembly.webpcdn.motor1.com/images/mgl/3WEpNx/s6... https://cdn.motor1.com/images/mgl/3WEpNx/s6/rivian-r2-factory-assembly.webp — 200 — 18.6 KiB — 35 ms — h2https://cdn.motor1.com/images/mgl/6ZAGQX/s6/tesla-full-self-driving-fsd-computer-hardware-3-0.webpcdn.motor1.com/images/mgl/6ZAGQX/s6... https://cdn.motor1.com/images/mgl/6ZAGQX/s6/tesla-full-self-driving-fsd-computer-hardware-3-0.webp — 200 — 17.1 KiB — 38 ms — h2https://cdn.motor1.com/images/mgl/P3BngL/s6/byd-denza-z9gt.webpcdn.motor1.com/images/mgl/P3BngL/s6... https://cdn.motor1.com/images/mgl/P3BngL/s6/byd-denza-z9gt.webp — 200 — 12.1 KiB — 44 ms — h2https://cdn.motor1.com/images/mgl/bgG41l/s6/2025-hyundai-ioniq-5.webpcdn.motor1.com/images/mgl/bgG41l/s6... https://cdn.motor1.com/images/mgl/bgG41l/s6/2025-hyundai-ioniq-5.webp — 200 — 12.1 KiB — 44 ms — h2https://cdn.motor1.com/images/mgl/1Zwy6q/s6/2027-bmw-i7.webpcdn.motor1.com/images/mgl/1Zwy6q/s6... https://cdn.motor1.com/images/mgl/1Zwy6q/s6/2027-bmw-i7.webp — 200 — 10.8 KiB — 63 ms — h2https://cdn.motor1.com/images/mgl/ojGw0L/s6/2026-gmc-sierra-ev-at4-max-range.webpcdn.motor1.com/images/mgl/ojGw0L/s6... https://cdn.motor1.com/images/mgl/ojGw0L/s6/2026-gmc-sierra-ev-at4-max-range.webp — 200 — 9.2 KiB — 49 ms — h2https://cdn.motor1.com/images/mgl/Znzlbo/s6/zeekr-topshot.webpcdn.motor1.com/images/mgl/Znzlbo/s6... https://cdn.motor1.com/images/mgl/Znzlbo/s6/zeekr-topshot.webp — 200 — 9.4 KiB — 47 ms — h2https://cdn.motor1.com/images/mgl/zxJ0NK/s6/c-class-ev-topshot.webpcdn.motor1.com/images/mgl/zxJ0NK/s6... https://cdn.motor1.com/images/mgl/zxJ0NK/s6/c-class-ev-topshot.webp — 200 — 10.0 KiB — 38 ms — h2https://cdn.motor1.com/images/mgl/ojJELl/s6/ev-startup-update.webpcdn.motor1.com/images/mgl/ojJELl/s6... https://cdn.motor1.com/images/mgl/ojJELl/s6/ev-startup-update.webp — 200 — 20.5 KiB — 42 ms — h2https://cdn.motor1.com/images/mgl/NGPPjM/s6/e8ass5ziusc.webpcdn.motor1.com/images/mgl/NGPPjM/s6... https://cdn.motor1.com/images/mgl/NGPPjM/s6/e8ass5ziusc.webp — 200 — 11.5 KiB — 58 ms — h2https://cdn.motor1.com/images/mgl/pbJ70g/s6/the-best-evs-in-march-2026.webpcdn.motor1.com/images/mgl/pbJ70g/s6... https://cdn.motor1.com/images/mgl/pbJ70g/s6/the-best-evs-in-march-2026.webp — 200 — 9.6 KiB — 53 ms — h2https://cdn.motor1.com/images/mgl/P3AxJy/s6/insideevs.webpcdn.motor1.com/images/mgl/P3AxJy/s6... https://cdn.motor1.com/images/mgl/P3AxJy/s6/insideevs.webp — 200 — 8.7 KiB — 57 ms — h2https://cdn.motor1.com/images/mgl/koGQEn/s6/2026-nissan-leaf-best-header.webpcdn.motor1.com/images/mgl/koGQEn/s6... https://cdn.motor1.com/images/mgl/koGQEn/s6/2026-nissan-leaf-best-header.webp — 200 — 8.5 KiB — 57 ms — h2https://cdn.motor1.com/images/mgl/Ak3ww2/s6/sedans-vs-suvs.webpcdn.motor1.com/images/mgl/Ak3ww2/s6... https://cdn.motor1.com/images/mgl/Ak3ww2/s6/sedans-vs-suvs.webp — 200 — 14.3 KiB — 56 ms — h2https://cdn.motor1.com/images/mgl/3WEpYK/s6/ix3-screen-topshot.webpcdn.motor1.com/images/mgl/3WEpYK/s6... https://cdn.motor1.com/images/mgl/3WEpYK/s6/ix3-screen-topshot.webp — 200 — 9.9 KiB — 51 ms — h2https://cdn.motor1.com/images/mgl/2N4J0k/s6/catl-shenxing-gen3-lfp-battery.webpcdn.motor1.com/images/mgl/2N4J0k/s6... https://cdn.motor1.com/images/mgl/2N4J0k/s6/catl-shenxing-gen3-lfp-battery.webp — 200 — 6.4 KiB — 51 ms — h2https://fonts.gstatic.com/s/lexend/v26/wlpwgwvFAVdoq2_v-6QU82RHaA.woff2fonts.gstatic.com/s/lexend/v26/wlpw... https://fonts.gstatic.com/s/lexend/v26/wlpwgwvFAVdoq2_v-6QU82RHaA.woff2 — 200 — 38.8 KiB — 67 ms — h3https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 71 ms — h3https://insideevs.com/design/dist/critical/icons/sprite-common-0-c0083f221c255297bb545447bb9ed812.svg/design/dist/critical/icons/sprite-... https://insideevs.com/design/dist/critical/icons/sprite-common-0-c0083f221c255297bb545447bb9ed812.svg — 200 — 45.3 KiB — 35 ms — h2https://cdn.motor1.com/images/static/spinner.svgcdn.motor1.com/images/static/spinne... https://cdn.motor1.com/images/static/spinner.svg — 200 — 868 B — 40 ms — h2https://cdn.motor1.com/images/mgl/1Z1okM/s6/waymo-san-francisco.webpcdn.motor1.com/images/mgl/1Z1okM/s6... https://cdn.motor1.com/images/mgl/1Z1okM/s6/waymo-san-francisco.webp — 200 — 8.7 KiB — 36 ms — h2https://cdn.motor1.com/images/mgl/40YXek/s6/2027-mercedes-benz-c-class-ev-standard-interior.webpcdn.motor1.com/images/mgl/40YXek/s6... https://cdn.motor1.com/images/mgl/40YXek/s6/2027-mercedes-benz-c-class-ev-standard-interior.webp — 200 — 5.2 KiB — 37 ms — h2https://cdn.motor1.com/images/mgl/oj1PXL/s5/2023-gmc-sierra-denali-ev-teaser.webpcdn.motor1.com/images/mgl/oj1PXL/s5... https://cdn.motor1.com/images/mgl/oj1PXL/s5/2023-gmc-sierra-denali-ev-teaser.webp — 200 — 1.4 KiB — 38 ms — h2https://cdn.motor1.com/images/mgl/rKo2RY/s5/2024-chevrolet-silverado-ev-rst.webpcdn.motor1.com/images/mgl/rKo2RY/s5... https://cdn.motor1.com/images/mgl/rKo2RY/s5/2024-chevrolet-silverado-ev-rst.webp — 200 — 4.0 KiB — 39 ms — h2https://cdn.motor1.com/images/mgl/P4QoX/s5/2022-gmc-hummer-ev-driver-side-mountain.webpcdn.motor1.com/images/mgl/P4QoX/s5/... https://cdn.motor1.com/images/mgl/P4QoX/s5/2022-gmc-hummer-ev-driver-side-mountain.webp — 200 — 4.9 KiB — 40 ms — h2https://cdn.motor1.com/images/mgl/0mbpV/s5/bmw-ix3-2020.webpcdn.motor1.com/images/mgl/0mbpV/s5/... https://cdn.motor1.com/images/mgl/0mbpV/s5/bmw-ix3-2020.webp — 200 — 4.9 KiB — 38 ms — h2https://cdn.motor1.com/images/mgl/mMkR0A/s5/2023-bmw-i7-review.webpcdn.motor1.com/images/mgl/mMkR0A/s5... https://cdn.motor1.com/images/mgl/mMkR0A/s5/2023-bmw-i7-review.webp — 200 — 2.9 KiB — 39 ms — h2https://cdn.motor1.com/images/mgl/OV0Xy/s5/bmw-i3.webpcdn.motor1.com/images/mgl/OV0Xy/s5/... https://cdn.motor1.com/images/mgl/OV0Xy/s5/bmw-i3.webp — 200 — 3.0 KiB — 41 ms — h2https://cdn.motor1.com/images/mgl/6ygzk/s5/nissan-ariya-ab-2021.webpcdn.motor1.com/images/mgl/6ygzk/s5/... https://cdn.motor1.com/images/mgl/6ygzk/s5/nissan-ariya-ab-2021.webp — 200 — 3.2 KiB — 40 ms — h2https://cdn.motor1.com/custom/share/isideevs_loadimage_small.pngcdn.motor1.com/custom/share/isideev... https://cdn.motor1.com/custom/share/isideevs_loadimage_small.png — 200 — 17.2 KiB — 42 ms — h2https://cp.insideevs.com/now.jscp.insideevs.com/now.js https://cp.insideevs.com/now.js — 200 — 35.2 KiB — 136 ms — h2https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 24.8 KiB — 22 ms — h2https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js — 200 — 42.3 KiB — 28 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/meta-data?hasCsp=true&accountId=1975&env=prod&metadata=%7B%22gdpr%22%3A%7B%22groupPmId%22%3A1199761%7D%2C%22usnat%22%3A%7B%22groupPmId%22%3A1192920%7D%7D&propertyId=36521&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/met... https://cdn.privacy-mgmt.com/wrapper/v2/meta-data?hasCsp=true&accountId=1975&env=prod&metadata=%7B%22gdpr%22%3A%7B%22groupPmId%22%3A1199761%7D%2C%22usnat%22%3A%7B%22groupPmId%22%3A1192920%7D%7D&propertyId=36521&scriptVersion=4.40.1&scriptType=unified — 200 — 1.1 KiB — 55 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1975%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%22edition%22%3A%22ev_us%22%2C%22colorMode%22%3A%22light%22%2C%22acps%22%3A%22false%22%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%22edition%22%3A%22ev_us%22%2C%22colorMode%22%3A%22light%22%2C%22acps%22%3A%22false%22%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcdn.privacy-mgmt.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Finsideevs.com%2F%22%2C%22propertyId%22%3A36521%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=5110758595110758595de34974414907e6f&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/mes... https://cdn.privacy-mgmt.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1975%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%22edition%22%3A%22ev_us%22%2C%22colorMode%22%3A%22light%22%2C%22acps%22%3A%22false%22%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%22edition%22%3A%22ev_us%22%2C%22colorMode%22%3A%22light%22%2C%22acps%22%3A%22false%22%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcdn.privacy-mgmt.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Finsideevs.com%2F%22%2C%22propertyId%22%3A36521%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=5110758595110758595de34974414907e6f&scriptVersion=4.40.1&scriptType=unified — 200 — 24.5 KiB — 136 ms — h2https://cp.insideevs.com/properties/93d28258/config.jsoncp.insideevs.com/properties/93d2825... https://cp.insideevs.com/properties/93d28258/config.json — 200 — 2.0 KiB — 80 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5110758595110758595de34974414907e6f&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5110758595110758595de34974414907e6f&scriptVersion=4.40.1&scriptType=unified — 200 — 0 B — 34 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5110758595110758595de34974414907e6f&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5110758595110758595de34974414907e6f&scriptVersion=4.40.1&scriptType=unified — 200 — 0 B — 33 ms — h2https://cdn.privacy-mgmt.com/index.html?hasCsp=true&message_id=1310759&consentUUID=null&consent_origin=https%3A%2F%2Fcdn.privacy-mgmt.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1&consentLanguage=encdn.privacy-mgmt.com/index.html?has... https://cdn.privacy-mgmt.com/index.html?hasCsp=true&message_id=1310759&consentUUID=null&consent_origin=https%3A%2F%2Fcdn.privacy-mgmt.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1&consentLanguage=en — 200 — 2.2 KiB — 56 ms — h2https://cp.insideevs.com/chunks/cp-chunk-cmp-sourcepoint.20260422191410-579fdb0115.ac0804e59ea43f6cca8d.jscp.insideevs.com/chunks/cp-chunk-cm... https://cp.insideevs.com/chunks/cp-chunk-cmp-sourcepoint.20260422191410-579fdb0115.ac0804e59ea43f6cca8d.js — 200 — 3.4 KiB — 33 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5110758595110758595de34974414907e6f&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5110758595110758595de34974414907e6f&scriptVersion=4.40.1&scriptType=unified — 200 — 746 B — 129 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5110758595110758595de34974414907e6f&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5110758595110758595de34974414907e6f&scriptVersion=4.40.1&scriptType=unified — 200 — 732 B — 36 ms — h2https://cdn.privacy-mgmt.com/Notice.30929.csscdn.privacy-mgmt.com/Notice.30929.c... https://cdn.privacy-mgmt.com/Notice.30929.css — 200 — 6.7 KiB — 20 ms — h2https://cdn.privacy-mgmt.com/polyfills.01516.jscdn.privacy-mgmt.com/polyfills.0151... https://cdn.privacy-mgmt.com/polyfills.01516.js — 200 — 2.3 KiB — 20 ms — h2https://cdn.privacy-mgmt.com/Notice.8f529.jscdn.privacy-mgmt.com/Notice.8f529.j... https://cdn.privacy-mgmt.com/Notice.8f529.js — 200 — 91.2 KiB — 43 ms — h2https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=36521cdn.privacy-mgmt.com/consent/tcfv2/... https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=36521 — 200 — 1.3 KiB — 20 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WF9DGGT&gtg_health=1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WF9DGGT&gtg_health=1 — 200 — 392 B — 86 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfM…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfM… — 200 — 0 B — 0 ms — datahttps://rumcdn.geoedge.be/4f7650cc-a02d-4912-81aa-4cbe6ff03114/grumi-ip.jsrumcdn.geoedge.be/4f7650cc-a02d-491... https://rumcdn.geoedge.be/4f7650cc-a02d-4912-81aa-4cbe6ff03114/grumi-ip.js — 200 — 7.1 KiB — 118 ms — h2https://cdn-1.motorsportnetwork.com/msnt/static/trackunload/index_v4.jscdn-1.motorsportnetwork.com/msnt/st... https://cdn-1.motorsportnetwork.com/msnt/static/trackunload/index_v4.js — 200 — 1.9 KiB — 58 ms — http/1.1https://m1tm.insideevs.com/gtag/js?id=G-S1VTQEHNME&l=gtmDataLayer&cx=c&gtm=4e64k1&sign=16daf9fd6e9f1a5a136e643ee9e1b8b36f254b03ea95e4c44c024d2e051eb4b8_20260422m1tm.insideevs.com/gtag/js?id=G-S1V... https://m1tm.insideevs.com/gtag/js?id=G-S1VTQEHNME&l=gtmDataLayer&cx=c&gtm=4e64k1&sign=16daf9fd6e9f1a5a136e643ee9e1b8b36f254b03ea95e4c44c024d2e051eb4b8_20260422 — 200 — 178.1 KiB — 483 ms — h2https://insideevs.com/layout-auth-data//layout-auth-data/ https://insideevs.com/layout-auth-data/ — 200 — 2.7 KiB — 144 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/5957_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/5957_a3748e159bc2dc96d14f.js — 200 — 10.2 KiB — 20 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/3436_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/3436_a3748e159bc2dc96d14f.js — 200 — 9.8 KiB — 24 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/5877_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/5877_a3748e159bc2dc96d14f.js — 200 — 5.9 KiB — 22 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/6337_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/6337_a3748e159bc2dc96d14f.js — 200 — 9.3 KiB — 25 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.2 KiB — 113 ms — h3https://motorsport-cdn.relevant-digital.com/static/tags/66fa672af9574f96b59fc220.jsmotorsport-cdn.relevant-digital.com... https://motorsport-cdn.relevant-digital.com/static/tags/66fa672af9574f96b59fc220.js — 200 — 273.9 KiB — 206 ms — h2https://cdn-1.motorsportnetwork.com/msnt/static/relevantyield/index_v48.jscdn-1.motorsportnetwork.com/msnt/st... https://cdn-1.motorsportnetwork.com/msnt/static/relevantyield/index_v48.js — 200 — 10.1 KiB — 34 ms — http/1.1data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 10…www.w3.org/2000/svg' width='16' hei... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 10… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 10…www.w3.org/2000/svg' width='11' hei... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 10… — 200 — 0 B — 0 ms — datahttps://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/8311_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/8311_a3748e159bc2dc96d14f.js — 200 — 1.4 KiB — 18 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/2217_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/2217_a3748e159bc2dc96d14f.js — 200 — 1.5 KiB — 19 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/5563_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/5563_a3748e159bc2dc96d14f.js — 200 — 1.7 KiB — 19 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/4150_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/4150_a3748e159bc2dc96d14f.js — 200 — 1.1 KiB — 19 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/3147_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/3147_a3748e159bc2dc96d14f.js — 200 — 770 B — 20 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/457_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/457_a3748e159bc2dc96d14f.js — 200 — 18.3 KiB — 19 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/3798_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/3798_a3748e159bc2dc96d14f.js — 200 — 1.5 KiB — 20 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/3461_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/3461_a3748e159bc2dc96d14f.js — 200 — 1.0 KiB — 21 ms — h2https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/8851_a3748e159bc2dc96d14f.jscdn.motor1.com/kp/static4ui/prod_v8... https://cdn.motor1.com/kp/static4ui/prod_v8_eks_306/design/dist/js/8851_a3748e159bc2dc96d14f.js — 200 — 1.5 KiB — 23 ms — h2https://rumcdn.geoedge.be/3da206c9-6a17-4395-ad4e-50a54cf16bb6/grumi-ip.jsrumcdn.geoedge.be/3da206c9-6a17-439... https://rumcdn.geoedge.be/3da206c9-6a17-4395-ad4e-50a54cf16bb6/grumi-ip.js — 200 — 7.1 KiB — 19 ms — h2https://rumcdn.geoedge.be/4f7650cc-a02d-4912-81aa-4cbe6ff03114/grumi.jsrumcdn.geoedge.be/4f7650cc-a02d-491... https://rumcdn.geoedge.be/4f7650cc-a02d-4912-81aa-4cbe6ff03114/grumi.js — 200 — 91.2 KiB — 45 ms — h2https://insideevs.com/design/dist/critical/icons/sprite-common-0-c0083f221c255297bb545447bb9ed812.svg/design/dist/critical/icons/sprite-... https://insideevs.com/design/dist/critical/icons/sprite-common-0-c0083f221c255297bb545447bb9ed812.svg — 200 — 45.3 KiB — 36 ms — h2https://rumcdn.geoedge.be/3da206c9-6a17-4395-ad4e-50a54cf16bb6/grumi.jsrumcdn.geoedge.be/3da206c9-6a17-439... https://rumcdn.geoedge.be/3da206c9-6a17-4395-ad4e-50a54cf16bb6/grumi.js — 200 — 84.3 KiB — 29 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964 — 200 — 187.7 KiB — 80 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 42 ms — h3https://motorsport-pbs.relevant-digital.com/analytics/geomotorsport-pbs.relevant-digital.com... https://motorsport-pbs.relevant-digital.com/analytics/geo — 200 — 325 B — 139 ms — http/1.1https://fundingchoicesmessages.google.com/i/23178050824?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/23178050824?ers=3 — 200 — 69.9 KiB — 161 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 77 ms — h2https://openads-cdn.adsrvr.org/openadsjs/build/latest/openads.jsopenads-cdn.adsrvr.org/openadsjs/bu... https://openads-cdn.adsrvr.org/openadsjs/build/latest/openads.js — 200 — 96.2 KiB — 80 ms — h2https://api.receptivity.io/v1/prebid/MOTP260216/connector/rxConnector.jsapi.receptivity.io/v1/prebid/MOTP26... https://api.receptivity.io/v1/prebid/MOTP260216/connector/rxConnector.js — 200 — 8.5 KiB — 73 ms — h2https://m1tm.insideevs.com/g/collect?v=2&tid=G-S1VTQEHNME&gtm=45he64k1v886086773z8896622028za20kzb896622028zd896622028&_p=1776901714759&gcs=G100&gcd=13q3pPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=1065r&gdid=dMjkzMm&ecid=1175889008&_eu=AAAAAEA&_fplc=0&are=1&cid=904571402.1776901715&frm=0&pscdl=denied&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=&sst.rnd=931322185.1776901715&sst.ngst=1&sst.gdpr=1&sst.gdpr_consent=CQjEJsAQjEJsAAGABCENCbFgAAAAAELgAAiQAAALCgFgAKAAcABcAEgAKgBHAEAAIOAmIBUoCwgBQkAMAC4AjgCABgAIAJBAAIABQAJCUAEARxUACAAo.IJ4MBtC5MQSFBMCB2AIsASIQS5BBBIEAgAAABAAAAAAIApIgAUCAAAAAAAgAAABIAIAAAAAFAAABQQAAAIAAAIAAEIACAgAAAAABACAARAABACAgAAQAgAAABgAAAAAAAgAAASAoAQFwAAAAgEAAAACABAAAAAAAACEAgQAAAAAAAAOQABAAAIAAAAAAAAFAUAAAAAAAAAAAgAAAAAAQANAA.YAAAAAAAAAAA&sst.gpp=DBAA&sst.gpp_sid=-1&sst.tft=1776901714759&sst.lpc=47893375&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117512543~118463262&dl=https%3A%2F%2Finsideevs.com%2F&sid=1776901715&sct=1&seg=0&dt=InsideEVs%20%7C%20Electric%20Vehicle%20News%2C%20Reviews%2C%20and%20Reports&_tu=DA&en=page_view&_fv=1&_nsi=1&_ss=1&gap.gtb=2&ep.abtest=Auto-v1.4&ep.currentEdition=ev_us&ep.make=none&ep.pageType=main&ep.ABtest20=1&ep.page_hostname=insideevs.com&ep.isVirtualPageview=false&ep.PianoABtest=10&ep.ABtest20n2=3&ep.consentAds=false&ep.consentAnalytics=false&ep.insertedAdPlayer=exco&epn.hasAdPlayer=1&ep.currentUserType=0&epn.adDensity-ratio=0&epn.adDensity-bodyHeight=0&epn.adDensity-totalAdCount=0&up.ABtestUser20=1&up.currentEditionUser=ev_us&up.abtestUser=Auto-v1.4&up.ABtestUser20n2=3&up.PianoABtestUser=10&tfd=1889&richsstssem1tm.insideevs.com/g/collect?v=2&ti... https://m1tm.insideevs.com/g/collect?v=2&tid=G-S1VTQEHNME&gtm=45he64k1v886086773z8896622028za20kzb896622028zd896622028&_p=1776901714759&gcs=G100&gcd=13q3pPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=1065r&gdid=dMjkzMm&ecid=1175889008&_eu=AAAAAEA&_fplc=0&are=1&cid=904571402.1776901715&frm=0&pscdl=denied&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=&sst.rnd=931322185.1776901715&sst.ngst=1&sst.gdpr=1&sst.gdpr_consent=CQjEJsAQjEJsAAGABCENCbFgAAAAAELgAAiQAAALCgFgAKAAcABcAEgAKgBHAEAAIOAmIBUoCwgBQkAMAC4AjgCABgAIAJBAAIABQAJCUAEARxUACAAo.IJ4MBtC5MQSFBMCB2AIsASIQS5BBBIEAgAAABAAAAAAIApIgAUCAAAAAAAgAAABIAIAAAAAFAAABQQAAAIAAAIAAEIACAgAAAAABACAARAABACAgAAQAgAAABgAAAAAAAgAAASAoAQFwAAAAgEAAAACABAAAAAAAACEAgQAAAAAAAAOQABAAAIAAAAAAAAFAUAAAAAAAAAAAgAAAAAAQANAA.YAAAAAAAAAAA&sst.gpp=DBAA&sst.gpp_sid=-1&sst.tft=1776901714759&sst.lpc=47893375&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117512543~118463262&dl=https%3A%2F%2Finsideevs.com%2F&sid=1776901715&sct=1&seg=0&dt=InsideEVs%20%7C%20Electric%20Vehicle%20News%2C%20Reviews%2C%20and%20Reports&_tu=DA&en=page_view&_fv=1&_nsi=1&_ss=1&gap.gtb=2&ep.abtest=Auto-v1.4&ep.currentEdition=ev_us&ep.make=none&ep.pageType=main&ep.ABtest20=1&ep.page_hostname=insideevs.com&ep.isVirtualPageview=false&ep.PianoABtest=10&ep.ABtest20n2=3&ep.consentAds=false&ep.consentAnalytics=false&ep.insertedAdPlayer=exco&epn.hasAdPlayer=1&ep.currentUserType=0&epn.adDensity-ratio=0&epn.adDensity-bodyHeight=0&epn.adDensity-totalAdCount=0&up.ABtestUser20=1&up.currentEditionUser=ev_us&up.abtestUser=Auto-v1.4&up.ABtestUser20n2=3&up.PianoABtestUser=10&tfd=1889&richsstsse — 200 — 455 B — 161 ms — h2https://api.receptivity.io/v1/internal/public/static/connector/2-154-0-production-endpoint-v1/rxEngine.wasm?513bbe80268551b1a2a0api.receptivity.io/v1/internal/publ... https://api.receptivity.io/v1/internal/public/static/connector/2-154-0-production-endpoint-v1/rxEngine.wasm?513bbe80268551b1a2a0 — 200 — 182.0 KiB — 159 ms — h2https://config.aps.amazon-adsystem.com/configs/8a32a57d-f11b-4262-9c67-ea4831cabcbcconfig.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/8a32a57d-f11b-4262-9c67-ea4831cabcbc — 200 — 2.3 KiB — 56 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 54 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 88 ms — h2https://openads.adsrvr.org/cookie_syncopenads.adsrvr.org/cookie_sync https://openads.adsrvr.org/cookie_sync — 200 — 463 B — 145 ms — h2https://openads.adsrvr.org/openrtb2/auctionopenads.adsrvr.org/openrtb2/auction https://openads.adsrvr.org/openrtb2/auction — 200 — 3.0 KiB — 176 ms — h2https://cdn.id5-sync.com/api/1.0/id5-api.jscdn.id5-sync.com/api/1.0/id5-api.js https://cdn.id5-sync.com/api/1.0/id5-api.js — 200 — 34.5 KiB — 68 ms — h2https://launchpad-wrapper.privacymanager.io/2bce8fb0-af64-4250-a4ee-ffed620e0ed6/launchpad-liveramp.jslaunchpad-wrapper.privacymanager.io... https://launchpad-wrapper.privacymanager.io/2bce8fb0-af64-4250-a4ee-ffed620e0ed6/launchpad-liveramp.js — 200 — 1.8 KiB — 62 ms — h2https://tags.crwdcntrl.net/lt/c/16576/sync.min.jstags.crwdcntrl.net/lt/c/16576/sync.... https://tags.crwdcntrl.net/lt/c/16576/sync.min.js — 200 — 13.5 KiB — 57 ms — h2https://secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.jssecure.cdn.fastclick.net/js/pubcid/... https://secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js — 200 — 21.7 KiB — 57 ms — h2https://secure.cdn.fastclick.net/js/cnvr-launcher/latest/launcher-stub.min.jssecure.cdn.fastclick.net/js/cnvr-la... https://secure.cdn.fastclick.net/js/cnvr-launcher/latest/launcher-stub.min.js — 200 — 1.1 KiB — 54 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 389 B — 75 ms — h2https://secure.cdn.fastclick.net/js/cnvr-launcher/latest/launcher.min.jssecure.cdn.fastclick.net/js/cnvr-la... https://secure.cdn.fastclick.net/js/cnvr-launcher/latest/launcher.min.js — 200 — 24.7 KiB — 5 ms — h2https://launchpad.privacymanager.io/latest/launchpad.bundle.jslaunchpad.privacymanager.io/latest/... https://launchpad.privacymanager.io/latest/launchpad.bundle.js — 200 — 45.4 KiB — 75 ms — h2https://api.id5-sync.com/analytics/943/id5-api-jsapi.id5-sync.com/analytics/943/id5-... https://api.id5-sync.com/analytics/943/id5-api-js — 200 — 681 B — 82 ms — h2https://proc.ad.cpe.dotomi.com/cvx/client/direct/launcher?version=1.2.0&lid=681proc.ad.cpe.dotomi.com/cvx/client/d... https://proc.ad.cpe.dotomi.com/cvx/client/direct/launcher?version=1.2.0&lid=681 — 200 — 461 B — 98 ms — h2https://match.adsrvr.org/track/cmf/generic?ttd_pid=ber823s&ttd_tpi=1&gdpr=&gdpr_consent=&ttd_passthrough=us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Dimatch.adsrvr.org/track/cmf/generic?... https://match.adsrvr.org/track/cmf/generic?ttd_pid=ber823s&ttd_tpi=1&gdpr=&gdpr_consent=&ttd_passthrough=us_privacy%3D%26gpp%3D%26gpp_sid%3D%26f%3Di — 200 — 149 B — 114 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 0 B — 77 ms — h2https://secure.cdn.fastclick.net/js/cnvr-coreid/latest/coreid.min.jssecure.cdn.fastclick.net/js/cnvr-co... https://secure.cdn.fastclick.net/js/cnvr-coreid/latest/coreid.min.js — 200 — 47.1 KiB — 4 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 425 B — 19 ms — h2https://insideevs.com/favicon.ico/favicon.ico https://insideevs.com/favicon.ico — 200 — 15.2 KiB — 35 ms — h2https://cdn.motor1.com/images/static/insideevs/favicon-32.pngcdn.motor1.com/images/static/inside... https://cdn.motor1.com/images/static/insideevs/favicon-32.png — 200 — 873 B — 18 ms — h2https://m1tm.insideevs.com/g/collect?v=2&tid=G-S1VTQEHNME&gtm=45he64k1v886086773za20kzb896622028zd896622028&_p=1776901714759&gcs=G100&gcd=13q3pPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=1065r&gdid=dMjkzMm&ecid=1175889008&_eu=AEAAAEA&_fplc=0&ae=a&are=1&cid=904571402.1776901715&frm=0&pscdl=denied&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=&sst.rnd=931322185.1776901715&sst.ngst=1&sst.gdpr=1&sst.gdpr_consent=CQjEJsAQjEJsAAGABCENCbFgAAAAAELgAAiQAAALCgFgAKAAcABcAEgAKgBHAEAAIOAmIBUoCwgBQkAMAC4AjgCABgAIAJBAAIABQAJCUAEARxUACAAo.IJ4MBtC5MQSFBMCB2AIsASIQS5BBBIEAgAAABAAAAAAIApIgAUCAAAAAAAgAAABIAIAAAAAFAAABQQAAAIAAAIAAEIACAgAAAAABACAARAABACAgAAQAgAAABgAAAAAAAgAAASAoAQFwAAAAgEAAAACABAAAAAAAACEAgQAAAAAAAAOQABAAAIAAAAAAAAFAUAAAAAAAAAAAgAAAAAAQANAA.YAAAAAAAAAAA&sst.gpp=DBAA&sst.gpp_sid=-1&sst.tft=1776901714759&sst.sp=1&sst.em_event=1&sst.lpc=47893375&sst.navt=n&sst.ude=0&_s=2&tag_exp=0~115616986~115938466~115938469~117266401~117512543~118463262&dl=https%3A%2F%2Finsideevs.com%2F&sid=1776901715&sct=1&seg=0&dt=InsideEVs%20%7C%20Electric%20Vehicle%20News%2C%20Reviews%2C%20and%20Reports&_tu=DA&en=scroll&gap.gtb=2&ep.abtest=Auto-v1.4&ep.currentEdition=ev_us&ep.make=none&ep.pageType=main&ep.ABtest20=1&ep.page_hostname=insideevs.com&ep.isVirtualPageview=false&ep.PianoABtest=10&ep.ABtest20n2=3&ep.consentAds=false&ep.consentAnalytics=false&ep.insertedAdPlayer=exco&epn.hasAdPlayer=1&ep.currentUserType=0&epn.adDensity-ratio=0&epn.adDensity-bodyHeight=0&epn.adDensity-totalAdCount=0&epn.percent_scrolled=90&_et=11&tfd=2402&richsstssem1tm.insideevs.com/g/collect?v=2&ti... https://m1tm.insideevs.com/g/collect?v=2&tid=G-S1VTQEHNME&gtm=45he64k1v886086773za20kzb896622028zd896622028&_p=1776901714759&gcs=G100&gcd=13q3pPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=1065r&gdid=dMjkzMm&ecid=1175889008&_eu=AEAAAEA&_fplc=0&ae=a&are=1&cid=904571402.1776901715&frm=0&pscdl=denied&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=&sst.rnd=931322185.1776901715&sst.ngst=1&sst.gdpr=1&sst.gdpr_consent=CQjEJsAQjEJsAAGABCENCbFgAAAAAELgAAiQAAALCgFgAKAAcABcAEgAKgBHAEAAIOAmIBUoCwgBQkAMAC4AjgCABgAIAJBAAIABQAJCUAEARxUACAAo.IJ4MBtC5MQSFBMCB2AIsASIQS5BBBIEAgAAABAAAAAAIApIgAUCAAAAAAAgAAABIAIAAAAAFAAABQQAAAIAAAIAAEIACAgAAAAABACAARAABACAgAAQAgAAABgAAAAAAAgAAASAoAQFwAAAAgEAAAACABAAAAAAAACEAgQAAAAAAAAOQABAAAIAAAAAAAAFAUAAAAAAAAAAAgAAAAAAQANAA.YAAAAAAAAAAA&sst.gpp=DBAA&sst.gpp_sid=-1&sst.tft=1776901714759&sst.sp=1&sst.em_event=1&sst.lpc=47893375&sst.navt=n&sst.ude=0&_s=2&tag_exp=0~115616986~115938466~115938469~117266401~117512543~118463262&dl=https%3A%2F%2Finsideevs.com%2F&sid=1776901715&sct=1&seg=0&dt=InsideEVs%20%7C%20Electric%20Vehicle%20News%2C%20Reviews%2C%20and%20Reports&_tu=DA&en=scroll&gap.gtb=2&ep.abtest=Auto-v1.4&ep.currentEdition=ev_us&ep.make=none&ep.pageType=main&ep.ABtest20=1&ep.page_hostname=insideevs.com&ep.isVirtualPageview=false&ep.PianoABtest=10&ep.ABtest20n2=3&ep.consentAds=false&ep.consentAnalytics=false&ep.insertedAdPlayer=exco&epn.hasAdPlayer=1&ep.currentUserType=0&epn.adDensity-ratio=0&epn.adDensity-bodyHeight=0&epn.adDensity-totalAdCount=0&epn.percent_scrolled=90&_et=11&tfd=2402&richsstsse — 200 — 160 B — 164 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxXJA-JkDKsd0JEWRMJnJ4S1YfScuIsXuXkkE-EgiCNSiiRzGOOuhdcS1XwhtjMy2BEnAgnoNOCoAKrP-_tBTcRFbSlxLv9RwHdF6ZaqduH9NDHxjdJ0_AdLf6oSRS85sjRHYCq6Kw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXJA-JkDKsd0JEWRMJnJ4S1YfScuIsXuXkkE-EgiCNSiiRzGOOuhdcS1XwhtjMy2BEnAgnoNOCoAKrP-_tBTcRFbSlxLv9RwHdF6ZaqduH9NDHxjdJ0_AdLf6oSRS85sjRHYCq6Kw== — 204 — 28 B — 91 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXJA-JkDKsd0JEWRMJnJ4S1YfScuIsXuXkkE-EgiCNSiiRzGOOuhdcS1XwhtjMy2BEnAgnoNOCoAKrP-_tBTcRFbSlxLv9RwHdF6ZaqduH9NDHxjdJ0_AdLf6oSRS85sjRHYCq6Kw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXJA-JkDKsd0JEWRMJnJ4S1YfScuIsXuXkkE-EgiCNSiiRzGOOuhdcS1XwhtjMy2BEnAgnoNOCoAKrP-_tBTcRFbSlxLv9RwHdF6ZaqduH9NDHxjdJ0_AdLf6oSRS85sjRHYCq6Kw== — 204 — 28 B — 89 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxVfkqTHeugqtgsOC5L5eJThczvWMYRORLoz21TwHM_EoKNIyxyvgzxrKBDvicZQDfvq9y0Hp8qw29Gn9nHWJ7yDOcnHfKo95H_QDenP8RGZRLWzjMpS5ImT-dtnHtkhk2qBNTjOgQ==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2OTAxNzE2LDY2MDAwMDAwXSxudWxsLG51bGwsbnVsbCxbbnVsbCxbN11dLCJodHRwczovL2luc2lkZWV2cy5jb20vIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTc1Ml1dXSJdLFsxNiwiWzAsMCwwXSJdLFszNSwiMTc3NjkwMTcxNiJdLFsxOSwiMiJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV0fundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxVfkqTHeugqtgsOC5L5eJThczvWMYRORLoz21TwHM_EoKNIyxyvgzxrKBDvicZQDfvq9y0Hp8qw29Gn9nHWJ7yDOcnHfKo95H_QDenP8RGZRLWzjMpS5ImT-dtnHtkhk2qBNTjOgQ==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2OTAxNzE2LDY2MDAwMDAwXSxudWxsLG51bGwsbnVsbCxbbnVsbCxbN11dLCJodHRwczovL2luc2lkZWV2cy5jb20vIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTc1Ml1dXSJdLFsxNiwiWzAsMCwwXSJdLFszNSwiMTc3NjkwMTcxNiJdLFsxOSwiMiJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV0 — 200 — 2.8 KiB — 47 ms — h2https://fundingchoicesmessages.google.com/f/AGSKWxUzZhtb4ftLFkqCUNui6dG3R0s-Kt0TuQLm0lO2zyMLUxDFQ3GeLhGA6Yf8VAiJVMsOzo3_mLPhqKEg4ijf42C14WSYTVJAptH5BOpESdTfPOkI4PZAEI0zS42YB88opsxbmQeiVg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2OTAxNzE2LDExODAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzcsMTBdXSwiaHR0cHM6Ly9pbnNpZGVldnMuY29tLyIsbnVsbCxbWzgsInBTSmtvMTk2SUgwIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDE3NTJdXV0iXSxbMTYsIlswLDAsMF0iXSxbMzUsIjE3NzY5MDE3MTYiXSxbMTksIjIiXSxbMjQsIiJdLFsyOSwiZmFsc2UiXV1dfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxUzZhtb4ftLFkqCUNui6dG3R0s-Kt0TuQLm0lO2zyMLUxDFQ3GeLhGA6Yf8VAiJVMsOzo3_mLPhqKEg4ijf42C14WSYTVJAptH5BOpESdTfPOkI4PZAEI0zS42YB88opsxbmQeiVg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2OTAxNzE2LDExODAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzcsMTBdXSwiaHR0cHM6Ly9pbnNpZGVldnMuY29tLyIsbnVsbCxbWzgsInBTSmtvMTk2SUgwIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDE3NTJdXV0iXSxbMTYsIlswLDAsMF0iXSxbMzUsIjE3NzY5MDE3MTYiXSxbMTksIjIiXSxbMjQsIiJdLFsyOSwiZmFsc2UiXV1d — 200 — 1.8 KiB — 47 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 87 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
82% of JavaScript execution is third-party
First-party Third-party 758ms · 1018KB · $10/mo
Unattributable
Other
Costly
Execution 207ms
Transfer 0 KB
Monthly Cost $3/mo
m1tm.insideevs.com
Other
Optional
Execution 145ms
Transfer 217 KB
Unused 37%
Monthly Cost $2/mo
motorsport-cdn.relevant-digital.com
Other
Optional
Execution 127ms
Transfer 274 KB
Unused 49%
Monthly Cost $2/mo
c.amazon-adsystem.com
Other
Optional
Execution 91ms
Transfer 91 KB
Unused 41%
Monthly Cost $1/mo
m1tm.insideevs.com
Other
Optional
Execution 70ms
Transfer 178 KB
Unused 39%
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 64ms
Transfer 188 KB
Unused 68%
Monthly Cost $1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 53ms
Transfer 70 KB
Unused 54%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 207ms and costs ~$3/month

82% 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

Unattributable takes 207ms 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

68% of securepubads.g.doubleclick.net'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

54% of fundingchoicesmessages.google.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