Skip to content
https://fiat.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
4
REVIEW
8
PASS
7
INFO
3

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

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

1.18 s

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

1.83 s

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

86 ms

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

0.022

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

4.80 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.15 s

Page Load Progression

1.1 s
2.2 s
3.3 s
4.4 s
5.6 s
6.7 s
7.8 s
8.9 s
Checks
22
7 PASS 8 REVIEW 4 FIX
F
Page Weight Budget
Action
22.8 MB transferred, 142 requests
FIX
22.8 MB transferred, 142 requests
Critical::
Page weighs 47.0 MB (22.8 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Warning::
Images are 1.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.0 MB
Info::
Fonts are 468 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 468 KB
Info::
CSS is 266 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 266 KB
Warning::
142 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 4.8 g CO2 per page load
22.8 MB / 2.4 MB budget
22.8 MB transferred
142 requests
4.8 g CO2 per page load
Other 18.5 MiB 81%
JavaScript 2.1 MiB 9%
Images 1.0 MiB 4%
HTML 517.9 KiB 2%
Fonts 468.3 KiB 2%
CSS 266.3 KiB 1%
Other 1.8 KiB 0%
Other 771 B 0%
Other 18 B 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

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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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 (22.8 MiB of 22.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
142 resources · 22.8 MB · 294 KB savings available
FIX
142 resources · 22.8 MB · 294 KB savings available
Warning::
Page weight 22.8 MB exceeds 1 MB target by 21.8 MB
Got: 22.8 MB Expected: ≤ 1 MB
Info::
~294 KB of savings available
Warning::
141 third-party resources (100% of weight)
Info::
5 resources over 200KB
142 resources · 22.8 MiB · 141 third-party 21.8 MiB over 1MB target
Media 81% · 18.5 MiB
JavaScript 9% · 2.1 MiB
Image 4% · 1.0 MiB
Document 2% · 518.2 KiB
Font 2% · 468.3 KiB
CSS 1% · 266.3 KiB
Other 0% · 1.8 KiB

~294.2 KiB of savings available

Remove unused JavaScript: 294.2 KiB
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
13 images, 0 KB saveable
REVIEW
13 images, 0 KB saveable
Warning::
https://www.fiat.com/content/dam/fiat2023/master/L... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
13 images 1016 KB
0 oversized -0 KB
10 legacy format
1 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

C
JS Execution Cost
Action
1746ms total JS execution
REVIEW
1746ms total JS execution
Warning::
Unattributable: 425ms CPU time
Warning::
https://www.fiat.com/etc.clientlibs/stellantis-d2-...: 341ms CPU time
Warning::
https://www.fiat.com/: 275ms CPU time
Info::
https://assets.adobedtm.com/launch-EN0f42a45157334...: 139ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-M82...: 118ms CPU time
Warning::
Third-party scripts: 1322ms (76% of total)

Main Thread Breakdown

Script Evaluation 41% Other 29% Style & Layout 16% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
Unattributable425ms6ms0ms1st
https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/gsap.js341ms102ms5ms3rd
https://www.fiat.com/275ms6ms6ms3rd
https://assets.adobedtm.com/launch-EN0f42a4515733422993e3459e15089f00.min.js139ms91ms40ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-M829J9P&l=dataLayerFCA118ms102ms15ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-59X4WML&l=dataLayerFCA115ms98ms15ms3rd
https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/803.bca044e79cf1028fc553.js106ms99ms4ms3rd
https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/vendor.js89ms57ms12ms3rd
https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/CanvasMedia.js77ms2ms1ms3rd
https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/505.d9a7ab63a48ad90c7b86.js62ms50ms9ms3rd
C
JS Bundles
Action
63 scripts, 294 KB unused
REVIEW
63 scripts, 294 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-59X...: 65 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-M82...: 62 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.fiat.com/etc.clientlibs/stellantis-d2-...: 41 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.fiat.com/etc.clientlibs/stellantis-whi...: 41 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.fiat.com/etc.clientlibs/stellantis-d2-...: 39 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 294 KB
294 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-59X4WML&l=dataLayerFCA131 KB65 KB (50%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-M829J9P&l=dataLayerFCA137 KB62 KB (46%)3rd
https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/gsap.js50 KB41 KB (82%)3rd
https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/505.d9a7ab63a48ad90c7b86.js95 KB41 KB (46%)3rd
https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/vendor.js70 KB39 KB (60%)3rd
https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/gsap.js50 KB23 KB (47%)3rd
https://assets.adobedtm.com/launch-EN0f42a4515733422993e3459e15089f00.min.js70 KB22 KB (31%)3rd
https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/788.a3ff10d84764c4e537dd.js21 KB3rd
https://www.youtube-nocookie.com/s/player/66a6ea83/player_embed_es6.vflset/en_US/base.js0 KB3rd
https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Runtime.lc-1781258125473-lc.min.js4 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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
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
13 fonts (468 KB)
PASS
13 fonts (468 KB)
Info::
13 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

13

468 KB total

Render-blocking

0

of 13

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 1.2 s LCP 1.8 shttps://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLCz7Z1x... https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 7.7 KiB — 27 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2pxiEyp8kv8JHgFVrJJfecnF... https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 7.7 KiB — 24 ms — font-display: swaphttps://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/PSAGroupeHMISans-Regular.woffPSAGroupeHMISans-Regula... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/PSAGroupeHMISans-Regular.woff — 117.0 KiB — 67 ms — font-display: swaphttps://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/icomoon.wofficomoon.woff https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/icomoon.woff — 46.9 KiB — 28 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 30 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 65 ms — font-display: swaphttps://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/fiat-2023.ttffiat-2023.ttf https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/fiat-2023.ttf — 79.6 KiB — 56 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 46 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 42 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 57 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 79 ms — font-display: swaphttps://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat/resources/icons.woff2?17227c69f6c54349a97cfed70f61706eicons.woff2 https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat/resources/icons.woff2?17227c69f6c54349a97cfed70f61706e — 110.6 KiB — 50 ms — font-display: swaphttps://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat/resources/fonts/Poppins-Bold.ttfPoppins-Bold.ttf https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat/resources/fonts/Poppins-Bold.ttf — 65.1 KiB — 28 ms — font-display: swap
pxiByp8kv8JHgFVrLCz7Z1x... woff2 swap
Size 8 KB
Load time 27 ms
Start 732 ms
Risk FOUT — text flashes from fallback to web font
pxiEyp8kv8JHgFVrJJfecnF... woff2 swap
Size 8 KB
Load time 24 ms
Start 733 ms
Risk FOUT — text flashes from fallback to web font
PSAGroupeHMISans-Regula... woff swap
Size 117 KB
Load time 67 ms
Start 733 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
icomoon.woff woff swap
Size 47 KB
Load time 28 ms
Start 835 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 30 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 65 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
fiat-2023.ttf ttf swap
Size 80 KB
Load time 56 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 46 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 42 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 57 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 79 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
icons.woff2 woff2 swap
Size 111 KB
Load time 50 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Poppins-Bold.ttf ttf swap
Size 65 KB
Load time 28 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~206 KB and ~412 ms

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+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
142 requests over 8691ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.2 s LCP 1.8 shttps://fiat.com// https://fiat.com/ — 301 — 240 B — 314 ms — http/1.1https://www.fiat.com/www.fiat.com/ https://www.fiat.com/ — 200 — 20.4 KiB — 254 ms — h2https://cookielaw.emea.fcagroup.com/CookieLawProduct/resources/generatejs?key=3417cookielaw.emea.fcagroup.com/CookieL... https://cookielaw.emea.fcagroup.com/CookieLawProduct/resources/generatejs?key=3417 — 200 — 5.1 KiB — 42 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/fiat2023/theme.min.651b555d29a5e2529e57f7a4b349bda3.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/fiat2023/theme.min.651b555d29a5e2529e57f7a4b349bda3.css — 200 — 30.8 KiB — 42 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/theme/fiat.lc-1781258126223-lc.min.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/theme/fiat.lc-1781258126223-lc.min.css — 200 — 6.5 KiB — 41 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat.lc-1781258123989-lc.min.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat.lc-1781258123989-lc.min.css — 200 — 23.5 KiB — 20 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse/core/global-reuse.min.072c65c7a8404ec5de8edf8b379cc9b9.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse/core/global-reuse.min.072c65c7a8404ec5de8edf8b379cc9b9.css — 200 — 21.3 KiB — 45 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlButton.lc-1781258127356-lc.min.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlButton.lc-1781258127356-lc.min.css — 200 — 1.3 KiB — 44 ms — h2https://schema.milestoneinternet.com/schema/js/msschemaloader_min.jsschema.milestoneinternet.com/schema... https://schema.milestoneinternet.com/schema/js/msschemaloader_min.js — 200 — 1.3 KiB — 32 ms — h2https://www.fiat.com/content/dam/fiat2023/com/homepage/canvas/topolino-sport/mobile.jpg/jcr:content/renditions/desktop.jpgwww.fiat.com/content/dam/fiat2023/c... https://www.fiat.com/content/dam/fiat2023/com/homepage/canvas/topolino-sport/mobile.jpg/jcr:content/renditions/desktop.jpg — 200 — 257.0 KiB — 62 ms — h2https://www.fiat.com/content/dam/fiat2023/com/homepage/canvas/topolino-vilebrequin/v2/mobile.jpg/jcr:content/renditions/desktop.jpgwww.fiat.com/content/dam/fiat2023/c... https://www.fiat.com/content/dam/fiat2023/com/homepage/canvas/topolino-vilebrequin/v2/mobile.jpg/jcr:content/renditions/desktop.jpg — 200 — 426.2 KiB — 71 ms — h2https://schema.milestoneinternet.com/schema/fiat.com/schema.json?t=93971schema.milestoneinternet.com/schema... https://schema.milestoneinternet.com/schema/fiat.com/schema.json?t=93971 — 200 — 0 B — 60 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/fiat2023/footer-theme.min.81b2854b39ab6dba136b9c14e3342011.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/fiat2023/footer-theme.min.81b2854b39ab6dba136b9c14e3342011.css — 200 — 8.2 KiB — 40 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/global-reuse-fw.min.b71536c591c5252de257466cf482f4a6.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/global-reuse-fw.min.b71536c591c5252de257466cf482f4a6.js — 200 — 1.6 KiB — 40 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/global.min.de0994a4beacc6562ce2acb02bde9f16.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/global.min.de0994a4beacc6562ce2acb02bde9f16.js — 200 — 3.5 KiB — 40 ms — h3https://assets.adobedtm.com/launch-EN0f42a4515733422993e3459e15089f00.min.jsassets.adobedtm.com/launch-EN0f42a4... https://assets.adobedtm.com/launch-EN0f42a4515733422993e3459e15089f00.min.js — 200 — 70.2 KiB — 18 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Runtime.lc-1781258125473-lc.min.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Runtime.lc-1781258125473-lc.min.js — 200 — 3.6 KiB — 49 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-59X4WML&l=dataLayerFCAwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-59X4WML&l=dataLayerFCA — 200 — 131.2 KiB — 145 ms — h2https://schema.milestoneinternet.com/schema/fiat.com/schema.json?t=93971schema.milestoneinternet.com/schema... https://schema.milestoneinternet.com/schema/fiat.com/schema.json?t=93971 — 404 — 466 B — 64 ms — h3https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v20/pxi... https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 200 — 7.7 KiB — 27 ms — h3https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2fonts.gstatic.com/s/poppins/v20/pxi... https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 200 — 7.7 KiB — 24 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/PSAGroupeHMISans-Regular.woffwww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/PSAGroupeHMISans-Regular.woff — 200 — 117.0 KiB — 67 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/vendor.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/vendor.js — 200 — 69.6 KiB — 64 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/gsap.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/gsap.js — 200 — 50.2 KiB — 64 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/app-fw.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/app-fw.js — 200 — 10.0 KiB — 49 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/vendor.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/vendor.js — 200 — 54.3 KiB — 61 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/common.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/common.css — 200 — 333 B — 52 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/common.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/common.js — 200 — 6.5 KiB — 54 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/app.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/app.js — 200 — 1.1 KiB — 43 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/WlUnifiedHeader-remote.2026.625.1181048.0008480278.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/WlUnifiedHeader-remote.2026.625.1181048.0008480278.js — 200 — 4.2 KiB — 46 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.2 s LCP 1.8 shttps://fiat.com// https://fiat.com/ — 301 — 240 B — 314 ms — http/1.1https://www.fiat.com/www.fiat.com/ https://www.fiat.com/ — 200 — 20.4 KiB — 254 ms — h2https://cookielaw.emea.fcagroup.com/CookieLawProduct/resources/generatejs?key=3417cookielaw.emea.fcagroup.com/CookieL... https://cookielaw.emea.fcagroup.com/CookieLawProduct/resources/generatejs?key=3417 — 200 — 5.1 KiB — 42 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/fiat2023/theme.min.651b555d29a5e2529e57f7a4b349bda3.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/fiat2023/theme.min.651b555d29a5e2529e57f7a4b349bda3.css — 200 — 30.8 KiB — 42 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/theme/fiat.lc-1781258126223-lc.min.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/theme/fiat.lc-1781258126223-lc.min.css — 200 — 6.5 KiB — 41 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat.lc-1781258123989-lc.min.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat.lc-1781258123989-lc.min.css — 200 — 23.5 KiB — 20 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse/core/global-reuse.min.072c65c7a8404ec5de8edf8b379cc9b9.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse/core/global-reuse.min.072c65c7a8404ec5de8edf8b379cc9b9.css — 200 — 21.3 KiB — 45 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlButton.lc-1781258127356-lc.min.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlButton.lc-1781258127356-lc.min.css — 200 — 1.3 KiB — 44 ms — h2https://schema.milestoneinternet.com/schema/js/msschemaloader_min.jsschema.milestoneinternet.com/schema... https://schema.milestoneinternet.com/schema/js/msschemaloader_min.js — 200 — 1.3 KiB — 32 ms — h2https://www.fiat.com/content/dam/fiat2023/com/homepage/canvas/topolino-sport/mobile.jpg/jcr:content/renditions/desktop.jpgwww.fiat.com/content/dam/fiat2023/c... https://www.fiat.com/content/dam/fiat2023/com/homepage/canvas/topolino-sport/mobile.jpg/jcr:content/renditions/desktop.jpg — 200 — 257.0 KiB — 62 ms — h2https://www.fiat.com/content/dam/fiat2023/com/homepage/canvas/topolino-vilebrequin/v2/mobile.jpg/jcr:content/renditions/desktop.jpgwww.fiat.com/content/dam/fiat2023/c... https://www.fiat.com/content/dam/fiat2023/com/homepage/canvas/topolino-vilebrequin/v2/mobile.jpg/jcr:content/renditions/desktop.jpg — 200 — 426.2 KiB — 71 ms — h2https://schema.milestoneinternet.com/schema/fiat.com/schema.json?t=93971schema.milestoneinternet.com/schema... https://schema.milestoneinternet.com/schema/fiat.com/schema.json?t=93971 — 200 — 0 B — 60 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/fiat2023/footer-theme.min.81b2854b39ab6dba136b9c14e3342011.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/fiat2023/footer-theme.min.81b2854b39ab6dba136b9c14e3342011.css — 200 — 8.2 KiB — 40 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/global-reuse-fw.min.b71536c591c5252de257466cf482f4a6.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/global-reuse-fw.min.b71536c591c5252de257466cf482f4a6.js — 200 — 1.6 KiB — 40 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/global.min.de0994a4beacc6562ce2acb02bde9f16.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/global.min.de0994a4beacc6562ce2acb02bde9f16.js — 200 — 3.5 KiB — 40 ms — h3https://assets.adobedtm.com/launch-EN0f42a4515733422993e3459e15089f00.min.jsassets.adobedtm.com/launch-EN0f42a4... https://assets.adobedtm.com/launch-EN0f42a4515733422993e3459e15089f00.min.js — 200 — 70.2 KiB — 18 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Runtime.lc-1781258125473-lc.min.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Runtime.lc-1781258125473-lc.min.js — 200 — 3.6 KiB — 49 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-59X4WML&l=dataLayerFCAwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-59X4WML&l=dataLayerFCA — 200 — 131.2 KiB — 145 ms — h2https://schema.milestoneinternet.com/schema/fiat.com/schema.json?t=93971schema.milestoneinternet.com/schema... https://schema.milestoneinternet.com/schema/fiat.com/schema.json?t=93971 — 404 — 466 B — 64 ms — h3https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v20/pxi... https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 200 — 7.7 KiB — 27 ms — h3https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2fonts.gstatic.com/s/poppins/v20/pxi... https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 200 — 7.7 KiB — 24 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/PSAGroupeHMISans-Regular.woffwww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/PSAGroupeHMISans-Regular.woff — 200 — 117.0 KiB — 67 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/vendor.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/vendor.js — 200 — 69.6 KiB — 64 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/gsap.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/gsap.js — 200 — 50.2 KiB — 64 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/app-fw.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/app-fw.js — 200 — 10.0 KiB — 49 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/vendor.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/vendor.js — 200 — 54.3 KiB — 61 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/common.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/common.css — 200 — 333 B — 52 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/common.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/common.js — 200 — 6.5 KiB — 54 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/app.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/app.js — 200 — 1.1 KiB — 43 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/WlUnifiedHeader-remote.2026.625.1181048.0008480278.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/WlUnifiedHeader-remote.2026.625.1181048.0008480278.js — 200 — 4.2 KiB — 46 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/icomoon.woffwww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/icomoon.woff — 200 — 46.9 KiB — 28 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlButton/resources/js/WlButton-remote.2026.625.1181048.0008480278.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlButton/resources/js/WlButton-remote.2026.625.1181048.0008480278.js — 200 — 3.5 KiB — 23 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WhitelabelImage/resources/js/WhitelabelImage-remote.2026.625.1181048.0008480278.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WhitelabelImage/resources/js/WhitelabelImage-remote.2026.625.1181048.0008480278.js — 200 — 2.9 KiB — 31 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/TextMedia.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/TextMedia.js — 200 — 3.0 KiB — 37 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/ContentGrid.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/ContentGrid.js — 200 — 2.9 KiB — 40 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/swiper.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/vendors/swiper.js — 200 — 23.7 KiB — 39 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/CanvasMedia.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/CanvasMedia.js — 200 — 4.2 KiB — 17 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/GalleryFullscreen.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/GalleryFullscreen.js — 200 — 4.8 KiB — 32 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/TextImage.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/TextImage.js — 200 — 2.8 KiB — 25 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/IconsModule.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/IconsModule.js — 200 — 1.6 KiB — 28 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/Technology.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-reuse-fw/core/components/Technology.js — 200 — 2.5 KiB — 34 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/gsap.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/gsap.js — 200 — 50.3 KiB — 31 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/components/StickyBar.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/components/StickyBar.css — 200 — 1.1 KiB — 21 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/components/StickyBar.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/components/StickyBar.js — 200 — 2.1 KiB — 37 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/components/FooterContainer.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/components/FooterContainer.css — 200 — 1.2 KiB — 20 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/components/FooterContainer.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-framework/core/components/FooterContainer.js — 200 — 5.4 KiB — 21 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/505.d9a7ab63a48ad90c7b86.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/505.d9a7ab63a48ad90c7b86.js — 200 — 95.1 KiB — 38 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/735.763d36ad18205595422a.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/735.763d36ad18205595422a.js — 200 — 2.5 KiB — 21 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/803.bca044e79cf1028fc553.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/803.bca044e79cf1028fc553.js — 200 — 40.5 KiB — 34 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/css/788.c43274e8f267d3edfa36.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/css/788.c43274e8f267d3edfa36.css — 200 — 995 B — 22 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/788.a3ff10d84764c4e537dd.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/788.a3ff10d84764c4e537dd.js — 200 — 21.1 KiB — 22 ms — h3https://www.youtube-nocookie.com/embed/E2IZyHgkSeI?si=Q4X__re7Zs8POMgT?enablejsapi=1&rel=0www.youtube-nocookie.com/embed/E2IZ... https://www.youtube-nocookie.com/embed/E2IZyHgkSeI?si=Q4X__re7Zs8POMgT?enablejsapi=1&rel=0 — 200 — 56.0 KiB — 140 ms — h2https://www.youtube-nocookie.com/embed/E2IZyHgkSeI?si=STj-GtTwMbp0-Wdj?enablejsapi=1&rel=0www.youtube-nocookie.com/embed/E2IZ... https://www.youtube-nocookie.com/embed/E2IZyHgkSeI?si=STj-GtTwMbp0-Wdj?enablejsapi=1&rel=0 — 200 — 54.8 KiB — 127 ms — h2https://www.youtube-nocookie.com/embed/C8mKNT5D1c4?si=KLTsl5MICecOD6nH?enablejsapi=1&rel=0www.youtube-nocookie.com/embed/C8mK... https://www.youtube-nocookie.com/embed/C8mKNT5D1c4?si=KLTsl5MICecOD6nH?enablejsapi=1&rel=0 — 200 — 54.6 KiB — 117 ms — h2https://www.youtube-nocookie.com/embed/vM52tKYXhAg?enablejsapi=1&rel=0www.youtube-nocookie.com/embed/vM52... https://www.youtube-nocookie.com/embed/vM52tKYXhAg?enablejsapi=1&rel=0 — 200 — 56.2 KiB — 121 ms — h2https://www.youtube-nocookie.com/embed/udpb7jLA_m8?enablejsapi=1&rel=0www.youtube-nocookie.com/embed/udpb... https://www.youtube-nocookie.com/embed/udpb7jLA_m8?enablejsapi=1&rel=0 — 200 — 55.2 KiB — 111 ms — h2https://www.youtube-nocookie.com/embed/uWLX94pzYVk?si=UikLMfrMEPSJbe8H?enablejsapi=1&rel=0www.youtube-nocookie.com/embed/uWLX... https://www.youtube-nocookie.com/embed/uWLX94pzYVk?si=UikLMfrMEPSJbe8H?enablejsapi=1&rel=0 — 200 — 56.2 KiB — 101 ms — h2https://www.youtube-nocookie.com/s/player/66a6ea83/www-player.csswww.youtube-nocookie.com/s/player/6... https://www.youtube-nocookie.com/s/player/66a6ea83/www-player.css — 200 — 58.1 KiB — 58 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jwwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jw — 200 — 50.4 KiB — 69 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,basewww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,base — 200 — 141.9 KiB — 184 ms — h2https://www.youtube-nocookie.com/s/player/66a6ea83/player_embed_es6.vflset/en_US/base.jswww.youtube-nocookie.com/s/player/6... https://www.youtube-nocookie.com/s/player/66a6ea83/player_embed_es6.vflset/en_US/base.js — 200 — 447.3 KiB — 291 ms — h2https://www.youtube-nocookie.com/s/player/66a6ea83/www-player.csswww.youtube-nocookie.com/s/player/6... https://www.youtube-nocookie.com/s/player/66a6ea83/www-player.css — 200 — 0 B — 63 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jwwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jw — 200 — 0 B — 112 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,basewww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,base — 200 — 0 B — 176 ms — h2https://www.youtube-nocookie.com/s/player/66a6ea83/player_embed_es6.vflset/en_US/base.jswww.youtube-nocookie.com/s/player/6... https://www.youtube-nocookie.com/s/player/66a6ea83/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 284 ms — h2https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/css/911.ccd26e911358b149d54f.csswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/css/911.ccd26e911358b149d54f.css — 200 — 4.7 KiB — 77 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/style.c7dc7d1e839b291d5f70.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlUnifiedHeader/resources/js/style.c7dc7d1e839b291d5f70.js — 200 — 305 B — 141 ms — h3https://www.youtube-nocookie.com/s/player/66a6ea83/www-player.csswww.youtube-nocookie.com/s/player/6... https://www.youtube-nocookie.com/s/player/66a6ea83/www-player.css — 200 — 0 B — 87 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jwwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jw — 200 — 0 B — 110 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,basewww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,base — 200 — 0 B — 179 ms — h2https://www.youtube-nocookie.com/s/player/66a6ea83/player_embed_es6.vflset/en_US/base.jswww.youtube-nocookie.com/s/player/6... https://www.youtube-nocookie.com/s/player/66a6ea83/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 265 ms — h2https://www.fiat.com/NS_Video_Content_FIAT/MASTER/topolino_sport_canvas_com-desktop.mp4www.fiat.com/NS_Video_Content_FIAT/... https://www.fiat.com/NS_Video_Content_FIAT/MASTER/topolino_sport_canvas_com-desktop.mp4 — 206 — 18.5 MiB — 4.3 s — h3https://www.youtube-nocookie.com/s/player/1d4961ef/www-player.csswww.youtube-nocookie.com/s/player/1... https://www.youtube-nocookie.com/s/player/1d4961ef/www-player.css — 200 — 57.8 KiB — 59 ms — h3https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jwwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jw — 200 — 0 B — 90 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,basewww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,base — 200 — 0 B — 157 ms — h2https://www.youtube-nocookie.com/s/player/1d4961ef/player_embed_es6.vflset/en_US/base.jswww.youtube-nocookie.com/s/player/1... https://www.youtube-nocookie.com/s/player/1d4961ef/player_embed_es6.vflset/en_US/base.js — 200 — 457.7 KiB — 211 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlButton/resources/js/454.2c466a982b6928f78bbe.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WlButton/resources/js/454.2c466a982b6928f78bbe.js — 200 — 3.6 KiB — 120 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WhitelabelImage/resources/js/559.5fdfc786c3daec6dc131.jswww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/WhitelabelImage/resources/js/559.5fdfc786c3daec6dc131.js — 200 — 1.7 KiB — 141 ms — h3https://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 — 30 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 65 ms — h3https://www.fiat.com/content/dam/fiat2023/master/Logo-100x76.pngwww.fiat.com/content/dam/fiat2023/m... https://www.fiat.com/content/dam/fiat2023/master/Logo-100x76.png — 200 — 1.2 KiB — 51 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/fiat-2023.ttfwww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-d2-core/clientlibs/stellantis-global-styles/resources/fonts/fiat-2023.ttf — 200 — 79.6 KiB — 56 ms — h3https://www.youtube-nocookie.com/s/player/66a6ea83/www-player.csswww.youtube-nocookie.com/s/player/6... https://www.youtube-nocookie.com/s/player/66a6ea83/www-player.css — 200 — 0 B — 28 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jwwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jw — 200 — 0 B — 28 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,basewww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,base — 200 — 0 B — 119 ms — h2https://www.youtube-nocookie.com/s/player/66a6ea83/player_embed_es6.vflset/en_US/base.jswww.youtube-nocookie.com/s/player/6... https://www.youtube-nocookie.com/s/player/66a6ea83/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 179 ms — h2https://www.youtube-nocookie.com/s/player/66a6ea83/www-player.csswww.youtube-nocookie.com/s/player/6... https://www.youtube-nocookie.com/s/player/66a6ea83/www-player.css — 200 — 0 B — 43 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jwwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.YciG-8pTcJw.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywGIPM6ZHUcF2VmJpA3gL1GwWjT7Jw — 200 — 0 B — 47 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 — 0 B — 46 ms — h3https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,basewww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=root,base — 200 — 0 B — 110 ms — h2https://www.youtube-nocookie.com/s/player/66a6ea83/player_embed_es6.vflset/en_US/base.jswww.youtube-nocookie.com/s/player/6... https://www.youtube-nocookie.com/s/player/66a6ea83/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 161 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 — 0 B — 42 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 57 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 79 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat/resources/icons.woff2?17227c69f6c54349a97cfed70f61706ewww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat/resources/icons.woff2?17227c69f6c54349a97cfed70f61706e — 200 — 110.6 KiB — 50 ms — h3https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat/resources/fonts/Poppins-Bold.ttfwww.fiat.com/etc.clientlibs/stellan... https://www.fiat.com/etc.clientlibs/stellantis-whitelabel/clientlibs/Design-system/fiat/resources/fonts/Poppins-Bold.ttf — 200 — 65.1 KiB — 28 ms — h3https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drbwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drb — 200 — 199.7 KiB — 20 ms — h3https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drbwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drb — 200 — 0 B — 7 ms — h3https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drbwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drb — 200 — 0 B — 20 ms — h3https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drbwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drb — 200 — 0 B — 11 ms — h3https://www.youtube-nocookie.com/api/stats/qoe?cpn=xuZjShpqO7NGi89n&el=embedded&ns=yt&fexp=v1%2C24004644%2C494888%2C26564111%2C34656%2C124674%2C117689%2C9252%2C3479%2C13030%2C23206%2C68548%2C32154%2C2878%2C12227%2C25059%2C4174%2C30447%2C18705%2C21437%2C4571%2C5239%2C7776%2C1192%2C14896%2C9404%2C23826%2C9500%2C1840%2C24118%2C21598%2C7915%2C5244%2C452%2C30489%2C5021%2C9970%2C10619%2C4199%2C460%2C29654%2C9181%2C15416%2C82%2C4406%2C12969%2C4%2C12581%2C7524%2C6033%2C1168%2C372%2C490%2C2325%2C4943%2C16625%2C8868%2C3475%2C5353%2C1899%2C7968%2C1595%2C928%2C2248%2C114%2C159%2C7983%2C134%2C1142%2C2550%2C11589%2C25184%2C5%2C3969%2C3613%2C446%2C565%2C5341%2C3040%2C666%2C9%2C1548%2C2%2C4300%2C246%2C3343%2C1297%2C322%2C2343%2C523%2C2822%2C278%2C13276%2C7633&cl=944603399&seq=1&event=streamingstats&docid=udpb7jLA_m8&cbrand=apple&cbr=Chrome&cbrver=146.0.0.0&c=WEB_EMBEDDED_PLAYER&cver=2.20260708.00.00&cplayer=UNIPLAYER&cos=Macintosh&cosver=10_15_7&cplatform=DESKTOP&vps=0.000:N,0.001:ER&cmt=0.001:0.000,0.001:0.000&vis=0.001:0&bh=0.001:0.000&qclc=ChB4dVpqU2hwcU83TkdpODluEAEwww.youtube-nocookie.com/api/stats/... https://www.youtube-nocookie.com/api/stats/qoe?cpn=xuZjShpqO7NGi89n&el=embedded&ns=yt&fexp=v1%2C24004644%2C494888%2C26564111%2C34656%2C124674%2C117689%2C9252%2C3479%2C13030%2C23206%2C68548%2C32154%2C2878%2C12227%2C25059%2C4174%2C30447%2C18705%2C21437%2C4571%2C5239%2C7776%2C1192%2C14896%2C9404%2C23826%2C9500%2C1840%2C24118%2C21598%2C7915%2C5244%2C452%2C30489%2C5021%2C9970%2C10619%2C4199%2C460%2C29654%2C9181%2C15416%2C82%2C4406%2C12969%2C4%2C12581%2C7524%2C6033%2C1168%2C372%2C490%2C2325%2C4943%2C16625%2C8868%2C3475%2C5353%2C1899%2C7968%2C1595%2C928%2C2248%2C114%2C159%2C7983%2C134%2C1142%2C2550%2C11589%2C25184%2C5%2C3969%2C3613%2C446%2C565%2C5341%2C3040%2C666%2C9%2C1548%2C2%2C4300%2C246%2C3343%2C1297%2C322%2C2343%2C523%2C2822%2C278%2C13276%2C7633&cl=944603399&seq=1&event=streamingstats&docid=udpb7jLA_m8&cbrand=apple&cbr=Chrome&cbrver=146.0.0.0&c=WEB_EMBEDDED_PLAYER&cver=2.20260708.00.00&cplayer=UNIPLAYER&cos=Macintosh&cosver=10_15_7&cplatform=DESKTOP&vps=0.000:N,0.001:ER&cmt=0.001:0.000,0.001:0.000&vis=0.001:0&bh=0.001:0.000&qclc=ChB4dVpqU2hwcU83TkdpODluEAE — 204 — 18 B — 899 ms — h3https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drbwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drb — 200 — 0 B — 14 ms — h3https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drbwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0yeJSGDEG8c.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywF7PMtjYT7kGd8sk2RehSj3qDPBTg/m=r78Drb — 200 — 0 B — 16 ms — h3https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.jswww.google.com/js/th/TZfRkQc1Q3hW8c... https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.js — 200 — 23.1 KiB — 29 ms — h3https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.jswww.google.com/js/th/TZfRkQc1Q3hW8c... https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.js — 200 — 0 B — 22 ms — h3https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.jswww.google.com/js/th/TZfRkQc1Q3hW8c... https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.js — 200 — 0 B — 14 ms — h3https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.jswww.google.com/js/th/TZfRkQc1Q3hW8c... https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.js — 200 — 0 B — 5 ms — h3https://i.ytimg.com/vi_webp/uWLX94pzYVk/maxresdefault.webpi.ytimg.com/vi_webp/uWLX94pzYVk/max... https://i.ytimg.com/vi_webp/uWLX94pzYVk/maxresdefault.webp — 200 — 92.2 KiB — 22 ms — h2https://i.ytimg.com/vi_webp/E2IZyHgkSeI/sddefault.webpi.ytimg.com/vi_webp/E2IZyHgkSeI/sdd... https://i.ytimg.com/vi_webp/E2IZyHgkSeI/sddefault.webp — 200 — 13.0 KiB — 9 ms — h2https://i.ytimg.com/vi_webp/C8mKNT5D1c4/maxresdefault.webpi.ytimg.com/vi_webp/C8mKNT5D1c4/max... https://i.ytimg.com/vi_webp/C8mKNT5D1c4/maxresdefault.webp — 200 — 61.7 KiB — 8 ms — h3https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.jswww.google.com/js/th/TZfRkQc1Q3hW8c... https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.js — 200 — 0 B — 1 ms — h3https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.jswww.google.com/js/th/TZfRkQc1Q3hW8c... https://www.google.com/js/th/TZfRkQc1Q3hW8cU9Cb-y175Aw78rBPlXK9-tPWok7S0.js — 200 — 0 B — 1 ms — h3https://i.ytimg.com/vi/vM52tKYXhAg/maxresdefault.jpgi.ytimg.com/vi/vM52tKYXhAg/maxresde... https://i.ytimg.com/vi/vM52tKYXhAg/maxresdefault.jpg — 200 — 177.9 KiB — 15 ms — h3https://i.ytimg.com/vi_webp/E2IZyHgkSeI/sddefault.webpi.ytimg.com/vi_webp/E2IZyHgkSeI/sdd... https://i.ytimg.com/vi_webp/E2IZyHgkSeI/sddefault.webp — 200 — 0 B — 0 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js — 200 — 27.8 KiB — 51 ms — h3https://assets.adobedtm.com/abfd6fce1729/07eaedcc2156/a9e9c63f7988/RCd37ae2e461754d3bb3f5cc780b2114eb-source.min.jsassets.adobedtm.com/abfd6fce1729/07... https://assets.adobedtm.com/abfd6fce1729/07eaedcc2156/a9e9c63f7988/RCd37ae2e461754d3bb3f5cc780b2114eb-source.min.js — 200 — 1.4 KiB — 10 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-M829J9P&l=dataLayerFCAwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-M829J9P&l=dataLayerFCA — 200 — 137.3 KiB — 116 ms — h2https://www.fiat.com/content/dam/fiat2023/master/favicons/favicon.pngwww.fiat.com/content/dam/fiat2023/m... https://www.fiat.com/content/dam/fiat2023/master/favicons/favicon.png — 200 — 531 B — 30 ms — h3https://assets.adobedtm.com/abfd6fce1729/07eaedcc2156/a9e9c63f7988/RC6b7cd1a84bb8412ca970d760b88d3635-source.min.jsassets.adobedtm.com/abfd6fce1729/07... https://assets.adobedtm.com/abfd6fce1729/07eaedcc2156/a9e9c63f7988/RC6b7cd1a84bb8412ca970d760b88d3635-source.min.js — 200 — 495 B — 11 ms — h2https://cookielaw.emea.fcagroup.com/CookieLawProduct/resources/generatehtml?key=3417cookielaw.emea.fcagroup.com/CookieL... https://cookielaw.emea.fcagroup.com/CookieLawProduct/resources/generatehtml?key=3417 — 200 — 164.6 KiB — 47 ms — h2https://assets.adobedtm.com/abfd6fce1729/f06947a6cc7e/launch-a6d76139feaf.min.jsassets.adobedtm.com/abfd6fce1729/f0... https://assets.adobedtm.com/abfd6fce1729/f06947a6cc7e/launch-a6d76139feaf.min.js — 200 — 9.3 KiB — 38 ms — h2https://www.youtube-nocookie.com/generate_204?4PNtFQwww.youtube-nocookie.com/generate_2... https://www.youtube-nocookie.com/generate_204?4PNtFQ — 204 — 10 B — 5 ms — h3https://www.youtube-nocookie.com/generate_204?AR2J5gwww.youtube-nocookie.com/generate_2... https://www.youtube-nocookie.com/generate_204?AR2J5g — 204 — 10 B — 4 ms — h3https://www.youtube-nocookie.com/generate_204?ydsfjwwww.youtube-nocookie.com/generate_2... https://www.youtube-nocookie.com/generate_204?ydsfjw — 204 — 10 B — 5 ms — h3https://www.youtube-nocookie.com/generate_204?AGx3Fgwww.youtube-nocookie.com/generate_2... https://www.youtube-nocookie.com/generate_204?AGx3Fg — 204 — 10 B — 4 ms — h3https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=jsonwww.youtube-nocookie.com/youtubei/v... https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 24 ms — h3https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=jsonwww.youtube-nocookie.com/youtubei/v... https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 29 ms — h3https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=jsonwww.youtube-nocookie.com/youtubei/v... https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 23 ms — h3https://www.youtube-nocookie.com/generate_204?_zWnugwww.youtube-nocookie.com/generate_2... https://www.youtube-nocookie.com/generate_204?_zWnug — 204 — 10 B — 4 ms — h3https://www.youtube-nocookie.com/generate_204?vV5c5gwww.youtube-nocookie.com/generate_2... https://www.youtube-nocookie.com/generate_204?vV5c5g — 204 — 10 B — 5 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 51 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 21 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 311 B — 20 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 188 B — 20 ms — h2https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=jsonwww.youtube-nocookie.com/youtubei/v... https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 35 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 144 B — 17 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 144 B — 18 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 144 B — 20 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 144 B — 17 ms — h3https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=jsonwww.youtube-nocookie.com/youtubei/v... https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 21 ms — h3https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=jsonwww.youtube-nocookie.com/youtubei/v... https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 28 ms — h3https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=jsonwww.youtube-nocookie.com/youtubei/v... https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 24 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
76% of JavaScript execution is third-party
First-party Third-party 1322ms · 603KB · €14/mo
www.fiat.com
Other
Costly
Execution 341ms
Transfer 50 KB
Unused 47%
Monthly Cost €4/mo
www.fiat.com
Other
Costly
Execution 275ms
Transfer 20 KB
Monthly Cost €3/mo
assets.adobedtm.com
Other
Optional
Execution 139ms
Transfer 70 KB
Unused 31%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 118ms
Transfer 137 KB
Unused 46%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 115ms
Transfer 131 KB
Unused 50%
Monthly Cost €1/mo
www.fiat.com
Other
Optional
Execution 106ms
Transfer 41 KB
Monthly Cost €1/mo
www.fiat.com
Other
Optional
Execution 89ms
Transfer 54 KB
Monthly Cost €1/mo
www.fiat.com
Other
Optional
Execution 77ms
Transfer 4 KB
Monthly Cost €1/mo
www.fiat.com
Other
Optional
Execution 62ms
Transfer 95 KB
Unused 46%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.fiat.com adds 341ms and costs ~€4/month
  • www.fiat.com adds 275ms and costs ~€3/month

76% 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.fiat.com takes 341ms 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

www.fiat.com takes 275ms 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

How third-party costs are calculated

Image Optimization
32 images, 896 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

32

Total Size

896 KB

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

Send Feedback