Skip to content
https://ilmessaggero.it

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

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

91
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.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.08 s

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

1.33 s

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

2 ms

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

0.002

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

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

2.65 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
9.0 MB transferred, 275 requests
FIX
9.0 MB transferred, 275 requests
Critical::
Page weighs 14.2 MB (9.0 MB transferred)
Warning::
Images are 7.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 7.2 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
275 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.9 g CO2 per page load
9.0 MB / 2.4 MB budget
9.0 MB transferred
275 requests
1.9 g CO2 per page load
Images 7.2 MiB 80%
JavaScript 1.2 MiB 13%
HTML 394.4 KiB 4%
Other 192.2 KiB 2%
Fonts 37.4 KiB 0%
CSS 27.5 KiB 0%
Other 3.4 KiB 0%
Other 2.1 KiB 0%
Other 97 B 0%
Other 0 B 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

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (9.0 MiB of 9.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
49 scripts, 450 KB unused
FIX
49 scripts, 450 KB unused
Warning::
https://ssl.p.jwpcdn.com/player/v/8.46.2/provider....: 118 KB unused (85%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://imasdk.googleapis.com/js/sdkloader/ima3.js: 94 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.iubenda.com/cookie_solution/iubenda_cs...: 54 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://c.amazon-adsystem.com/aax2/apstag.js: 41 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK6...: 37 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 450 KB
450 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://ssl.p.jwpcdn.com/player/v/8.46.2/provider.hlsjs.js139 KB118 KB (85%)3rd
https://imasdk.googleapis.com/js/sdkloader/ima3.js148 KB94 KB (63%)3rd
https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-it.js111 KB54 KB (49%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB41 KB (45%)3rd
https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js73 KB37 KB (51%)3rd
https://cdn.iubenda.com/cs/tcf/safe-tcf-v2.js60 KB32 KB (54%)3rd
https://cdn.mateti.net/mcp/onsite_v2.min.js35 KB27 KB (79%)3rd
https://ssl.p.jwpcdn.com/player/v/8.46.2/jwplayer.core.controls.js99 KB25 KB (26%)3rd
https://cdn.jwplayer.com/libraries/xTUu4Kma.js66 KB22 KB (34%)3rd
https://cdn.pbstck.com/collector-5fb41cf.js30 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
275 resources · 9.0 MB · 450 KB savings available
FIX
275 resources · 9.0 MB · 450 KB savings available
Warning::
Page weight 8.0 MB over 1MB target
Got: 9.0 MB Expected: ≤ 1 MB
Info::
~450 KB of savings available
Warning::
274 third-party resources (100% of weight)
Info::
5 resources over 200KB
275 resources · 9.0 MiB · 274 third-party 8.0 MiB over 1MB target
Image 80% · 7.2 MiB
JavaScript 14% · 1.3 MiB
Document 4% · 394.5 KiB
Other 2% · 143.6 KiB
Font 0% · 37.4 KiB
CSS 0% · 27.5 KiB

~450.2 KiB of savings available

Remove unused JavaScript: 450.2 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
187 images, 0 KB saveable
REVIEW
187 images, 0 KB saveable
Warning::
https://statics.cedscdn.it/photos/MED_LOW/2026/04/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://statics.cedscdn.it/ilmessaggero.it/img/log... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://statics.cedscdn.it/photos/MED_LOW/2026/04/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.legalmente.net/images/logo.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://statics.cedscdn.it/photos/MED_LOW/2026/04/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ilmessaggero.it/uploads/ckfile/202603/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ilmessaggero.it/img/colosseo.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://statics.cedscdn.it/utils/shared/img/loghi/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ilmessaggero.it/img/map-pin-roma.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://statics.cedscdn.it/utils/img/icons/mail-st... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
187 images 7.2 MB
0 oversized -0 KB
183 legacy format
10 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

C
JS Execution Cost
Action
1109ms total JS execution
REVIEW
1109ms total JS execution
Warning::
Unattributable: 433ms CPU time
Warning::
https://www.ilmessaggero.it/: 392ms CPU time
Info::
https://cdn.iubenda.com/cookie_solution/iubenda_cs...: 118ms CPU time
Info::
https://c.amazon-adsystem.com/aax2/apstag.js: 99ms CPU time
Info::
https://ssl.p.jwpcdn.com/player/v/8.46.2/provider....: 66ms CPU time
Warning::
Third-party scripts: 1109ms (100% of total)

Main Thread Breakdown

Script Evaluation 37% Other 33% Style & Layout 14% Script Parsing & Compilation 7% Rendering 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
Unattributable433ms9ms0ms3rd
https://www.ilmessaggero.it/392ms41ms12ms3rd
https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-it.js118ms92ms8ms3rd
https://c.amazon-adsystem.com/aax2/apstag.js99ms85ms6ms3rd
https://ssl.p.jwpcdn.com/player/v/8.46.2/provider.hlsjs.js66ms46ms8ms3rd
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 (37 KB)
PASS
5 fonts (37 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

37 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 FCP 1.1 s LCP 1.3 shttps://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-regular.woff2poppins-v15-latin-regul... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-regular.woff2 — 7.9 KiB — 39 ms — font-display: swaphttps://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-600.woff2poppins-v15-latin-600.w... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-600.woff2 — 8.0 KiB — 39 ms — font-display: swaphttps://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/remixicon.woff2remixicon.woff2 https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/remixicon.woff2 — 5.3 KiB — 38 ms — font-display: swaphttps://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-700.woff2poppins-v15-latin-700.w... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-700.woff2 — 8.1 KiB — 22 ms — font-display: swaphttps://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-500.woff2poppins-v15-latin-500.w... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-500.woff2 — 8.0 KiB — 23 ms — font-display: swap
poppins-v15-latin-regul... woff2 swap
Size 8 KB
Load time 39 ms
Start 163 ms
Risk FOUT — text flashes from fallback to web font
poppins-v15-latin-600.w... woff2 swap
Size 8 KB
Load time 39 ms
Start 163 ms
Risk FOUT — text flashes from fallback to web font
remixicon.woff2 woff2 swap
Size 5 KB
Load time 38 ms
Start 164 ms
Risk FOUT — text flashes from fallback to web font
poppins-v15-latin-700.w... woff2 swap
Size 8 KB
Load time 22 ms
Start 483 ms
Risk FOUT — text flashes from fallback to web font
poppins-v15-latin-500.w... woff2 swap
Size 8 KB
Load time 23 ms
Start 484 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

Network Waterfall
275 requests over 4981ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.1 s LCP 1.3 shttps://ilmessaggero.it// https://ilmessaggero.it/ — 301 — 135 B — 63 ms — h2https://www.ilmessaggero.it/www.ilmessaggero.it/ https://www.ilmessaggero.it/ — 200 — 119.5 KiB — 131 ms — h2https://www.ilmessaggero.it/css/desktop/style.css?m150344www.ilmessaggero.it/css/desktop/sty... https://www.ilmessaggero.it/css/desktop/style.css?m150344 — 200 — 17.2 KiB — 38 ms — h2https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-regular.woff2statics.cedscdn.it/utils/shared/fon... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-regular.woff2 — 200 — 7.9 KiB — 39 ms — h2https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-600.woff2statics.cedscdn.it/utils/shared/fon... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-600.woff2 — 200 — 8.0 KiB — 39 ms — h2https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/remixicon.woff2statics.cedscdn.it/utils/shared/fon... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/remixicon.woff2 — 200 — 5.3 KiB — 38 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js — 200 — 30.9 KiB — 177 ms — h2https://utils.cedsdigital.it/cookies/cmpLoader.js.php?id_testata=1utils.cedsdigital.it/cookies/cmpLoa... https://utils.cedsdigital.it/cookies/cmpLoader.js.php?id_testata=1 — 200 — 32.2 KiB — 101 ms — h2https://www.ilmessaggero.it/modules/socialbar/socialbar.css?m948923www.ilmessaggero.it/modules/socialb... https://www.ilmessaggero.it/modules/socialbar/socialbar.css?m948923 — 200 — 1.5 KiB — 32 ms — h2https://www.ilmessaggero.it/modules/mega-menu/mega-menu.css?m784859www.ilmessaggero.it/modules/mega-me... https://www.ilmessaggero.it/modules/mega-menu/mega-menu.css?m784859 — 200 — 945 B — 33 ms — h2https://www.ilmessaggero.it/modules/box_editoriale/box_editoriale.css?m895940www.ilmessaggero.it/modules/box_edi... https://www.ilmessaggero.it/modules/box_editoriale/box_editoriale.css?m895940 — 200 — 699 B — 43 ms — h2https://www.ilmessaggero.it/modules/archivio_slider/archivio_slider.css?m019091www.ilmessaggero.it/modules/archivi... https://www.ilmessaggero.it/modules/archivio_slider/archivio_slider.css?m019091 — 200 — 4.1 KiB — 34 ms — h2https://www.ilmessaggero.it/modules/strip_lancio_newsletter/strip_lancio_newsletter.css?m032696www.ilmessaggero.it/modules/strip_l... https://www.ilmessaggero.it/modules/strip_lancio_newsletter/strip_lancio_newsletter.css?m032696 — 200 — 839 B — 35 ms — h2https://www.ilmessaggero.it/modules/box_editorialisti/box_editorialisti.css?m784858www.ilmessaggero.it/modules/box_edi... https://www.ilmessaggero.it/modules/box_editorialisti/box_editorialisti.css?m784858 — 200 — 585 B — 40 ms — h2https://www.ilmessaggero.it/modules/optin_newsletter/optin_newsletter.css?m011822www.ilmessaggero.it/modules/optin_n... https://www.ilmessaggero.it/modules/optin_newsletter/optin_newsletter.css?m011822 — 200 — 1.1 KiB — 35 ms — h2https://www.ilmessaggero.it/modules/box_podcast/box_podcast.css?m784866www.ilmessaggero.it/modules/box_pod... https://www.ilmessaggero.it/modules/box_podcast/box_podcast.css?m784866 — 200 — 321 B — 43 ms — h2https://www.ilmessaggero.it/modules/box_guidalloshopping/box_guidalloshopping.css?m184423www.ilmessaggero.it/modules/box_gui... https://www.ilmessaggero.it/modules/box_guidalloshopping/box_guidalloshopping.css?m184423 — 200 — 231 B — 40 ms — h2https://statics.cedscdn.it/ilmessaggero.it/img/logo-condiviso1878.svgstatics.cedscdn.it/ilmessaggero.it/... https://statics.cedscdn.it/ilmessaggero.it/img/logo-condiviso1878.svg — 200 — 4.9 KiB — 22 ms — h2https://statics.cedscdn.it/photos/PANORAMA/2026/04/15/9476271_15125949_nuovo_progetto_2026_04_15t125946.741.jpgstatics.cedscdn.it/photos/PANORAMA/... https://statics.cedscdn.it/photos/PANORAMA/2026/04/15/9476271_15125949_nuovo_progetto_2026_04_15t125946.741.jpg — 200 — 38.2 KiB — 48 ms — h2https://statics.cedscdn.it/photos/PANORAMA/2026/04/14/9474208_14142859_blue_white_modern_photo_collage_youtube_thumbnail_24_.jpgstatics.cedscdn.it/photos/PANORAMA/... https://statics.cedscdn.it/photos/PANORAMA/2026/04/14/9474208_14142859_blue_white_modern_photo_collage_youtube_thumbnail_24_.jpg — 200 — 39.2 KiB — 13 ms — h2https://statics.cedscdn.it/photos/PANORAMA/2026/04/14/9474714_14213019_whatsapp_image_2026_04_14_at_21.30.05.jpgstatics.cedscdn.it/photos/PANORAMA/... https://statics.cedscdn.it/photos/PANORAMA/2026/04/14/9474714_14213019_whatsapp_image_2026_04_14_at_21.30.05.jpg — 200 — 25.0 KiB — 6 ms — h2https://statics.cedscdn.it/photos/PANORAMA/2026/04/15/9474895_pckg_20260415_24976536.jpgstatics.cedscdn.it/photos/PANORAMA/... https://statics.cedscdn.it/photos/PANORAMA/2026/04/15/9474895_pckg_20260415_24976536.jpg — 200 — 36.8 KiB — 4 ms — h3https://mp.cedsdigital.it/js/library.jsmp.cedsdigital.it/js/library.js https://mp.cedsdigital.it/js/library.js — 200 — 9.2 KiB — 33 ms — h2https://statics.cedscdn.it/utils/js/mapp.jsstatics.cedscdn.it/utils/js/mapp.js https://statics.cedscdn.it/utils/js/mapp.js — 200 — 22.2 KiB — 2 ms — h3https://www.ilmessaggero.it/js/common.min.js?m994017www.ilmessaggero.it/js/common.min.j... https://www.ilmessaggero.it/js/common.min.js?m994017 — 200 — 7.2 KiB — 28 ms — h3https://statics.cedscdn.it/utils/js/socialbar-sso.jsstatics.cedscdn.it/utils/js/socialb... https://statics.cedscdn.it/utils/js/socialbar-sso.js — 200 — 2.4 KiB — 3 ms — h3https://www.ilmessaggero.it/js/slick.min.js?m784945www.ilmessaggero.it/js/slick.min.js... https://www.ilmessaggero.it/js/slick.min.js?m784945 — 200 — 10.4 KiB — 29 ms — h3https://statics.cedscdn.it/ilmessaggero.it/img/logo-condiviso-2.svgstatics.cedscdn.it/ilmessaggero.it/... https://statics.cedscdn.it/ilmessaggero.it/img/logo-condiviso-2.svg — 200 — 5.1 KiB — 2 ms — h3https://statics.cedscdn.it/ilmessaggero.it/img/icone_meteo/sole.svgstatics.cedscdn.it/ilmessaggero.it/... https://statics.cedscdn.it/ilmessaggero.it/img/icone_meteo/sole.svg — 200 — 981 B — 3 ms — h3https://statics.cedscdn.it/photos/MED_HIGH/2026/04/15/9477003_onecms_1qhh92h097vxn1woomh_142z09gufwg.jpgstatics.cedscdn.it/photos/MED_HIGH/... https://statics.cedscdn.it/photos/MED_HIGH/2026/04/15/9477003_onecms_1qhh92h097vxn1woomh_142z09gufwg.jpg — 200 — 96.9 KiB — 5 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.1 s LCP 1.3 shttps://ilmessaggero.it// https://ilmessaggero.it/ — 301 — 135 B — 63 ms — h2https://www.ilmessaggero.it/www.ilmessaggero.it/ https://www.ilmessaggero.it/ — 200 — 119.5 KiB — 131 ms — h2https://www.ilmessaggero.it/css/desktop/style.css?m150344www.ilmessaggero.it/css/desktop/sty... https://www.ilmessaggero.it/css/desktop/style.css?m150344 — 200 — 17.2 KiB — 38 ms — h2https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-regular.woff2statics.cedscdn.it/utils/shared/fon... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-regular.woff2 — 200 — 7.9 KiB — 39 ms — h2https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-600.woff2statics.cedscdn.it/utils/shared/fon... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-600.woff2 — 200 — 8.0 KiB — 39 ms — h2https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/remixicon.woff2statics.cedscdn.it/utils/shared/fon... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/remixicon.woff2 — 200 — 5.3 KiB — 38 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js — 200 — 30.9 KiB — 177 ms — h2https://utils.cedsdigital.it/cookies/cmpLoader.js.php?id_testata=1utils.cedsdigital.it/cookies/cmpLoa... https://utils.cedsdigital.it/cookies/cmpLoader.js.php?id_testata=1 — 200 — 32.2 KiB — 101 ms — h2https://www.ilmessaggero.it/modules/socialbar/socialbar.css?m948923www.ilmessaggero.it/modules/socialb... https://www.ilmessaggero.it/modules/socialbar/socialbar.css?m948923 — 200 — 1.5 KiB — 32 ms — h2https://www.ilmessaggero.it/modules/mega-menu/mega-menu.css?m784859www.ilmessaggero.it/modules/mega-me... https://www.ilmessaggero.it/modules/mega-menu/mega-menu.css?m784859 — 200 — 945 B — 33 ms — h2https://www.ilmessaggero.it/modules/box_editoriale/box_editoriale.css?m895940www.ilmessaggero.it/modules/box_edi... https://www.ilmessaggero.it/modules/box_editoriale/box_editoriale.css?m895940 — 200 — 699 B — 43 ms — h2https://www.ilmessaggero.it/modules/archivio_slider/archivio_slider.css?m019091www.ilmessaggero.it/modules/archivi... https://www.ilmessaggero.it/modules/archivio_slider/archivio_slider.css?m019091 — 200 — 4.1 KiB — 34 ms — h2https://www.ilmessaggero.it/modules/strip_lancio_newsletter/strip_lancio_newsletter.css?m032696www.ilmessaggero.it/modules/strip_l... https://www.ilmessaggero.it/modules/strip_lancio_newsletter/strip_lancio_newsletter.css?m032696 — 200 — 839 B — 35 ms — h2https://www.ilmessaggero.it/modules/box_editorialisti/box_editorialisti.css?m784858www.ilmessaggero.it/modules/box_edi... https://www.ilmessaggero.it/modules/box_editorialisti/box_editorialisti.css?m784858 — 200 — 585 B — 40 ms — h2https://www.ilmessaggero.it/modules/optin_newsletter/optin_newsletter.css?m011822www.ilmessaggero.it/modules/optin_n... https://www.ilmessaggero.it/modules/optin_newsletter/optin_newsletter.css?m011822 — 200 — 1.1 KiB — 35 ms — h2https://www.ilmessaggero.it/modules/box_podcast/box_podcast.css?m784866www.ilmessaggero.it/modules/box_pod... https://www.ilmessaggero.it/modules/box_podcast/box_podcast.css?m784866 — 200 — 321 B — 43 ms — h2https://www.ilmessaggero.it/modules/box_guidalloshopping/box_guidalloshopping.css?m184423www.ilmessaggero.it/modules/box_gui... https://www.ilmessaggero.it/modules/box_guidalloshopping/box_guidalloshopping.css?m184423 — 200 — 231 B — 40 ms — h2https://statics.cedscdn.it/ilmessaggero.it/img/logo-condiviso1878.svgstatics.cedscdn.it/ilmessaggero.it/... https://statics.cedscdn.it/ilmessaggero.it/img/logo-condiviso1878.svg — 200 — 4.9 KiB — 22 ms — h2https://statics.cedscdn.it/photos/PANORAMA/2026/04/15/9476271_15125949_nuovo_progetto_2026_04_15t125946.741.jpgstatics.cedscdn.it/photos/PANORAMA/... https://statics.cedscdn.it/photos/PANORAMA/2026/04/15/9476271_15125949_nuovo_progetto_2026_04_15t125946.741.jpg — 200 — 38.2 KiB — 48 ms — h2https://statics.cedscdn.it/photos/PANORAMA/2026/04/14/9474208_14142859_blue_white_modern_photo_collage_youtube_thumbnail_24_.jpgstatics.cedscdn.it/photos/PANORAMA/... https://statics.cedscdn.it/photos/PANORAMA/2026/04/14/9474208_14142859_blue_white_modern_photo_collage_youtube_thumbnail_24_.jpg — 200 — 39.2 KiB — 13 ms — h2https://statics.cedscdn.it/photos/PANORAMA/2026/04/14/9474714_14213019_whatsapp_image_2026_04_14_at_21.30.05.jpgstatics.cedscdn.it/photos/PANORAMA/... https://statics.cedscdn.it/photos/PANORAMA/2026/04/14/9474714_14213019_whatsapp_image_2026_04_14_at_21.30.05.jpg — 200 — 25.0 KiB — 6 ms — h2https://statics.cedscdn.it/photos/PANORAMA/2026/04/15/9474895_pckg_20260415_24976536.jpgstatics.cedscdn.it/photos/PANORAMA/... https://statics.cedscdn.it/photos/PANORAMA/2026/04/15/9474895_pckg_20260415_24976536.jpg — 200 — 36.8 KiB — 4 ms — h3https://mp.cedsdigital.it/js/library.jsmp.cedsdigital.it/js/library.js https://mp.cedsdigital.it/js/library.js — 200 — 9.2 KiB — 33 ms — h2https://statics.cedscdn.it/utils/js/mapp.jsstatics.cedscdn.it/utils/js/mapp.js https://statics.cedscdn.it/utils/js/mapp.js — 200 — 22.2 KiB — 2 ms — h3https://www.ilmessaggero.it/js/common.min.js?m994017www.ilmessaggero.it/js/common.min.j... https://www.ilmessaggero.it/js/common.min.js?m994017 — 200 — 7.2 KiB — 28 ms — h3https://statics.cedscdn.it/utils/js/socialbar-sso.jsstatics.cedscdn.it/utils/js/socialb... https://statics.cedscdn.it/utils/js/socialbar-sso.js — 200 — 2.4 KiB — 3 ms — h3https://www.ilmessaggero.it/js/slick.min.js?m784945www.ilmessaggero.it/js/slick.min.js... https://www.ilmessaggero.it/js/slick.min.js?m784945 — 200 — 10.4 KiB — 29 ms — h3https://statics.cedscdn.it/ilmessaggero.it/img/logo-condiviso-2.svgstatics.cedscdn.it/ilmessaggero.it/... https://statics.cedscdn.it/ilmessaggero.it/img/logo-condiviso-2.svg — 200 — 5.1 KiB — 2 ms — h3https://statics.cedscdn.it/ilmessaggero.it/img/icone_meteo/sole.svgstatics.cedscdn.it/ilmessaggero.it/... https://statics.cedscdn.it/ilmessaggero.it/img/icone_meteo/sole.svg — 200 — 981 B — 3 ms — h3https://statics.cedscdn.it/photos/MED_HIGH/2026/04/15/9477003_onecms_1qhh92h097vxn1woomh_142z09gufwg.jpgstatics.cedscdn.it/photos/MED_HIGH/... https://statics.cedscdn.it/photos/MED_HIGH/2026/04/15/9477003_onecms_1qhh92h097vxn1woomh_142z09gufwg.jpg — 200 — 96.9 KiB — 5 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9477023_OBJ66731517_18524.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9477023_OBJ66731517_18524.jpg — 200 — 14.2 KiB — 4 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/16/9477061_16003351_papa_1.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/16/9477061_16003351_papa_1.jpg — 200 — 36.7 KiB — 4 ms — h3https://statics.cedscdn.it/photos/PANORAMA_HIGH/2026/04/15/9476964_15222143_hormuz.jpgstatics.cedscdn.it/photos/PANORAMA_... https://statics.cedscdn.it/photos/PANORAMA_HIGH/2026/04/15/9476964_15222143_hormuz.jpg — 200 — 85.0 KiB — 5 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/16/9477059_16002203_xi.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/16/9477059_16002203_xi.jpg — 200 — 72.1 KiB — 62 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/16/9477058_16001810_papa.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/16/9477058_16001810_papa.jpg — 200 — 21.0 KiB — 72 ms — h3https://statics.cedscdn.it/photos/MED_HIGH/2026/04/15/9477011_15223601_9476184_15115244_erika_1_.jpgstatics.cedscdn.it/photos/MED_HIGH/... https://statics.cedscdn.it/photos/MED_HIGH/2026/04/15/9477011_15223601_9476184_15115244_erika_1_.jpg — 200 — 216.4 KiB — 646 ms — h3https://statics.cedscdn.it/photos/MED_HIGH/2026/04/15/9476960_15215318_boss_roma.jpgstatics.cedscdn.it/photos/MED_HIGH/... https://statics.cedscdn.it/photos/MED_HIGH/2026/04/15/9476960_15215318_boss_roma.jpg — 200 — 438.0 KiB — 660 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9477015_15222331_onecms_1qhlhv0y5zygk5mmubv.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9477015_15222331_onecms_1qhlhv0y5zygk5mmubv.jpg — 200 — 36.7 KiB — 559 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476962_OBJ66732035_15544.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476962_OBJ66732035_15544.jpg — 200 — 14.7 KiB — 388 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476965_15222643_famiglia_bosco.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476965_15222643_famiglia_bosco.jpg — 200 — 101.9 KiB — 636 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476066_15121415_patrizia_uccisa_balcone_bisceglie.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476066_15121415_patrizia_uccisa_balcone_bisceglie.jpg — 200 — 117.8 KiB — 639 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9477009_15221538_bari.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9477009_15221538_bari.jpg — 200 — 41.5 KiB — 575 ms — h3https://statics.cedscdn.it/photos/MED_HIGH/2026/04/15/9476935_15211212_thomas_ceccon.jpgstatics.cedscdn.it/photos/MED_HIGH/... https://statics.cedscdn.it/photos/MED_HIGH/2026/04/15/9476935_15211212_thomas_ceccon.jpg — 200 — 803.2 KiB — 666 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/14/9474806_14225546_graphic_73_.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/14/9474806_14225546_graphic_73_.jpg — 200 — 39.4 KiB — 574 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/14/9474787_14224455_onecms_1qgcw08f7z6gjlcq6sp.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/14/9474787_14224455_onecms_1qgcw08f7z6gjlcq6sp.jpg — 200 — 26.4 KiB — 504 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/11/9468840_11214640_immagine_2026_04_11_214600.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/11/9468840_11214640_immagine_2026_04_11_214600.jpg — 200 — 60.5 KiB — 620 ms — h3https://statics.cedscdn.it/photos/PANORAMA_HIGH/2026/04/15/9476210_15121713_onecms_1qf75hgg0lg79lrcace_1_.jpgstatics.cedscdn.it/photos/PANORAMA_... https://statics.cedscdn.it/photos/PANORAMA_HIGH/2026/04/15/9476210_15121713_onecms_1qf75hgg0lg79lrcace_1_.jpg — 200 — 61.0 KiB — 619 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476485_15154630_220907_ppl.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476485_15154630_220907_ppl.jpg — 200 — 12.6 KiB — 402 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476471_15153742_220927_ppl.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476471_15153742_220927_ppl.jpg — 200 — 12.4 KiB — 402 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476393_15152733_nuovo_progetto_2026_04_15t152728.737.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476393_15152733_nuovo_progetto_2026_04_15t152728.737.jpg — 200 — 66.6 KiB — 627 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476570_15165131_dino_carta.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476570_15165131_dino_carta.jpg — 200 — 46.8 KiB — 595 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476699_15182807_emanuela_orlandi.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476699_15182807_emanuela_orlandi.jpg — 200 — 26.9 KiB — 524 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476857_15200327_cucina_gatto.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476857_15200327_cucina_gatto.jpg — 200 — 33.2 KiB — 551 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476561_15164046_onecms_1qhhifmcczfikoppi9x.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476561_15164046_onecms_1qhhifmcczfikoppi9x.jpg — 200 — 10.8 KiB — 406 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474575_14193154_buoni_fruttiferi_scaduti_perde_50mila_euro_quanto_durano.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474575_14193154_buoni_fruttiferi_scaduti_perde_50mila_euro_quanto_durano.jpg — 200 — 28.4 KiB — 523 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476051_15093411_pirozzi1_33_.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476051_15093411_pirozzi1_33_.jpg — 200 — 12.5 KiB — 406 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476951_1655_0459859534980173531f1d5a2ec116c4.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476951_1655_0459859534980173531f1d5a2ec116c4.jpg — 200 — 13.8 KiB — 407 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476991_OBJ66735112_15544.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476991_OBJ66735112_15544.jpg — 200 — 14.3 KiB — 429 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476463_15192628_maltempo_roma_1_.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476463_15192628_maltempo_roma_1_.jpg — 200 — 61.9 KiB — 614 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476302_15133645_img_7219.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476302_15133645_img_7219.jpg — 200 — 37.5 KiB — 557 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476831_poster.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476831_poster.jpg — 200 — 59.1 KiB — 616 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/14/9474198_14141018_whatsapp_image_2026_04_14_at_12.25.16.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/14/9474198_14141018_whatsapp_image_2026_04_14_at_12.25.16.jpg — 200 — 50.7 KiB — 594 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/14/9474182_14135955_thumbnail_da_fotogramma.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/14/9474182_14135955_thumbnail_da_fotogramma.jpg — 200 — 49.1 KiB — 593 ms — h3https://statics.cedscdn.it/utils/img/icons/mail-star.svgstatics.cedscdn.it/utils/img/icons/... https://statics.cedscdn.it/utils/img/icons/mail-star.svg — 200 — 701 B — 124 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/13/9471958_13163539_trump_antipapa.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/13/9471958_13163539_trump_antipapa.jpg — 200 — 9.3 KiB — 354 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/09/9463957_09093203_alexis_wanneroy_dreamworks_1.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/09/9463957_09093203_alexis_wanneroy_dreamworks_1.jpg — 200 — 22.4 KiB — 497 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476217_15122135_onecms_1qf45syrh1ku5kuqq5k_141ej27kwe8.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476217_15122135_onecms_1qf45syrh1ku5kuqq5k_141ej27kwe8.jpg — 200 — 16.4 KiB — 432 ms — h3data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0…www.w3.org/2000/svg" width="15" hei... data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0… — 200 — 0 B — 0 ms — datahttps://statics.cedscdn.it/photos/MED/2026/04/14/9474739_OBJ66711364_15168.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/14/9474739_OBJ66711364_15168.jpg — 200 — 40.7 KiB — 573 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476968_OBJ66731932_111888.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476968_OBJ66731932_111888.jpg — 200 — 31.8 KiB — 545 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9477043_OBJ66733318_1.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9477043_OBJ66733318_1.jpg — 200 — 48.1 KiB — 592 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9477041_OBJ66733261_18748.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9477041_OBJ66733261_18748.jpg — 200 — 26.2 KiB — 518 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9477040_15230036_befunky_collage_2026_04_15t230013.068.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9477040_15230036_befunky_collage_2026_04_15t230013.068.jpg — 200 — 60.3 KiB — 600 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476938_poster.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476938_poster.jpg — 200 — 9.5 KiB — 330 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476591_15170104_onecms_1qhfvz7e6ett2hjbtr6.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476591_15170104_onecms_1qhfvz7e6ett2hjbtr6.jpg — 200 — 6.1 KiB — 321 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476489_15154831_oroscopo.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476489_15154831_oroscopo.jpg — 200 — 14.9 KiB — 415 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476899_15203615_maria_de_filippi.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476899_15203615_maria_de_filippi.jpg — 200 — 13.3 KiB — 382 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/14/9474604_14194406_old_old_old.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/14/9474604_14194406_old_old_old.jpg — 200 — 32.5 KiB — 517 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476816_15194033_9476797_15192506_sinner_festa_cipriani_montecarlo_video_social_1_.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476816_15194033_9476797_15192506_sinner_festa_cipriani_montecarlo_video_social_1_.jpg — 200 — 12.3 KiB — 386 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476373_15151416_immagine_2026_04_15_151409.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476373_15151416_immagine_2026_04_15_151409.jpg — 200 — 8.8 KiB — 340 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476824_15194717_kebab.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476824_15194717_kebab.jpg — 200 — 15.3 KiB — 446 ms — h3https://www.ilmessaggero.it/img/editorialisti/roberto-napoletano.pngwww.ilmessaggero.it/img/editorialis... https://www.ilmessaggero.it/img/editorialisti/roberto-napoletano.png — 200 — 6.5 KiB — 118 ms — h3https://statics.cedscdn.it/ilmessaggero.it/img/editorialisti/roberto-napoletano.pngstatics.cedscdn.it/ilmessaggero.it/... https://statics.cedscdn.it/ilmessaggero.it/img/editorialisti/roberto-napoletano.png — 200 — 6.8 KiB — 313 ms — h3https://statics.cedscdn.it/ilmessaggero.it/img/editorialisti/giuseppe-vegas.pngstatics.cedscdn.it/ilmessaggero.it/... https://statics.cedscdn.it/ilmessaggero.it/img/editorialisti/giuseppe-vegas.png — 200 — 9.7 KiB — 342 ms — h3https://statics.cedscdn.it/ilmessaggero.it/img/editorialisti/mario-ajello.pngstatics.cedscdn.it/ilmessaggero.it/... https://statics.cedscdn.it/ilmessaggero.it/img/editorialisti/mario-ajello.png — 200 — 7.7 KiB — 320 ms — h3https://utils.cedsdigital.it/img/placeholders/video.svgutils.cedsdigital.it/img/placeholde... https://utils.cedsdigital.it/img/placeholders/video.svg — 200 — 504 B — 95 ms — h2https://statics.cedscdn.it/utils/js/jwplayer.jsstatics.cedscdn.it/utils/js/jwplaye... https://statics.cedscdn.it/utils/js/jwplayer.js — 200 — 18.6 KiB — 120 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476645_15174540_onecms_1qgrdyuvqle7lh2mbod.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476645_15174540_onecms_1qgrdyuvqle7lh2mbod.jpg — 200 — 4.7 KiB — 310 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476620_15174542_ea0db15f4e67f9e4320f8bccc136a8911a118498c35d0b6b251b8cea0f6dad5f.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476620_15174542_ea0db15f4e67f9e4320f8bccc136a8911a118498c35d0b6b251b8cea0f6dad5f.jpg — 200 — 14.8 KiB — 433 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476727_15185019_nave_tritone.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476727_15185019_nave_tritone.jpg — 200 — 8.7 KiB — 337 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476725_15184805_onecms_1qgje7n176fg9k70yyi.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476725_15184805_onecms_1qgje7n176fg9k70yyi.jpg — 200 — 6.2 KiB — 318 ms — h3https://statics.cedscdn.it/ilmessaggero.it/img/editorialisti/michela-andreozzi.pngstatics.cedscdn.it/ilmessaggero.it/... https://statics.cedscdn.it/ilmessaggero.it/img/editorialisti/michela-andreozzi.png — 200 — 8.0 KiB — 340 ms — h3https://statics.cedscdn.it/ilmessaggero.it/img/oroscopo/ariete.svgstatics.cedscdn.it/ilmessaggero.it/... https://statics.cedscdn.it/ilmessaggero.it/img/oroscopo/ariete.svg — 200 — 3.5 KiB — 310 ms — h3https://statics.cedscdn.it/photos/LOW/2026/04/15/9476641_poster.jpgstatics.cedscdn.it/photos/LOW/2026/... https://statics.cedscdn.it/photos/LOW/2026/04/15/9476641_poster.jpg — 200 — 15.4 KiB — 411 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476212_15121936_thumbnail_da_fotogramma.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476212_15121936_thumbnail_da_fotogramma.jpg — 200 — 8.8 KiB — 339 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/12/9470350_poster.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/12/9470350_poster.jpg — 200 — 8.7 KiB — 349 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476553_15163436_thumbnail_da_fotogramma.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476553_15163436_thumbnail_da_fotogramma.jpg — 200 — 8.6 KiB — 364 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476270_15130106_cattura.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/15/9476270_15130106_cattura.jpg — 200 — 11.5 KiB — 402 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/14/9474547_15113424_thumbnail_da_fotogramma.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/14/9474547_15113424_thumbnail_da_fotogramma.jpg — 200 — 16.3 KiB — 429 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/16/9477060_poster.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/16/9477060_poster.jpg — 200 — 36.9 KiB — 569 ms — h3https://www.legalmente.net/images/logo.jpgwww.legalmente.net/images/logo.jpg https://www.legalmente.net/images/logo.jpg — 200 — 12.2 KiB — 196 ms — h2https://statics.cedscdn.it/photos/MED/2026/04/15/9477042_15230740_onecms_1qhp3t4112w29ubsm7p.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9477042_15230740_onecms_1qhp3t4112w29ubsm7p.jpg — 200 — 50.7 KiB — 591 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476937_OBJ66734444_1.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476937_OBJ66734444_1.jpg — 200 — 56.6 KiB — 595 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476921_OBJ66730480_1.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476921_OBJ66730480_1.jpg — 200 — 31.6 KiB — 551 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476927_OBJ66737032_1.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476927_OBJ66737032_1.jpg — 200 — 39.6 KiB — 572 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476328_15140222_nuovo_progetto_2026_04_15t140221.500.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476328_15140222_nuovo_progetto_2026_04_15t140221.500.jpg — 200 — 36.5 KiB — 560 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476360_15145021_nuovo_progetto_2026_04_15t145018.529.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476360_15145021_nuovo_progetto_2026_04_15t145018.529.jpg — 200 — 32.3 KiB — 537 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476221_15122144_il_paradiso_delle_signore_16_aprile_2026_jpg_1280x720_crop_q85.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476221_15122144_il_paradiso_delle_signore_16_aprile_2026_jpg_1280x720_crop_q85.jpg — 200 — 23.2 KiB — 509 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476203_15121224_miriam_candurro_serena_cirillo.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476203_15121224_miriam_candurro_serena_cirillo.jpg — 200 — 8.2 KiB — 359 ms — h3https://statics.cedscdn.it/photos/PANORAMA/2026/04/15/9476763_15190932_shayla_talei.jpgstatics.cedscdn.it/photos/PANORAMA/... https://statics.cedscdn.it/photos/PANORAMA/2026/04/15/9476763_15190932_shayla_talei.jpg — 200 — 88.7 KiB — 617 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476149_15111221_hfs_je0x0aahp88.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476149_15111221_hfs_je0x0aahp88.jpg — 200 — 47.3 KiB — 576 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9474893_pckg_20260415_24976480.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9474893_pckg_20260415_24976480.jpg — 200 — 39.6 KiB — 566 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/13/9472250_13174444_cloud1902_couple_6112296.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/13/9472250_13174444_cloud1902_couple_6112296.jpg — 200 — 36.7 KiB — 557 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476540_15161906_mattiaguolo_tommaso_paradiso_04_0311.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476540_15161906_mattiaguolo_tommaso_paradiso_04_0311.jpg — 200 — 15.2 KiB — 406 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476762_15190752_fiorello_meloni.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476762_15190752_fiorello_meloni.jpg — 200 — 21.8 KiB — 479 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/13/9472136_13160954_ok_cover.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/13/9472136_13160954_ok_cover.jpg — 200 — 16.5 KiB — 428 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476637_15173929_euphoria_3.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476637_15173929_euphoria_3.jpg — 200 — 52.5 KiB — 588 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/03/9454443_03192816_pollini.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/03/9454443_03192816_pollini.jpg — 200 — 121.4 KiB — 620 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/03/9454458_03194234_shock.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/03/9454458_03194234_shock.jpg — 200 — 41.6 KiB — 564 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/03/9454228_03153252_sanofi.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/03/9454228_03153252_sanofi.jpg — 200 — 39.8 KiB — 554 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/01/9450350_04154144_cioccolato.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/01/9450350_04154144_cioccolato.jpg — 200 — 138.1 KiB — 626 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9477028_15223615_meloni_1.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9477028_15223615_meloni_1.jpg — 200 — 30.6 KiB — 536 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476350_15171455_onecms_1qhh7j4l5yo9df6lem8.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476350_15171455_onecms_1qhh7j4l5yo9df6lem8.jpg — 200 — 13.3 KiB — 399 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476636_15173959_onecms_1qgqiy4ff84qmgfsypr.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476636_15173959_onecms_1qgqiy4ff84qmgfsypr.jpg — 200 — 9.1 KiB — 341 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476533_15161435_onecms_1qc0i3g2elnouz32zb9.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476533_15161435_onecms_1qc0i3g2elnouz32zb9.jpg — 200 — 61.1 KiB — 600 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9474849_pckg_20260415_24976672.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9474849_pckg_20260415_24976672.jpg — 200 — 23.1 KiB — 470 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474118_14131834_onecms_1qdfz4smxgfxlq534fp.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474118_14131834_onecms_1qdfz4smxgfxlq534fp.jpg — 200 — 18.4 KiB — 438 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474425_14172709_screenshot_2026_04_14_alle_17.26.45.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474425_14172709_screenshot_2026_04_14_alle_17.26.45.jpg — 200 — 39.2 KiB — 557 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9472637_pckg_20260414_24958851.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9472637_pckg_20260414_24958851.jpg — 200 — 17.7 KiB — 438 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/03/28/9442054_28124719_hyundai_crater_concept_5_.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/03/28/9442054_28124719_hyundai_crater_concept_5_.jpg — 200 — 27.4 KiB — 512 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/03/25/9437947_25172059_27a6026.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/03/25/9437947_25172059_27a6026.jpg — 200 — 47.4 KiB — 570 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/03/25/9437814_25152428_afp1187.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/03/25/9437814_25152428_afp1187.jpg — 200 — 36.5 KiB — 539 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/03/25/9437827_25153332_highlights_gallery_07_n_front_quarter.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/03/25/9437827_25153332_highlights_gallery_07_n_front_quarter.jpg — 200 — 24.1 KiB — 482 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9473966_poster.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9473966_poster.jpg — 200 — 23.0 KiB — 488 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/12/9470131_12113327_dieta_digiuno.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/12/9470131_12113327_dieta_digiuno.jpg — 200 — 18.2 KiB — 441 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/10/9466225_10101855_mozzarella.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/10/9466225_10101855_mozzarella.jpg — 200 — 14.0 KiB — 392 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/09/9464524_09173216_immagine_2026_04_09_171654.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/09/9464524_09173216_immagine_2026_04_09_171654.jpg — 200 — 46.6 KiB — 567 ms — h3https://utils.cedsdigital.it/img/customizations/moltofood.svgutils.cedsdigital.it/img/customizat... https://utils.cedsdigital.it/img/customizations/moltofood.svg — 200 — 1.8 KiB — 85 ms — h2https://statics.cedscdn.it/moltofood/wp-content/uploads/2026/04/Antica_Pizzeria_da_Michele1-300x200.jpgstatics.cedscdn.it/moltofood/wp-con... https://statics.cedscdn.it/moltofood/wp-content/uploads/2026/04/Antica_Pizzeria_da_Michele1-300x200.jpg — 200 — 19.2 KiB — 438 ms — h3https://statics.cedscdn.it/moltofood/wp-content/uploads/2026/04/crostata-morbida-cocco-nutella2-300x200.jpgstatics.cedscdn.it/moltofood/wp-con... https://statics.cedscdn.it/moltofood/wp-content/uploads/2026/04/crostata-morbida-cocco-nutella2-300x200.jpg — 200 — 17.9 KiB — 409 ms — h3https://statics.cedscdn.it/moltofood/wp-content/uploads/2026/04/IMG_8655-300x200.jpegstatics.cedscdn.it/moltofood/wp-con... https://statics.cedscdn.it/moltofood/wp-content/uploads/2026/04/IMG_8655-300x200.jpeg — 200 — 14.0 KiB — 362 ms — h3https://statics.cedscdn.it/moltofood/wp-content/uploads/2026/04/Gnocchiceciecozze_cover-300x200.jpgstatics.cedscdn.it/moltofood/wp-con... https://statics.cedscdn.it/moltofood/wp-content/uploads/2026/04/Gnocchiceciecozze_cover-300x200.jpg — 200 — 12.4 KiB — 362 ms — h3https://statics.cedscdn.it/utils/shared/img/loghi/logo_guidalloshopping.pngstatics.cedscdn.it/utils/shared/img... https://statics.cedscdn.it/utils/shared/img/loghi/logo_guidalloshopping.png — 200 — 6.4 KiB — 295 ms — h3https://statics.cedscdn.it/guidalloshopping/wp-content/uploads/2026/04/ChatGPT-Image-1-apr-2026-12_23_25-300x200.pngstatics.cedscdn.it/guidalloshopping... https://statics.cedscdn.it/guidalloshopping/wp-content/uploads/2026/04/ChatGPT-Image-1-apr-2026-12_23_25-300x200.png — 200 — 103.2 KiB — 612 ms — h3https://statics.cedscdn.it/guidalloshopping/wp-content/uploads/2026/02/ChatGPT-Image-12-feb-2026-12_09_30-300x200.pngstatics.cedscdn.it/guidalloshopping... https://statics.cedscdn.it/guidalloshopping/wp-content/uploads/2026/02/ChatGPT-Image-12-feb-2026-12_09_30-300x200.png — 200 — 112.5 KiB — 613 ms — h3https://statics.cedscdn.it/guidalloshopping/wp-content/uploads/2026/02/ChatGPT-Image-11-feb-2026-19_47_59-300x200.pngstatics.cedscdn.it/guidalloshopping... https://statics.cedscdn.it/guidalloshopping/wp-content/uploads/2026/02/ChatGPT-Image-11-feb-2026-19_47_59-300x200.png — 200 — 106.5 KiB — 612 ms — h3https://statics.cedscdn.it/guidalloshopping/wp-content/uploads/2025/07/ChatGPT-Image-24-lug-2025-16_22_48-300x200.pngstatics.cedscdn.it/guidalloshopping... https://statics.cedscdn.it/guidalloshopping/wp-content/uploads/2025/07/ChatGPT-Image-24-lug-2025-16_22_48-300x200.png — 200 — 68.2 KiB — 599 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2025/12/22/9259977_22141217_romano_prodi.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2025/12/22/9259977_22141217_romano_prodi.jpg — 200 — 11.1 KiB — 361 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2025/12/22/9259949_22132829_ia_economy.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2025/12/22/9259949_22132829_ia_economy.jpg — 200 — 79.8 KiB — 602 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2025/12/22/9260104_22162907_trump.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2025/12/22/9260104_22162907_trump.jpg — 200 — 35.9 KiB — 541 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2025/12/22/9260180_22202944_bankitalia.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2025/12/22/9260180_22202944_bankitalia.jpg — 200 — 48.2 KiB — 566 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476227_15122719_tesla_fsd_supervised_europe.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476227_15122719_tesla_fsd_supervised_europe.jpg — 200 — 77.0 KiB — 601 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476188_15120345_1920x1080_desktop_seamless_ecosystem_charging_palazzo_22623b01.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476188_15120345_1920x1080_desktop_seamless_ecosystem_charging_palazzo_22623b01.jpg — 200 — 28.8 KiB — 509 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474042_14115603_nissan_juke_2026_3.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474042_14115603_nissan_juke_2026_3.jpg — 200 — 16.6 KiB — 436 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476200_15123012_range_rover_sport_twenty_edition_front34_150426.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476200_15123012_range_rover_sport_twenty_edition_front34_150426.jpg — 200 — 3.4 KiB — 268 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476640_15174258_onecms_1qh4t8ry91fm0f7h059_142p4q36yo0.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476640_15174258_onecms_1qh4t8ry91fm0f7h059_142p4q36yo0.jpg — 200 — 10.3 KiB — 381 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/13/9472121_13160411_gpyp_30xgaaofxq.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/13/9472121_13160411_gpyp_30xgaaofxq.jpg — 200 — 20.9 KiB — 507 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474674_14205032_onecms_1q5zrhhgwxr0g2eyi61_1_.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474674_14205032_onecms_1q5zrhhgwxr0g2eyi61_1_.jpg — 200 — 25.2 KiB — 507 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476557_15163848_9470491_12193802_messaggcabras_2026041219375439_851526c7ce329ad3487d68b2d46f3eee_1_.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476557_15163848_9470491_12193802_messaggcabras_2026041219375439_851526c7ce329ad3487d68b2d46f3eee_1_.jpg — 200 — 31.8 KiB — 513 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474001_14141619_colombo.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474001_14141619_colombo.jpg — 200 — 13.5 KiB — 400 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/13/9471875_13121040_dvs.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/13/9471875_13121040_dvs.jpg — 200 — 60.5 KiB — 594 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/11/9468149_11082159_thumbnail_da_fotogramma.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/11/9468149_11082159_thumbnail_da_fotogramma.jpg — 200 — 18.7 KiB — 448 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476501_15155538_whatsapp_image_2026_04_15_at_15.09.55.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476501_15155538_whatsapp_image_2026_04_15_at_15.09.55.jpg — 200 — 19.9 KiB — 469 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/14/9474110_14130515_befunky_collage_145.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/14/9474110_14130515_befunky_collage_145.jpg — 200 — 127.3 KiB — 615 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/13/9471736_13101954_orsi.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/13/9471736_13101954_orsi.jpg — 200 — 17.5 KiB — 419 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474284_14154008_tipo_con_boxer.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474284_14154008_tipo_con_boxer.jpg — 200 — 28.6 KiB — 518 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476261_15124726_hm.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476261_15124726_hm.jpg — 200 — 40.1 KiB — 565 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474403_14181109_boho.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474403_14181109_boho.jpg — 200 — 51.3 KiB — 575 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/11/9468712_11191224_foulardok.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/11/9468712_11191224_foulardok.jpg — 200 — 61.0 KiB — 584 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476549_15162545_pasticceria_furto_viterbo.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476549_15162545_pasticceria_furto_viterbo.jpg — 200 — 33.7 KiB — 519 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474327_14160831_bullicame.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474327_14160831_bullicame.jpg — 200 — 24.0 KiB — 473 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476781_15192439_moresco.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476781_15192439_moresco.jpg — 200 — 19.8 KiB — 436 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476714_15183752_buspisto.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476714_15183752_buspisto.jpg — 200 — 79.9 KiB — 596 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476698_15182555_scuolabusmicigliano.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476698_15182555_scuolabusmicigliano.jpg — 200 — 30.9 KiB — 512 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476554_15163245_tribunalerieti1.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476554_15163245_tribunalerieti1.jpg — 200 — 27.0 KiB — 512 ms — h3data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMvaHR0cDov…data:image/jpeg;base64,/9j/4QAYRXhp... data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMvaHR0cDov… — 200 — 0 B — 0 ms — datahttps://statics.cedscdn.it/photos/MED/2026/04/15/9476479_15154233_img_20260415_142827.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476479_15154233_img_20260415_142827.jpg — 200 — 77.1 KiB — 613 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9475225_15104908_gregorio_capasso.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9475225_15104908_gregorio_capasso.jpg — 200 — 13.8 KiB — 379 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9475389_15110648_corsini_cersites.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9475389_15110648_corsini_cersites.jpg — 200 — 13.3 KiB — 386 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476378_15151941_8452386_02075835_screenshot_2024_11_02_alle_07.58.14.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476378_15151941_8452386_02075835_screenshot_2024_11_02_alle_07.58.14.jpg — 200 — 56.6 KiB — 608 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474792_14224829_leonardo_fiorini.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474792_14224829_leonardo_fiorini.jpg — 200 — 113.7 KiB — 613 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476584_15165725_quaddd.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476584_15165725_quaddd.jpg — 200 — 19.0 KiB — 439 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476869_15201144_onecms_1lvq9p2kb0xja745z6h_142yfnlk6ps.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476869_15201144_onecms_1lvq9p2kb0xja745z6h_142yfnlk6ps.jpg — 200 — 40.9 KiB — 606 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476088_15101341_sede_ternana.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476088_15101341_sede_ternana.jpg — 200 — 45.5 KiB — 608 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476379_15152025_tribunaleterni.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9476379_15152025_tribunaleterni.jpg — 200 — 16.4 KiB — 419 ms — h3https://statics.cedscdn.it/photos/MED/2026/04/15/9476978_OBJ66736993_16780.jpgstatics.cedscdn.it/photos/MED/2026/... https://statics.cedscdn.it/photos/MED/2026/04/15/9476978_OBJ66736993_16780.jpg — 200 — 23.2 KiB — 473 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9475738_15064033_catherine_bimbi.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/15/9475738_15064033_catherine_bimbi.jpg — 200 — 20.4 KiB — 457 ms — h3https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474790_14225800_ambulanza_teramo.jpgstatics.cedscdn.it/photos/MED_LOW/2... https://statics.cedscdn.it/photos/MED_LOW/2026/04/14/9474790_14225800_ambulanza_teramo.jpg — 200 — 31.8 KiB — 518 ms — h3https://statics.cedscdn.it/photos/MED/98/73/7769873_27111742_rome.jpgstatics.cedscdn.it/photos/MED/98/73... https://statics.cedscdn.it/photos/MED/98/73/7769873_27111742_rome.jpg — 200 — 51.3 KiB — 607 ms — h3https://www.ilmessaggero.it/uploads/ckfile/202603/xbox_formazione_2026_27124555.jpg.pagespeed.ic.qMsYVgDznA.webpwww.ilmessaggero.it/uploads/ckfile/... https://www.ilmessaggero.it/uploads/ckfile/202603/xbox_formazione_2026_27124555.jpg.pagespeed.ic.qMsYVgDznA.webp — 200 — 4.9 KiB — 134 ms — h3https://www.guidalloshopping.com/wp-content/uploads/2026/02/ChatGPT-Image-11-feb-2026-19_47_59-620x340.pngwww.guidalloshopping.com/wp-content... https://www.guidalloshopping.com/wp-content/uploads/2026/02/ChatGPT-Image-11-feb-2026-19_47_59-620x340.png — 200 — 330.1 KiB — 285 ms — h2https://statics.cedscdn.it/photos/THUMB/2026/04/09/9464930_09233502_numeri_veri.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/09/9464930_09233502_numeri_veri.jpg — 200 — 9.3 KiB — 336 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/09/9464912_09232000_onecms_1q1mrzfvoc7wqjl0v1f.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/09/9464912_09232000_onecms_1q1mrzfvoc7wqjl0v1f.jpg — 200 — 6.9 KiB — 321 ms — h3https://statics.cedscdn.it/photos/THUMB/2026/04/07/9460550_07233620_graphic_71_.jpgstatics.cedscdn.it/photos/THUMB/202... https://statics.cedscdn.it/photos/THUMB/2026/04/07/9460550_07233620_graphic_71_.jpg — 200 — 10.7 KiB — 374 ms — h3https://boot.pbstck.com/v1/tag/4a366f24-dfd6-4458-a52c-1de8b8754f0fboot.pbstck.com/v1/tag/4a366f24-dfd... https://boot.pbstck.com/v1/tag/4a366f24-dfd6-4458-a52c-1de8b8754f0f — 200 — 902 B — 168 ms — h2https://cs.iubenda.com/sync/1916770.jscs.iubenda.com/sync/1916770.js https://cs.iubenda.com/sync/1916770.js — 200 — 4.1 KiB — 184 ms — h2https://statics.cedscdn.it/utils/src/js/cmpConsentWall.jsstatics.cedscdn.it/utils/src/js/cmp... https://statics.cedscdn.it/utils/src/js/cmpConsentWall.js — 200 — 4.6 KiB — 204 ms — h3https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 248 ms — h2https://statics.cedscdn.it/utils/js/webPushNotifications.jsstatics.cedscdn.it/utils/js/webPush... https://statics.cedscdn.it/utils/js/webPushNotifications.js — 200 — 15.2 KiB — 188 ms — h3https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-700.woff2statics.cedscdn.it/utils/shared/fon... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-700.woff2 — 200 — 8.1 KiB — 22 ms — h3https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-500.woff2statics.cedscdn.it/utils/shared/fon... https://statics.cedscdn.it/utils/shared/fonts/ilmessaggero/google/poppins-v15-latin-500.woff2 — 200 — 8.0 KiB — 23 ms — h3https://statics.cedscdn.it/utils/src/js/shopalytics.jsstatics.cedscdn.it/utils/src/js/sho... https://statics.cedscdn.it/utils/src/js/shopalytics.js — 200 — 5.7 KiB — 73 ms — h3https://www.ilmessaggero.it/img/podcast_icon.svgwww.ilmessaggero.it/img/podcast_ico... https://www.ilmessaggero.it/img/podcast_icon.svg — 200 — 1.3 KiB — 63 ms — h3data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21…www.w3.org/2000/svg' width='21' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21… — 200 — 0 B — 0 ms — datahttps://cdn-gl.imrworldwide.com/conf/P4B9A3E11-A5BA-42F5-9840-1ED591887B0B.jscdn-gl.imrworldwide.com/conf/P4B9A3... https://cdn-gl.imrworldwide.com/conf/P4B9A3E11-A5BA-42F5-9840-1ED591887B0B.js — 200 — 6.6 KiB — 66 ms — h2https://responder.wt-safetag.com/resp/api/get/927615140575951?url=https%3A%2F%2Fwww.ilmessaggero.it%2Fresponder.wt-safetag.com/resp/api/g... https://responder.wt-safetag.com/resp/api/get/927615140575951?url=https%3A%2F%2Fwww.ilmessaggero.it%2F — 200 — 14.1 KiB — 107 ms — http/1.1https://www.ilmessaggero.it/modules/mega-menu/mega-menu.min.js?m784860www.ilmessaggero.it/modules/mega-me... https://www.ilmessaggero.it/modules/mega-menu/mega-menu.min.js?m784860 — 200 — 509 B — 39 ms — h3https://www.ilmessaggero.it/modules/adv_by_sez/adv_by_sez.js?m784858www.ilmessaggero.it/modules/adv_by_... https://www.ilmessaggero.it/modules/adv_by_sez/adv_by_sez.js?m784858 — 200 — 38 B — 35 ms — h3https://utils.cedsdigital.it/img/customizations/logo_salute.svgutils.cedsdigital.it/img/customizat... https://utils.cedsdigital.it/img/customizations/logo_salute.svg — 200 — 1.5 KiB — 32 ms — h3https://www.ilmessaggero.it/img/colosseo.svgwww.ilmessaggero.it/img/colosseo.sv... https://www.ilmessaggero.it/img/colosseo.svg — 200 — 2.1 KiB — 39 ms — h3https://www.ilmessaggero.it/img/map-pin-roma.svgwww.ilmessaggero.it/img/map-pin-rom... https://www.ilmessaggero.it/img/map-pin-roma.svg — 200 — 440 B — 38 ms — h3https://statics.cedscdn.it/utils/js/sidebarSticky.jsstatics.cedscdn.it/utils/js/sidebar... https://statics.cedscdn.it/utils/js/sidebarSticky.js — 200 — 2.1 KiB — 12 ms — h3https://www.ilmessaggero.it/modules/socialbar/socialbar.min.js?m948924www.ilmessaggero.it/modules/socialb... https://www.ilmessaggero.it/modules/socialbar/socialbar.min.js?m948924 — 200 — 646 B — 28 ms — h3https://cdn.jwplayer.com/libraries/xTUu4Kma.jscdn.jwplayer.com/libraries/xTUu4Kma... https://cdn.jwplayer.com/libraries/xTUu4Kma.js — 200 — 65.7 KiB — 166 ms — h2https://cdn.iubenda.com/cs/tcf/stub-v2.jscdn.iubenda.com/cs/tcf/stub-v2.js https://cdn.iubenda.com/cs/tcf/stub-v2.js — 200 — 1.5 KiB — 98 ms — h2https://www.ilmessaggero.it/index.php?sez=JSON&p=contanotifiche&liste=%5B%5D&from=falsewww.ilmessaggero.it/index.php?sez=J... https://www.ilmessaggero.it/index.php?sez=JSON&p=contanotifiche&liste=%5B%5D&from=false — 200 — 28 B — 38 ms — h3https://www.ilmessaggero.it/?sez=JSON&p=userInfowww.ilmessaggero.it/?sez=JSON&p=use... https://www.ilmessaggero.it/?sez=JSON&p=userInfo — 200 — 132 B — 35 ms — h3https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 53 ms — h2https://cdn.pbstck.com/user-sessions-a657a01.jscdn.pbstck.com/user-sessions-a657a0... https://cdn.pbstck.com/user-sessions-a657a01.js — 200 — 17.7 KiB — 65 ms — h2https://cdn.pbstck.com/collector-5fb41cf.jscdn.pbstck.com/collector-5fb41cf.js https://cdn.pbstck.com/collector-5fb41cf.js — 200 — 30.0 KiB — 70 ms — h2https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.jscdn-gl.imrworldwide.com/novms/js/2/... https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js — 200 — 73.4 KiB — 40 ms — h2https://cdn.mateti.net/mcp/onsite_v2.min.jscdn.mateti.net/mcp/onsite_v2.min.js https://cdn.mateti.net/mcp/onsite_v2.min.js — 200 — 35.2 KiB — 104 ms — http/1.1blob:https://www.ilmessaggero.it/37dd36f9-1bf5-4f1e-85b3-74861c96b781www.ilmessaggero.it/37dd36f9-1bf5-4... blob:https://www.ilmessaggero.it/37dd36f9-1bf5-4f1e-85b3-74861c96b781 — 200 — -1 B — 63 ms — blobhttps://cdn-gl.imrworldwide.com/novms/html/ls.htmlcdn-gl.imrworldwide.com/novms/html/... https://cdn-gl.imrworldwide.com/novms/html/ls.html — 200 — 3.9 KiB — 64 ms — h2https://cdn.iubenda.com/cs/tcf/safe-tcf-v2.jscdn.iubenda.com/cs/tcf/safe-tcf-v2.... https://cdn.iubenda.com/cs/tcf/safe-tcf-v2.js — 200 — 59.5 KiB — 80 ms — h2https://caltagironeeditore01.wt-eu02.net/927615140575951/rdfs?cfg=1caltagironeeditore01.wt-eu02.net/92... https://caltagironeeditore01.wt-eu02.net/927615140575951/rdfs?cfg=1 — 200 — 0 B — 120 ms — http/1.1https://cdn.jwplayer.com/v2/media/Wk1pVa82cdn.jwplayer.com/v2/media/Wk1pVa82 https://cdn.jwplayer.com/v2/media/Wk1pVa82 — 200 — 1.2 KiB — 140 ms — h2https://secure-it.imrworldwide.com/cgi-bin/gn?prd=session&c9=devid,&c13=asid,P4B9A3E11-A5BA-42F5-9840-1ED591887B0B&sessionId=d700tw5sdh9tqxvtsrysoc0rrphcm1776294903&c16=sdkv,bj.6.0.0&uoo=&fp_id=&fp_cr_tm=&fp_acc_tm=&fp_emm_tm=&ve_id=&c30=bldv,6.0.0.747&uid2=&uid2_token=&hem_sha256=&hem_sha1=&hem_md5=&hem_unknown=&sdd=&retry=0secure-it.imrworldwide.com/cgi-bin/... https://secure-it.imrworldwide.com/cgi-bin/gn?prd=session&c9=devid,&c13=asid,P4B9A3E11-A5BA-42F5-9840-1ED591887B0B&sessionId=d700tw5sdh9tqxvtsrysoc0rrphcm1776294903&c16=sdkv,bj.6.0.0&uoo=&fp_id=&fp_cr_tm=&fp_acc_tm=&fp_emm_tm=&ve_id=&c30=bldv,6.0.0.747&uid2=&uid2_token=&hem_sha256=&hem_sha1=&hem_md5=&hem_unknown=&sdd=&retry=0 — 200 — 548 B — 133 ms — h2https://d700tw5sdh9tqxvtsrysoc0rrphcm1776294903.nuid.imrworldwide.com/d700tw5sdh9tqxvtsrysoc0rrphcm177629... https://d700tw5sdh9tqxvtsrysoc0rrphcm1776294903.nuid.imrworldwide.com/ — 200 — 352 B — 87 ms — h2https://cdn.iubenda.com/cs/iubenda_cs.jscdn.iubenda.com/cs/iubenda_cs.js https://cdn.iubenda.com/cs/iubenda_cs.js — 200 — 3.0 KiB — 32 ms — h2https://caltagironeeditore01.wt-eu02.net/927615140575951/rdfs?cfg=1caltagironeeditore01.wt-eu02.net/92... https://caltagironeeditore01.wt-eu02.net/927615140575951/rdfs?cfg=1 — 200 — 494 B — 122 ms — http/1.1https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-it.jscdn.iubenda.com/cookie_solution/iub... https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-it.js — 200 — 111.1 KiB — 67 ms — h2https://config.aps.amazon-adsystem.com/configs/3695config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/3695 — 200 — 1.2 KiB — 57 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=3695&u=https%3A%2F%2Fwww.ilmessaggero.itc.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=3695&u=https%3A%2F%2Fwww.ilmessaggero.it — 200 — 1.6 KiB — 19 ms — h2https://cdn.id5-sync.com/api/1.0/id5-api.jscdn.id5-sync.com/api/1.0/id5-api.js https://cdn.id5-sync.com/api/1.0/id5-api.js — 200 — 34.4 KiB — 66 ms — h2https://cs.iubenda.com/cookie-solution/confs/js/29298946.jscs.iubenda.com/cookie-solution/conf... https://cs.iubenda.com/cookie-solution/confs/js/29298946.js — 200 — 1.6 KiB — 28 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 92 ms — h2https://cdn.iubenda.com/cs/tcf/versions/tcf-v2-0.30.9.jscdn.iubenda.com/cs/tcf/versions/tcf... https://cdn.iubenda.com/cs/tcf/versions/tcf-v2-0.30.9.js — 200 — 35.5 KiB — 37 ms — h2https://intake.pbstck.com/v1/intake/web-vitals?fcp=424.000&tId=4a366f24-dfd6-4458-a52c-1de8b8754f0f&v=none&s=none&c=1intake.pbstck.com/v1/intake/web-vit... https://intake.pbstck.com/v1/intake/web-vitals?fcp=424.000&tId=4a366f24-dfd6-4458-a52c-1de8b8754f0f&v=none&s=none&c=1 — 204 — 64 B — 41 ms — h2https://cdn.iubenda.com/cs/tcf/v3-versioned/vendorlist.154.jsoncdn.iubenda.com/cs/tcf/v3-versioned... https://cdn.iubenda.com/cs/tcf/v3-versioned/vendorlist.154.json — 200 — 105.5 KiB — 153 ms — h2https://cdn.iubenda.com/cs/tcf/gac-vendors.jsoncdn.iubenda.com/cs/tcf/gac-vendors.... https://cdn.iubenda.com/cs/tcf/gac-vendors.json — 200 — 18.9 KiB — 107 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 392 B — 83 ms — h2https://joda.ilmessaggero.it/927615140575951/wt?p=460,https%3A%2F%2Fwww.ilmessaggero.it%2F,1,800x600,24,1,1776294904347,0,800x600,0&nc=1&la=en&cg1=Aggregato%20Caltagirone%20Editore&cg2=web&cg3=web%20-%20Il%20Messaggero&cg4=web%20-%20Messaggero%20-%20HOME&cp1=Il%20Messaggero&cp2=no-refresh&cp3=na&cp5=no_consent&cp6=non_abbonato&cp7=https%3A%2F%2Fwww.ilmessaggero.it%2F&cp8=non_loggato&cs6=no_consent&cs7=no_consent&np=&pu=https%3A%2F%2Fwww.ilmessaggero.it%2F&pf=96&cs802=8192&cs801=362c342c32joda.ilmessaggero.it/92761514057595... https://joda.ilmessaggero.it/927615140575951/wt?p=460,https%3A%2F%2Fwww.ilmessaggero.it%2F,1,800x600,24,1,1776294904347,0,800x600,0&nc=1&la=en&cg1=Aggregato%20Caltagirone%20Editore&cg2=web&cg3=web%20-%20Il%20Messaggero&cg4=web%20-%20Messaggero%20-%20HOME&cp1=Il%20Messaggero&cp2=no-refresh&cp3=na&cp5=no_consent&cp6=non_abbonato&cp7=https%3A%2F%2Fwww.ilmessaggero.it%2F&cp8=non_loggato&cs6=no_consent&cs7=no_consent&np=&pu=https%3A%2F%2Fwww.ilmessaggero.it%2F&pf=96&cs802=8192&cs801=362c342c32 — 200 — 597 B — 90 ms — http/1.1https://idb.iubenda.com/csdata?db=hits1idb.iubenda.com/csdata?db=hits1 https://idb.iubenda.com/csdata?db=hits1 — 204 — 573 B — 124 ms — h2https://intake.pbstck.com/v1/intake/web-vitals?ttfb=152.000&tId=4a366f24-dfd6-4458-a52c-1de8b8754f0f&v=none&s=none&c=1intake.pbstck.com/v1/intake/web-vit... https://intake.pbstck.com/v1/intake/web-vitals?ttfb=152.000&tId=4a366f24-dfd6-4458-a52c-1de8b8754f0f&v=none&s=none&c=1 — 204 — 33 B — 41 ms — h2https://statics.cedscdn.it/utils/img/favicon/ilmessaggero/favicon.icostatics.cedscdn.it/utils/img/favico... https://statics.cedscdn.it/utils/img/favicon/ilmessaggero/favicon.ico — 200 — 839 B — 2 ms — h3https://statics.cedscdn.it/utils/img/favicon/ilmessaggero/favicon-32x32.pngstatics.cedscdn.it/utils/img/favico... https://statics.cedscdn.it/utils/img/favicon/ilmessaggero/favicon-32x32.png — 200 — 1.6 KiB — 5 ms — h3https://joda.ilmessaggero.it/927615140575951/wt?p=460,https%3A%2F%2Fwww.ilmessaggero.it%2F,1,800x600,24,1,1776294904471,2,800x600,0&nc=1&ct=ilmessaggero.CookieBannerShow&la=en&pu=https%3A%2F%2Fwww.ilmessaggero.it%2F&pf=96&cs802=8208&cs801=362c342c3239332c302c37joda.ilmessaggero.it/92761514057595... https://joda.ilmessaggero.it/927615140575951/wt?p=460,https%3A%2F%2Fwww.ilmessaggero.it%2F,1,800x600,24,1,1776294904471,2,800x600,0&nc=1&ct=ilmessaggero.CookieBannerShow&la=en&pu=https%3A%2F%2Fwww.ilmessaggero.it%2F&pf=96&cs802=8208&cs801=362c342c3239332c302c37 — 200 — 597 B — 30 ms — http/1.1https://secure-it.imrworldwide.com/cgi-bin/gn?prd=dcr&ci=it-409317&ch=it-409317_c37_IlMessaggeroHomepage_BRW_S&asn=IlMessaggeroHomepage_BRW&fp_id=&fp_cr_tm=&fp_acc_tm=&fp_emm_tm=&ve_id=&sessionId=d700tw5sdh9tqxvtsrysoc0rrphcm1776294903&prv=1&c6=vc,c37&ca=NA&c13=asid,P4B9A3E11-A5BA-42F5-9840-1ED591887B0B&c32=segA,NA&c33=segB,NA&c34=segC,NA&c15=apn,&sup=1&segment2=&segment1=&forward=0&plugv=&playerv=&ad=0&cr=V&c9=devid,&enc=true&c1=nuid,2wdk8nfazcub11ngocv1wrszde9yk1776294904&at=view&rt=text&c16=sdkv,bj.6.0.0&c27=cln,0&crs=&lat=&lon=&c29=plid,17762949039405514&c30=bldv,6.0.0.747&st=dcr&c7=osgrp,&c8=devgrp,&c10=plt,&c40=adbid,&c14=osver,NA&c26=dmap,1&dd=&hrd=&wkd=&c35=adrsid,&c36=cref1,&c37=cref2,&c11=agg,1&c12=apv,&c51=adl,0&c52=noad,0&pc=NA&c53=fef,n&c54=oad,&c55=cref3,&c57=adldf,2&ai=1-home&c3=st,c&c64=starttm,1776294905&adid=1-home&c58=isLive,false&c59=sesid,&c61=createtm,1776294906&c63=pipMode,&uoo=&c68=bndlid,&nodeTM=&logTM=&c73=phtype,&c74=dvcnm,&c76=adbsnid,&c44=progen,&davty=0&si=https%3A%2F%2Fwww.ilmessaggero.it%2F&c66=mediaurl,&sdd=&c62=sendTime,1776294906&rnd=911023secure-it.imrworldwide.com/cgi-bin/... https://secure-it.imrworldwide.com/cgi-bin/gn?prd=dcr&ci=it-409317&ch=it-409317_c37_IlMessaggeroHomepage_BRW_S&asn=IlMessaggeroHomepage_BRW&fp_id=&fp_cr_tm=&fp_acc_tm=&fp_emm_tm=&ve_id=&sessionId=d700tw5sdh9tqxvtsrysoc0rrphcm1776294903&prv=1&c6=vc,c37&ca=NA&c13=asid,P4B9A3E11-A5BA-42F5-9840-1ED591887B0B&c32=segA,NA&c33=segB,NA&c34=segC,NA&c15=apn,&sup=1&segment2=&segment1=&forward=0&plugv=&playerv=&ad=0&cr=V&c9=devid,&enc=true&c1=nuid,2wdk8nfazcub11ngocv1wrszde9yk1776294904&at=view&rt=text&c16=sdkv,bj.6.0.0&c27=cln,0&crs=&lat=&lon=&c29=plid,17762949039405514&c30=bldv,6.0.0.747&st=dcr&c7=osgrp,&c8=devgrp,&c10=plt,&c40=adbid,&c14=osver,NA&c26=dmap,1&dd=&hrd=&wkd=&c35=adrsid,&c36=cref1,&c37=cref2,&c11=agg,1&c12=apv,&c51=adl,0&c52=noad,0&pc=NA&c53=fef,n&c54=oad,&c55=cref3,&c57=adldf,2&ai=1-home&c3=st,c&c64=starttm,1776294905&adid=1-home&c58=isLive,false&c59=sesid,&c61=createtm,1776294906&c63=pipMode,&uoo=&c68=bndlid,&nodeTM=&logTM=&c73=phtype,&c74=dvcnm,&c76=adbsnid,&c44=progen,&davty=0&si=https%3A%2F%2Fwww.ilmessaggero.it%2F&c66=mediaurl,&sdd=&c62=sendTime,1776294906&rnd=911023 — 200 — 548 B — 110 ms — h2https://entitlements.jwplayer.com/IJM2vM_jEeq7JFIdnjigvg.jsonentitlements.jwplayer.com/IJM2vM_jE... https://entitlements.jwplayer.com/IJM2vM_jEeq7JFIdnjigvg.json — 200 — 432 B — 56 ms — h2https://cdn-gl.imrworldwide.com/conf/P33412251-6C5F-4132-BEF6-C26ADA1CA009.jscdn-gl.imrworldwide.com/conf/P33412... https://cdn-gl.imrworldwide.com/conf/P33412251-6C5F-4132-BEF6-C26ADA1CA009.js — 200 — 7.0 KiB — 321 ms — h2https://ssl.p.jwpcdn.com/player/v/8.46.2/googima.jsssl.p.jwpcdn.com/player/v/8.46.2/go... https://ssl.p.jwpcdn.com/player/v/8.46.2/googima.js — 200 — 24.0 KiB — 21 ms — h2https://ssl.p.jwpcdn.com/player/v/8.46.2/jwpsrv.jsssl.p.jwpcdn.com/player/v/8.46.2/jw... https://ssl.p.jwpcdn.com/player/v/8.46.2/jwpsrv.js — 200 — 18.1 KiB — 17 ms — h2https://ssl.p.jwpcdn.com/player/v/8.46.2/gapro.jsssl.p.jwpcdn.com/player/v/8.46.2/ga... https://ssl.p.jwpcdn.com/player/v/8.46.2/gapro.js — 200 — 1.7 KiB — 15 ms — h2https://ssl.p.jwpcdn.com/player/v/8.46.2/jwplayer.core.controls.jsssl.p.jwpcdn.com/player/v/8.46.2/jw... https://ssl.p.jwpcdn.com/player/v/8.46.2/jwplayer.core.controls.js — 200 — 98.7 KiB — 21 ms — h2https://ssl.p.jwpcdn.com/player/v/8.46.2/translations/it.jsonssl.p.jwpcdn.com/player/v/8.46.2/tr... https://ssl.p.jwpcdn.com/player/v/8.46.2/translations/it.json — 200 — 1.6 KiB — 13 ms — h2https://ssl.p.jwpcdn.com/player/v/8.46.2/provider.hlsjs.jsssl.p.jwpcdn.com/player/v/8.46.2/pr... https://ssl.p.jwpcdn.com/player/v/8.46.2/provider.hlsjs.js — 200 — 139.1 KiB — 18 ms — h2https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 148.3 KiB — 262 ms — h2https://ssl.p.jwpcdn.com/player/v/8.46.2/provider.cast.jsssl.p.jwpcdn.com/player/v/8.46.2/pr... https://ssl.p.jwpcdn.com/player/v/8.46.2/provider.cast.js — 200 — 9.6 KiB — 3 ms — h2https://ssl.p.jwpcdn.com/player/v/8.46.2/related.jsssl.p.jwpcdn.com/player/v/8.46.2/re... https://ssl.p.jwpcdn.com/player/v/8.46.2/related.js — 200 — 29.0 KiB — 5 ms — h2https://cdn.jwplayer.com/v2/media/Wk1pVa82/poster.jpg?width=320cdn.jwplayer.com/v2/media/Wk1pVa82/... https://cdn.jwplayer.com/v2/media/Wk1pVa82/poster.jpg?width=320 — 302 — 444 B — 107 ms — h2https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=1482049105&e=e&n=1428078894346340&abc=0&aid=IJM2vM_jEeq7JFIdnjigvg&amp=0&ask=blUHQSib&at=1&c=1&ccp=0&cp=0&d=2&eb=0&ed=6&emi=t1pv7k1dgrzq&i=0&id=Wk1pVa82&lid=ylrpzjbavzh3&lsa=set&mt=1&pbd=1&pbr=1&pgi=uazg911uioy2&ph=1&pid=xTUu4Kma&pii=0&pl=150&plc=1&pli=1hvsezq1bvhu&pp=hlsjs&prc=1&ps=4&pss=1&pt=Il%20Messaggero&pu=https%3A%2F%2Fwww.ilmessaggero.it%2F&pv=8.46.2&pyc=0&s=1&sdk=0&stc=1&stpe=0&t=Visita%20del%20Generale%20Portolano%20in%20Libano%3A%20il%20video-messaggio%20del%20Capo%20di%20Stato%20Maggiore%20della%20Difesa&tv=4.0.10-14&vb=0&vi=0&vl=90&wd=267&ab=1&cae=0&cb=1&cdid=jw-0&cme=0&dd=0&flc=1&fv=&ga=1&lng=it&mk=hls&mu=https%3A%2F%2Fcdn.jwplayer.com%2Fmanifests%2FWk1pVa82.m3u8&pbc=0&pd=2&pdr=&plng=it&plt=1700&pni=1&po=1&pogt=Il%20Messaggero&rf=%2F%2Fcdn.jwplayer.com%2Fv2%2Fplaylists%2FBAmTNmED%3Frelated_media_id%3DMEDIAID&sn=%7B%22controlbar%22%3A%7B%22background%22%3A%22rgba(0%2C0%2C0%2C0)%22%2C%22icons%22%3A%22rgba(255%2C255%2C255%2C0.8)%22%2C%22iconsActive%22%3A%22%23FFFFFF%22%2C%22text%22%3A%22%23FFFFFF%22%7D%2C%22menus%22%3A%7B%22background%22%3A%22%23333333%22%2C%22text%22%3A%22rgba(255%2C255%2C255%2C0.8)%22%2C%22textActive%22%3A%22%23FFFFFF%22%7D%2C%22timeslider%22%3A%7B%22progress%22%3A%22%23F2F2F2%22%2C%22rail%22%3A%22rgba(255%2C255%2C255%2C0.3)%22%7D%2C%22tooltips%22%3A%7B%22background%22%3A%22%23FFFFFF%22%2C%22text%22%3A%22%23000000%22%7D%7D&sp=0&st=180&sa=1776294906868prd.jwpltx.com/v1/jwplayer6/ping.gi... https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=1482049105&e=e&n=1428078894346340&abc=0&aid=IJM2vM_jEeq7JFIdnjigvg&amp=0&ask=blUHQSib&at=1&c=1&ccp=0&cp=0&d=2&eb=0&ed=6&emi=t1pv7k1dgrzq&i=0&id=Wk1pVa82&lid=ylrpzjbavzh3&lsa=set&mt=1&pbd=1&pbr=1&pgi=uazg911uioy2&ph=1&pid=xTUu4Kma&pii=0&pl=150&plc=1&pli=1hvsezq1bvhu&pp=hlsjs&prc=1&ps=4&pss=1&pt=Il%20Messaggero&pu=https%3A%2F%2Fwww.ilmessaggero.it%2F&pv=8.46.2&pyc=0&s=1&sdk=0&stc=1&stpe=0&t=Visita%20del%20Generale%20Portolano%20in%20Libano%3A%20il%20video-messaggio%20del%20Capo%20di%20Stato%20Maggiore%20della%20Difesa&tv=4.0.10-14&vb=0&vi=0&vl=90&wd=267&ab=1&cae=0&cb=1&cdid=jw-0&cme=0&dd=0&flc=1&fv=&ga=1&lng=it&mk=hls&mu=https%3A%2F%2Fcdn.jwplayer.com%2Fmanifests%2FWk1pVa82.m3u8&pbc=0&pd=2&pdr=&plng=it&plt=1700&pni=1&po=1&pogt=Il%20Messaggero&rf=%2F%2Fcdn.jwplayer.com%2Fv2%2Fplaylists%2FBAmTNmED%3Frelated_media_id%3DMEDIAID&sn=%7B%22controlbar%22%3A%7B%22background%22%3A%22rgba(0%2C0%2C0%2C0)%22%2C%22icons%22%3A%22rgba(255%2C255%2C255%2C0.8)%22%2C%22iconsActive%22%3A%22%23FFFFFF%22%2C%22text%22%3A%22%23FFFFFF%22%7D%2C%22menus%22%3A%7B%22background%22%3A%22%23333333%22%2C%22text%22%3A%22rgba(255%2C255%2C255%2C0.8)%22%2C%22textActive%22%3A%22%23FFFFFF%22%7D%2C%22timeslider%22%3A%7B%22progress%22%3A%22%23F2F2F2%22%2C%22rail%22%3A%22rgba(255%2C255%2C255%2C0.3)%22%7D%2C%22tooltips%22%3A%7B%22background%22%3A%22%23FFFFFF%22%2C%22text%22%3A%22%23000000%22%7D%7D&sp=0&st=180&sa=1776294906868 — 204 — 202 B — 170 ms — h2https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1www.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1 — 200 — 2.5 KiB — 158 ms — h2https://cdn.jwplayer.com/v2/playlists/BAmTNmED?related_media_id=Wk1pVa82cdn.jwplayer.com/v2/playlists/BAmTN... https://cdn.jwplayer.com/v2/playlists/BAmTNmED?related_media_id=Wk1pVa82 — 200 — 12.7 KiB — 108 ms — h2https://assets-jpcust.jwpsrv.com/thumbnails/al2kjma4-320.jpgassets-jpcust.jwpsrv.com/thumbnails... https://assets-jpcust.jwpsrv.com/thumbnails/al2kjma4-320.jpg — 200 — 23.9 KiB — 120 ms — h2https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=2120256615&e=bs&n=2755823918573413&abc=0&aid=IJM2vM_jEeq7JFIdnjigvg&amp=0&ask=blUHQSib&at=1&c=1&ccp=0&cp=0&d=2&eb=0&ed=6&emi=t1pv7k1dgrzq&i=0&id=Wk1pVa82&lid=ylrpzjbavzh3&lsa=set&mt=1&pbd=1&pbr=1&pgi=uazg911uioy2&ph=1&pid=xTUu4Kma&pii=0&pl=150&plc=1&pli=1hvsezq1bvhu&pp=hlsjs&prc=1&ps=4&pss=1&pt=Il%20Messaggero&pu=https%3A%2F%2Fwww.ilmessaggero.it%2F&pv=8.46.2&pyc=0&s=1&sdk=0&stc=1&stpe=0&t=Visita%20del%20Generale%20Portolano%20in%20Libano%3A%20il%20video-messaggio%20del%20Capo%20di%20Stato%20Maggiore%20della%20Difesa&tv=4.0.10-14&vb=0&vi=0&vl=90&wd=267&fed=BAmTNmED&fid=3ccb0da2-ca14-4c07-a03c-2a34408e19df&ft=FEED&mu=https%3A%2F%2Fcdn.jwplayer.com%2Fmanifests%2FWk1pVa82.m3u8&os=1&sa=1776294907028prd.jwpltx.com/v1/jwplayer6/ping.gi... https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=2120256615&e=bs&n=2755823918573413&abc=0&aid=IJM2vM_jEeq7JFIdnjigvg&amp=0&ask=blUHQSib&at=1&c=1&ccp=0&cp=0&d=2&eb=0&ed=6&emi=t1pv7k1dgrzq&i=0&id=Wk1pVa82&lid=ylrpzjbavzh3&lsa=set&mt=1&pbd=1&pbr=1&pgi=uazg911uioy2&ph=1&pid=xTUu4Kma&pii=0&pl=150&plc=1&pli=1hvsezq1bvhu&pp=hlsjs&prc=1&ps=4&pss=1&pt=Il%20Messaggero&pu=https%3A%2F%2Fwww.ilmessaggero.it%2F&pv=8.46.2&pyc=0&s=1&sdk=0&stc=1&stpe=0&t=Visita%20del%20Generale%20Portolano%20in%20Libano%3A%20il%20video-messaggio%20del%20Capo%20di%20Stato%20Maggiore%20della%20Difesa&tv=4.0.10-14&vb=0&vi=0&vl=90&wd=267&fed=BAmTNmED&fid=3ccb0da2-ca14-4c07-a03c-2a34408e19df&ft=FEED&mu=https%3A%2F%2Fcdn.jwplayer.com%2Fmanifests%2FWk1pVa82.m3u8&os=1&sa=1776294907028 — 204 — 202 B — 101 ms — h2https://secure-it.imrworldwide.com/cgi-bin/gn?prd=session&c9=devid,&c13=asid,P33412251-6C5F-4132-BEF6-C26ADA1CA009&sessionId=dmaz6q6yh0cmprydvegriwyl5wwaj1776294907&c16=sdkv,bj.6.0.0&uoo=&fp_id=&fp_cr_tm=&fp_acc_tm=&fp_emm_tm=&ve_id=&c30=bldv,6.0.0.747&uid2=&uid2_token=&hem_sha256=&hem_sha1=&hem_md5=&hem_unknown=&sdd=&retry=0secure-it.imrworldwide.com/cgi-bin/... https://secure-it.imrworldwide.com/cgi-bin/gn?prd=session&c9=devid,&c13=asid,P33412251-6C5F-4132-BEF6-C26ADA1CA009&sessionId=dmaz6q6yh0cmprydvegriwyl5wwaj1776294907&c16=sdkv,bj.6.0.0&uoo=&fp_id=&fp_cr_tm=&fp_acc_tm=&fp_emm_tm=&ve_id=&c30=bldv,6.0.0.747&uid2=&uid2_token=&hem_sha256=&hem_sha1=&hem_md5=&hem_unknown=&sdd=&retry=0 — 200 — 547 B — 38 ms — h2https://dmaz6q6yh0cmprydvegriwyl5wwaj1776294907.nuid.imrworldwide.com/dmaz6q6yh0cmprydvegriwyl5wwaj177629... https://dmaz6q6yh0cmprydvegriwyl5wwaj1776294907.nuid.imrworldwide.com/ — 200 — 351 B — 136 ms — h2https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.jswww.gstatic.com/cast/sdk/libs/sende... https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.js — 200 — 12.1 KiB — 60 ms — h2https://www.gstatic.com/eureka/clank/147/cast_sender.jswww.gstatic.com/eureka/clank/147/ca... https://www.gstatic.com/eureka/clank/147/cast_sender.js — 200 — 13.4 KiB — 43 ms — h2https://imasdk.googleapis.com/js/core/bridge3.757.0_it.html?gdpr=1imasdk.googleapis.com/js/core/bridg... https://imasdk.googleapis.com/js/core/bridge3.757.0_it.html?gdpr=1 — 200 — 271.0 KiB — 243 ms — h2https://s0.2mdn.net/instream/video/client.jss0.2mdn.net/instream/video/client.j... https://s0.2mdn.net/instream/video/client.js — 200 — 16.8 KiB — 147 ms — h2https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.jspagead2.googlesyndication.com/omsdk... https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js — 200 — 15.4 KiB — 82 ms — h3https://cdn.jwplayer.com/v2/media/vz43G9i7/poster.jpg?width=120cdn.jwplayer.com/v2/media/vz43G9i7/... https://cdn.jwplayer.com/v2/media/vz43G9i7/poster.jpg?width=120 — 302 — 441 B — 113 ms — h2https://assets-jpcust.jwpsrv.com/thumbnails/c284cu4b-120.jpgassets-jpcust.jwpsrv.com/thumbnails... https://assets-jpcust.jwpsrv.com/thumbnails/c284cu4b-120.jpg — 200 — 5.1 KiB — 106 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1109ms · 461KB · €6/mo
Unattributable
Other
Costly
Execution 433ms
Transfer 0 KB
Monthly Cost €2/mo
www.ilmessaggero.it
Other
Costly
Execution 392ms
Transfer 120 KB
Monthly Cost €2/mo
Iubenda
Consent
Essential
Execution 118ms
Transfer 111 KB
Unused 49%
Monthly Cost €1/mo
c.amazon-adsystem.com
Other
Optional
Execution 99ms
Transfer 91 KB
Unused 45%
Monthly Cost €1/mo
ssl.p.jwpcdn.com
Other
Optional
Execution 66ms
Transfer 139 KB
Unused 85%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • Unattributable adds 433ms and costs ~€2/month
  • www.ilmessaggero.it adds 392ms and costs ~€2/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 433ms 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.ilmessaggero.it takes 392ms 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

85% of ssl.p.jwpcdn.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback