Skip to content
https://poste.it

Performance

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

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

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

550 ms

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

2.42 s

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

7 ms

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

0.341

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

9.68 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.01 s

Page Load Progression

4.1 s
8.2 s
12.2 s
16.3 s
20.4 s
24.5 s
28.6 s
32.7 s
Checks
22
7 PASS 7 REVIEW 5 FIX
F
Page Weight Budget
Action
3.4 MB transferred, 111 requests
FIX
3.4 MB transferred, 111 requests
Warning::
Page weighs 5.0 MB (3.4 MB transferred)
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Info::
Fonts are 1.2 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.2 MB
Warning::
111 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.72 g CO2 per page load
3.4 MB / 2.4 MB budget
3.4 MB transferred
111 requests
0.72 g CO2 per page load
Images 1.8 MiB 53%
Fonts 1.2 MiB 35%
JavaScript 287.8 KiB 8%
CSS 55.3 KiB 2%
Other 48.0 KiB 1%
HTML 35.7 KiB 1%
Other 5.2 KiB 0%
Other 1.8 KiB 0%
Other 1.3 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

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 (3.4 MiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2501ms total JS execution
FIX
2501ms total JS execution
Warning::
https://www.poste.it/: 1291ms CPU time
Warning::
Unattributable: 533ms CPU time
Warning::
https://www.poste.it/assets-da/core/js/poste-it.js: 416ms CPU time
Info::
https://assets.adobedtm.com/launch-EN592261e36dc14...: 133ms CPU time
Info::
https://consent.trustarc.com/notice?domain=posteit...: 76ms CPU time
Warning::
Third-party scripts: 1967ms (79% of total)

Main Thread Breakdown

Other 36% Script Evaluation 23% Style & Layout 19% Rendering 18%
ScriptTotalScriptingParse/CompileParty
https://www.poste.it/1291ms5ms0ms3rd
Unattributable533ms3ms0ms1st
https://www.poste.it/assets-da/core/js/poste-it.js416ms346ms1ms3rd
https://assets.adobedtm.com/launch-EN592261e36dc14b10a9936e854a4b30db.min.js133ms98ms27ms3rd
https://consent.trustarc.com/notice?domain=posteitaliane.com&c=teconsent&language=it&country=it&text=true&gtm=true&js=bb&noticeType=bb76ms27ms1ms3rd
https://www.poste.it/assets-da/vendor/jquery/jquery.min.js51ms37ms3ms3rd
D
Page Weight Inventory
Action
111 resources · 3.4 MB · 68 KB savings available
FIX
111 resources · 3.4 MB · 68 KB savings available
Warning::
Page weight 3.4 MB exceeds 1 MB target by 2.4 MB
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~68 KB of savings available
Warning::
110 third-party resources (100% of weight)
Info::
5 resources over 200KB
111 resources · 3.4 MiB · 110 third-party 2.4 MiB over 1MB target
Image 54% · 1.9 MiB
Font 35% · 1.2 MiB
JavaScript 8% · 288.1 KiB
CSS 2% · 55.3 KiB
Document 1% · 40.1 KiB
Other 0% · 4.5 KiB

~67.7 KiB of savings available

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

C
Image Optimization
Action
56 images, 0 KB saveable
REVIEW
56 images, 0 KB saveable
Warning::
https://www.media.poste.it/92e55706-f78a-42d8-bb2a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/75fe6176-3562-43d8-81fd... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/2ce29a5b-2844-4d83-93ba... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://consent.trustarc.com/get?name=trustarc_clo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.poste.it/assets-custom/img/svg-tgposte... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/03827cbe-81a9-4d31-be55... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/c4820cb7-1d8a-420d-a254... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/a8fe4c9e-ffc2-4966-8b14... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.poste.it/assets-custom/img/logo-tg-pos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/3d446bb5-c2bd-4835-8244... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.poste.it/assets-da/core/img/loghi/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/797cfacf-2eb2-49cb-a347... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/726f3c23-bb55-4c23-b90b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/d26bc4eb-11a8-40b4-a1fc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/19f326fb-94c3-49aa-9c71... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/0847bafc-6bc8-4aba-a5f0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.media.poste.it/f8541257-b2cc-4c0b-b04a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
56 images 1.8 MB
0 oversized -0 KB
21 legacy format
17 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Bundles
29 scripts, 68 KB unused
REVIEW
29 scripts, 68 KB unused
Warning::
https://assets.adobedtm.com/launch-EN592261e36dc14...: 26 KB unused (22%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.poste.it/widgets/one-web-common/header...: 21 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://consent.trustarc.com/asset/notice.js/v/v1....: 21 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 68 KB
68 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://assets.adobedtm.com/launch-EN592261e36dc14b10a9936e854a4b30db.min.js118 KB26 KB (22%)3rd
https://www.poste.it/widgets/one-web-common/header-area-pubblica-completo.bundle.js28 KB21 KB (79%)3rd
https://consent.trustarc.com/asset/notice.js/v/v1.7-886131 KB21 KB (68%)3rd
https://www.poste.it/assets-custom/oneweb-js/tgposte-position.js1 KB3rd
https://www.poste.it/assets-da/vendor/jquery/jquery.min.js29 KB3rd
https://www.poste.it/assets-da/vendor/accessible-slick/js/slick.min.js10 KB3rd
https://www.poste.it/assets-custom/oneweb-js/menu-ventaglio.min.js2 KB3rd
https://www.poste.it/assets-da/core/js/utilita.js8 KB3rd
https://www.poste.it/assets-da/core/js/poste-it.js4 KB3rd
https://www.poste.it/assets-da/core/js/start-script.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

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

Web fonts

5

1228 KB total

Render-blocking

0

of 5

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 2.0 s 2.5 s FCP 550 ms LCP 2.4 shttps://www.poste.it/assets-da/core/fonts/inter/Inter-Regular.ttfInter-Regular.ttf https://www.poste.it/assets-da/core/fonts/inter/Inter-Regular.ttf — 303.3 KiB — 492 ms — font-display: swaphttps://www.poste.it/assets-da/core/fonts/inter/Inter-SemiBold.ttfInter-SemiBold.ttf https://www.poste.it/assets-da/core/fonts/inter/Inter-SemiBold.ttf — 309.1 KiB — 1.1 s — font-display: swaphttps://www.poste.it/assets-da/core/fonts/inter/Inter-Bold.ttfInter-Bold.ttf https://www.poste.it/assets-da/core/fonts/inter/Inter-Bold.ttf — 309.5 KiB — 1.2 s — font-display: swaphttps://www.poste.it/assets-da/core/fonts/inter/Inter-Light.ttfInter-Light.ttf https://www.poste.it/assets-da/core/fonts/inter/Inter-Light.ttf — 303.9 KiB — 1.2 s — font-display: swaphttps://www.poste.it/assets-da/vendor/accessible-slick/css/fonts/slick.woffslick.woff https://www.poste.it/assets-da/vendor/accessible-slick/css/fonts/slick.woff — 1.8 KiB — 509 ms — font-display: swap
Inter-Regular.ttf ttf swap
Size 303 KB
Load time 492 ms
Start 1.4 s
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
Inter-SemiBold.ttf ttf swap
Size 309 KB
Load time 1.1 s
Start 1.4 s
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
Inter-Bold.ttf ttf swap
Size 309 KB
Load time 1.2 s
Start 1.4 s
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
Inter-Light.ttf ttf swap
Size 304 KB
Load time 1.2 s
Start 1.4 s
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
slick.woff woff swap
Size 2 KB
Load time 509 ms
Start 1.6 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 ~981 KB and ~1962 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
111 requests over 3331ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 550 ms LCP 2.4 shttps://poste.it// https://poste.it/ — 301 — 148 B — 538 ms — h2https://www.poste.it/www.poste.it/ https://www.poste.it/ — 200 — 32.6 KiB — 643 ms — h2https://www.poste.it/assets-custom/oneweb-js/cards-equalizer.min.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/cards-equalizer.min.js — 200 — 941 B — 8 ms — h2https://www.poste.it/assets-da/vendor/bootstrap/css/bootstrap.min.csswww.poste.it/assets-da/vendor/boots... https://www.poste.it/assets-da/vendor/bootstrap/css/bootstrap.min.css — 200 — 18.0 KiB — 32 ms — h2https://www.poste.it/assets-da/core/css/core.min.csswww.poste.it/assets-da/core/css/cor... https://www.poste.it/assets-da/core/css/core.min.css — 200 — 29.1 KiB — 36 ms — h2https://www.poste.it/assets-da/vendor/accessible-slick/css/slick.min.csswww.poste.it/assets-da/vendor/acces... https://www.poste.it/assets-da/vendor/accessible-slick/css/slick.min.css — 200 — 896 B — 31 ms — h2https://www.poste.it/assets-da/vendor/accessible-slick/css/accessible-slick-theme.min.csswww.poste.it/assets-da/vendor/acces... https://www.poste.it/assets-da/vendor/accessible-slick/css/accessible-slick-theme.min.css — 200 — 1.6 KiB — 31 ms — h2https://www.poste.it/assets-custom/override-css/custom.min.csswww.poste.it/assets-custom/override... https://www.poste.it/assets-custom/override-css/custom.min.css — 200 — 4.8 KiB — 33 ms — h2https://www.poste.it/assets-custom/override-css/milano-cortina.min.csswww.poste.it/assets-custom/override... https://www.poste.it/assets-custom/override-css/milano-cortina.min.css — 200 — 872 B — 33 ms — h2https://www.poste.it/assets-da/core/img/loghi/logo-tg-poste@2x.pngwww.poste.it/assets-da/core/img/log... https://www.poste.it/assets-da/core/img/loghi/logo-tg-poste@2x.png — 200 — 5.8 KiB — 33 ms — h2https://www.media.poste.it/5cb3a4b6-33dd-44bf-b6ce-7fcbd8d5a806/lg/webp/conceptbfoto-soggettolg-supersmartpremiumreveal@2xwww.media.poste.it/5cb3a4b6-33dd-44... https://www.media.poste.it/5cb3a4b6-33dd-44bf-b6ce-7fcbd8d5a806/lg/webp/conceptbfoto-soggettolg-supersmartpremiumreveal@2x — 200 — 180.1 KiB — 1.1 s — h2https://www.poste.it/assets-custom/img/logo-tg-poste-2x.pngwww.poste.it/assets-custom/img/logo... https://www.poste.it/assets-custom/img/logo-tg-poste-2x.png — 200 — 5.9 KiB — 32 ms — h2https://www.poste.it/assets-custom/img/svg-tgposte/play-small-k.svgwww.poste.it/assets-custom/img/svg-... https://www.poste.it/assets-custom/img/svg-tgposte/play-small-k.svg — 200 — 1.2 KiB — 5 ms — h2https://www.poste.it/assets-custom/site.webmanifestwww.poste.it/assets-custom/site.web... https://www.poste.it/assets-custom/site.webmanifest — 200 — 1.3 KiB — 862 ms — h2https://www.poste.it/widgets/one-web-common/header-area-pubblica-completo.bundle.jswww.poste.it/widgets/one-web-common... https://www.poste.it/widgets/one-web-common/header-area-pubblica-completo.bundle.js — 200 — 27.5 KiB — 56 ms — h2https://www.poste.it/assets-custom/oneweb-js/cerca.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/cerca.js — 200 — 1.1 KiB — 52 ms — h2https://www.poste.it/assets-da/vendor/jquery/jquery.min.jswww.poste.it/assets-da/vendor/jquer... https://www.poste.it/assets-da/vendor/jquery/jquery.min.js — 200 — 29.3 KiB — 64 ms — h2https://www.poste.it/assets-da/vendor/bootstrap/js/bootstrap.min.jswww.poste.it/assets-da/vendor/boots... https://www.poste.it/assets-da/vendor/bootstrap/js/bootstrap.min.js — 200 — 10.7 KiB — 61 ms — h2https://www.poste.it/assets-da/vendor/accessible-slick/js/slick.min.jswww.poste.it/assets-da/vendor/acces... https://www.poste.it/assets-da/vendor/accessible-slick/js/slick.min.js — 200 — 10.2 KiB — 65 ms — h2https://www.poste.it/assets-custom/oneweb-js/menu-ventaglio.min.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/menu-ventaglio.min.js — 200 — 2.5 KiB — 65 ms — h2https://www.poste.it/assets-da/core/js/utilita.jswww.poste.it/assets-da/core/js/util... https://www.poste.it/assets-da/core/js/utilita.js — 200 — 8.2 KiB — 66 ms — h2https://www.poste.it/assets-da/core/js/poste-it.jswww.poste.it/assets-da/core/js/post... https://www.poste.it/assets-da/core/js/poste-it.js — 200 — 4.1 KiB — 66 ms — h2https://www.poste.it/assets-da/core/js/start-script.jswww.poste.it/assets-da/core/js/star... https://www.poste.it/assets-da/core/js/start-script.js — 200 — 4.1 KiB — 66 ms — h2https://www.poste.it/assets-custom/oneweb-js/app_store.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/app_store.js — 200 — 1.2 KiB — 66 ms — h2https://www.poste.it/assets-custom/oneweb-js/chatbot.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/chatbot.js — 200 — 1.2 KiB — 66 ms — h2https://www.poste.it/assets-custom/oneweb-js/slick_config.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/slick_config.js — 200 — 928 B — 67 ms — h2https://www.poste.it/assets-custom/oneweb-js/back-to-top-position.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/back-to-top-position.js — 200 — 1.0 KiB — 67 ms — h2https://www.poste.it/assets-custom/oneweb-js/tgposte-position.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/tgposte-position.js — 200 — 1.2 KiB — 67 ms — h2https://www.poste.it/assets-custom/oneweb-js/adobe.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/adobe.js — 200 — 1.1 KiB — 67 ms — h2https://www.poste.it/assets-da/core/img/iconset/sprite.svgwww.poste.it/assets-da/core/img/ico... https://www.poste.it/assets-da/core/img/iconset/sprite.svg — 200 — 44.2 KiB — 79 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 550 ms LCP 2.4 shttps://poste.it// https://poste.it/ — 301 — 148 B — 538 ms — h2https://www.poste.it/www.poste.it/ https://www.poste.it/ — 200 — 32.6 KiB — 643 ms — h2https://www.poste.it/assets-custom/oneweb-js/cards-equalizer.min.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/cards-equalizer.min.js — 200 — 941 B — 8 ms — h2https://www.poste.it/assets-da/vendor/bootstrap/css/bootstrap.min.csswww.poste.it/assets-da/vendor/boots... https://www.poste.it/assets-da/vendor/bootstrap/css/bootstrap.min.css — 200 — 18.0 KiB — 32 ms — h2https://www.poste.it/assets-da/core/css/core.min.csswww.poste.it/assets-da/core/css/cor... https://www.poste.it/assets-da/core/css/core.min.css — 200 — 29.1 KiB — 36 ms — h2https://www.poste.it/assets-da/vendor/accessible-slick/css/slick.min.csswww.poste.it/assets-da/vendor/acces... https://www.poste.it/assets-da/vendor/accessible-slick/css/slick.min.css — 200 — 896 B — 31 ms — h2https://www.poste.it/assets-da/vendor/accessible-slick/css/accessible-slick-theme.min.csswww.poste.it/assets-da/vendor/acces... https://www.poste.it/assets-da/vendor/accessible-slick/css/accessible-slick-theme.min.css — 200 — 1.6 KiB — 31 ms — h2https://www.poste.it/assets-custom/override-css/custom.min.csswww.poste.it/assets-custom/override... https://www.poste.it/assets-custom/override-css/custom.min.css — 200 — 4.8 KiB — 33 ms — h2https://www.poste.it/assets-custom/override-css/milano-cortina.min.csswww.poste.it/assets-custom/override... https://www.poste.it/assets-custom/override-css/milano-cortina.min.css — 200 — 872 B — 33 ms — h2https://www.poste.it/assets-da/core/img/loghi/logo-tg-poste@2x.pngwww.poste.it/assets-da/core/img/log... https://www.poste.it/assets-da/core/img/loghi/logo-tg-poste@2x.png — 200 — 5.8 KiB — 33 ms — h2https://www.media.poste.it/5cb3a4b6-33dd-44bf-b6ce-7fcbd8d5a806/lg/webp/conceptbfoto-soggettolg-supersmartpremiumreveal@2xwww.media.poste.it/5cb3a4b6-33dd-44... https://www.media.poste.it/5cb3a4b6-33dd-44bf-b6ce-7fcbd8d5a806/lg/webp/conceptbfoto-soggettolg-supersmartpremiumreveal@2x — 200 — 180.1 KiB — 1.1 s — h2https://www.poste.it/assets-custom/img/logo-tg-poste-2x.pngwww.poste.it/assets-custom/img/logo... https://www.poste.it/assets-custom/img/logo-tg-poste-2x.png — 200 — 5.9 KiB — 32 ms — h2https://www.poste.it/assets-custom/img/svg-tgposte/play-small-k.svgwww.poste.it/assets-custom/img/svg-... https://www.poste.it/assets-custom/img/svg-tgposte/play-small-k.svg — 200 — 1.2 KiB — 5 ms — h2https://www.poste.it/assets-custom/site.webmanifestwww.poste.it/assets-custom/site.web... https://www.poste.it/assets-custom/site.webmanifest — 200 — 1.3 KiB — 862 ms — h2https://www.poste.it/widgets/one-web-common/header-area-pubblica-completo.bundle.jswww.poste.it/widgets/one-web-common... https://www.poste.it/widgets/one-web-common/header-area-pubblica-completo.bundle.js — 200 — 27.5 KiB — 56 ms — h2https://www.poste.it/assets-custom/oneweb-js/cerca.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/cerca.js — 200 — 1.1 KiB — 52 ms — h2https://www.poste.it/assets-da/vendor/jquery/jquery.min.jswww.poste.it/assets-da/vendor/jquer... https://www.poste.it/assets-da/vendor/jquery/jquery.min.js — 200 — 29.3 KiB — 64 ms — h2https://www.poste.it/assets-da/vendor/bootstrap/js/bootstrap.min.jswww.poste.it/assets-da/vendor/boots... https://www.poste.it/assets-da/vendor/bootstrap/js/bootstrap.min.js — 200 — 10.7 KiB — 61 ms — h2https://www.poste.it/assets-da/vendor/accessible-slick/js/slick.min.jswww.poste.it/assets-da/vendor/acces... https://www.poste.it/assets-da/vendor/accessible-slick/js/slick.min.js — 200 — 10.2 KiB — 65 ms — h2https://www.poste.it/assets-custom/oneweb-js/menu-ventaglio.min.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/menu-ventaglio.min.js — 200 — 2.5 KiB — 65 ms — h2https://www.poste.it/assets-da/core/js/utilita.jswww.poste.it/assets-da/core/js/util... https://www.poste.it/assets-da/core/js/utilita.js — 200 — 8.2 KiB — 66 ms — h2https://www.poste.it/assets-da/core/js/poste-it.jswww.poste.it/assets-da/core/js/post... https://www.poste.it/assets-da/core/js/poste-it.js — 200 — 4.1 KiB — 66 ms — h2https://www.poste.it/assets-da/core/js/start-script.jswww.poste.it/assets-da/core/js/star... https://www.poste.it/assets-da/core/js/start-script.js — 200 — 4.1 KiB — 66 ms — h2https://www.poste.it/assets-custom/oneweb-js/app_store.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/app_store.js — 200 — 1.2 KiB — 66 ms — h2https://www.poste.it/assets-custom/oneweb-js/chatbot.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/chatbot.js — 200 — 1.2 KiB — 66 ms — h2https://www.poste.it/assets-custom/oneweb-js/slick_config.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/slick_config.js — 200 — 928 B — 67 ms — h2https://www.poste.it/assets-custom/oneweb-js/back-to-top-position.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/back-to-top-position.js — 200 — 1.0 KiB — 67 ms — h2https://www.poste.it/assets-custom/oneweb-js/tgposte-position.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/tgposte-position.js — 200 — 1.2 KiB — 67 ms — h2https://www.poste.it/assets-custom/oneweb-js/adobe.jswww.poste.it/assets-custom/oneweb-j... https://www.poste.it/assets-custom/oneweb-js/adobe.js — 200 — 1.1 KiB — 67 ms — h2https://www.poste.it/assets-da/core/img/iconset/sprite.svgwww.poste.it/assets-da/core/img/ico... https://www.poste.it/assets-da/core/img/iconset/sprite.svg — 200 — 44.2 KiB — 79 ms — h2https://www.poste.it/assets-da/core/img/bg/bg-sidebar-profilo@2x.pngwww.poste.it/assets-da/core/img/bg/... https://www.poste.it/assets-da/core/img/bg/bg-sidebar-profilo@2x.png — 200 — 28.5 KiB — 55 ms — h2https://www.poste.it/assets-da/core/img/bg/bg-pattern-content-01-white.pngwww.poste.it/assets-da/core/img/bg/... https://www.poste.it/assets-da/core/img/bg/bg-pattern-content-01-white.png — 200 — 10.4 KiB — 54 ms — h2https://www.poste.it/assets-da/core/img/iconset/010a-check-m.svgwww.poste.it/assets-da/core/img/ico... https://www.poste.it/assets-da/core/img/iconset/010a-check-m.svg — 200 — 1.3 KiB — 30 ms — h2https://www.media.poste.it/5cb3a4b6-33dd-44bf-b6ce-7fcbd8d5a806/bg/svg/conceptbfoto-bg-supersmartpremiumreveal@1xwww.media.poste.it/5cb3a4b6-33dd-44... https://www.media.poste.it/5cb3a4b6-33dd-44bf-b6ce-7fcbd8d5a806/bg/svg/conceptbfoto-bg-supersmartpremiumreveal@1x — 200 — 1.0 KiB — 615 ms — h2https://www.media.poste.it/1255cc9d-ae18-4d42-b38b-a12c1f19a519/bg/svg/conceptb-background-postevivereprotettiscudo@1xwww.media.poste.it/1255cc9d-ae18-4d... https://www.media.poste.it/1255cc9d-ae18-4d42-b38b-a12c1f19a519/bg/svg/conceptb-background-postevivereprotettiscudo@1x — 200 — 1.1 KiB — 566 ms — h2https://www.media.poste.it/2d6c1fef-c90a-45db-8d44-0ca6a61acae0/bg/svg/conceptbbackground-testobianco-posteplus@1xwww.media.poste.it/2d6c1fef-c90a-45... https://www.media.poste.it/2d6c1fef-c90a-45db-8d44-0ca6a61acae0/bg/svg/conceptbbackground-testobianco-posteplus@1x — 200 — 1.4 KiB — 571 ms — h2https://www.media.poste.it/92582f5b-86a6-4591-8cf0-82d247328155/bg/svg/conceptbbackground-coloretestobianco-bpfuniverso@1xwww.media.poste.it/92582f5b-86a6-45... https://www.media.poste.it/92582f5b-86a6-4591-8cf0-82d247328155/bg/svg/conceptbbackground-coloretestobianco-bpfuniverso@1x — 200 — 1.0 KiB — 785 ms — h2https://www.media.poste.it/ab91fc26-db29-4636-857f-59395952c153/lg/webp/cerca-up@2xwww.media.poste.it/ab91fc26-db29-46... https://www.media.poste.it/ab91fc26-db29-4636-857f-59395952c153/lg/webp/cerca-up@2x — 200 — 9.4 KiB — 567 ms — h2https://www.poste.it/assets-da/core/img/iconset/001b-arrow-forward-m-primary33.svgwww.poste.it/assets-da/core/img/ico... https://www.poste.it/assets-da/core/img/iconset/001b-arrow-forward-m-primary33.svg — 200 — 1.3 KiB — 28 ms — h2https://www.media.poste.it/7d9b4b1d-5fd3-4fa0-a7c3-d4811a18d668/lg/webp/ico-reactive-pagamentionline@2xwww.media.poste.it/7d9b4b1d-5fd3-4f... https://www.media.poste.it/7d9b4b1d-5fd3-4fa0-a7c3-d4811a18d668/lg/webp/ico-reactive-pagamentionline@2x — 200 — 3.4 KiB — 594 ms — h2https://www.media.poste.it/26e6e46b-d03e-4e18-9403-777d52fce043/lg/webp/ico-reactive-spediscipacco@2xwww.media.poste.it/26e6e46b-d03e-4e... https://www.media.poste.it/26e6e46b-d03e-4e18-9403-777d52fce043/lg/webp/ico-reactive-spediscipacco@2x — 200 — 1.8 KiB — 586 ms — h2https://www.media.poste.it/c6585ad9-6cae-40e9-8c65-fef250931b30/lg/webp/ico-reactive-spedizionipostaonline@2xwww.media.poste.it/c6585ad9-6cae-40... https://www.media.poste.it/c6585ad9-6cae-40e9-8c65-fef250931b30/lg/webp/ico-reactive-spedizionipostaonline@2x — 200 — 3.4 KiB — 567 ms — h2https://www.media.poste.it/8bf4e124-6e4a-42e1-8f88-2f229261609b/lg/webp/ico-reactive-preventivoenergia@2xwww.media.poste.it/8bf4e124-6e4a-42... https://www.media.poste.it/8bf4e124-6e4a-42e1-8f88-2f229261609b/lg/webp/ico-reactive-preventivoenergia@2x — 200 — 3.9 KiB — 588 ms — h2https://www.media.poste.it/d1e3f11c-4cb7-4e59-9dfb-cec2a9d5f19b/lg/svg/ico-reactive-checkupassicurativo@1xwww.media.poste.it/d1e3f11c-4cb7-4e... https://www.media.poste.it/d1e3f11c-4cb7-4e59-9dfb-cec2a9d5f19b/lg/svg/ico-reactive-checkupassicurativo@1x — 200 — 6.3 KiB — 576 ms — h2https://www.media.poste.it/1e8e4b39-2317-41e4-840c-b942cfe8cb2d/lg/webp/ico-reactive-conto@2xwww.media.poste.it/1e8e4b39-2317-41... https://www.media.poste.it/1e8e4b39-2317-41e4-840c-b942cfe8cb2d/lg/webp/ico-reactive-conto@2x — 200 — 4.6 KiB — 597 ms — h2https://www.media.poste.it/b603141b-122a-407d-960f-859b48868445/lg/webp/ico-reactive-titolarelibretto@2xwww.media.poste.it/b603141b-122a-40... https://www.media.poste.it/b603141b-122a-407d-960f-859b48868445/lg/webp/ico-reactive-titolarelibretto@2x — 200 — 3.2 KiB — 836 ms — h2https://www.media.poste.it/374c5370-e1b7-4822-8a47-6620ad49160b/lg/webp/ico-reactive-bollettinopassaporto@2xwww.media.poste.it/374c5370-e1b7-48... https://www.media.poste.it/374c5370-e1b7-4822-8a47-6620ad49160b/lg/webp/ico-reactive-bollettinopassaporto@2x — 200 — 4.3 KiB — 580 ms — h2https://www.media.poste.it/1fc9fafd-0154-47fb-a42c-863514c70b99/lg/webp/ico-reactive-pecpostecertifica@2xwww.media.poste.it/1fc9fafd-0154-47... https://www.media.poste.it/1fc9fafd-0154-47fb-a42c-863514c70b99/lg/webp/ico-reactive-pecpostecertifica@2x — 200 — 4.5 KiB — 571 ms — h2https://www.media.poste.it/778d6eaa-8269-4b9c-9fe0-e6fe623688fe/lg/webp/ico-reactive-coperturafibra@2xwww.media.poste.it/778d6eaa-8269-4b... https://www.media.poste.it/778d6eaa-8269-4b9c-9fe0-e6fe623688fe/lg/webp/ico-reactive-coperturafibra@2x — 200 — 3.4 KiB — 577 ms — h2https://www.media.poste.it/03827cbe-81a9-4d31-be55-bab5c161f851/lg/webp/logo-poste-italianei@1xwww.media.poste.it/03827cbe-81a9-4d... https://www.media.poste.it/03827cbe-81a9-4d31-be55-bab5c161f851/lg/webp/logo-poste-italianei@1x — 200 — 4.9 KiB — 545 ms — h2https://www.media.poste.it/726f3c23-bb55-4c23-b90b-75cc9864effa/lg/webp/accedi-registrati-desktop@1xwww.media.poste.it/726f3c23-bb55-4c... https://www.media.poste.it/726f3c23-bb55-4c23-b90b-75cc9864effa/lg/webp/accedi-registrati-desktop@1x — 200 — 4.8 KiB — 561 ms — h2https://www.media.poste.it/92e55706-f78a-42d8-bb2a-9fc384ec7f83/lg/webp/accedi-conto-bpol2@1xwww.media.poste.it/92e55706-f78a-42... https://www.media.poste.it/92e55706-f78a-42d8-bb2a-9fc384ec7f83/lg/webp/accedi-conto-bpol2@1x — 200 — 14.0 KiB — 665 ms — h2https://www.media.poste.it/c4820cb7-1d8a-420d-a254-281bdb6b2e1d/lg/webp/calcola-tua-rata@1xwww.media.poste.it/c4820cb7-1d8a-42... https://www.media.poste.it/c4820cb7-1d8a-420d-a254-281bdb6b2e1d/lg/webp/calcola-tua-rata@1x — 200 — 5.8 KiB — 581 ms — h2https://www.media.poste.it/d26bc4eb-11a8-40b4-a1fc-69c0666072a6/lg/webp/simula-investimento@1xwww.media.poste.it/d26bc4eb-11a8-40... https://www.media.poste.it/d26bc4eb-11a8-40b4-a1fc-69c0666072a6/lg/webp/simula-investimento@1x — 200 — 5.7 KiB — 556 ms — h2https://www.media.poste.it/3d446bb5-c2bd-4835-8244-df6b332711d0/lg/webp/accedi-area-investimenti@1xwww.media.poste.it/3d446bb5-c2bd-48... https://www.media.poste.it/3d446bb5-c2bd-4835-8244-df6b332711d0/lg/webp/accedi-area-investimenti@1x — 200 — 12.3 KiB — 712 ms — h2https://www.media.poste.it/a8fe4c9e-ffc2-4966-8b14-7da2075dcd39/lg/webp/assicurazione-varie@1xwww.media.poste.it/a8fe4c9e-ffc2-49... https://www.media.poste.it/a8fe4c9e-ffc2-4966-8b14-7da2075dcd39/lg/webp/assicurazione-varie@1x — 200 — 5.7 KiB — 569 ms — h2https://www.media.poste.it/0847bafc-6bc8-4aba-a5f0-f6ed523ba9ab/lg/webp/ricarica-carta-bp@1xwww.media.poste.it/0847bafc-6bc8-4a... https://www.media.poste.it/0847bafc-6bc8-4aba-a5f0-f6ed523ba9ab/lg/webp/ricarica-carta-bp@1x — 200 — 7.1 KiB — 762 ms — h2https://www.media.poste.it/75fe6176-3562-43d8-81fd-189e2a73b54d/lg/webp/app-posteid_2x@1xwww.media.poste.it/75fe6176-3562-43... https://www.media.poste.it/75fe6176-3562-43d8-81fd-189e2a73b54d/lg/webp/app-posteid_2x@1x — 200 — 7.8 KiB — 602 ms — h2https://www.media.poste.it/797cfacf-2eb2-49cb-a347-268e60e3a9dd/lg/webp/chiamaci@1xwww.media.poste.it/797cfacf-2eb2-49... https://www.media.poste.it/797cfacf-2eb2-49cb-a347-268e60e3a9dd/lg/webp/chiamaci@1x — 200 — 5.3 KiB — 562 ms — h2https://www.media.poste.it/1255cc9d-ae18-4d42-b38b-a12c1f19a519/lg/webp/conceptb-soggettolg-postevivereprotettiscudo@2xwww.media.poste.it/1255cc9d-ae18-4d... https://www.media.poste.it/1255cc9d-ae18-4d42-b38b-a12c1f19a519/lg/webp/conceptb-soggettolg-postevivereprotettiscudo@2x — 200 — 86.5 KiB — 874 ms — h2https://www.media.poste.it/2d6c1fef-c90a-45db-8d44-0ca6a61acae0/lg/webp/conceptb1-lg-posteplus@2xwww.media.poste.it/2d6c1fef-c90a-45... https://www.media.poste.it/2d6c1fef-c90a-45db-8d44-0ca6a61acae0/lg/webp/conceptb1-lg-posteplus@2x — 200 — 103.8 KiB — 989 ms — h2https://www.media.poste.it/92582f5b-86a6-4591-8cf0-82d247328155/lg/webp/conceptbpromo-lg-bpfuniverso@2xwww.media.poste.it/92582f5b-86a6-45... https://www.media.poste.it/92582f5b-86a6-4591-8cf0-82d247328155/lg/webp/conceptbpromo-lg-bpfuniverso@2x — 200 — 101.3 KiB — 990 ms — h2https://www.poste.it/assets-da/core/fonts/inter/Inter-Regular.ttfwww.poste.it/assets-da/core/fonts/i... https://www.poste.it/assets-da/core/fonts/inter/Inter-Regular.ttf — 200 — 303.3 KiB — 492 ms — h2https://www.poste.it/assets-da/core/fonts/inter/Inter-SemiBold.ttfwww.poste.it/assets-da/core/fonts/i... https://www.poste.it/assets-da/core/fonts/inter/Inter-SemiBold.ttf — 200 — 309.1 KiB — 1.1 s — h2https://www.poste.it/assets-da/core/fonts/inter/Inter-Bold.ttfwww.poste.it/assets-da/core/fonts/i... https://www.poste.it/assets-da/core/fonts/inter/Inter-Bold.ttf — 200 — 309.5 KiB — 1.2 s — h2https://www.poste.it/assets-da/core/fonts/inter/Inter-Light.ttfwww.poste.it/assets-da/core/fonts/i... https://www.poste.it/assets-da/core/fonts/inter/Inter-Light.ttf — 200 — 303.9 KiB — 1.2 s — h2https://www.media.poste.it/19f326fb-94c3-49aa-9c71-8b5e81d198bc/bg/webp/cardtrendy-background-superapp@2xwww.media.poste.it/19f326fb-94c3-49... https://www.media.poste.it/19f326fb-94c3-49aa-9c71-8b5e81d198bc/bg/webp/cardtrendy-background-superapp@2x — 200 — 3.8 KiB — 547 ms — h2https://www.media.poste.it/2ce29a5b-2844-4d83-93ba-42168b69e701/bg/webp/cardtrendy-background-cashbackmobile@2xwww.media.poste.it/2ce29a5b-2844-4d... https://www.media.poste.it/2ce29a5b-2844-4d83-93ba-42168b69e701/bg/webp/cardtrendy-background-cashbackmobile@2x — 200 — 25.2 KiB — 754 ms — h2https://www.poste.it/assets-da/core/img/loghi/logo-poste-italiane-watermark.pngwww.poste.it/assets-da/core/img/log... https://www.poste.it/assets-da/core/img/loghi/logo-poste-italiane-watermark.png — 200 — 3.9 KiB — 8 ms — h2https://www.poste.it/assets-da/vendor/accessible-slick/css/ajax-loader.gifwww.poste.it/assets-da/vendor/acces... https://www.poste.it/assets-da/vendor/accessible-slick/css/ajax-loader.gif — 200 — 3.9 KiB — 6 ms — h2https://www.poste.it/assets-da/core/img/iconset/001a-arrow-back-m.svgwww.poste.it/assets-da/core/img/ico... https://www.poste.it/assets-da/core/img/iconset/001a-arrow-back-m.svg — 200 — 932 B — 5 ms — h2https://www.poste.it/assets-da/core/img/ico/ico-campaign-arrow.pngwww.poste.it/assets-da/core/img/ico... https://www.poste.it/assets-da/core/img/ico/ico-campaign-arrow.png — 200 — 6.2 KiB — 6 ms — h2https://www.poste.it/assets-da/core/img/iconset/001a-arrow-back-m-primary33.svgwww.poste.it/assets-da/core/img/ico... https://www.poste.it/assets-da/core/img/iconset/001a-arrow-back-m-primary33.svg — 200 — 931 B — 5 ms — h2https://www.poste.it/assets-da/vendor/accessible-slick/css/fonts/slick.woffwww.poste.it/assets-da/vendor/acces... https://www.poste.it/assets-da/vendor/accessible-slick/css/fonts/slick.woff — 200 — 1.8 KiB — 509 ms — h2https://www.media.poste.it/6d7db538-984a-4791-a0da-19457e90d34a/lg/webp/bannercampaignalfa-orizzontale-quintoviaggio@2xwww.media.poste.it/6d7db538-984a-47... https://www.media.poste.it/6d7db538-984a-4791-a0da-19457e90d34a/lg/webp/bannercampaignalfa-orizzontale-quintoviaggio@2x — 200 — 82.9 KiB — 924 ms — h2https://www.media.poste.it/785c0173-424f-4e89-9265-5877ca682f70/lg/webp/campaignalfa-orizzontale-energiasoggetto1mln@2xwww.media.poste.it/785c0173-424f-4e... https://www.media.poste.it/785c0173-424f-4e89-9265-5877ca682f70/lg/webp/campaignalfa-orizzontale-energiasoggetto1mln@2x — 200 — 134.5 KiB — 1.5 s — h2https://www.media.poste.it/0267ae1e-6469-487f-969c-2fa88da4b10d/lg/webp/bannercampaignalfa-orizzontale-obbligazionariobonus@2xwww.media.poste.it/0267ae1e-6469-48... https://www.media.poste.it/0267ae1e-6469-487f-969c-2fa88da4b10d/lg/webp/bannercampaignalfa-orizzontale-obbligazionariobonus@2x — 200 — 367.0 KiB — 1.2 s — h2https://www.media.poste.it/eb810aa8-a118-4752-952c-16fc13a9f1ec/lg/webp/bannercampaignalfa-orizzontale-creamiextrawow150neon@2xwww.media.poste.it/eb810aa8-a118-47... https://www.media.poste.it/eb810aa8-a118-4752-952c-16fc13a9f1ec/lg/webp/bannercampaignalfa-orizzontale-creamiextrawow150neon@2x — 200 — 48.6 KiB — 878 ms — h2https://www.media.poste.it/19f326fb-94c3-49aa-9c71-8b5e81d198bc/lg/webp/cardtrendy-soggetto-v2superapp@2xwww.media.poste.it/19f326fb-94c3-49... https://www.media.poste.it/19f326fb-94c3-49aa-9c71-8b5e81d198bc/lg/webp/cardtrendy-soggetto-v2superapp@2x — 200 — 116.4 KiB — 1.0 s — h2https://www.media.poste.it/2ce29a5b-2844-4d83-93ba-42168b69e701/lg/webp/cardtrendy-soggetto-cashbackmobile@2xwww.media.poste.it/2ce29a5b-2844-4d... https://www.media.poste.it/2ce29a5b-2844-4d83-93ba-42168b69e701/lg/webp/cardtrendy-soggetto-cashbackmobile@2x — 200 — 198.1 KiB — 1.1 s — h2https://www.media.poste.it/517301be-9ad0-4bfe-b9c0-abfd55186866/lg/webp/cardpicture-estesa-ascoltoclientesurveydeia@2xwww.media.poste.it/517301be-9ad0-4b... https://www.media.poste.it/517301be-9ad0-4bfe-b9c0-abfd55186866/lg/webp/cardpicture-estesa-ascoltoclientesurveydeia@2x — 200 — 100.6 KiB — 995 ms — h2https://www.media.poste.it/b1bbf0d3-c736-4d07-813b-4a420aafc43b/md/webp/cardpicture-verticale-antifrode26@2xwww.media.poste.it/b1bbf0d3-c736-4d... https://www.media.poste.it/b1bbf0d3-c736-4d07-813b-4a420aafc43b/md/webp/cardpicture-verticale-antifrode26@2x — 200 — 63.5 KiB — 896 ms — h2https://www.media.poste.it/69ddbdfc-83fe-4286-8497-96c0d48660f5/md/webp/cardpicture-verticale-risparmioscuolarosa@2xwww.media.poste.it/69ddbdfc-83fe-42... https://www.media.poste.it/69ddbdfc-83fe-4286-8497-96c0d48660f5/md/webp/cardpicture-verticale-risparmioscuolarosa@2x — 200 — 37.7 KiB — 725 ms — h2https://www.media.poste.it/f8541257-b2cc-4c0b-b04a-c90af9483186/lg/png/logo-posteitaliane@1xwww.media.poste.it/f8541257-b2cc-4c... https://www.media.poste.it/f8541257-b2cc-4c0b-b04a-c90af9483186/lg/png/logo-posteitaliane@1x — 200 — 3.7 KiB — 585 ms — h2https://assets.adobedtm.com/launch-EN592261e36dc14b10a9936e854a4b30db.min.jsassets.adobedtm.com/launch-EN592261... https://assets.adobedtm.com/launch-EN592261e36dc14b10a9936e854a4b30db.min.js — 200 — 117.7 KiB — 30 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&d_nsid=0&ts=1779797032832dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&d_nsid=0&ts=1779797032832 — 302 — 675 B — 42 ms — h2https://assets.adobedtm.com/extensions/EPbf7b42aa08bc4f10879b1484195e80d1/AppMeasurement.min.jsassets.adobedtm.com/extensions/EPbf... https://assets.adobedtm.com/extensions/EPbf7b42aa08bc4f10879b1484195e80d1/AppMeasurement.min.js — 200 — 12.4 KiB — 17 ms — h2https://assets.adobedtm.com/extensions/EPbf7b42aa08bc4f10879b1484195e80d1/AppMeasurement_Module_ActivityMap.min.jsassets.adobedtm.com/extensions/EPbf... https://assets.adobedtm.com/extensions/EPbf7b42aa08bc4f10879b1484195e80d1/AppMeasurement_Module_ActivityMap.min.js — 200 — 1.8 KiB — 14 ms — h2https://consent.trustarc.com/notice?domain=posteitaliane.com&c=teconsent&language=it&country=it&text=true&gtm=true&js=bb&noticeType=bbconsent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=posteitaliane.com&c=teconsent&language=it&country=it&text=true&gtm=true&js=bb&noticeType=bb — 200 — 13.4 KiB — 20 ms — h2https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RC523328b122bf4a2c862065fb1ef4e2ef-source.min.jsassets.adobedtm.com/4d622ce80bd2/66... https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RC523328b122bf4a2c862065fb1ef4e2ef-source.min.js — 200 — 755 B — 17 ms — h2https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RCf8864340901d4042a0e240e9065de133-source.min.jsassets.adobedtm.com/4d622ce80bd2/66... https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RCf8864340901d4042a0e240e9065de133-source.min.js — 200 — 610 B — 16 ms — h2https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RC963484a5e17c44099242a8d15abdb293-source.min.jsassets.adobedtm.com/4d622ce80bd2/66... https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RC963484a5e17c44099242a8d15abdb293-source.min.js — 200 — 1.4 KiB — 32 ms — h2https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RC5514c4bc27f24ebead3a11d1ab123c0b-source.min.jsassets.adobedtm.com/4d622ce80bd2/66... https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RC5514c4bc27f24ebead3a11d1ab123c0b-source.min.js — 200 — 616 B — 19 ms — h2https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RC07cb14b5c5684d7d9cdd5a3cf0448983-source.min.jsassets.adobedtm.com/4d622ce80bd2/66... https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RC07cb14b5c5684d7d9cdd5a3cf0448983-source.min.js — 200 — 1.9 KiB — 14 ms — h2https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RCac0d5838bbeb4039951c23a60274fc69-source.min.jsassets.adobedtm.com/4d622ce80bd2/66... https://assets.adobedtm.com/4d622ce80bd2/66013fe91d66/2092b38923d4/RCac0d5838bbeb4039951c23a60274fc69-source.min.js — 200 — 1.3 KiB — 15 ms — h2https://dpm.demdex.net/id/rd?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&d_nsid=0&ts=1779797032832dpm.demdex.net/id/rd?d_visid_ver=5.... https://dpm.demdex.net/id/rd?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&d_nsid=0&ts=1779797032832 — 200 — 614 B — 15 ms — h2https://posteitalianespa.sc.omtrdc.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&mcorgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&ts=1779797032906posteitalianespa.sc.omtrdc.net/id?d... https://posteitalianespa.sc.omtrdc.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&mcorgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&ts=1779797032906 — 200 — 264 B — 22 ms — h2https://consent.trustarc.com/analytics?action=0&domain=posteitaliane.com&implied=1&session=9cb63555700943668bcf64890e36148a&new=1&referer=https://www.poste.itconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=0&domain=posteitaliane.com&implied=1&session=9cb63555700943668bcf64890e36148a&new=1&referer=https://www.poste.it — 200 — 463 B — 180 ms — h2https://consent.trustarc.com/asset/notice.js/v/v1.7-8861consent.trustarc.com/asset/notice.j... https://consent.trustarc.com/asset/notice.js/v/v1.7-8861 — 200 — 31.0 KiB — 10 ms — h2https://posteitalianespa.sc.omtrdc.net/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&mid=92223090156171658355928277758631678382&ts=1779797032943posteitalianespa.sc.omtrdc.net/id?d... https://posteitalianespa.sc.omtrdc.net/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&mid=92223090156171658355928277758631678382&ts=1779797032943 — 200 — 41 B — 10 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&d_nsid=0&d_mid=92223090156171658355928277758631678382&ts=1779797032971dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&d_nsid=0&d_mid=92223090156171658355928277758631678382&ts=1779797032971 — 200 — 910 B — 24 ms — h2https://consent.trustarc.com/analytics?action=1&domain=posteitaliane.com&implied=1&session=9cb63555700943668bcf64890e36148a&new=1&referer=https://www.poste.itconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=1&domain=posteitaliane.com&implied=1&session=9cb63555700943668bcf64890e36148a&new=1&referer=https://www.poste.it — 200 — 464 B — 169 ms — h2https://consent.trustarc.com/get?name=trustarc_close.svgconsent.trustarc.com/get?name=trust... https://consent.trustarc.com/get?name=trustarc_close.svg — 200 — 1.2 KiB — 23 ms — h2https://cm.everesttech.net/cm/dd?d_uuid=86294700599682406346519885468496023647cm.everesttech.net/cm/dd?d_uuid=862... https://cm.everesttech.net/cm/dd?d_uuid=86294700599682406346519885468496023647 — 302 — 517 B — 29 ms — http/1.1https://posteitaliane.demdex.net/dest5.html?d_nsid=0posteitaliane.demdex.net/dest5.html... https://posteitaliane.demdex.net/dest5.html?d_nsid=0 — 200 — 3.2 KiB — 25 ms — h2https://dpm.demdex.net/ibs:dpid=411&dpuuid=ahWMKQAAAF9gtwNWdpm.demdex.net/ibs:dpid=411&dpuuid=... https://dpm.demdex.net/ibs:dpid=411&dpuuid=ahWMKQAAAF9gtwNW — 302 — 532 B — 13 ms — h2https://posteitalianespa.sc.omtrdc.net/b/ss/posteapp.overall.poste.italiane/1/JS-2.23.0-LGPQ/s62964540448457?AQB=1&ndh=1&pf=1&t=26%2F4%2F2026%2012%3A3%3A53%202%200&mid=92223090156171658355928277758631678382&aamlh=3&ce=UTF-8&pageName=Poste%20Italiane%20-%20Servizi%20postali%2C%20finanziari%20e%20assicurativi&g=https%3A%2F%2Fwww.poste.it%2F&c.&p_fo=3.0&getPreviousValue=3.0.1&.c&cc=EUR&server=www.poste.it&aamb=j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI&c1=www.poste.it%2F&c2=www.poste.it%2F&v2=www.poste.it%2F&c32=https%3A%2F%2Fwww.poste.it%2F&v32=https%3A%2F%2Fwww.poste.it%2F&c33=https%3A%2F%2Fwww.poste.it%2F&v46=DEFAULT&v82=D%3Dc32&v83=D%3Dc33&v91=0.793125416802659_1779797032886&v198=2026-05-20T10%3A07%3A58Z&v200=WEB&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&AQE=1posteitalianespa.sc.omtrdc.net/b/ss... https://posteitalianespa.sc.omtrdc.net/b/ss/posteapp.overall.poste.italiane/1/JS-2.23.0-LGPQ/s62964540448457?AQB=1&ndh=1&pf=1&t=26%2F4%2F2026%2012%3A3%3A53%202%200&mid=92223090156171658355928277758631678382&aamlh=3&ce=UTF-8&pageName=Poste%20Italiane%20-%20Servizi%20postali%2C%20finanziari%20e%20assicurativi&g=https%3A%2F%2Fwww.poste.it%2F&c.&p_fo=3.0&getPreviousValue=3.0.1&.c&cc=EUR&server=www.poste.it&aamb=j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI&c1=www.poste.it%2F&c2=www.poste.it%2F&v2=www.poste.it%2F&c32=https%3A%2F%2Fwww.poste.it%2F&v32=https%3A%2F%2Fwww.poste.it%2F&c33=https%3A%2F%2Fwww.poste.it%2F&v46=DEFAULT&v82=D%3Dc32&v83=D%3Dc33&v91=0.793125416802659_1779797032886&v198=2026-05-20T10%3A07%3A58Z&v200=WEB&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=3A3C1D085C5C70990A495CFC%40AdobeOrg&AQE=1 — 200 — 221 B — 11 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=ahWMKQAAAF9gtwNWdpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=ahWMKQAAAF9gtwNW — 200 — 470 B — 7 ms — h2https://www.poste.it/onewebcommon-userinfo/check?libVersion=1.8.13www.poste.it/onewebcommon-userinfo/... https://www.poste.it/onewebcommon-userinfo/check?libVersion=1.8.13 — 401 — 669 B — 213 ms — h2https://www.poste.it/widgets/one-web-common/templates/footer.htmlwww.poste.it/widgets/one-web-common... https://www.poste.it/widgets/one-web-common/templates/footer.html — 200 — 3.6 KiB — 10 ms — h2https://www.poste.it/assets-custom/favicons/favicon-32x32.pngwww.poste.it/assets-custom/favicons... https://www.poste.it/assets-custom/favicons/favicon-32x32.png — 200 — 2.0 KiB — 6 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
79% of JavaScript execution is third-party
First-party Third-party 1967ms · 197KB · €10/mo
www.poste.it
Other
Costly
Execution 1291ms
Transfer 33 KB
Monthly Cost €7/mo
www.poste.it
Other
Costly
Execution 416ms
Transfer 4 KB
Monthly Cost €2/mo
assets.adobedtm.com
Other
Optional
Execution 133ms
Transfer 118 KB
Unused 22%
Monthly Cost €1/mo
consent.trustarc.com
Other
Optional
Execution 76ms
Transfer 13 KB
Monthly Cost €0/mo
www.poste.it
Other
Optional
Execution 51ms
Transfer 29 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • www.poste.it adds 1291ms and costs ~€7/month
  • www.poste.it adds 416ms and costs ~€2/month

79% 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.poste.it takes 1291ms 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.poste.it takes 416ms 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
34 images, 11 KB total, 4 KB wasted
INFO

Image Optimization Audit

Total Images

34

Total Size

11 KB

Oversized

1

Wasted

4 KB

1 missing alt text 34 missing dimensions 1 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