Skip to content
https://fiatbravoclub.it

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
2
REVIEW
6
PASS
15
INFO
3

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

72
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.
46
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.

2.25 s

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

5.05 s

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

160 ms

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

0.116

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

3.41 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

5.05 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
26
15 PASS 6 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
JS Execution Cost
Action
1112ms total JS execution
REVIEW
1112ms total JS execution
Warning::
https://www.fiatbravoclub.it/: 411ms CPU time
Warning::
Unattributable: 377ms CPU time
Info::
https://ajax.googleapis.com/ajax/libs/jquery/1.6.2...: 194ms CPU time
Info::
https://ssl.google-analytics.com/ga.js: 129ms CPU time
Warning::
Third-party scripts: 734ms (66% of total)

Main Thread Breakdown

Other 50% Script Evaluation 23% Style & Layout 16% Rendering 6% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.fiatbravoclub.it/411ms51ms6ms3rd
Unattributable377ms7ms0ms1st
https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js194ms76ms14ms3rd
https://ssl.google-analytics.com/ga.js129ms121ms7ms3rd
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.
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
5 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
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+
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+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
5 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
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 2318ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.2 s LCP 5.0 shttps://fiatbravoclub.it// https://fiatbravoclub.it/ — 301 — 128 B — 510 ms — h2https://www.fiatbravoclub.it/www.fiatbravoclub.it/ https://www.fiatbravoclub.it/ — 200 — 7.0 KiB — 213 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 — 216 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 — 374 ms — h2https://www.fiatbravoclub.it/style.php?id=10&lang=en&sid=87b0f9d06b4026c3a809c43b237e0851www.fiatbravoclub.it/style.php?id=1... https://www.fiatbravoclub.it/style.php?id=10&lang=en&sid=87b0f9d06b4026c3a809c43b237e0851 — 200 — 15.3 KiB — 707 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 — 210 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 — 215 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 — 210 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 — 373 ms — h2https://www.fiatbravoclub.it/images/franck.jpgwww.fiatbravoclub.it/images/franck.... https://www.fiatbravoclub.it/images/franck.jpg — 200 — 15.7 KiB — 379 ms — h2https://www.fiatbravoclub.it/images/fatturaelettronica.pngwww.fiatbravoclub.it/images/fattura... https://www.fiatbravoclub.it/images/fatturaelettronica.png — 200 — 28.8 KiB — 536 ms — h2https://www.fiatbravoclub.it/images/banner.jpgwww.fiatbravoclub.it/images/banner.... https://www.fiatbravoclub.it/images/banner.jpg — 200 — 43.1 KiB — 702 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 — 702 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 — 702 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 — 178 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 — 188 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 — 187 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 — 37 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 — 200 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 — 521 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 — 200 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 — 210 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 — 215 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 — 215 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 — 224 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 — 235 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 — 239 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.2 s LCP 5.0 shttps://fiatbravoclub.it// https://fiatbravoclub.it/ — 301 — 128 B — 510 ms — h2https://www.fiatbravoclub.it/www.fiatbravoclub.it/ https://www.fiatbravoclub.it/ — 200 — 7.0 KiB — 213 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 — 216 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 — 374 ms — h2https://www.fiatbravoclub.it/style.php?id=10&lang=en&sid=87b0f9d06b4026c3a809c43b237e0851www.fiatbravoclub.it/style.php?id=1... https://www.fiatbravoclub.it/style.php?id=10&lang=en&sid=87b0f9d06b4026c3a809c43b237e0851 — 200 — 15.3 KiB — 707 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 — 210 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 — 215 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 — 210 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 — 373 ms — h2https://www.fiatbravoclub.it/images/franck.jpgwww.fiatbravoclub.it/images/franck.... https://www.fiatbravoclub.it/images/franck.jpg — 200 — 15.7 KiB — 379 ms — h2https://www.fiatbravoclub.it/images/fatturaelettronica.pngwww.fiatbravoclub.it/images/fattura... https://www.fiatbravoclub.it/images/fatturaelettronica.png — 200 — 28.8 KiB — 536 ms — h2https://www.fiatbravoclub.it/images/banner.jpgwww.fiatbravoclub.it/images/banner.... https://www.fiatbravoclub.it/images/banner.jpg — 200 — 43.1 KiB — 702 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 — 702 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 — 702 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 — 178 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 — 188 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 — 187 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 — 37 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 — 200 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 — 521 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 — 200 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 — 210 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 — 215 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 — 215 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 — 224 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 — 235 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 — 239 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 — 253 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 — 254 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 — 254 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 — 254 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 — 254 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 — 254 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 — 254 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 — 254 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 — 249 ms — h3https://www.fiatbravoclub.it/styles/newfbc/template/feedrelocator.php?_=1787565818579www.fiatbravoclub.it/styles/newfbc/... https://www.fiatbravoclub.it/styles/newfbc/template/feedrelocator.php?_=1787565818579 — 200 — 132.5 KiB — 801 ms — h3https://ssl.google-analytics.com/r/__utm.gif?utmwv=5.7.2&utms=1&utmn=903393125&utmhn=www.fiatbravoclub.it&utmcs=UTF-8&utmsr=412x823&utmvp=980x1957&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Fiat%20Bravo%20Club%20%E2%80%A2%20Indice&utmhid=1711016662&utmr=-&utmp=%2F&utmht=1787565818632&utmac=UA-25347414-1&utmcc=__utma%3D68560518.1524018090.1787565819.1787565819.1787565819.1%3B%2B__utmz%3D68560518.1787565819.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=1766403631&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=903393125&utmhn=www.fiatbravoclub.it&utmcs=UTF-8&utmsr=412x823&utmvp=980x1957&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Fiat%20Bravo%20Club%20%E2%80%A2%20Indice&utmhid=1711016662&utmr=-&utmp=%2F&utmht=1787565818632&utmac=UA-25347414-1&utmcc=__utma%3D68560518.1524018090.1787565819.1787565819.1787565819.1%3B%2B__utmz%3D68560518.1787565819.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=1766403631&utmredir=1&utmu=qAAAAAAAAAAAAAAAAAAAAAAE~ — 200 — 440 B — 22 ms — h2https://www.fiatbravoclub.it/favicon.icowww.fiatbravoclub.it/favicon.ico https://www.fiatbravoclub.it/favicon.ico — 200 — 7.5 KiB — 180 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
66% of JavaScript execution is third-party
First-party Third-party 734ms · 57KB · €8/mo
www.fiatbravoclub.it
Other
Costly
Execution 411ms
Transfer 7 KB
Monthly Cost €4/mo
ajax.googleapis.com
Other
Optional
Execution 194ms
Transfer 32 KB
Monthly Cost €2/mo
Google Analytics
Analytics
Optional
Execution 129ms
Transfer 17 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.fiatbravoclub.it adds 411ms and costs ~€4/month

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

www.fiatbravoclub.it takes 411ms 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
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