Skip to content
https://fiatbravoclub.it

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
2
REVIEW
4
PASS
13
INFO
3

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

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

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

1.68 s

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

0 ms

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

0.177

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

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

1.68 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
22
13 PASS 4 REVIEW 2 FIX
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 (501.8 KiB of 501.9 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
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
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Warning::
https://www.fiatbravoclub.it/images/franck.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
24 images 278 KB
0 oversized -0 KB
24 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
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
A+
Page Weight Budget
502 KB transferred, 42 requests
PASS
502 KB transferred, 42 requests
Info::
Page weighs 659 KB (502 KB transferred)
Info::
42 HTTP requests
Info::
Estimated 0.10 g CO2 per page load
502 KB / 2.4 MB budget
502 KB transferred
42 requests
0.10 g CO2 per page load
Images 277.9 KiB 55%
Other 132.5 KiB 26%
JavaScript 58.8 KiB 12%
CSS 18.1 KiB 4%
Other 7.6 KiB 2%
HTML 7.0 KiB 1%
0 2.4 MB 4.9 MB
Under budget
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
231ms total JS execution
PASS
231ms total JS execution
Info::
https://www.fiatbravoclub.it/: 129ms CPU time
Info::
Unattributable: 102ms CPU time
Warning::
Third-party scripts: 129ms (56% of total)

Main Thread Breakdown

Other 48% Script Evaluation 23% Style & Layout 20% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://www.fiatbravoclub.it/129ms8ms2ms3rd
Unattributable102ms2ms0ms1st
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
A+
JS Bundles
6 scripts, 0 KB unused
PASS
6 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js32 KB3rd
https://www.fiatbravoclub.it/styles/newfbc/template/styleswitcher.js3 KB3rd
https://www.fiatbravoclub.it/styles/newfbc/template/forum_fn.js5 KB3rd
https://www.fiatbravoclub.it/styles/newfbc/template/jquery.li-scroller.js2 KB3rd
http://count.vivistats.com/laser.asp?CountId=618300 KB3rd
https://ssl.google-analytics.com/ga.js17 KB3rd
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+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
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.
A
Page Weight Inventory
42 resources · 502 KB · 0 KB savings available
PASS
42 resources · 502 KB · 0 KB savings available
Info::
Within 1MB page-weight target
Got: 502 KB
Warning::
41 third-party resources (100% of weight)
42 resources · 501.9 KiB · 41 third-party Within 1MB page-weight target
Image 57% · 285.4 KiB
Other 26% · 132.5 KiB
JavaScript 12% · 58.8 KiB
CSS 4% · 18.1 KiB
Document 1% · 7.1 KiB
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Aruba.it

Network Waterfall
42 requests over 2224ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.4 s LCP 1.7 shttps://fiatbravoclub.it// https://fiatbravoclub.it/ — 301 — 128 B — 525 ms — h2https://www.fiatbravoclub.it/www.fiatbravoclub.it/ https://www.fiatbravoclub.it/ — 200 — 7.0 KiB — 217 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js — 200 — 32.1 KiB — 39 ms — h2https://www.fiatbravoclub.it/styles/newfbc/template/styleswitcher.jswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/styleswitcher.js — 200 — 2.6 KiB — 228 ms — h2https://www.fiatbravoclub.it/styles/newfbc/template/forum_fn.jswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/forum_fn.js — 200 — 4.8 KiB — 389 ms — h2https://www.fiatbravoclub.it/style.php?id=10&lang=en&sid=e158e2bac749e0f869c1e962a23232a6www.fiatbravoclub.it/style.php?id=1... https://www.fiatbravoclub.it/style.php?id=10&lang=en&sid=e158e2bac749e0f869c1e962a23232a6 — 200 — 15.3 KiB — 729 ms — h2https://www.fiatbravoclub.it/styles/newfbc/theme/normal.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/normal.css — 200 — 188 B — 222 ms — h2https://www.fiatbravoclub.it/styles/newfbc/template/li-scroller.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/li-scroller.css — 200 — 733 B — 220 ms — h2https://www.fiatbravoclub.it/styles/newfbc/template/li-scroller-notie.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/li-scroller-notie.css — 200 — 286 B — 226 ms — h2https://www.fiatbravoclub.it/styles/newfbc/template/jquery.li-scroller.jswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/jquery.li-scroller.js — 200 — 1.9 KiB — 388 ms — h2https://www.fiatbravoclub.it/images/franck.jpgwww.fiatbravoclub.it/images/franck.... https://www.fiatbravoclub.it/images/franck.jpg — 200 — 15.7 KiB — 398 ms — h2https://www.fiatbravoclub.it/images/fatturaelettronica.pngwww.fiatbravoclub.it/images/fattura... https://www.fiatbravoclub.it/images/fatturaelettronica.png — 200 — 28.8 KiB — 555 ms — h2https://www.fiatbravoclub.it/images/banner.jpgwww.fiatbravoclub.it/images/banner.... https://www.fiatbravoclub.it/images/banner.jpg — 200 — 43.1 KiB — 712 ms — h2https://www.fiatbravoclub.it/styles/newfbc/imageset/site_logo.gifwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/imageset/site_logo.gif — 200 — 299 B — 718 ms — h2https://www.fiatbravoclub.it/styles/newfbc/imageset/icon_topic_latest.gifwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/imageset/icon_topic_latest.gif — 200 — 350 B — 718 ms — h2https://www.fiatbravoclub.it/styles/newfbc/theme/print.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/print.css — 200 — 1.3 KiB — 180 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/medium.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/medium.css — 200 — 176 B — 180 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/large.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/large.css — 200 — 176 B — 183 ms — h3http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300fonts.googleapis.com/css?family=Ope... http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300 — -1 — 0 B — 0 ms — http://count.vivistats.com/laser.asp?CountId=61830count.vivistats.com/laser.asp?Count... http://count.vivistats.com/laser.asp?CountId=61830 — -1 — 0 B — 0 ms — https://ssl.google-analytics.com/ga.jsssl.google-analytics.com/ga.js https://ssl.google-analytics.com/ga.js — 200 — 17.4 KiB — 41 ms — h2https://www.fiatbravoclub.it/styles/newfbc/theme/images/bravo.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/bravo.png — 200 — 49.5 KiB — 188 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/ban.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/ban.png — 200 — 131.2 KiB — 528 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/corners_left.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/corners_left.png — 200 — 271 B — 196 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/corners_right.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/corners_right.png — 200 — 271 B — 195 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/tl.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/tl.png — 200 — 624 B — 200 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/tr.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/tr.png — 200 — 677 B — 204 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/tm.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/tm.png — 200 — 303 B — 206 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/ml.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/ml.png — 200 — 297 B — 208 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/mr.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/mr.png — 200 — 301 B — 208 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.4 s LCP 1.7 shttps://fiatbravoclub.it// https://fiatbravoclub.it/ — 301 — 128 B — 525 ms — h2https://www.fiatbravoclub.it/www.fiatbravoclub.it/ https://www.fiatbravoclub.it/ — 200 — 7.0 KiB — 217 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js — 200 — 32.1 KiB — 39 ms — h2https://www.fiatbravoclub.it/styles/newfbc/template/styleswitcher.jswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/styleswitcher.js — 200 — 2.6 KiB — 228 ms — h2https://www.fiatbravoclub.it/styles/newfbc/template/forum_fn.jswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/forum_fn.js — 200 — 4.8 KiB — 389 ms — h2https://www.fiatbravoclub.it/style.php?id=10&lang=en&sid=e158e2bac749e0f869c1e962a23232a6www.fiatbravoclub.it/style.php?id=1... https://www.fiatbravoclub.it/style.php?id=10&lang=en&sid=e158e2bac749e0f869c1e962a23232a6 — 200 — 15.3 KiB — 729 ms — h2https://www.fiatbravoclub.it/styles/newfbc/theme/normal.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/normal.css — 200 — 188 B — 222 ms — h2https://www.fiatbravoclub.it/styles/newfbc/template/li-scroller.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/li-scroller.css — 200 — 733 B — 220 ms — h2https://www.fiatbravoclub.it/styles/newfbc/template/li-scroller-notie.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/li-scroller-notie.css — 200 — 286 B — 226 ms — h2https://www.fiatbravoclub.it/styles/newfbc/template/jquery.li-scroller.jswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/jquery.li-scroller.js — 200 — 1.9 KiB — 388 ms — h2https://www.fiatbravoclub.it/images/franck.jpgwww.fiatbravoclub.it/images/franck.... https://www.fiatbravoclub.it/images/franck.jpg — 200 — 15.7 KiB — 398 ms — h2https://www.fiatbravoclub.it/images/fatturaelettronica.pngwww.fiatbravoclub.it/images/fattura... https://www.fiatbravoclub.it/images/fatturaelettronica.png — 200 — 28.8 KiB — 555 ms — h2https://www.fiatbravoclub.it/images/banner.jpgwww.fiatbravoclub.it/images/banner.... https://www.fiatbravoclub.it/images/banner.jpg — 200 — 43.1 KiB — 712 ms — h2https://www.fiatbravoclub.it/styles/newfbc/imageset/site_logo.gifwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/imageset/site_logo.gif — 200 — 299 B — 718 ms — h2https://www.fiatbravoclub.it/styles/newfbc/imageset/icon_topic_latest.gifwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/imageset/icon_topic_latest.gif — 200 — 350 B — 718 ms — h2https://www.fiatbravoclub.it/styles/newfbc/theme/print.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/print.css — 200 — 1.3 KiB — 180 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/medium.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/medium.css — 200 — 176 B — 180 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/large.csswww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/large.css — 200 — 176 B — 183 ms — h3http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300fonts.googleapis.com/css?family=Ope... http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300 — -1 — 0 B — 0 ms — http://count.vivistats.com/laser.asp?CountId=61830count.vivistats.com/laser.asp?Count... http://count.vivistats.com/laser.asp?CountId=61830 — -1 — 0 B — 0 ms — https://ssl.google-analytics.com/ga.jsssl.google-analytics.com/ga.js https://ssl.google-analytics.com/ga.js — 200 — 17.4 KiB — 41 ms — h2https://www.fiatbravoclub.it/styles/newfbc/theme/images/bravo.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/bravo.png — 200 — 49.5 KiB — 188 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/ban.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/ban.png — 200 — 131.2 KiB — 528 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/corners_left.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/corners_left.png — 200 — 271 B — 196 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/corners_right.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/corners_right.png — 200 — 271 B — 195 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/tl.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/tl.png — 200 — 624 B — 200 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/tr.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/tr.png — 200 — 677 B — 204 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/tm.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/tm.png — 200 — 303 B — 206 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/ml.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/ml.png — 200 — 297 B — 208 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/mr.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/mr.png — 200 — 301 B — 208 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/fond50.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/fond50.png — 200 — 274 B — 223 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/icon_home.gifwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/icon_home.gif — 200 — 459 B — 223 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/icon_fontsize.gifwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/icon_fontsize.gif — 200 — 712 B — 232 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/cellpic1.gifwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/cellpic1.gif — 200 — 442 B — 235 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/bl.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/bl.png — 200 — 679 B — 235 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/br.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/br.png — 200 — 684 B — 235 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/bm.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/bm.png — 200 — 310 B — 235 ms — h3https://www.fiatbravoclub.it/styles/newfbc/imageset/forum_read.pngwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/imageset/forum_read.png — 200 — 2.1 KiB — 235 ms — h3https://www.fiatbravoclub.it/styles/newfbc/theme/images/bg_button.gifwww.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/theme/images/bg_button.gif — 200 — 335 B — 224 ms — h3https://www.fiatbravoclub.it/styles/newfbc/template/feedrelocator.php?_=1787565834446www.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/feedrelocator.php?_=1787565834446 — 200 — 132.5 KiB — 655 ms — h3https://ssl.google-analytics.com/r/__utm.gif?utmwv=5.7.2&utms=1&utmn=689047022&utmhn=www.fiatbravoclub.it&utmcs=UTF-8&utmsr=800x600&utmvp=1350x940&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Fiat%20Bravo%20Club%20%E2%80%A2%20Indice&utmhid=809035829&utmr=-&utmp=%2F&utmht=1787565834492&utmac=UA-25347414-1&utmcc=__utma%3D68560518.2065472816.1787565834.1787565834.1787565834.1%3B%2B__utmz%3D68560518.1787565834.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=1341502613&utmredir=1&utmu=qAAAAAAAAAAAAAAAAAAAAAAE~ssl.google-analytics.com/r/__utm.gi... https://ssl.google-analytics.com/r/__utm.gif?utmwv=5.7.2&utms=1&utmn=689047022&utmhn=www.fiatbravoclub.it&utmcs=UTF-8&utmsr=800x600&utmvp=1350x940&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Fiat%20Bravo%20Club%20%E2%80%A2%20Indice&utmhid=809035829&utmr=-&utmp=%2F&utmht=1787565834492&utmac=UA-25347414-1&utmcc=__utma%3D68560518.2065472816.1787565834.1787565834.1787565834.1%3B%2B__utmz%3D68560518.1787565834.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=1341502613&utmredir=1&utmu=qAAAAAAAAAAAAAAAAAAAAAAE~ — 200 — 440 B — 20 ms — h2https://www.fiatbravoclub.it/favicon.icowww.fiatbravoclub.it/favicon.ico https://www.fiatbravoclub.it/favicon.ico — 200 — 7.5 KiB — 178 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
56% of JavaScript execution is third-party
First-party Third-party 129ms · 7KB · €1/mo
www.fiatbravoclub.it
Other
Optional
Execution 129ms
Transfer 7 KB
Monthly Cost €1/mo

56% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

How third-party costs are calculated

Image Optimization
5 images, 87 KB total, 54 KB wasted
INFO

Image Optimization Audit

Total Images

5

Total Size

87 KB

Oversized

2

Wasted

54 KB

3 missing alt text 3 missing dimensions 4 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