Skip to content
https://gazzetta.it

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
67
GRADE
D
FIX
4
REVIEW
2
PASS
7
INFO
2

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

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

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

4.37 s

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

104 ms

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

0.069

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

1.96 s

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

5.73 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
7 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
7.9 MB transferred, 214 requests
FIX
7.9 MB transferred, 214 requests
Critical::
Page weighs 15.6 MB (7.9 MB transferred)
Warning::
Images are 4.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.7 MB
Warning::
JavaScript is 2.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.2 MB
Info::
Fonts are 667 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 667 KB
Warning::
214 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.7 g CO2 per page load
7.9 MB / 2.4 MB budget
7.9 MB transferred
214 requests
1.7 g CO2 per page load
Images 4.7 MiB 59%
JavaScript 2.2 MiB 28%
Fonts 666.5 KiB 8%
HTML 191.4 KiB 2%
CSS 90.9 KiB 1%
Other 27.2 KiB 0%
Other 16.6 KiB 0%
Other 1.5 KiB 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

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (7.9 MiB of 7.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
74 scripts, 826 KB unused
FIX
74 scripts, 826 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 140 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=DC-992...: 73 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TR5...: 70 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 69 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-100...: 64 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 826 KB
826 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946187 KB140 KB (75%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-9927244130 KB73 KB (57%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TR5X5X2167 KB70 KB (42%)3rd
https://accounts.google.com/gsi/client96 KB69 KB (72%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1006665735&cx=c&gtm=4e64k0145 KB64 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1005907580&cx=c&gtm=4e64k0138 KB63 KB (46%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-9933067&cx=c&gtm=4e64k0147 KB63 KB (43%)3rd
https://components2.gazzettaobjects.it/rcs_video-manager/v3/index.min.js?v=e26e49ab544a895ecfb7df2662126f4496 KB63 KB (65%)3rd
https://connect.facebook.net/en_US/bundle/sdk.js/78 KB53 KB (69%)3rd
https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js73 KB39 KB (54%)3rd

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
214 resources · 7.9 MB · 826 KB savings available
FIX
214 resources · 7.9 MB · 826 KB savings available
Warning::
Page weight 6.9 MB over 1MB target
Got: 7.9 MB Expected: ≤ 1 MB
Info::
~826 KB of savings available
Warning::
213 third-party resources (100% of weight)
Info::
7 resources over 200KB
214 resources · 7.9 MiB · 213 third-party 6.9 MiB over 1MB target
Image 59% · 4.7 MiB
JavaScript 28% · 2.2 MiB
Font 8% · 666.5 KiB
Document 2% · 193.4 KiB
CSS 1% · 90.9 KiB
Other 1% · 40.8 KiB

~826.2 KiB of savings available

Remove unused JavaScript: 826.2 KiB
C
Image Optimization
Action
93 images, 0 KB saveable
REVIEW
93 images, 0 KB saveable
Warning::
https://dimages2.gazzettaobjects.it/files/image_20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimages2.gazzettaobjects.it/files/image_20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimages2.gazzettaobjects.it/files/image_71... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimages2.gazzettaobjects.it/files/image_20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimages2.gazzettaobjects.it/files/image_20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimages2.gazzettaobjects.it/files/image_20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimages2.gazzettaobjects.it/files/image_20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimages2.gazzettaobjects.it/files/image_20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimages2.gazzettaobjects.it/files/image_20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimages2.gazzettaobjects.it/files/image_20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://components2.gazzettaobjects.it/rcs_gaz_gaz... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimages2.gazzettaobjects.it/files/image_20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://components2.gazzettaobjects.it/rcs_gaz_gaz... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/gazzaquiz/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images2.gazzettaobjects.it/assets-mc/calci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
93 images 4.7 MB
0 oversized -0 KB
93 legacy format
29 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1660ms total JS execution
REVIEW
1660ms total JS execution
Warning::
https://www.gazzetta.it/: 506ms CPU time
Warning::
Unattributable: 270ms CPU time
Info::
https://components2.gazzettaobjects.it/rcs_tag-man...: 226ms CPU time
Info::
https://components2.gazzettaobjects.it/rcs_iabtfc2...: 103ms CPU time
Info::
https://components2.gazzettaobjects.it/rcs_video-m...: 91ms CPU time
Warning::
Third-party scripts: 1660ms (100% of total)

Main Thread Breakdown

Script Evaluation 49% Other 18% Style & Layout 16% Script Parsing & Compilation 9% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.gazzetta.it/506ms26ms4ms3rd
Unattributable270ms10ms0ms3rd
https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-Adobe-feature.min.js226ms188ms2ms3rd
https://components2.gazzettaobjects.it/rcs_iabtfc2/v5/index.min.js?v=20260422103ms63ms34ms3rd
https://components2.gazzettaobjects.it/rcs_video-manager/v3/index.min.js?v=e26e49ab544a895ecfb7df2662126f4491ms81ms9ms3rd
https://www.googletagmanager.com/gtag/js?id=DC-9933067&cx=c&gtm=4e64k082ms71ms10ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TR5X5X277ms64ms12ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=3109794673ms45ms10ms3rd
https://cdn.permutive.app/6ccc4e64-d4bc-4642-97b6-db50a75d8a5d-web.js68ms45ms21ms3rd
https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js55ms24ms17ms3rd

Showing top 10 of 12 scripts

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

Web fonts

12

667 KB total

Render-blocking

0

of 12

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.1 s LCP 4.4 shttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Regular.woff2?v=31548b34df8e3738f285af869f2c5001NotoSans-Regular.woff2 https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Regular.woff2?v=31548b34df8e3738f285af869f2c5001 — 174.7 KiB — 145 ms — font-display: swaphttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Bold.woff2?v=337d1afb63f6d4ddb276b2df844d4931NotoSans-Bold.woff2 https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Bold.woff2?v=337d1afb63f6d4ddb276b2df844d4931 — 173.7 KiB — 131 ms — font-display: swaphttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-SemiBold.woff2?v=2090701ca875dd7205d55e9c697772bdNotoSans-SemiBold.woff2 https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-SemiBold.woff2?v=2090701ca875dd7205d55e9c697772bd — 179.8 KiB — 102 ms — font-display: swaphttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYb9lecyU.woff2?v=8adf8345ebe704da6ff802ca22dc6047ieVi2ZhZI2eCN5jzbjEETS9... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYb9lecyU.woff2?v=8adf8345ebe704da6ff802ca22dc6047 — 10.9 KiB — 104 ms — font-display: swaphttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2?v=559172ed7d0323c8bf838ab92b801e31ieVl2ZhZI2eCN5jzbjEETS9... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2?v=559172ed7d0323c8bf838ab92b801e31 — 10.9 KiB — 105 ms — font-display: swaphttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2?v=ece6673e477b4d7aca12f04dace5ed60KFOmCnqEu92Fr1Mu4mxKKTU... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2?v=ece6673e477b4d7aca12f04dace5ed60 — 11.0 KiB — 105 ms — font-display: swaphttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2?v=709f6f90c7d493cd16b8cd087df492abKFOlCnqEu92Fr1MmEU9fBBc... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2?v=709f6f90c7d493cd16b8cd087df492ab — 11.0 KiB — 106 ms — font-display: swaphttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2?v=0b81348c81e06b7cb84c7856e13fdb4cKFOlCnqEu92Fr1MmWUlfBBc... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2?v=0b81348c81e06b7cb84c7856e13fdb4c — 11.0 KiB — 108 ms — font-display: swaphttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2?v=bf912df22c6dc861e7a01c32fc165187S6u9w4BMUTPHh6UVSwiPGQ3... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2?v=bf912df22c6dc861e7a01c32fc165187 — 14.2 KiB — 109 ms — font-display: swaphttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2?v=b27045292283a12723b217e203986aebS6uyw4BMUTPHjx4wXiWtFCc... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2?v=b27045292283a12723b217e203986aeb — 14.0 KiB — 109 ms — font-display: swaphttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-icons.woff?v=77f20d3aa8e693b68ed5411d8fc3408dgazzetta-icons.woff https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-icons.woff?v=77f20d3aa8e693b68ed5411d8fc3408d — 18.8 KiB — 110 ms — font-display: swaphttps://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-category-icons.woff?v=3799f7902b013c0b0934d11eb5b65106gazzetta-category-icons... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-category-icons.woff?v=3799f7902b013c0b0934d11eb5b65106 — 36.5 KiB — 113 ms — font-display: swap
NotoSans-Regular.woff2 woff2 swap
Size 175 KB
Load time 145 ms
Start 153 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
NotoSans-Bold.woff2 woff2 swap
Size 174 KB
Load time 131 ms
Start 153 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
NotoSans-SemiBold.woff2 woff2 swap
Size 180 KB
Load time 102 ms
Start 154 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
ieVi2ZhZI2eCN5jzbjEETS9... woff2 swap
Size 11 KB
Load time 104 ms
Start 154 ms
Risk FOUT — text flashes from fallback to web font
ieVl2ZhZI2eCN5jzbjEETS9... woff2 swap
Size 11 KB
Load time 105 ms
Start 155 ms
Risk FOUT — text flashes from fallback to web font
KFOmCnqEu92Fr1Mu4mxKKTU... woff2 swap
Size 11 KB
Load time 105 ms
Start 155 ms
Risk FOUT — text flashes from fallback to web font
KFOlCnqEu92Fr1MmEU9fBBc... woff2 swap
Size 11 KB
Load time 106 ms
Start 156 ms
Risk FOUT — text flashes from fallback to web font
KFOlCnqEu92Fr1MmWUlfBBc... woff2 swap
Size 11 KB
Load time 108 ms
Start 156 ms
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh6UVSwiPGQ3... woff2 swap
Size 14 KB
Load time 109 ms
Start 156 ms
Risk FOUT — text flashes from fallback to web font
S6uyw4BMUTPHjx4wXiWtFCc... woff2 swap
Size 14 KB
Load time 109 ms
Start 157 ms
Risk FOUT — text flashes from fallback to web font
gazzetta-icons.woff woff swap
Size 19 KB
Load time 110 ms
Start 158 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
gazzetta-category-icons... woff swap
Size 37 KB
Load time 113 ms
Start 158 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~281 KB and ~562 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
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

A
HTTP Caching
max-age=2678400 (4 weeks)
PASS
max-age=2678400 (4 weeks)
Info::
Cache-Control header is set
Got: max-age=2678400, public
Info::
Effective TTL: 4 weeks (max-age=2678400)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=2678400, public

DirectiveValueMeaning
max-age2678400Cache for 4 weeks
publicAny cache may store this response
Effective TTL: 2678400 seconds
Network Waterfall
214 requests over 4094ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.1 s LCP 4.4 shttps://gazzetta.it// https://gazzetta.it/ — 301 — 228 B — 100 ms — h2https://www.gazzetta.it/www.gazzetta.it/ https://www.gazzetta.it/ — 200 — 128.8 KiB — 43 ms — h2https://components2.gazzettaobjects.it/rcs_adv/v1/distro/css/gazzetta/home/desktop.css?v=910d494c8bd55967348fb1f060f26a56components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_adv/v1/distro/css/gazzetta/home/desktop.css?v=910d494c8bd55967348fb1f060f26a56 — 200 — 1.5 KiB — 58 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/css/pages/gazzetta/home_desktop.css?v=c4196ecf5085709586dce2ef80e1da20components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/css/pages/gazzetta/home_desktop.css?v=c4196ecf5085709586dce2ef80e1da20 — 200 — 88.7 KiB — 124 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Regular.woff2?v=31548b34df8e3738f285af869f2c5001components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Regular.woff2?v=31548b34df8e3738f285af869f2c5001 — 200 — 174.7 KiB — 145 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Bold.woff2?v=337d1afb63f6d4ddb276b2df844d4931components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Bold.woff2?v=337d1afb63f6d4ddb276b2df844d4931 — 200 — 173.7 KiB — 131 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-SemiBold.woff2?v=2090701ca875dd7205d55e9c697772bdcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-SemiBold.woff2?v=2090701ca875dd7205d55e9c697772bd — 200 — 179.8 KiB — 102 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYb9lecyU.woff2?v=8adf8345ebe704da6ff802ca22dc6047components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYb9lecyU.woff2?v=8adf8345ebe704da6ff802ca22dc6047 — 200 — 10.9 KiB — 104 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2?v=559172ed7d0323c8bf838ab92b801e31components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2?v=559172ed7d0323c8bf838ab92b801e31 — 200 — 10.9 KiB — 105 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2?v=ece6673e477b4d7aca12f04dace5ed60components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2?v=ece6673e477b4d7aca12f04dace5ed60 — 200 — 11.0 KiB — 105 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2?v=709f6f90c7d493cd16b8cd087df492abcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2?v=709f6f90c7d493cd16b8cd087df492ab — 200 — 11.0 KiB — 106 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2?v=0b81348c81e06b7cb84c7856e13fdb4ccomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2?v=0b81348c81e06b7cb84c7856e13fdb4c — 200 — 11.0 KiB — 108 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2?v=bf912df22c6dc861e7a01c32fc165187components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2?v=bf912df22c6dc861e7a01c32fc165187 — 200 — 14.2 KiB — 109 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2?v=b27045292283a12723b217e203986aebcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2?v=b27045292283a12723b217e203986aeb — 200 — 14.0 KiB — 109 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-icons.woff?v=77f20d3aa8e693b68ed5411d8fc3408dcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-icons.woff?v=77f20d3aa8e693b68ed5411d8fc3408d — 200 — 18.8 KiB — 110 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-category-icons.woff?v=3799f7902b013c0b0934d11eb5b65106components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-category-icons.woff?v=3799f7902b013c0b0934d11eb5b65106 — 200 — 36.5 KiB — 113 ms — h2https://components2.gazzettaobjects.it/rcs_orchestrator/v4/index.min.js?v=391ac94e52b8a11cb1efd668064ee43bcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_orchestrator/v4/index.min.js?v=391ac94e52b8a11cb1efd668064ee43b — 200 — 10.0 KiB — 139 ms — h2https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e94212792c8.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e94212792c8.jpeg — 200 — 280.9 KiB — 113 ms — h2https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e9269389a97.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e9269389a97.jpeg — 200 — 264.0 KiB — 123 ms — h2https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e93663675df.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e93663675df.jpeg — 200 — 189.5 KiB — 130 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/davide-chinellato/davide_chinellato_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/davide-chinellato/davide_chinellato_avatar.png?v=1 — 200 — 28.9 KiB — 61 ms — h2https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e87517d35b5.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e87517d35b5.jpeg — 200 — 210.4 KiB — 135 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/logos/logo-gazzetta-tutto-il-rosa-130anni_dsk.svg?v=c716cd670e29bf4b75b3af7e2f5eb4d5components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/logos/logo-gazzetta-tutto-il-rosa-130anni_dsk.svg?v=c716cd670e29bf4b75b3af7e2f5eb4d5 — 200 — 11.9 KiB — 21 ms — h2https://www.gazzetta.it/apw.js?v=4www.gazzetta.it/apw.js?v=4 https://www.gazzetta.it/apw.js?v=4 — 200 — 803 B — 65 ms — h2https://www.gazzetta.it/apw.js?v=4&f=modwww.gazzetta.it/apw.js?v=4&f=mod https://www.gazzetta.it/apw.js?v=4&f=mod — 200 — 6.2 KiB — 64 ms — h2https://components2.gazzettaobjects.it/rcs_tracking-service/v1/distro/gazzetta/TrackingService.js?v=5671f55ff5b7cc05725114a9fc26823ecomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tracking-service/v1/distro/gazzetta/TrackingService.js?v=5671f55ff5b7cc05725114a9fc26823e — 200 — 1.9 KiB — 19 ms — h2https://storage.googleapis.com/workbox-cdn/releases/4.0.0/workbox-window.prod.mjsstorage.googleapis.com/workbox-cdn/... https://storage.googleapis.com/workbox-cdn/releases/4.0.0/workbox-window.prod.mjs — 200 — 1.8 KiB — 120 ms — h2https://components2.gazzettaobjects.it/rcs_data-tracking/v1/distro/openx/gazzetta/openx_async.js?v=59783c733d9791df69357912620861f3components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_data-tracking/v1/distro/openx/gazzetta/openx_async.js?v=59783c733d9791df69357912620861f3 — 200 — 534 B — 20 ms — h2https://fundingchoicesmessages.google.com/i/pub-1003797122955615?ers=1fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/pub-1003797122955615?ers=1 — 200 — 69.8 KiB — 199 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.3 KiB — 76 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.1 s LCP 4.4 shttps://gazzetta.it// https://gazzetta.it/ — 301 — 228 B — 100 ms — h2https://www.gazzetta.it/www.gazzetta.it/ https://www.gazzetta.it/ — 200 — 128.8 KiB — 43 ms — h2https://components2.gazzettaobjects.it/rcs_adv/v1/distro/css/gazzetta/home/desktop.css?v=910d494c8bd55967348fb1f060f26a56components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_adv/v1/distro/css/gazzetta/home/desktop.css?v=910d494c8bd55967348fb1f060f26a56 — 200 — 1.5 KiB — 58 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/css/pages/gazzetta/home_desktop.css?v=c4196ecf5085709586dce2ef80e1da20components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/css/pages/gazzetta/home_desktop.css?v=c4196ecf5085709586dce2ef80e1da20 — 200 — 88.7 KiB — 124 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Regular.woff2?v=31548b34df8e3738f285af869f2c5001components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Regular.woff2?v=31548b34df8e3738f285af869f2c5001 — 200 — 174.7 KiB — 145 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Bold.woff2?v=337d1afb63f6d4ddb276b2df844d4931components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-Bold.woff2?v=337d1afb63f6d4ddb276b2df844d4931 — 200 — 173.7 KiB — 131 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-SemiBold.woff2?v=2090701ca875dd7205d55e9c697772bdcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/noto/NotoSans-SemiBold.woff2?v=2090701ca875dd7205d55e9c697772bd — 200 — 179.8 KiB — 102 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYb9lecyU.woff2?v=8adf8345ebe704da6ff802ca22dc6047components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYb9lecyU.woff2?v=8adf8345ebe704da6ff802ca22dc6047 — 200 — 10.9 KiB — 104 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2?v=559172ed7d0323c8bf838ab92b801e31components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2?v=559172ed7d0323c8bf838ab92b801e31 — 200 — 10.9 KiB — 105 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2?v=ece6673e477b4d7aca12f04dace5ed60components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2?v=ece6673e477b4d7aca12f04dace5ed60 — 200 — 11.0 KiB — 105 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2?v=709f6f90c7d493cd16b8cd087df492abcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2?v=709f6f90c7d493cd16b8cd087df492ab — 200 — 11.0 KiB — 106 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2?v=0b81348c81e06b7cb84c7856e13fdb4ccomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2?v=0b81348c81e06b7cb84c7856e13fdb4c — 200 — 11.0 KiB — 108 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2?v=bf912df22c6dc861e7a01c32fc165187components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2?v=bf912df22c6dc861e7a01c32fc165187 — 200 — 14.2 KiB — 109 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2?v=b27045292283a12723b217e203986aebcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2?v=b27045292283a12723b217e203986aeb — 200 — 14.0 KiB — 109 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-icons.woff?v=77f20d3aa8e693b68ed5411d8fc3408dcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-icons.woff?v=77f20d3aa8e693b68ed5411d8fc3408d — 200 — 18.8 KiB — 110 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-category-icons.woff?v=3799f7902b013c0b0934d11eb5b65106components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/fonts/gazzetta-category-icons.woff?v=3799f7902b013c0b0934d11eb5b65106 — 200 — 36.5 KiB — 113 ms — h2https://components2.gazzettaobjects.it/rcs_orchestrator/v4/index.min.js?v=391ac94e52b8a11cb1efd668064ee43bcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_orchestrator/v4/index.min.js?v=391ac94e52b8a11cb1efd668064ee43b — 200 — 10.0 KiB — 139 ms — h2https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e94212792c8.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e94212792c8.jpeg — 200 — 280.9 KiB — 113 ms — h2https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e9269389a97.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e9269389a97.jpeg — 200 — 264.0 KiB — 123 ms — h2https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e93663675df.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e93663675df.jpeg — 200 — 189.5 KiB — 130 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/davide-chinellato/davide_chinellato_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/davide-chinellato/davide_chinellato_avatar.png?v=1 — 200 — 28.9 KiB — 61 ms — h2https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e87517d35b5.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e87517d35b5.jpeg — 200 — 210.4 KiB — 135 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/logos/logo-gazzetta-tutto-il-rosa-130anni_dsk.svg?v=c716cd670e29bf4b75b3af7e2f5eb4d5components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/logos/logo-gazzetta-tutto-il-rosa-130anni_dsk.svg?v=c716cd670e29bf4b75b3af7e2f5eb4d5 — 200 — 11.9 KiB — 21 ms — h2https://www.gazzetta.it/apw.js?v=4www.gazzetta.it/apw.js?v=4 https://www.gazzetta.it/apw.js?v=4 — 200 — 803 B — 65 ms — h2https://www.gazzetta.it/apw.js?v=4&f=modwww.gazzetta.it/apw.js?v=4&f=mod https://www.gazzetta.it/apw.js?v=4&f=mod — 200 — 6.2 KiB — 64 ms — h2https://components2.gazzettaobjects.it/rcs_tracking-service/v1/distro/gazzetta/TrackingService.js?v=5671f55ff5b7cc05725114a9fc26823ecomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tracking-service/v1/distro/gazzetta/TrackingService.js?v=5671f55ff5b7cc05725114a9fc26823e — 200 — 1.9 KiB — 19 ms — h2https://storage.googleapis.com/workbox-cdn/releases/4.0.0/workbox-window.prod.mjsstorage.googleapis.com/workbox-cdn/... https://storage.googleapis.com/workbox-cdn/releases/4.0.0/workbox-window.prod.mjs — 200 — 1.8 KiB — 120 ms — h2https://components2.gazzettaobjects.it/rcs_data-tracking/v1/distro/openx/gazzetta/openx_async.js?v=59783c733d9791df69357912620861f3components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_data-tracking/v1/distro/openx/gazzetta/openx_async.js?v=59783c733d9791df69357912620861f3 — 200 — 534 B — 20 ms — h2https://fundingchoicesmessages.google.com/i/pub-1003797122955615?ers=1fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/pub-1003797122955615?ers=1 — 200 — 69.8 KiB — 199 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.3 KiB — 76 ms — h3https://images2.gazzettaobjects.it/firme-fragments-new/redazione/fabio-licari/fabio-licari_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/fabio-licari/fabio-licari_avatar.png?v=1 — 200 — 29.7 KiB — 49 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/lorenzo-cascini/lorenzo-cascini_avatar.pngimages2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/lorenzo-cascini/lorenzo-cascini_avatar.png — 200 — 28.8 KiB — 117 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/collaboratori/furio-zara/furio-zara_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/collaboratori/furio-zara/furio-zara_avatar.png?v=1 — 200 — 27.9 KiB — 57 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/gregorio-spigno/gregorio_spigno_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/gregorio-spigno/gregorio_spigno_avatar.png?v=1 — 200 — 34.9 KiB — 73 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/matteo-dore/matteo_dore_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/matteo-dore/matteo_dore_avatar.png?v=1 — 200 — 27.2 KiB — 96 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/sebastiano-vernazza/sebastiano_vernazza_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/sebastiano-vernazza/sebastiano_vernazza_avatar.png?v=1 — 200 — 29.3 KiB — 107 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/francesco-pietrella/francesco_pietrella_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/francesco-pietrella/francesco_pietrella_avatar.png?v=1 — 200 — 32.3 KiB — 99 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/arianna-ravelli/arianna-ravelli_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/arianna-ravelli/arianna-ravelli_avatar.png?v=1 — 200 — 31.3 KiB — 107 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/davide-romani/davide_romani_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/davide-romani/davide_romani_avatar.png?v=1 — 200 — 30.7 KiB — 79 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/marco-iaria/marco_iaria_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/marco-iaria/marco_iaria_avatar.png?v=1 — 200 — 31.2 KiB — 75 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/federica-cocchi/federica-cocchi-avatar.png?v=2images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/federica-cocchi/federica-cocchi-avatar.png?v=2 — 200 — 29.3 KiB — 112 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/filippo-maria-ricci/filippo_maria_ricci_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/filippo-maria-ricci/filippo_maria_ricci_avatar.png?v=1 — 200 — 33.3 KiB — 105 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/alessandra-gozzini/alessandra-gozzini_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/alessandra-gozzini/alessandra-gozzini_avatar.png?v=1 — 200 — 30.2 KiB — 106 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/fabio-russo/fabio_russo_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/fabio-russo/fabio_russo_avatar.png?v=1 — 200 — 26.8 KiB — 75 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2026/04/21/69e71f63a5d7a.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2026/04/21/69e71f63a5d7a.jpeg — 200 — 30.3 KiB — 40 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/massimo-oriani/massimo-oriani.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/massimo-oriani/massimo-oriani.png?v=1 — 200 — 120.9 KiB — 144 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/04/18/69e37d181ae6a.r_d.747-602-1392.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/04/18/69e37d181ae6a.r_d.747-602-1392.jpeg — 200 — 22.5 KiB — 46 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/collaboratori/furio-zara/furio-zara.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/collaboratori/furio-zara/furio-zara.png?v=1 — 200 — 34.0 KiB — 112 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2026/04/17/69e22005aa889.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2026/04/17/69e22005aa889.jpeg — 200 — 25.3 KiB — 47 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/collaboratori/andrea-schianchi/andrea-schianchi.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/collaboratori/andrea-schianchi/andrea-schianchi.png?v=1 — 200 — 28.8 KiB — 139 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/04/15/69df7ef90700e.r_d.286-301.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/04/15/69df7ef90700e.r_d.286-301.jpeg — 200 — 22.5 KiB — 55 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2026/04/11/69da494612b1d.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2026/04/11/69da494612b1d.jpeg — 200 — 28.6 KiB — 58 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/giulio-di-feo/giulio_di_feo.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/giulio-di-feo/giulio_di_feo.png?v=1 — 200 — 26.0 KiB — 141 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/claudio-lenzi/claudio-lenzi_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/claudio-lenzi/claudio-lenzi_avatar.png?v=1 — 200 — 31.4 KiB — 144 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/andrea-ramazzotti/andrea_ramazzotti_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/andrea-ramazzotti/andrea_ramazzotti_avatar.png?v=1 — 200 — 29.6 KiB — 138 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2025/05/22/682f8eccb0835.r_d.1534-1050.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2025/05/22/682f8eccb0835.r_d.1534-1050.jpeg — 200 — 26.6 KiB — 57 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/03/21/69bf0f51d965d.r_d.459-306-2266.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/03/21/69bf0f51d965d.r_d.459-306-2266.jpeg — 200 — 26.0 KiB — 59 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/03/22/69c066a054d4b.r_d.791-162-2031.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/03/22/69c066a054d4b.r_d.791-162-2031.jpeg — 200 — 18.2 KiB — 67 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2026/03/06/69ab40e60156d.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2026/03/06/69ab40e60156d.jpeg — 200 — 23.8 KiB — 67 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2025/12/28/6950efc86578a.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2025/12/28/6950efc86578a.jpeg — 200 — 25.2 KiB — 74 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2025/04/17/680172ab08c47.r_d.1418-894.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2025/04/17/680172ab08c47.r_d.1418-894.jpeg — 200 — 25.1 KiB — 76 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/02/12/698e48331fc90.r_d.1206-875-863.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/02/12/698e48331fc90.r_d.1206-875-863.jpeg — 200 — 25.6 KiB — 77 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2025/09/01/68b57a525ff30.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2025/09/01/68b57a525ff30.jpeg — 200 — 35.1 KiB — 89 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2026/02/16/69933b4e63bd1.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/uploads/2026/02/16/69933b4e63bd1.jpeg — 200 — 19.9 KiB — 90 ms — h2https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/01/31/697df28b44632.r_d.611-156-2337.jpegdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_208_120/files/fp/uploads/2026/01/31/697df28b44632.r_d.611-156-2337.jpeg — 200 — 22.1 KiB — 98 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/collaboratori/paolo-marcacci/paolo-marcacci_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/collaboratori/paolo-marcacci/paolo-marcacci_avatar.png?v=1 — 200 — 29.0 KiB — 140 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/assets/img/ext/author-highlight/spotlight-icons/sveglia.png?v=50f983c7c854eb01c5e2497f77c3b9aacomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/assets/img/ext/author-highlight/spotlight-icons/sveglia.png?v=50f983c7c854eb01c5e2497f77c3b9aa — 200 — 7.2 KiB — 29 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/assets/img/ext/author-highlight/authors/luigi_garlando_new.png?v=28d8de24661a9ec3c0a69c35751f7f9ecomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/assets/img/ext/author-highlight/authors/luigi_garlando_new.png?v=28d8de24661a9ec3c0a69c35751f7f9e — 200 — 35.6 KiB — 57 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/ciro-scognamiglio/ciro_scognamiglio_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/ciro-scognamiglio/ciro_scognamiglio_avatar.png?v=1 — 200 — 29.0 KiB — 137 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/luca-gialanella/luca_gialanella_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/luca-gialanella/luca_gialanella_avatar.png?v=1 — 200 — 29.9 KiB — 138 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/sergio-arcobelli/sergio-arcobelli-avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/sergio-arcobelli/sergio-arcobelli-avatar.png?v=1 — 200 — 25.7 KiB — 139 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/nicola-binda/nicola-binda-avatar.png?v=2images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/nicola-binda/nicola-binda-avatar.png?v=2 — 200 — 37.5 KiB — 140 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/stefano-agresti/stefano_agresti_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/stefano-agresti/stefano_agresti_avatar.png?v=1 — 200 — 28.0 KiB — 140 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/collaboratori/antonio-giordano/antonio_giordano_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/collaboratori/antonio-giordano/antonio_giordano_avatar.png?v=1 — 200 — 29.9 KiB — 140 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/giulio-di-feo/giulio_di_feo_avatar.png?v=1images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/giulio-di-feo/giulio_di_feo_avatar.png?v=1 — 200 — 26.9 KiB — 124 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/giusto-ferronato/giusto-ferronato-avatar.png?v=2images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/giusto-ferronato/giusto-ferronato-avatar.png?v=2 — 200 — 29.7 KiB — 141 ms — h2https://images2.gazzettaobjects.it/firme-fragments-new/redazione/mario-salvini/mario-salvini_avatar.png?v=3images2.gazzettaobjects.it/firme-fr... https://images2.gazzettaobjects.it/firme-fragments-new/redazione/mario-salvini/mario-salvini_avatar.png?v=3 — 200 — 30.5 KiB — 140 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-vertical.png?v=2e71b0418d114a9d6fcb1b8410b28efccomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-vertical.png?v=2e71b0418d114a9d6fcb1b8410b28efc — 200 — 5.7 KiB — 30 ms — h2https://components2.gazzettaobjects.it/rcs_orchestrator/v4/20260402105651983.extra/chunks/3.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_orchestrator/v4/20260402105651983.extra/chunks/3.min.js — 200 — 14.2 KiB — 24 ms — h2https://components2.gazzettaobjects.it/rcs_tag-manager/v1/index.min.js?v=d9fb46062362341b7dec7c3c40196068components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/index.min.js?v=d9fb46062362341b7dec7c3c40196068 — 200 — 11.0 KiB — 24 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efccomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc — 200 — 3.0 KiB — 24 ms — h2https://components2.rcsobjects.it/rcs_adv/v1/distro/dfp/advtemplate/_assets/adv-placeholder.png?v=1.0.0components2.rcsobjects.it/rcs_adv/v... https://components2.rcsobjects.it/rcs_adv/v1/distro/dfp/advtemplate/_assets/adv-placeholder.png?v=1.0.0 — 200 — 17.3 KiB — 83 ms — h2https://components2.rcsobjects.it/rcs_tracking-service/v1/distro/HTML/trservice.shtml?userId=0components2.rcsobjects.it/rcs_track... https://components2.rcsobjects.it/rcs_tracking-service/v1/distro/HTML/trservice.shtml?userId=0 — 200 — 677 B — 63 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_features/v2/index.min.js?v=5690e5e23473e0e4ad8722927dceb1f3components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_features/v2/index.min.js?v=5690e5e23473e0e4ad8722927dceb1f3 — 200 — 5.8 KiB — 21 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_my-gazzetta/v1/index.min.js?v=8e5ec0950177aa951f2a53c3bcc3374fcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_my-gazzetta/v1/index.min.js?v=8e5ec0950177aa951f2a53c3bcc3374f — 200 — 5.6 KiB — 23 ms — h2https://components2.gazzettaobjects.it/rcs_gaz-ws-orchestrator/v1/index.min.js?v=5a490f2cc7514f96fdcfb9181f01e6eccomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz-ws-orchestrator/v1/index.min.js?v=5a490f2cc7514f96fdcfb9181f01e6ec — 200 — 3.7 KiB — 24 ms — h2https://components2.gazzettaobjects.it/rcs_iabtfc2/v5/index.min.js?v=20260422components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_iabtfc2/v5/index.min.js?v=20260422 — 200 — 200.4 KiB — 25 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946 — 200 — 187.4 KiB — 89 ms — h3https://components2.rcsobjects.it/rcs_adv/v1/distro/common/script/jquery-1.10.2.min.js?v=001components2.rcsobjects.it/rcs_adv/v... https://components2.rcsobjects.it/rcs_adv/v1/distro/common/script/jquery-1.10.2.min.js?v=001 — 200 — 32.5 KiB — 30 ms — h2https://components2.rcsobjects.it/rcs_tracking-service/v1/distro/HTML/functions.js?v=002components2.rcsobjects.it/rcs_track... https://components2.rcsobjects.it/rcs_tracking-service/v1/distro/HTML/functions.js?v=002 — 200 — 928 B — 27 ms — h2https://components2.rcsobjects.it/rcs_tracking-service/v1/distro/HTML/tr.js?v=003components2.rcsobjects.it/rcs_track... https://components2.rcsobjects.it/rcs_tracking-service/v1/distro/HTML/tr.js?v=003 — 200 — 1.6 KiB — 28 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxVJcVOcTKnuibzb6oAnNUafzj7N_ZDiCg_YQKJ5y6r9rd_BpQokbWbzfSWVkw17NoOJEmh-q20KZlkZ07gYaKZLMAVkuCSwft5j5i8THyplCATzauU22p6ADs2eNrEgIUsGQQSLZA==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVJcVOcTKnuibzb6oAnNUafzj7N_ZDiCg_YQKJ5y6r9rd_BpQokbWbzfSWVkw17NoOJEmh-q20KZlkZ07gYaKZLMAVkuCSwft5j5i8THyplCATzauU22p6ADs2eNrEgIUsGQQSLZA== — 204 — 28 B — 96 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxVJcVOcTKnuibzb6oAnNUafzj7N_ZDiCg_YQKJ5y6r9rd_BpQokbWbzfSWVkw17NoOJEmh-q20KZlkZ07gYaKZLMAVkuCSwft5j5i8THyplCATzauU22p6ADs2eNrEgIUsGQQSLZA==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVJcVOcTKnuibzb6oAnNUafzj7N_ZDiCg_YQKJ5y6r9rd_BpQokbWbzfSWVkw17NoOJEmh-q20KZlkZ07gYaKZLMAVkuCSwft5j5i8THyplCATzauU22p6ADs2eNrEgIUsGQQSLZA== — 204 — 28 B — 90 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxVZXEEQZjE5kfRMesy0vsoJraySIM2q1F4IE3B5BcFKJ6RxxEnlXBhtmrUqb1UT_NIizS-vO7B42t63SW2SKEc3A8sdIiSty4kGSjCoqcZ4omWjQia9VN3EMiL2_JluT0Uu-WBvmg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk1MDQzLDEzMDAwMDAwXSxudWxsLG51bGwsbnVsbCxbbnVsbCxbN11dLCJodHRwczovL3d3dy5nYXp6ZXR0YS5pdC8iLG51bGwsW1s4LCJwU0prbzE5NklIMCJdLFs5LCJlbi1VUyJdLFsxNiwiWzAsMCwwXSJdLFszNSwiMTc3Njg5NTA0MiJdLFsyNiwiMTYiXSxbMTksIjIiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzMxMDgyMjUzXV0iXSxbMjksImZhbHNlIl1dXQfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxVZXEEQZjE5kfRMesy0vsoJraySIM2q1F4IE3B5BcFKJ6RxxEnlXBhtmrUqb1UT_NIizS-vO7B42t63SW2SKEc3A8sdIiSty4kGSjCoqcZ4omWjQia9VN3EMiL2_JluT0Uu-WBvmg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk1MDQzLDEzMDAwMDAwXSxudWxsLG51bGwsbnVsbCxbbnVsbCxbN11dLCJodHRwczovL3d3dy5nYXp6ZXR0YS5pdC8iLG51bGwsW1s4LCJwU0prbzE5NklIMCJdLFs5LCJlbi1VUyJdLFsxNiwiWzAsMCwwXSJdLFszNSwiMTc3Njg5NTA0MiJdLFsyNiwiMTYiXSxbMTksIjIiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzMxMDgyMjUzXV0iXSxbMjksImZhbHNlIl1dXQ — 200 — 1.8 KiB — 46 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_features/v2/20260413092129229.extra/chunks/2848.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_features/v2/20260413092129229.extra/chunks/2848.min.js — 200 — 5.1 KiB — 21 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_features/v2/20260413092129229.extra/chunks/6685.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_features/v2/20260413092129229.extra/chunks/6685.min.js — 200 — 9.4 KiB — 21 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_my-gazzetta/v1/20230407134955312.extra/chunks/3.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_my-gazzetta/v1/20230407134955312.extra/chunks/3.min.js — 200 — 5.8 KiB — 21 ms — h2https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-Datalayer-feature.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-Datalayer-feature.min.js — 200 — 4.1 KiB — 19 ms — h2https://json2.gazzettaobjects.it/gazzaquiz/json/content.jsonjson2.gazzettaobjects.it/gazzaquiz/... https://json2.gazzettaobjects.it/gazzaquiz/json/content.json — 200 — 0 B — 121 ms — h2https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e8fcbf6cbc0.pngdimages2.gazzettaobjects.it/files/i... https://dimages2.gazzettaobjects.it/files/image_712_401/uploads/2026/04/22/69e8fcbf6cbc0.png — 200 — 474.6 KiB — 32 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TR5X5X2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TR5X5X2 — 200 — 167.4 KiB — 180 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_userauth/v5/index.min.js?v=53edc75788a8cea543a8db32d595bb05components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_userauth/v5/index.min.js?v=53edc75788a8cea543a8db32d595bb05 — 200 — 19.9 KiB — 25 ms — h2https://components2.gazzettaobjects.it/rcs_gallery-manager/v1/index.min.js?v=9fab7228f10f9831edaf8673a6fec800components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gallery-manager/v1/index.min.js?v=9fab7228f10f9831edaf8673a6fec800 — 200 — 7.3 KiB — 23 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_features/v2/20260413092129229.extra/chunks/3625.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_features/v2/20260413092129229.extra/chunks/3625.min.js — 200 — 5.7 KiB — 21 ms — h2https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-CMP-feature.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-CMP-feature.min.js — 200 — 38.6 KiB — 20 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_userauth/v5/20260319090942943.extra/chunks/7.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_userauth/v5/20260319090942943.extra/chunks/7.min.js — 200 — 4.7 KiB — 21 ms — h2https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/1396.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/1396.min.js — 200 — 17.0 KiB — 19 ms — h2https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-Permutive-feature.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-Permutive-feature.min.js — 200 — 5.3 KiB — 19 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_userauth/v5/20260319090942943.extra/chunks/15.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_userauth/v5/20260319090942943.extra/chunks/15.min.js — 200 — 2.7 KiB — 25 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_userauth/v5/20260319090942943.extra/chunks/14.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_userauth/v5/20260319090942943.extra/chunks/14.min.js — 200 — 2.9 KiB — 26 ms — h2https://json2.gazzettaobjects.it/gazzaquiz/json/content.jsonjson2.gazzettaobjects.it/gazzaquiz/... https://json2.gazzettaobjects.it/gazzaquiz/json/content.json — 200 — 1.0 KiB — 19 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 5.0 KiB — 27 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.4 KiB — 172 ms — h2https://js.tncid.app/route.jsjs.tncid.app/route.js https://js.tncid.app/route.js — 200 — 34.1 KiB — 101 ms — h2https://cdn.permutive.app/6ccc4e64-d4bc-4642-97b6-db50a75d8a5d-web.jscdn.permutive.app/6ccc4e64-d4bc-464... https://cdn.permutive.app/6ccc4e64-d4bc-4642-97b6-db50a75d8a5d-web.js — 200 — 218.4 KiB — 125 ms — h2https://api.permutive.com/ctx/v1/segment?k=28fbeef2-8763-403b-b4f5-228613440332api.permutive.com/ctx/v1/segment?k=... https://api.permutive.com/ctx/v1/segment?k=28fbeef2-8763-403b-b4f5-228613440332 — 200 — 342 B — 89 ms — h2https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/2853.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/2853.min.js — 200 — 16.8 KiB — 25 ms — h2https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-GPT-feature.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-GPT-feature.min.js — 200 — 15.8 KiB — 23 ms — h2https://images2.gazzettaobjects.it/gazzaquiz/images/2026/04/22/img0_1.jpeg?2026042221images2.gazzettaobjects.it/gazzaqui... https://images2.gazzettaobjects.it/gazzaquiz/images/2026/04/22/img0_1.jpeg?2026042221 — 200 — 1.4 MiB — 85 ms — h2https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 77.8 KiB — 29 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 35 ms — h3https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/6818.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/6818.min.js — 200 — 37.9 KiB — 41 ms — h2https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-Adobe-feature.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-Adobe-feature.min.js — 200 — 30.1 KiB — 42 ms — h2https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-Nielsen-feature.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-Nielsen-feature.min.js — 200 — 2.1 KiB — 31 ms — h2https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-Revive-feature.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Gazzetta-Revive-feature.min.js — 200 — 2.7 KiB — 30 ms — h2https://cdn-gl.imrworldwide.com/conf/P7AB574B4-32D6-4AB0-B1CE-30CBC5E34A85.jscdn-gl.imrworldwide.com/conf/P7AB57... https://cdn-gl.imrworldwide.com/conf/P7AB574B4-32D6-4AB0-B1CE-30CBC5E34A85.js — 200 — 6.6 KiB — 112 ms — h2https://components2.gazzettaobjects.it/rcs_video-manager/v3/index.min.js?v=e26e49ab544a895ecfb7df2662126f44components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_video-manager/v3/index.min.js?v=e26e49ab544a895ecfb7df2662126f44 — 200 — 96.5 KiB — 23 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-9933067&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-9933067&cx=c&gtm=4e64k0 — 200 — 147.4 KiB — 48 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1005907580&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1005907580&cx=c&gtm=4e64k0 — 200 — 138.3 KiB — 71 ms — h2https://svht.tradedoubler.com/tr_sdk.jssvht.tradedoubler.com/tr_sdk.js https://svht.tradedoubler.com/tr_sdk.js — 200 — 6.8 KiB — 60 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1006665735&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1006665735&cx=c&gtm=4e64k0 — 200 — 145.4 KiB — 65 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxVJcVOcTKnuibzb6oAnNUafzj7N_ZDiCg_YQKJ5y6r9rd_BpQokbWbzfSWVkw17NoOJEmh-q20KZlkZ07gYaKZLMAVkuCSwft5j5i8THyplCATzauU22p6ADs2eNrEgIUsGQQSLZA==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVJcVOcTKnuibzb6oAnNUafzj7N_ZDiCg_YQKJ5y6r9rd_BpQokbWbzfSWVkw17NoOJEmh-q20KZlkZ07gYaKZLMAVkuCSwft5j5i8THyplCATzauU22p6ADs2eNrEgIUsGQQSLZA== — 204 — 28 B — 32 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxVJcVOcTKnuibzb6oAnNUafzj7N_ZDiCg_YQKJ5y6r9rd_BpQokbWbzfSWVkw17NoOJEmh-q20KZlkZ07gYaKZLMAVkuCSwft5j5i8THyplCATzauU22p6ADs2eNrEgIUsGQQSLZA==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxVJcVOcTKnuibzb6oAnNUafzj7N_ZDiCg_YQKJ5y6r9rd_BpQokbWbzfSWVkw17NoOJEmh-q20KZlkZ07gYaKZLMAVkuCSwft5j5i8THyplCATzauU22p6ADs2eNrEgIUsGQQSLZA== — 204 — 28 B — 34 ms — h3https://api.ipify.org/api.ipify.org/ https://api.ipify.org/ — 200 — 144 B — 138 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=AA5673AE52E15B730A490D4C%40AdobeOrg&d_nsid=0&ts=1776895043764dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=AA5673AE52E15B730A490D4C%40AdobeOrg&d_nsid=0&ts=1776895043764 — 200 — 921 B — 150 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-9927244www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-9927244 — 200 — 129.6 KiB — 90 ms — h3https://js.tncid.app/7e6d99e6-51ab-4a6e-a4d5-c5ecad5601fb/config.jsjs.tncid.app/7e6d99e6-51ab-4a6e-a4d... https://js.tncid.app/7e6d99e6-51ab-4a6e-a4d5-c5ecad5601fb/config.js — 200 — 1.1 KiB — 43 ms — h3blob:https://www.gazzetta.it/c1a60203-e8a1-4ddc-b0b9-2475568765bbwww.gazzetta.it/c1a60203-e8a1-4ddc-... blob:https://www.gazzetta.it/c1a60203-e8a1-4ddc-b0b9-2475568765bb — 200 — -1 B — 80 ms — blobhttps://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 642 B — 38 ms — h2https://accounts.google.com/gsi/button?theme=outline&size=large&text=continue_with&width=300&is_fedcm_supported=true&client_id=766476005773-6fe7kj0fmenht18a7ldpd0q2okvcvb68.apps.googleusercontent.com&iframe_id=gsi_43889_788994&cas=qDfNu2GvEXjW1LWM8hb8hC5dCgWrS9HJyMsXiDm%2Bg78accounts.google.com/gsi/button?them... https://accounts.google.com/gsi/button?theme=outline&size=large&text=continue_with&width=300&is_fedcm_supported=true&client_id=766476005773-6fe7kj0fmenht18a7ldpd0q2okvcvb68.apps.googleusercontent.com&iframe_id=gsi_43889_788994&cas=qDfNu2GvEXjW1LWM8hb8hC5dCgWrS9HJyMsXiDm%2Bg78 — 200 — 54.8 KiB — 164 ms — h2https://cdn-gl.imrworldwide.com/conf/P17185872-CF5C-46BF-A832-994AEFB71F93.jscdn-gl.imrworldwide.com/conf/P17185... https://cdn-gl.imrworldwide.com/conf/P17185872-CF5C-46BF-A832-994AEFB71F93.js — 200 — 7.3 KiB — 20 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_menu/v2/index.min.js?v=9875fa6f81d12463fdee52dc4c30c8a1components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_menu/v2/index.min.js?v=9875fa6f81d12463fdee52dc4c30c8a1 — 200 — 7.4 KiB — 20 ms — h2https://rcsmediagroupspa.demdex.net/dest5.html?d_nsid=0rcsmediagroupspa.demdex.net/dest5.h... https://rcsmediagroupspa.demdex.net/dest5.html?d_nsid=0 — 200 — 3.2 KiB — 113 ms — h2https://cm.everesttech.net/cm/dd?d_uuid=84321639931238346743871779282478505187cm.everesttech.net/cm/dd?d_uuid=843... https://cm.everesttech.net/cm/dd?d_uuid=84321639931238346743871779282478505187 — 302 — 517 B — 153 ms — http/1.1https://smetrics.rcsmetrics.it/b/ss/rcsgazzettaproddef/1/JS-2.27.0/s7209724048145?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2021%3A57%3A24%203%200&mid=86786554419957653194093356321750794646&aamlh=6&ce=UTF-8&pageName=GAZ%2F&g=https%3A%2F%2Fwww.gazzetta.it%2F&c.&gaz.&sezione=homepage&.gaz&getPercentPageViewed=5.1&cor.&page_content_type=home&page_sezione=home&.cor&.c&ch=Homepage&server=www.gazzetta.it&events=event2&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&h1=gazzetta.it%2CHomepage&h2=Homepage&v6=home&c7=gazzetta.it&v11=GAZ%2F&v12=D%3Dch&c14=New&v14=D%3Dc14&c15=not%20logged%20in&v15=D%3Dc15&c16=9%3A57%20PM&v16=D%3Dc16&c17=Wednesday&v17=D%3Dc17&c18=Weekday&v18=D%3Dc18&c22=La%20Gazzetta%20dello%20Sport%20%7C%20Notizie%20sportive%20e%20risultati%20live%20di%20oggi&c32=non%20sottoscritto&c37=Privacy%20banner_cmp_1_1022&c43=rcsgazzettaproddef&c52=unknown&c53=home&v53=D%3Dc53&v54=no&c58=15&c61=No_Adv&c69=gazzetta.it%2Fhomepage&c70=highestPercentViewed%3D%20%7C%20initialPercentViewed%3D%20%7C%20foldsSeen%3D%20%7C%20foldsAvailable%3D&c71=no_refresh&v76=D%3Dc7&v77=D%3Dc71&v78=analytics%20in%20Tag%20manager&v80=no&v84=D%3Dv6&v95=www.gazzetta.it&v102=Landscape&v109=tab%20attivo&v113=d41d8cd98f00b204e9800998ecf8427e&v137=default&v142=false&v160=si&v163=243960781677cdb58989405d6bf7ebe4&v185=-1421814278&v186=18614.61&v200=86786554419957653194093356321750794646&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=AA5673AE52E15B730A490D4C%40AdobeOrg&AQE=1smetrics.rcsmetrics.it/b/ss/rcsgazz... https://smetrics.rcsmetrics.it/b/ss/rcsgazzettaproddef/1/JS-2.27.0/s7209724048145?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2021%3A57%3A24%203%200&mid=86786554419957653194093356321750794646&aamlh=6&ce=UTF-8&pageName=GAZ%2F&g=https%3A%2F%2Fwww.gazzetta.it%2F&c.&gaz.&sezione=homepage&.gaz&getPercentPageViewed=5.1&cor.&page_content_type=home&page_sezione=home&.cor&.c&ch=Homepage&server=www.gazzetta.it&events=event2&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&h1=gazzetta.it%2CHomepage&h2=Homepage&v6=home&c7=gazzetta.it&v11=GAZ%2F&v12=D%3Dch&c14=New&v14=D%3Dc14&c15=not%20logged%20in&v15=D%3Dc15&c16=9%3A57%20PM&v16=D%3Dc16&c17=Wednesday&v17=D%3Dc17&c18=Weekday&v18=D%3Dc18&c22=La%20Gazzetta%20dello%20Sport%20%7C%20Notizie%20sportive%20e%20risultati%20live%20di%20oggi&c32=non%20sottoscritto&c37=Privacy%20banner_cmp_1_1022&c43=rcsgazzettaproddef&c52=unknown&c53=home&v53=D%3Dc53&v54=no&c58=15&c61=No_Adv&c69=gazzetta.it%2Fhomepage&c70=highestPercentViewed%3D%20%7C%20initialPercentViewed%3D%20%7C%20foldsSeen%3D%20%7C%20foldsAvailable%3D&c71=no_refresh&v76=D%3Dc7&v77=D%3Dc71&v78=analytics%20in%20Tag%20manager&v80=no&v84=D%3Dv6&v95=www.gazzetta.it&v102=Landscape&v109=tab%20attivo&v113=d41d8cd98f00b204e9800998ecf8427e&v137=default&v142=false&v160=si&v163=243960781677cdb58989405d6bf7ebe4&v185=-1421814278&v186=18614.61&v200=86786554419957653194093356321750794646&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=AA5673AE52E15B730A490D4C%40AdobeOrg&AQE=1 — 200 — 370 B — 69 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 — 39 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=16&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gazzetta.it%2F&scrsrc=www.googletagmanager.com&rnd=653341565.1776895044&navt=n&npa=1&_tu=CA&gtm=45fe64k0v9181459913z8832074731za20gzb832074731zd832074731xec&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tids=DC-9933067~AW-16857073784&tid=DC-9933067&tft=1776895044137&tfd=1773pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=16&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gazzetta.it%2F&scrsrc=www.googletagmanager.com&rnd=653341565.1776895044&navt=n&npa=1&_tu=CA&gtm=45fe64k0v9181459913z8832074731za20gzb832074731zd832074731xec&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tids=DC-9933067~AW-16857073784&tid=DC-9933067&tft=1776895044137&tfd=1773 — 200 — 21 B — 109 ms — h3https://ade.googlesyndication.com/ddm/activity/src=9933067;type=main;cat=website;rcb=16;ord=7562245450872;npa=1;u1=undefined;u2=undefined;u6=undefined;u7=undefined;u17=https%3A%2F%2Fwww.gazzetta.it%2F;u18=%2F;u19=home;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0v9181459913z8832074731za20gzb832074731zd832074731xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10001;tag_exp=0~115938466~115938469~117266401;epver=2;~oref=https%3A%2F%2Fwww.gazzetta.it%2F?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=9933067;type=main;cat=website;rcb=16;ord=7562245450872;npa=1;u1=undefined;u2=undefined;u6=undefined;u7=undefined;u17=https%3A%2F%2Fwww.gazzetta.it%2F;u18=%2F;u19=home;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0v9181459913z8832074731za20gzb832074731zd832074731xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10001;tag_exp=0~115938466~115938469~117266401;epver=2;~oref=https%3A%2F%2Fwww.gazzetta.it%2F? — 302 — 508 B — 104 ms — h2https://ade.googlesyndication.com/ddm/activity/src=9933067;type=main;cat=homepage;rcb=16;ord=4024271300742;npa=1;u1=undefined;u2=undefined;u6=undefined;u7=undefined;u17=https%3A%2F%2Fwww.gazzetta.it%2F;u18=%2F;u19=home;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0v9181459913z8832074731za20gzb832074731zd832074731xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10001;tag_exp=0~115938466~115938469~117266401;epver=2;~oref=https%3A%2F%2Fwww.gazzetta.it%2F?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=9933067;type=main;cat=homepage;rcb=16;ord=4024271300742;npa=1;u1=undefined;u2=undefined;u6=undefined;u7=undefined;u17=https%3A%2F%2Fwww.gazzetta.it%2F;u18=%2F;u19=home;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0v9181459913z8832074731za20gzb832074731zd832074731xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10001;tag_exp=0~115938466~115938469~117266401;epver=2;~oref=https%3A%2F%2Fwww.gazzetta.it%2F? — 302 — 840 B — 103 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gazzetta.it%2F&scrsrc=www.googletagmanager.com&rnd=653341565.1776895044&navt=n&npa=1&_tu=CA&gtm=45be64k0v9170537448z8832074731za20gzb832074731zd832074731xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115938466~115938468~117266400~118128923~118463261&apve=1&apvf=f&apvc=0&tids=AW-1005907580&tid=AW-1005907580&tft=1776895044193&tfd=1829pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gazzetta.it%2F&scrsrc=www.googletagmanager.com&rnd=653341565.1776895044&navt=n&npa=1&_tu=CA&gtm=45be64k0v9170537448z8832074731za20gzb832074731zd832074731xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115938466~115938468~117266400~118128923~118463261&apve=1&apvf=f&apvc=0&tids=AW-1005907580&tid=AW-1005907580&tft=1776895044193&tfd=1829 — 200 — 21 B — 52 ms — h3https://dpm.demdex.net/ibs:dpid=411&dpuuid=aelERAAAAOX-XwN-dpm.demdex.net/ibs:dpid=411&dpuuid=... https://dpm.demdex.net/ibs:dpid=411&dpuuid=aelERAAAAOX-XwN- — 302 — 531 B — 49 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gazzetta.it%2F&scrsrc=www.googletagmanager.com&rnd=653341565.1776895044&navt=n&npa=1&_tu=KA&gtm=45be64k0v872451662z8832074731za20gzb832074731zd832074731xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115938466~115938469~117266401~117884344&apve=1&apvf=f&apvc=0&tids=AW-1006665735&tid=AW-1006665735&tft=1776895044243&tfd=1879pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gazzetta.it%2F&scrsrc=www.googletagmanager.com&rnd=653341565.1776895044&navt=n&npa=1&_tu=KA&gtm=45be64k0v872451662z8832074731za20gzb832074731zd832074731xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115938466~115938469~117266401~117884344&apve=1&apvf=f&apvc=0&tids=AW-1006665735&tid=AW-1006665735&tft=1776895044243&tfd=1879 — 200 — 21 B — 43 ms — h3https://ade.googlesyndication.com/ddm/activity/src=9933067;dc_pre=COLDp--5gpQDFUJEHQkd9KA6sw;type=main;cat=homepage;rcb=16;ord=4024271300742;npa=1;u1=undefined;u2=undefined;u6=undefined;u7=undefined;u17=https%3A%2F%2Fwww.gazzetta.it%2F;u18=%2F;u19=home;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0v9181459913z8832074731za20gzb832074731zd832074731xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10001;tag_exp=0~115938466~115938469~117266401;epver=2;~oref=https%3A%2F%2Fwww.gazzetta.it%2F?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=9933067;dc_pre=COLDp--5gpQDFUJEHQkd9KA6sw;type=main;cat=homepage;rcb=16;ord=4024271300742;npa=1;u1=undefined;u2=undefined;u6=undefined;u7=undefined;u17=https%3A%2F%2Fwww.gazzetta.it%2F;u18=%2F;u19=home;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0v9181459913z8832074731za20gzb832074731zd832074731xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10001;tag_exp=0~115938466~115938469~117266401;epver=2;~oref=https%3A%2F%2Fwww.gazzetta.it%2F? — 200 — 118 B — 34 ms — h2https://ade.googlesyndication.com/ddm/activity/src=9933067;dc_pre=CIzZp--5gpQDFUlpHQkdcNQS5g;type=main;cat=website;rcb=16;ord=7562245450872;npa=1;u1=undefined;u2=undefined;u6=undefined;u7=undefined;u17=https%3A%2F%2Fwww.gazzetta.it%2F;u18=%2F;u19=home;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0v9181459913z8832074731za20gzb832074731zd832074731xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10001;tag_exp=0~115938466~115938469~117266401;epver=2;~oref=https%3A%2F%2Fwww.gazzetta.it%2F?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=9933067;dc_pre=CIzZp--5gpQDFUlpHQkdcNQS5g;type=main;cat=website;rcb=16;ord=7562245450872;npa=1;u1=undefined;u2=undefined;u6=undefined;u7=undefined;u17=https%3A%2F%2Fwww.gazzetta.it%2F;u18=%2F;u19=home;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k0v9181459913z8832074731za20gzb832074731zd832074731xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10001;tag_exp=0~115938466~115938469~117266401;epver=2;~oref=https%3A%2F%2Fwww.gazzetta.it%2F? — 200 — 107 B — 36 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aelERAAAAOX-XwN-dpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aelERAAAAOX-XwN- — 200 — 470 B — 38 ms — h2https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Common-Gtag-feature.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_tag-manager/v1/20260422150843947.extra/chunks/Common-Gtag-feature.min.js — 200 — 1.9 KiB — 19 ms — h2https://api2-mtc.gazzetta.it/api/v1/sports/today/info?env=gazzettaapi2-mtc.gazzetta.it/api/v1/sports/... https://api2-mtc.gazzetta.it/api/v1/sports/today/info?env=gazzetta — 200 — 890 B — 70 ms — h2https://static2.abbonamenti.gazzetta.it/wp-content/uploads/json/topBarOfferteGazzetta.jsonstatic2.abbonamenti.gazzetta.it/wp-... https://static2.abbonamenti.gazzetta.it/wp-content/uploads/json/topBarOfferteGazzetta.json — 200 — 633 B — 63 ms — h2https://components2.gazzettaobjects.it/rcs_ux-scripts-loader/v1/index.min.js?v=1df8735f9be3e65d2f34bea6ae139860components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_ux-scripts-loader/v1/index.min.js?v=1df8735f9be3e65d2f34bea6ae139860 — 200 — 15.1 KiB — 19 ms — h2blob:https://www.gazzetta.it/75bc0f58-23c9-4791-894a-aa72e78dc43cwww.gazzetta.it/75bc0f58-23c9-4791-... blob:https://www.gazzetta.it/75bc0f58-23c9-4791-894a-aa72e78dc43c — 200 — -1 B — 30 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 — 58 ms — h2https://secure-it.imrworldwide.com/cgi-bin/gn?prd=session&c9=devid,&c13=asid,P7AB574B4-32D6-4AB0-B1CE-30CBC5E34A85&sessionId=tkbnugunmntqhhvjisvvuntodugrh1776895044&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,P7AB574B4-32D6-4AB0-B1CE-30CBC5E34A85&sessionId=tkbnugunmntqhhvjisvvuntodugrh1776895044&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 — 150 ms — h2https://www.gstatic.com/firebasejs/7.1.0/firebase-app.jswww.gstatic.com/firebasejs/7.1.0/fi... https://www.gstatic.com/firebasejs/7.1.0/firebase-app.js — 200 — 4.5 KiB — 91 ms — h2https://components2.gazzettaobjects.it/rcs_live-events-strip/v1/index.min.js?v=0df282366e14e3c2ece4018826db8cdbcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_live-events-strip/v1/index.min.js?v=0df282366e14e3c2ece4018826db8cdb — 200 — 2.1 KiB — 21 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/index.min.js?v=f946e379063173abd0fc0f7ba36bca3fcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/index.min.js?v=f946e379063173abd0fc0f7ba36bca3f — 200 — 2.7 KiB — 44 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_prospect-retarget/v1/index.min.js?v=7f3acb976ecdc1b720a34fbf92ea512bcomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_prospect-retarget/v1/index.min.js?v=7f3acb976ecdc1b720a34fbf92ea512b — 200 — 10.8 KiB — 25 ms — h2https://tkbnugunmntqhhvjisvvuntodugrh1776895044.nuid.imrworldwide.com/tkbnugunmntqhhvjisvvuntodugrh177689... https://tkbnugunmntqhhvjisvvuntodugrh1776895044.nuid.imrworldwide.com/ — 200 — 352 B — 122 ms — h2https://secure-it.imrworldwide.com/cgi-bin/gn?prd=session&c9=devid,&c13=asid,P17185872-CF5C-46BF-A832-994AEFB71F93&sessionId=jkoqerfrreljlxmwfpvcbzhus4dix1776895044&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,P17185872-CF5C-46BF-A832-994AEFB71F93&sessionId=jkoqerfrreljlxmwfpvcbzhus4dix1776895044&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 — 145 ms — h2https://jkoqerfrreljlxmwfpvcbzhus4dix1776895044.nuid.imrworldwide.com/jkoqerfrreljlxmwfpvcbzhus4dix177689... https://jkoqerfrreljlxmwfpvcbzhus4dix1776895044.nuid.imrworldwide.com/ — 200 — 352 B — 121 ms — h2https://dimages2.gazzettaobjects.it/favicon.icodimages2.gazzettaobjects.it/favicon... https://dimages2.gazzettaobjects.it/favicon.ico — 404 — 397 B — 23 ms — h2https://components2.gazzettaobjects.it/rcs_live-events-strip/v1/20250611083809356.extra/chunks/4.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_live-events-strip/v1/20250611083809356.extra/chunks/4.min.js — 200 — 7.8 KiB — 19 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/26.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/26.min.js — 200 — 765 B — 18 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/19.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/19.min.js — 200 — 10.7 KiB — 20 ms — h2https://components2.gazzettaobjects.it/rcs_most-viewed/v2/index.min.js?v=779e5b079a4363cc6a4e2d52ca96b439components2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_most-viewed/v2/index.min.js?v=779e5b079a4363cc6a4e2d52ca96b439 — 200 — 19.3 KiB — 19 ms — h2https://images2.gazzettaobjects.it/favicon.ico?v=20250606160009images2.gazzettaobjects.it/favicon.... https://images2.gazzettaobjects.it/favicon.ico?v=20250606160009 — 200 — 1.3 KiB — 21 ms — h2https://next-api-mtc2.gazzetta.it/api/sports/v1/livestrip?token=XRjaENlbnRlcgeF5tULFuwyAQ%2FRXE1EoMEVXSyHZ2F6emV0dGFNYXRjaENlbnRlcgMWD2mrJp3qDMhcYyRjXDhSWZb%2FvWdQJbvtgHjvcXfvHSP%2FjOAHXvAxuLoGf1c72wMaNK4LxftodFHxfcWFVVg3QFLFN0QrLrc7KeV%2BgbcVv0wit8iH%2F3sepdxt5rrL%2FbiwKrVgC%2FqkLKyEgxoEC86j6a4vLiRNMOc1%2BFXdMTuykSXvUjPBtEKgK2J9yKg1N3jrZ5lcG3NtWjqJ3KCLc8UqGfsTjf3ORoL6UsMZlKWJzkJGARXGQI9oLAVPgqcQihCo8LNnxvMXfDhPuU%2BJrzxeXex02WHeJv0GzYQTKts%2F9%2FNADyG2eB56mKaJT99bZqURnext-api-mtc2.gazzetta.it/api/sport... https://next-api-mtc2.gazzetta.it/api/sports/v1/livestrip?token=XRjaENlbnRlcgeF5tULFuwyAQ%2FRXE1EoMEVXSyHZ2F6emV0dGFNYXRjaENlbnRlcgMWD2mrJp3qDMhcYyRjXDhSWZb%2FvWdQJbvtgHjvcXfvHSP%2FjOAHXvAxuLoGf1c72wMaNK4LxftodFHxfcWFVVg3QFLFN0QrLrc7KeV%2BgbcVv0wit8iH%2F3sepdxt5rrL%2FbiwKrVgC%2FqkLKyEgxoEC86j6a4vLiRNMOc1%2BFXdMTuykSXvUjPBtEKgK2J9yKg1N3jrZ5lcG3NtWjqJ3KCLc8UqGfsTjf3ORoL6UsMZlKWJzkJGARXGQI9oLAVPgqcQihCo8LNnxvMXfDhPuU%2BJrzxeXex02WHeJv0GzYQTKts%2F9%2FNADyG2eB56mKaJT99bZqUR — 200 — 3.8 KiB — 146 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/2.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/2.min.js — 200 — 10.9 KiB — 20 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/25.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/25.min.js — 200 — 1.9 KiB — 21 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/24.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/24.min.js — 200 — 2.0 KiB — 22 ms — h2https://www.gstatic.com/firebasejs/7.1.0/firebase-messaging.jswww.gstatic.com/firebasejs/7.1.0/fi... https://www.gstatic.com/firebasejs/7.1.0/firebase-messaging.js — 200 — 11.8 KiB — 45 ms — h2https://api2-mtc.gazzetta.it/api/v1/widget/leafEvent?matchId=2610949&competitionId=259&sportId=1api2-mtc.gazzetta.it/api/v1/widget/... https://api2-mtc.gazzetta.it/api/v1/widget/leafEvent?matchId=2610949&competitionId=259&sportId=1 — 200 — 3.2 KiB — 21 ms — h2https://api2-mtc.gazzetta.it/api/v1/sports/calendar?sportId=1&competitionId=21api2-mtc.gazzetta.it/api/v1/sports/... https://api2-mtc.gazzetta.it/api/v1/sports/calendar?sportId=1&competitionId=21 — 200 — 1.9 KiB — 21 ms — h2https://api2-mtc.gazzetta.it/api/v1/standings/teams?sportId=1&competitionId=21api2-mtc.gazzetta.it/api/v1/standin... https://api2-mtc.gazzetta.it/api/v1/standings/teams?sportId=1&competitionId=21 — 200 — 3.1 KiB — 21 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/456.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/456.png — 200 — 7.7 KiB — 25 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/129.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/129.png — 200 — 28.0 KiB — 23 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/459.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/459.png — 200 — 13.4 KiB — 31 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/2174.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/2174.png — 200 — 20.3 KiB — 52 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/131.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/131.png — 200 — 12.1 KiB — 53 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/2170.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/2170.png — 200 — 18.9 KiB — 53 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/123.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/123.png — 200 — 9.9 KiB — 48 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/121.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/121.png — 200 — 22.7 KiB — 56 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/126.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/126.png — 200 — 9.9 KiB — 57 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/130.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/130.png — 200 — 22.5 KiB — 64 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/125.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/125.png — 200 — 7.9 KiB — 59 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/2182.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/2182.png — 200 — 26.4 KiB — 64 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/990.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/990.png — 200 — 5.5 KiB — 61 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/1065.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/1065.png — 200 — 20.0 KiB — 61 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/135.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/135.png — 200 — 11.5 KiB — 66 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/127.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/127.png — 200 — 16.0 KiB — 67 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/120.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/120.png — 200 — 6.9 KiB — 63 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/128.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/128.png — 200 — 2.4 KiB — 64 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/124.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/124.png — 200 — 37.7 KiB — 66 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/136.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/136.png — 200 — 21.4 KiB — 66 ms — h2https://components2.gazzettaobjects.it/rcs_live-events-strip/v1/20250611083809356.extra/chunks/6.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_live-events-strip/v1/20250611083809356.extra/chunks/6.min.js — 200 — 1.8 KiB — 32 ms — h2https://components2.gazzettaobjects.it/rcs_live-events-strip/v1/20250611083809356.extra/chunks/8.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_live-events-strip/v1/20250611083809356.extra/chunks/8.min.js — 200 — 3.1 KiB — 20 ms — h2https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/15.min.jscomponents2.gazzettaobjects.it/rcs_... https://components2.gazzettaobjects.it/rcs_gaz_mc-widgets/v1/20260403074622288.extra/chunks/15.min.js — 200 — 9.5 KiB — 19 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/90.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/90.png — 200 — 27.1 KiB — 22 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/43.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/43.png — 200 — 22.1 KiB — 23 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/91.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/91.png — 200 — 42.2 KiB — 27 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/2.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/2.png — 200 — 7.6 KiB — 25 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/178.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/178.png — 200 — 7.8 KiB — 26 ms — h2https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/176.pngimages2.gazzettaobjects.it/assets-m... https://images2.gazzettaobjects.it/assets-mc/calcio/squadre/med/176.png — 200 — 24.8 KiB — 28 ms — h2https://api2-mtc.gazzetta.it/api/v1/sports/today/info?env=gazzettaapi2-mtc.gazzetta.it/api/v1/sports/... https://api2-mtc.gazzetta.it/api/v1/sports/today/info?env=gazzetta — 200 — 891 B — 24 ms — h2https://secure-it.imrworldwide.com/cgi-bin/gn?prd=dcr&ci=it-901600&ch=it-901600_c45_GazzettaHomepage_BRW_S&asn=GazzettaHomepage_BRW&fp_id=&fp_cr_tm=&fp_acc_tm=&fp_emm_tm=&ve_id=&sessionId=tkbnugunmntqhhvjisvvuntodugrh1776895044&prv=1&c6=vc,c45&ca=NA&c13=asid,P7AB574B4-32D6-4AB0-B1CE-30CBC5E34A85&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,cia1djuy0fanm9irfda1r1xpzlydf1776895044&at=view&rt=text&c16=sdkv,bj.6.0.0&c27=cln,0&crs=&lat=&lon=&c29=plid,17768950443141002&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=68d5ec32201d25f7f473e4ca1bbe3c0f&c3=st,c&c64=starttm,1776895045&adid=68d5ec32201d25f7f473e4ca1bbe3c0f&c58=isLive,false&c59=sesid,&c61=createtm,1776895046&c63=pipMode,&uoo=&c68=bndlid,&nodeTM=&logTM=&c73=phtype,&c74=dvcnm,&c76=adbsnid,&c44=progen,&davty=0&si=https%3A%2F%2Fwww.gazzetta.it%2F&c66=mediaurl,&sdd=&c62=sendTime,1776895046&rnd=81948secure-it.imrworldwide.com/cgi-bin/... https://secure-it.imrworldwide.com/cgi-bin/gn?prd=dcr&ci=it-901600&ch=it-901600_c45_GazzettaHomepage_BRW_S&asn=GazzettaHomepage_BRW&fp_id=&fp_cr_tm=&fp_acc_tm=&fp_emm_tm=&ve_id=&sessionId=tkbnugunmntqhhvjisvvuntodugrh1776895044&prv=1&c6=vc,c45&ca=NA&c13=asid,P7AB574B4-32D6-4AB0-B1CE-30CBC5E34A85&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,cia1djuy0fanm9irfda1r1xpzlydf1776895044&at=view&rt=text&c16=sdkv,bj.6.0.0&c27=cln,0&crs=&lat=&lon=&c29=plid,17768950443141002&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=68d5ec32201d25f7f473e4ca1bbe3c0f&c3=st,c&c64=starttm,1776895045&adid=68d5ec32201d25f7f473e4ca1bbe3c0f&c58=isLive,false&c59=sesid,&c61=createtm,1776895046&c63=pipMode,&uoo=&c68=bndlid,&nodeTM=&logTM=&c73=phtype,&c74=dvcnm,&c76=adbsnid,&c44=progen,&davty=0&si=https%3A%2F%2Fwww.gazzetta.it%2F&c66=mediaurl,&sdd=&c62=sendTime,1776895046&rnd=81948 — 200 — 549 B — 109 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 1660ms · 1330KB · €9/mo
www.gazzetta.it
Other
Costly
Execution 506ms
Transfer 129 KB
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 270ms
Transfer 0 KB
Monthly Cost €1/mo
components2.gazzettaobjects.it
Other
Costly
Execution 226ms
Transfer 30 KB
Monthly Cost €1/mo
components2.gazzettaobjects.it
Other
Optional
Execution 103ms
Transfer 200 KB
Unused 13%
Monthly Cost €1/mo
components2.gazzettaobjects.it
Other
Optional
Execution 91ms
Transfer 96 KB
Unused 65%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 82ms
Transfer 147 KB
Unused 43%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 77ms
Transfer 167 KB
Unused 42%
Monthly Cost €0/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 73ms
Transfer 187 KB
Unused 75%
Monthly Cost €0/mo
cdn.permutive.app
Other
Optional
Execution 68ms
Transfer 218 KB
Unused 18%
Monthly Cost €0/mo
cdn-gl.imrworldwide.com
Other
Optional
Execution 55ms
Transfer 73 KB
Unused 54%
Monthly Cost €0/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 55ms
Transfer 70 KB
Unused 55%
Monthly Cost €0/mo
components2.gazzettaobjects.it
Other
Optional
Execution 52ms
Transfer 10 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • www.gazzetta.it adds 506ms and costs ~€3/month
  • Unattributable adds 270ms and costs ~€1/month
  • components2.gazzettaobjects.it adds 226ms and costs ~€1/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

www.gazzetta.it takes 506ms 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

Unattributable takes 270ms 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

components2.gazzettaobjects.it takes 226ms 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

65% of components2.gazzettaobjects.it'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

75% of securepubads.g.doubleclick.net'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

54% of cdn-gl.imrworldwide.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

55% of fundingchoicesmessages.google.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