Page summary

https://it.wikipedia.org/wiki/Italia

Tested 2026-05-26 04:54:35 using Chrome 148.0.7778.96 (runtime settings)

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU
| Summary | | Download Video | Download Timeline Log | Download HAR | Download Console Logs | 

Summary

LCP1.336 s
CLS0.032
Coach76
Loading & responsiveness (median)
TTFB
395 ms
First Paint
1.336 s
Fully Loaded
5.278 s
Total Blocking Time
189 ms
Max Potential FID
136 ms
Page weight & requests
Total transfer size
3.4 MB
Requests
245
CPU
CPU long tasks
7
CPU longest task duration
447 ms
CPU last long task at
4.987 s
Visual progress
First Visual Change
1.333 s
Speed Index
1.834 s
Visual Complete 85%
1.533 s
Visual Complete 99%
5.233 s
Last Visual Change
5.233 s
Screenshot of run 3

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange1.166 s1.333 s1.460 s2.000 s
LastVisualChange4.366 s5.233 s5.186 s5.900 s
SpeedIndex1.705 s1.834 s1.947 s2.540 s
LargestImage4.333 s5.166 s5.120 s5.800 s
Heading4.333 s5.166 s5.120 s5.800 s
LargestContentfulPaint4.333 s5.166 s5.120 s5.800 s
LastMeaningfulPaint4.333 s5.166 s5.120 s5.800 s
VisualReadiness2.900 s3.900 s3.727 s4.067 s
VisualComplete851.200 s1.533 s1.533 s2.033 s
VisualComplete954.366 s5.233 s5.186 s5.900 s
VisualComplete994.366 s5.233 s5.186 s5.900 s
Google Web Vitals
Time To First Byte (TTFB)394 ms395 ms458 ms696 ms
Largest Contentful Paint (LCP)1.180 s1.336 s1.462 s1.976 s
Cumulative Layout Shift (CLS)0.03130.03180.03170.0318
More metrics
firstPaint1.180 s1.336 s1.462 s1.976 s
loadEventEnd4.505 s5.176 s5.038 s5.184 s
User Timing
mwStartup845 ms1.151 s1.273 s2.014 s
mwCentralNoticeBanner4.158 s4.985 s4.948 s5.603 s
CPU
Total Blocking Time175 ms189 ms190 ms208 ms
Max Potential FID115 ms136 ms132 ms146 ms
CPU long tasks 4768
CPU last long task happens at4.159 s4.987 s4.984 s5.776 s
Waterfall | Download HAR | 

Waterfall

Run 3 SpeedIndex median

First paintFCPLCPDOMContentLoadedDOM interactiveLoadRender-blockingRedirectError

Video

Run 3 · median
Download video

Filmstrip

29 frames

Use --filmstrip.showAll to show all filmstrips.

0 s
1 sCPU Long Task duration 442 ms
1.5 sDOM Content Loaded Time 1.457 sFirst Visual Change 1.466 sFirst Contentful Paint 1.484 sLCP <P> mweg 1.484 s
1.6 smwStartup 1.511 sVisual Complete 85% 1.533 s
1.7 s
1.8 s
1.9 s
2 s
2.1 s
2.2 s
2.3 s
2.4 s
2.5 s
2.6 s
2.7 s
2.8 sCPU Long Task duration 101 ms
2.9 s
3 sCPU Long Task duration 103 ms
3.1 s
3.2 s
3.3 s
3.4 s
3.5 s
3.6 s
4 s
4.1 s
4.2 sLayout Shift 0.00055 4.134 smwCentralNoticeBanner 4.158 sCPU Long Task duration 141 ms
4.3 sLayout Shift 0.03125 4.276 s
4.4 sLargest Image 4.333 sHeading 4.333 sLast Visual Change 4.366 sVisual Complete 95% 4.366 sVisual Complete 99% 4.366 s
Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 9.2.1.

Performance advice

76
12 warnings3 info
warn(0)Avoid CPU Long TaskslongTasks

The page has 7 CPU long tasks with the total of 868 ms. The total blocking time is 184 ms and 2 long tasks before first contentful paint with total time of 434 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.

Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.

Offenders
  • unknown
  • unknown
  • unknown
  • self
  • self
  • unknown
  • self
warn(0)Serve images in modern formats (AVIF, WebP)modernImageFormats

The page ships 375 images (out of 375) in JPEG/PNG/GIF without a modern alternative. Wrap them in a <picture> with a <source type="image/avif"> or "image/webp" before the legacy <img>, or serve modern formats from your image pipeline directly. AVIF and WebP usually deliver 25–50% smaller files at the same quality.

AVIF and WebP routinely deliver 25–50% smaller files than JPEG and PNG at the same perceived quality, and every browser version still under support understands at least one of them. Ship modern formats either through a <picture> element with <source type="image/avif"> / "image/webp" entries in front of the legacy <img>, or directly from a content-negotiating image pipeline that returns AVIF / WebP when the client accepts it. https://web.dev/articles/serve-images-webp

Offenders
warn(0)Avoid extra requests by setting cache headerscacheHeaders

The page has 213 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 2.7 MB the next access.

The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.

Offenders
warn(0)Total JavaScript size shouldn't be too bigjavascriptSize

The total JavaScript transfer size is 455.2 kB and the uncompressed size is 1.8 MB. This is totally crazy! There is really room for improvement here.

A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?

Offenders
URLTransferContent
https://it.wikipedia.org/w/load.php?lang=it&modules=startup&only=scripts&raw=1&skin=vector-202221.8 KB65.9 KB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php4.1 KB8.3 KB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php17.7 KB60.3 KB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php358.4 KB1.4 MB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php25.4 KB120.6 KB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php2.8 KB14.8 KB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.4 KB994 B
https://en.wikipedia.org/w/index.php...a.org/w/index.php8.8 KB26.5 KB
https://meta.wikimedia.org/w/index.php...a.org/w/index.php2.7 KB4.1 KB
https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn1.4 KB254 B
warn(0)Total page size shouldn't be too bigpageSize

The page total transfer size is 3.6 MB, which is more than the coach limit of 3 MB. That is really big and you need to make it smaller.

Avoid having pages that have a transfer size over the wire of more than 3 MB (desktop) and 2 MB (mobile) because heavy pages hurt performance and are expensive for users on metered connections. Reference: HTTP Archive median page weight in 2024 was around 2.7 MB desktop / 2.4 MB mobile, so this rule fires when a page is above the modern median.

Offenders
URLTransferContent
https://it.wikipedia.org/wiki/Italia319.5 KB1.9 MB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php27.4 KB215.8 KB
https://it.wikipedia.org/w/load.php?lang=it&modules=startup&only=scripts&raw=1&skin=vector-202221.8 KB65.9 KB
https://it.wikipedia.org/w/load.php?lang=it&modules=site.styles&only=styles&skin=vector-20222.2 KB3.3 KB
https://it.wikipedia.org/static/images/mobile/copyright/wikipedia-wordmark-it-temp25.svg4.9 KB9.6 KB
https://it.wikipedia.org/static/images/icons/itwiki-temp25.svg2.4 KB3.2 KB
https://it.wikipedia.org/static/images/mobile/copyright/wikipedia-tagline-it-temp25.svg6.6 KB15.9 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Semi-protection-shackl...le-itwiki.svg.png1.8 KB664 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Nota_disambigua.svg/20...isambigua.svg.png1.8 KB718 B
https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Flag_of_Italy.svg/250p..._of_Italy.svg.png1.2 KB152 B
https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/Emblem_of_Italy.svg/12..._of_Italy.svg.png24.0 KB22.9 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/EU-Italy.svg/330px-EU-Italy.svg.png25.2 KB24.1 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Roma-Stemma-2.svg/20px...-Stemma-2.svg.png2.5 KB1.4 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Rom_%28IT%29%2C_Koloss..._2024_--_0610.jpg14.1 KB13.0 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Cathedral_and_Campanar..._2014_%282%29.JPG12.0 KB10.8 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/20110724_Milan_Cathedr...athedral_5266.jpg18.4 KB17.3 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Florence_Duomo_from_Mi...elangelo_hill.jpg12.0 KB10.9 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Basilica_Venecia.jpg/2...ilica_Venecia.jpg19.2 KB18.1 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/7/7d/CasertaReale.jpg/250px-CasertaReale.jpg17.3 KB16.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Palazzo_della_civilt%C...5904657870%29.jpg16.7 KB15.5 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Arrows-folder-categori...ategorize.svg.png1.8 KB688 B
https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa%2C_by_Leonar...RMF_retouched.jpg26.4 KB25.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Michelangelo%27s_David..._right_view_2.jpg15.9 KB14.8 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Ecstasy_of_St._Theresa...f_St._Theresa.jpg28.0 KB26.9 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Collageletteraturaital...aturaitaliana.jpg33.4 KB32.3 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/Milano_-_Teatro_alla_S...la_Scala_3924.jpg15.3 KB14.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Teatro_San_Carlo_large...lo_large_view.jpg25.6 KB24.5 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Collage_italian_music....italian_music.jpg23.3 KB22.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Bartolomeo_giuseppe_gu..._cremona_1743.JPG39.8 KB38.6 KB
https://upload.wikimedia.org/wikipedia/it/thumb/8/80/Collagecinemaitaliano.jpg/2...inemaitaliano.jpg19.6 KB17.8 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Ladri-biciclette-piogg...lette-pioggia.jpg15.3 KB14.1 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Leonardo_self.jpg/250px-Leonardo_self.jpg48.2 KB47.1 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Collage_scienziati_ita...iati_italiani.jpg23.2 KB22.1 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Map_of_Italy-it-2.svg/...taly-it-2.svg.png72.3 KB71.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Flag_of_Italy_%281861%...931946%29.svg.png1.3 KB218 B
https://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Magnifying_glass_icon_...icon_mgx2.svg.png2.1 KB1.0 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Iron_Age_Italy-la.svg/..._Italy-la.svg.png40.5 KB39.4 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Nuraghe_Su_Nuraxi_-_Ba..._-_Italy_-_29.jpg19.4 KB18.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Regioni_dell%27Italia_..._Augustea.svg.png120.8 KB119.7 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/F_Romanum.jpg/250px-F_Romanum.jpg19.1 KB18.0 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Kingdom_of_Italy_%28HR...8HRE%29_-_962.png72.6 KB71.5 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/Venedig_Aug_2020_1.jpg...ig_Aug_2020_1.jpg23.3 KB22.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Castel_del_Monte_BW_20...14_12-26-11_r.jpg11.1 KB10.0 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Italia_1494-it.svg/250...a_1494-it.svg.png56.8 KB55.7 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Map_of_Palmanova_in_15...ris_Hoefnagel.jpg25.1 KB23.9 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Italy_1796_it.svg/250p...y_1796_it.svg.png50.5 KB49.3 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Italia_1843.svg/250px-Italia_1843.svg.png58.1 KB57.0 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Garibaldi_%281866%29.j...di_%281866%29.jpg33.3 KB32.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Risorgimento.gif/250px-Risorgimento.gif76.8 KB75.6 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Kingdom_of_Italy_1919_..._1919_map.svg.png37.0 KB35.9 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Benito_Mussolini_and_A..._Adolf_Hitler.jpg31.8 KB30.6 KB
https://upload.wikimedia.org/wikipedia/it/thumb/2/23/Enrico_Berlinguer_e_Aldo_Mo...ma%2C_1977%29.jpg15.8 KB14.0 KB
https://upload.wikimedia.org/wikipedia/it/thumb/b/ba/Agguato_di_via_Fani_-_Roma%..._Roma%2C_1978.jpg26.6 KB24.8 KB
https://upload.wikimedia.org/wikipedia/it/thumb/1/1c/Borsellino-falcone.jpg/250p...llino-falcone.jpg13.2 KB11.4 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Italy_topographic_map-...map-blank.svg.png143.0 KB141.8 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Altimetria_Italia.svg/...ia_Italia.svg.png22.7 KB21.5 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Mont_Blanc_depuis_Valm...is_Valmorel_2.jpg17.0 KB15.8 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/Italia_Interazione_pla...he_tettoniche.JPG32.2 KB31.1 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/Pompei_und_Vesuv.JPG/2...pei_und_Vesuv.JPG9.7 KB8.6 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/c/c7/L%27Aquila_eathquake_p...ke_prefettura.jpg19.4 KB18.3 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Belvedere_con_balaustr...tra_di_pietra.jpg12.3 KB11.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/20110720_Verona_3078.j...0_Verona_3078.jpg22.6 KB21.4 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Koppen-Geiger_Mappa_IT..._presente.svg.png17.4 KB16.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/7/7d/Evoluzione_della_popol...%27Unit%C3%A0.png17.5 KB16.3 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Italian_resident_popul...nt_population.png13.1 KB12.0 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Figli_per_donna_ITA.jp...per_donna_ITA.jpg8.7 KB7.6 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Francesco_Hayez_-_Ritr...andro_Manzoni.jpg10.2 KB9.1 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Dialetti_parlati_in_It...ati_in_Italia.png48.8 KB47.7 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Minoranze_linguistiche...stiche_it.svg.png76.5 KB75.3 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Celebrazione_del_2777_...%A0_Gentile_2.jpg17.0 KB15.8 KB
https://upload.wikimedia.org/wikipedia/it/f/f4/Tommaso_Buscetta.jpg19.1 KB17.3 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Camera_dei_deputati_Au...ecitorio_Roma.jpg42.8 KB41.6 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Sergio_Mattarella_Pres...lica_Italiana.jpg20.5 KB19.3 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Giorgia_Meloni_Officia...ial_2023_crop.jpg21.3 KB20.1 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Regions_of_Italy_with_...fficial_names.png106.0 KB104.8 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/Flag_of_Valle_d%27Aost...d%27Aosta.svg.png1.4 KB309 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Flag_of_Piedmont.svg/2..._Piedmont.svg.png1.6 KB476 B
https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Flag_of_Liguria.svg/20...f_Liguria.svg.png1.4 KB302 B
https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Flag_of_Lombardy.svg/2..._Lombardy.svg.png1.5 KB466 B
https://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/Flag_of_Trentino-South...uth_Tyrol.svg.png1.4 KB318 B
https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Flag_of_Veneto.svg/20p...of_Veneto.svg.png1.9 KB828 B
https://upload.wikimedia.org/wikipedia/commons/thumb/5/55/Flag_of_Friuli-Venezia...ia_Giulia.svg.png1.4 KB284 B
https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Flag_of_Emilia-Romagna..._facto%29.svg.png1.3 KB232 B
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Flag_of_Tuscany.svg/20...f_Tuscany.svg.png1.5 KB425 B
https://upload.wikimedia.org/wikipedia/commons/thumb/c/cc/Flag_of_Umbria.svg/20p...of_Umbria.svg.png1.3 KB250 B
https://upload.wikimedia.org/wikipedia/commons/thumb/0/07/Flag_of_Marche.svg/20p...of_Marche.svg.png1.6 KB519 B
https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Flag_of_Lazio.svg/20px..._of_Lazio.svg.png1.9 KB814 B
https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/Flag_of_Abruzzo.svg/20...f_Abruzzo.svg.png1.4 KB270 B
https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Flag_of_Molise.svg/20p...of_Molise.svg.png1.3 KB266 B
https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Flag_of_Campania.svg/2..._Campania.svg.png1.6 KB483 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/Flag_of_Apulia.svg/20p...of_Apulia.svg.png1.5 KB382 B
https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Flag_of_Basilicata.svg...asilicata.svg.png1.3 KB190 B
https://upload.wikimedia.org/wikipedia/commons/thumb/8/8b/Flag_of_Calabria.svg/2..._Calabria.svg.png1.7 KB584 B
https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Flag_of_Sicily.svg/20p...of_Sicily.svg.png1.7 KB651 B
https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/Flag_of_Sardinia.svg/2..._Sardinia.svg.png1.3 KB244 B
https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Provincia_di_Roma-Stem...ma-Stemma.svg.png2.8 KB1.7 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Lazio_Coat_of_Arms.svg...t_of_Arms.svg.png2.5 KB1.4 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Provincia_di_Milano-St...no-Stemma.svg.png2.8 KB1.6 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/Regione-Lombardia-Stem...ia-Stemma.svg.png1.6 KB560 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Provincia_di_Napoli-St...li-Stemma.svg.png2.5 KB1.5 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Regione-Campania-Stemm...ia-Stemma.svg.png1.5 KB456 B
https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Citt%C3%A0_metropolita..._-_Stemma.svg.png1.8 KB750 B
https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Regione-Piemonte-Stemm...te-Stemma.svg.png1.5 KB447 B
https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Provincia_di_Palermo-S...mo-Stemma.svg.png3.1 KB2.0 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/Provincia_di_Genova-St...va-Stemma.svg.png2.3 KB1.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Coat_of_arms_of_Liguri...f_Liguria.svg.png1.7 KB632 B
https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Citt%C3%A0_metropolita..._-_Stemma.svg.png2.7 KB1.5 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Regione-Emilia-Romagna...na-Stemma.svg.png1.3 KB216 B
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Provincia_di_Firenze-S...ze-Stemma.svg.png3.0 KB1.9 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Coat_of_arms_of_Tuscan...f_Tuscany.svg.png2.2 KB1.1 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Citt%C3%A0_metropolita...ri-Stemma.svg.png2.6 KB1.5 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/Coat_of_Arms_of_Apulia...of_Apulia.svg.png2.9 KB1.8 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Provincia_di_Catania-S...ia-Stemma.svg.png2.8 KB1.7 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/5/57/Palazzo_Carovana_Pisa....Carovana_Pisa.jpg13.1 KB12.0 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Frecce_Tricolori_12_%2...3756331993%29.jpg10.1 KB9.0 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/1/19/Altar_della_Patria_Sep...tember_2015-1.jpg14.6 KB13.5 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Palazzo_mezzanotte_Mil...tock_Exchange.jpg21.9 KB20.7 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Palazzo_Eni_%28Rome%29...29_in_2021.02.jpg39.7 KB38.6 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Lingotto_%281966%29_-_..._-_Test_Track.jpg29.5 KB28.4 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Langhe.jpg/250px-Langhe.jpg18.6 KB17.5 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Lingotto-1.jpg/250px-Lingotto-1.jpg17.3 KB16.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Collage_turismo_Italia...urismo_Italia.jpg20.4 KB19.3 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/Autostrada_del_Sole_-_...y_-_panoramio.jpg12.6 KB11.4 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Etr400-frecciarossa-to...no-porta-susa.jpg19.9 KB18.8 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Collage_ambiente_Itali...ente_Italia_2.jpg25.0 KB23.9 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Collage_biodiversit%C3...3%A0_Italia_2.jpg28.8 KB27.7 KB
https://upload.wikimedia.org/wikipedia/it/thumb/7/7f/Benedetto_Croce.jpg/250px-Benedetto_Croce.jpg19.5 KB17.6 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Renzo_De_Felice.jpg/25...nzo_De_Felice.jpg22.3 KB21.2 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Palio_di_Siena_2008_%2..._2008_%282%29.jpg18.4 KB17.3 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Italian_food.JPG/250px-Italian_food.JPG33.7 KB32.6 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/FIFA_world_cup_2006_-_..._maximus_flag.jpg16.0 KB14.8 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Sebastian_Vettel_2016_...alaysia_FP2_1.jpg14.1 KB12.9 KB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php4.1 KB8.3 KB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php17.7 KB60.3 KB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php358.4 KB1.4 MB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.1 KB221 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.3 KB704 B
https://it.wikipedia.org/w/skins/Vector/resources/skins.vector.styles/images/arr...n-progressive.svg1.0 KB217 B
https://it.wikipedia.org/w/extensions/Kartographer/styles/images/mapPin-progressive.svg?e68e31.1 KB329 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.2 KB471 B
https://it.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e1.1 KB305 B
https://it.wikipedia.org/w/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e4401012 B171 B
https://it.wikipedia.org/w/skins/Vector/resources/skins.vector.styles/images/lin...r-progressive.svg1.1 KB298 B
https://en.wikipedia.org/w/index.php...a.org/w/index.php2.9 KB5.7 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/20p...uote-logo.svg.png1.8 KB726 B
https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/20p...ooks-logo.svg.png2.0 KB900 B
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wiktionary_small.svg/2...ary_small.svg.png2.1 KB998 B
https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/20px...news-logo.svg.png2.1 KB997 B
https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/20px-Commons-logo.svg.png1.7 KB608 B
https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-ico...o-v3-icon.svg.png1.4 KB334 B
https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/20px-Blue_pencil.svg.png1.4 KB272 B
https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Flag_of_Italy.svg/20px..._of_Italy.svg.png1.2 KB130 B
https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/2014-03-29_Altare_dell..._della_Patria.jpg16.1 KB15.1 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/Emblem_of_Italy.svg/20..._of_Italy.svg.png2.3 KB1.3 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Flag_of_Albania.svg/20...f_Albania.svg.png1.1 KB146 B
https://upload.wikimedia.org/wikipedia/commons/thumb/1/19/Flag_of_Andorra.svg/20...f_Andorra.svg.png1.4 KB468 B
https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Flag_of_Armenia.svg/20...f_Armenia.svg.png1.2 KB304 B
https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Flag_of_Austria.svg/20...f_Austria.svg.png1.0 KB90 B
https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Flag_of_Azerbaijan.svg...zerbaijan.svg.png1.3 KB363 B
https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/Flag_of_Belgium_%28civ...8civil%29.svg.png1.1 KB130 B
https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Flag_of_Belarus.svg/20...f_Belarus.svg.png1.1 KB148 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/bf/Flag_of_Bosnia_and_Her...rzegovina.svg.png1.1 KB172 B
https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Flag_of_Bulgaria.svg/2..._Bulgaria.svg.png1014 B68 B
https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Flag_of_Cyprus.svg/20p...of_Cyprus.svg.png1.4 KB522 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Flag_of_Vatican_City_%...resent%29.svg.png1.2 KB298 B
https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Flag_of_Croatia.svg/20...f_Croatia.svg.png1.1 KB200 B
https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Flag_of_Denmark.svg/20...f_Denmark.svg.png1.1 KB146 B
https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Flag_of_Estonia.svg/20...f_Estonia.svg.png1.0 KB94 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Flag_of_Finland.svg/20...f_Finland.svg.png1.1 KB164 B
https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Flag_of_France.svg/20p...of_France.svg.png1.1 KB134 B
https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Flag_of_Georgia.svg/20...f_Georgia.svg.png1.1 KB166 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Flag_of_Germany.svg/20...f_Germany.svg.png995 B54 B
https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Flag_of_Greece.svg/20p...of_Greece.svg.png1.1 KB166 B
https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/Flag_of_Ireland.svg/20...f_Ireland.svg.png1.0 KB86 B
https://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/Flag_of_Iceland.svg/20...f_Iceland.svg.png1.1 KB178 B
https://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Flag_of_Kazakhstan.svg...azakhstan.svg.png1.1 KB190 B
https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Flag_of_Latvia.svg/20p...of_Latvia.svg.png1001 B58 B
https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Flag_of_Liechtenstein....htenstein.svg.png1.1 KB134 B
https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Flag_of_Lithuania.svg/...Lithuania.svg.png1020 B74 B
https://upload.wikimedia.org/wikipedia/commons/thumb/d/da/Flag_of_Luxembourg.svg...uxembourg.svg.png1014 B68 B
https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Flag_of_North_Macedoni...Macedonia.svg.png1.4 KB510 B
https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Flag_of_Malta.svg/20px..._of_Malta.svg.png1.1 KB134 B
https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Flag_of_Moldova.svg/20...f_Moldova.svg.png1.3 KB407 B
https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Flag_of_Monaco.svg/20p...of_Monaco.svg.png994 B52 B
https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Flag_of_Montenegro.svg...ontenegro.svg.png1.1 KB218 B
https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Flag_of_Norway.svg/20p...of_Norway.svg.png1.1 KB192 B
https://upload.wikimedia.org/wikipedia/commons/thumb/2/20/Flag_of_the_Netherland...therlands.svg.png1.0 KB100 B
https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/Flag_of_Poland.svg/20p...of_Poland.svg.png1.2 KB308 B
https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Flag_of_Portugal.svg/2..._Portugal.svg.png1.1 KB228 B
https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Flag_of_the_United_Kin...%283-5%29.svg.png1.3 KB320 B
https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Flag_of_the_Czech_Repu..._Republic.svg.png1.1 KB180 B
https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Flag_of_Romania.svg/20...f_Romania.svg.png1.1 KB130 B
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Flag_of_Russia.svg/20p...of_Russia.svg.png1.0 KB96 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Flag_of_San_Marino.svg...an_Marino.svg.png1.2 KB300 B
https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Flag_of_Serbia.svg/20p...of_Serbia.svg.png1.2 KB318 B
https://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Flag_of_Slovakia.svg/2..._Slovakia.svg.png1.4 KB479 B
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Flag_of_Slovenia.svg/2..._Slovenia.svg.png1.3 KB364 B
https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Flag_of_Spain.svg/20px..._of_Spain.svg.png1.1 KB214 B
https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Flag_of_Sweden.svg/20p...of_Sweden.svg.png1.0 KB126 B
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Flag_of_Switzerland.sv...itzerland.svg.png1.0 KB108 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Flag_of_Turkey.svg/20p...of_Turkey.svg.png1.1 KB184 B
https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/Flag_of_Ukraine.svg/20...f_Ukraine.svg.png1.0 KB80 B
https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Flag_of_Hungary.svg/20...f_Hungary.svg.png1.0 KB88 B
https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Flag_of_the_Republic_o..._Abkhazia.svg.png1.1 KB180 B
https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Flag_of_the_Turkish_Re...rn_Cyprus.svg.png1.4 KB495 B
https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Flag_of_Kosovo.svg/20p...of_Kosovo.svg.png1.4 KB513 B
https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/Flag_of_South_Ossetia....h_Ossetia.svg.png1.0 KB84 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Flag_of_Transnistria_%...8state%29.svg.png1.0 KB114 B
https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Flag_of_the_Faroe_Isla...e_Islands.svg.png1.3 KB404 B
https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Flag_of_Gibraltar.svg/...Gibraltar.svg.png1.4 KB441 B
https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Flag_of_Guernsey.svg/2..._Guernsey.svg.png1.1 KB192 B
https://upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Flag_of_Jersey.svg/20p...of_Jersey.svg.png1.1 KB228 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Flag_of_the_Isle_of_Ma...le_of_Man.svg.png1.3 KB398 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Europe.svg/20p...of_Europe.svg.png1.1 KB186 B
https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/European_Union_main_ma..._main_map.svg.png37.6 KB36.7 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Flag_of_NATO.svg/20px-Flag_of_NATO.svg.png1.4 KB484 B
https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/North_Atlantic_Treaty_...ection%29.svg.png10.4 KB9.4 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Flag_of_Canada.svg/20p...of_Canada.svg.png1.1 KB156 B
https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Flag_of_the_United_Sta...ed_States.svg.png1.1 KB196 B
https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Flag_of_Japan.svg/20px..._of_Japan.svg.png1.1 KB182 B
https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/G8_organization.svg/25...anization.svg.png9.7 KB8.8 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Flag_of_Italy.svg/40px..._of_Italy.svg.png1.1 KB140 B
https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Flag_of_NATO.svg/40px-Flag_of_NATO.svg.png1.2 KB336 B
https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Europe.svg/40p...of_Europe.svg.png1.2 KB322 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php25.4 KB120.6 KB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php2.8 KB14.8 KB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.4 KB994 B
https://en.wikipedia.org/w/index.php...a.org/w/index.php8.8 KB26.5 KB
https://it.wikipedia.org/wiki/Special:CentralAutoLogin/start?useformat=desktop&type=script&usesul3=1N/A0 b
https://meta.wikimedia.org/w/index.php...a.org/w/index.php2.7 KB4.1 KB
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.1 KB264 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.1 KB304 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.1 KB341 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.1 KB324 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.1 KB323 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.1 KB274 B
https://auth.wikimedia.org/metawiki/wiki/Special:CentralAutoLogin/checkLoggedIn...gin/checkLoggedIn1.4 KB254 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.1 KB289 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.2 KB411 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.3 KB704 B
https://it.wikipedia.org/w/load.php...ia.org/w/load.php1.1 KB285 B
https://upload.wikimedia.org/wikipedia/foundation/2/20/CloseWindow19x19.png1.7 KB833 B
https://upload.wikimedia.org/wikipedia/commons/3/39/WLE_Austria_Logo_%28text_right%29.svg5.7 KB14.7 KB
https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/WLE_Germany_banner_202...y_banner_2023.jpg28.0 KB27.0 KB
https://it.wikipedia.org/static/favicon/wikipedia.ico1.8 KB2.7 KB
warn(1)Lazy-load below-the-fold imageslazyLoadingImages

The page has 363 below-the-fold images without loading="lazy". Add loading="lazy" so the browser defers downloading and decoding them until the user scrolls them into view.

Adding loading="lazy" to an <img> tells the browser not to download or decode it until it is close to the viewport. For images that the user may never see (deep in the page, behind a tab, in a footer carousel), this saves bandwidth and main-thread time during initial render. The LCP image and any image in the initial viewport should NOT be lazy-loaded — that delays the first paint. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading

Offenders
warn(20)Don't scale images in the browseravoidScalingImages

The page has 8 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.

It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.

Offenders
warn(50)Total image size shouldn't be too bigimageSize

The page total image size is 2.5 MB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.

Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.

warn(50)Don't use private headers on static contentprivateAssets

The page has 6 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.

If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.

Offenders
infoLong cache headers is goodcacheHeadersLong

The page has 22 requests that have a shorter cache time than one year (but still a cache time).

Setting a cache header is good. Setting a long cache header (a year) is even better because the asset will stay in the browser cache across visits. For content-hashed URLs (e.g. app.4af2.css) you can safely use Cache-Control: max-age=31536000, immutable. For unversioned URLs that may change, use a revalidating strategy instead.

Offenders
warn(90)Avoid doing redirectsassetsRedirects

The page has 1 redirect. 1 of the redirects are from the base domain, please fix them!

A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile.

Offenders
infoMake each CSS response smalloptimalCssSize

https://it.wikipedia.org/w/load.php?lang=it&modules=ext.cite.parsoid.styles%7Cext.cite.styles%7Cext.imagemap.styles%7Cext.kartographer.style%7Cext.phonos.icons%2Cstyles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cext.wikimediamessages.styles%7Cjquery.makeCollapsible.styles%7Cjquery.tablesorter.styles%7Cmediawiki.skinning.content.parsoid%7Cmediawiki.skins.legacy%7Cskins.vector.icons%2Cstyles%7Cskins.vector.search.codex.styles%7Cwikibase.client.init&only=styles&skin=vector-2022 size is 28.1 kB (28095) and that is bigger than the limit of 25 kB. Try to keep each CSS response under 25 kB.

Render-blocking CSS holds up the first paint until it has fully downloaded, parsed and applied, so smaller CSS files mean a faster start. Split your CSS into a small critical bundle inlined or eagerly loaded, with the rest lazy-loaded.

Offenders
URLTransferContent
https://it.wikipedia.org/w/load.php...ia.org/w/load.php27.4 KB215.8 KB
warn(95)Inline CSS for faster first renderinlineCss

The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.

In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.

infoAdd decoding="async" to non-critical imagesdecodingAsync

The page has 6 images (out of 380) without a decoding hint. Add decoding="async" to non-critical images so the browser can decode them off the main thread.

Setting decoding="async" on an <img> tells the browser it can decode the image off the main thread, which keeps the page responsive to user interactions while images are being processed. The default ("auto") leaves the choice to the browser. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#decoding

Offenders
warn(99)Avoid slowing down the critical rendering pathavoidRenderBlocking

The page has 2 blocking requests and 0 in body parser blocking (0 JavaScript and 2 CSS). There are 1 potentially render blocking requests. You need to verify if it is render blocking: https://it.wikipedia.org/w/load.php?lang=it&modules=startup&only=scripts&raw=1&skin=vector-2022

The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.

Offenders

Best practice advice

74
1 warning4 info
infoGive every image a textual alternativeimageAltText

The page has 144 images without an alt attribute. Add alt="..." with a description, or alt="" if the image is purely decorative.

Every <img> needs an alt attribute. Use alt="meaningful description" for content images so assistive technologies can announce them, or alt="" (or role="presentation" / aria-hidden="true") for purely decorative images so they are skipped. A missing alt attribute leaves screen reader users with no information at all. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#alt

Offenders
infoMeta descriptionmetaDescription

The page is missing a meta description.

Use a page description to make the page more relevant to search engines.

infoAvoid unnecessary headersunnecessaryHeaders

There are 26 responses that sets both a max-age and expires header. There are 245 responses that sets a server header.

Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.

Offenders
warn(50)Set a sensible viewport meta tagviewport

The viewport meta tag does not contain width=device-width, the browser may use a desktop-width fallback.

The viewport meta tag tells the browser how to lay out the page on small screens. Without it (or without width=device-width) the page is rendered at a desktop fallback width and scaled down, which makes text unreadable on mobile. Disabling zoom (user-scalable=no, maximum-scale<=1) is also an accessibility regression. https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag

infoDo not send too long headerslongHeaders

https://it.wikipedia.org/wiki/Italia has a header content-security-policy that is 4555 characters long. https://it.wikipedia...ia.org/w/load.php has a header sourcemap that is 1462 characters long.

Do not send response headers that are too long.

Offenders

Privacy advice

80
4 warnings2 info
infoSet a Cross-Origin-Embedder-Policy header so cross-origin subresources opt in to being embedded.crossOriginEmbedderPolicyHeader

Set a Cross-Origin-Embedder-Policy header (typically require-corp or credentialless) on the document response to control cross-origin embedding.

Cross-Origin-Embedder-Policy (COEP) makes the page refuse to load cross-origin subresources unless they explicitly opt in via CORP or CORS. Together with Cross-Origin-Opener-Policy it puts the page in a cross-origin isolated context, which mitigates cross-window side-channel attacks (Spectre) and unlocks high-resolution timers and SharedArrayBuffer. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy

Offenders
warn(0)Set a Cross-Origin-Opener-Policy header to isolate the page from cross-origin windows.crossOriginOpenerPolicyHeader

Set a Cross-Origin-Opener-Policy header (typically same-origin) on the document response to isolate the page from cross-origin windows.

Cross-Origin-Opener-Policy (COOP) lets a page sever its window-group ties to cross-origin documents that opened it or that it opens. Together with Cross-Origin-Embedder-Policy it puts the page in a cross-origin isolated context, which mitigates cross-window side-channel attacks (Spectre) and unlocks high-resolution timers and SharedArrayBuffer. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy

Offenders
infoSet a Cross-Origin-Resource-Policy header to limit who may embed the page.crossOriginResourcePolicyHeader

Set a Cross-Origin-Resource-Policy header (same-origin, same-site or cross-origin) on the document response to limit who may embed it.

Cross-Origin-Resource-Policy (CORP) is a per-response opt-in that tells the browser which origins are allowed to embed the resource. It blocks cross-origin or cross-site no-cors embedding (img, script, iframe, etc.) and is one of the building blocks of cross-origin isolation. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Resource-Policy

Offenders
warn(0)Set a Permissions-Policy header to control which browser features the page can use.permissionsPolicyHeader

Set a Permissions-Policy header to control which browser features the page can use.

The Permissions-Policy response header (the successor to Feature-Policy) lets a site explicitly opt in or out of powerful browser features such as camera, microphone, geolocation, payment and clipboard. Setting a strict policy reduces the attack surface and limits what embedded third parties can do. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy

Offenders
warn(0)Set a referrer-policy header to make sure you do not leak user information.referrerPolicyHeader

Set a referrer-policy header to make sure you do not leak user information.

Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.

Offenders
warn(30)Use a strict Content-Security-Policy header to mitigate cross-site scripting (XSS) attacks.contentSecurityPolicyHeader

The policy allows 'unsafe-inline', which lets the browser execute inline scripts and styles directly from the page. Move to nonces or hashes plus 'strict-dynamic' so that inline injection cannot run. The policy allows 'unsafe-eval', which lets the page call eval() and Function(). Almost no application needs this; remove it.

A Content-Security-Policy response header tells the browser which sources of script, style, and other content are allowed. The most effective form is a strict CSP using nonces or hashes together with strict-dynamic; the worst is a missing header, with unsafe-inline and unsafe-eval close behind. https://web.dev/articles/strict-csp

Page info

Page info

TitleItalia - Wikipedia
GeneratorMediaWiki 1.47.0-wmf.3
Width1904
Height68888
DOM elements19183
Avg DOM depth15
Max DOM depth26
Iframes0
Script tags5
Local storage1.0 MB
Session storage0 b
Network Information API3g

Resource hints

3 hints
dns-prefetch
  • https://meta.wikimedia.org/
  • https://it.wikipedia.org/wiki/auth.wikimedia.org
preconnect
  • https://upload.wikimedia.org/

Technologies used to build the page

Data collected using Coach-core version 9.2.1. With updated code from Webappanalyzer 2026-05-04. Use --browsertime.firefox.includeResponseBodies html or --browsertime.chrome.includeResponseBodies html to help Wappalyzer find more information about technologies used.

Detected technologies

4 technologies
Visual Metrics | Google Web Vitals | Largest Contentful Paint | Cumulative Layout Shift | Browser metrics | Long Aninimation Frames | Visual Elements | Server timings | 

Data from run 3

Visual Metrics

Visual progress
Visual progress at 0 s0.0s
Visual progress at 1.7 s1.7s
Visual progress at 2.1 s2.1s
Visual progress at 2.5 s2.5s
Visual progress at 2.9 s2.9s
Visual progress at 3.3 s3.3s
Visual progress at 4 s4.0s
Visual progress at 4.4 s4.4s
FCP1.48s
LCP1.48s
VC851.53s
Long tasks
0.0s0.9s1.8s2.6s3.5s4.4s

Google Web Vitals

from run 3

Largest Contentful Paint

When the page main content is rendered, collected via the Largest Contentful Paint API. Read more about Largest Contentful Paint.

1.484 sLCP render time

Phase breakdown

  • TTFB410 ms
  • Resource load delay0 ms
  • Resource load duration0 ms
  • Element render delay1.074 s

Element

Element type
<p>
Element id
mweg
Size (w × h)
110374
Load time
0 ms
Recalculate-style elements before LCP
15564 (222.81 ms)

DOM path

body > div:eq(2) > div > div:eq(2) > main#content > div#bodyContent > div#mw-content-text > div:eq(0) > section#mwAQ > p#mweg
LCP

The LCP element is highlighted in the screenshot. If nothing is highlighted the element was removed before the screenshot or the LCP API couldn't find it.

Cumulative Layout Shift

How much the page's content shifts as it loads, collected via the Cumulative Layout Shift API.

0.032cumulative layout shift score

Elements that shifted

Sorted by individual shift score (higher = bigger shift). The top entries usually account for most of the page's CLS.

  • #10.031<div class="mw-content-container"></div>,<div class="vector-column-start"></div>
    body > div:eq(2) > div > div:eq(2),body > div:eq(2) > div > div:eq(1)
  • #20.001<div class="mw-portlet mw-portlet-skin-client-prefs-skin-theme vector-menu" id="skin-client-prefs-skin-theme"></div>,<div class="mw-portlet mw-portlet-skin-client-prefs-vector-feature-limited-width vector-menu" id="skin-client-prefs-vector-feature-limited-width"></div>,<label class="cdx-label cdx-radio__label" for="skin-client-pref-vector-feature-custom-font-size-value-2"></label>,<label class="cdx-label cdx-radio__label" for="skin-client-pref-vector-feature-custom-font-size-value-1"></label>,<::before></::before>
    body > div:eq(2) > div > div:eq(2) > main#content > div:eq(1) > div > nav:eq(1) > div#vector-appearance-pinned-container > div#vector-appearance > div#skin-client-prefs-skin-theme,body > div:eq(2) > div > div:eq(2) > main#content > div:eq(1) > div > nav:eq(1) > div#vector-appearance-pinned-container > div#vector-appearance > div#skin-client-prefs-vector-feature-limited-width,body > div:eq(2) > div > div:eq(2) > main#content > div:eq(1) > div > nav:eq(1) > div#vector-appearance-pinned-container > div#vector-appearance > div#skin-client-prefs-vector-feature-custom-font-size > div:eq(1) > ul > li > div > form > div:eq(2) > label,body > div:eq(2) > div > div:eq(2) > main#content > div:eq(1) > div > nav:eq(1) > div#vector-appearance-pinned-container > div#vector-appearance > div#skin-client-prefs-vector-feature-custom-font-size > div:eq(1) > ul > li > div > form > div:eq(1) > label,body > div:eq(2) > div > div:eq(2) > main#content > div:eq(1) > div > nav:eq(1) > div#vector-appearance-pinned-container > div#vector-appearance > div#skin-client-prefs-skin-theme > div:eq(1) > ul > li > div > form > div:eq(2) > span > ::before
Layout shift

Elements that shifted by more than 0.01 are highlighted in the screenshot. If an element shifted outside the viewport, it won't appear here — check the video or filmstrip to see the shift.

Browser Metrics

Navigation Timing
First Contentful Paint info
Elements that needed recalculate style before FCP15564
Time spent in recalculate style before FCP222.81 ms
Extra timings
User Timing marks
mwStartup1.511 s
mwCentralNoticeBanner4.158 s

Long Animation Frames

A long animation frame (LOAF) is a frame that took ≥ 50 ms from input to the next paint. The breakdown shows where that time went. Read more about the Long Animation Frames API.

Showing the top 10 longest animation frames.

Long animation frame #1
1.304 s
  • Blocking348.5 ms
  • Work955.5 ms
  • Render0.1 ms
  • Pre-layout0.1 ms
  • Style & layout0 ms

No script attribution available for this frame.

Long animation frame #2
249.7 ms
  • Blocking96.2 ms
  • Work17.9 ms
  • Render135.6 ms
  • Pre-layout119.4 ms
  • Style & layout16.2 ms

Scripts that ran during this frame

Invoker
https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-ReferenceTooltips.js&action=raw&ctype=text/javascript
Invoker type
classic-script
Window attribution
self
Long animation frame #3
264.9 ms
  • Blocking83.2 ms
  • Work150 ms
  • Render31.7 ms
  • Pre-layout31.7 ms
  • Style & layout0 ms

Scripts that ran during this frame

Forced style and layout
7 ms
Invoker
TimerHandler:setTimeout
Invoker type
user-callback
Window attribution
self
Source char position
411758
Forced style and layout
6 ms
Invoker
TimerHandler:setTimeout
Invoker type
user-callback
Window attribution
self
Source char position
411758
Long animation frame #4
165.1 ms
  • Blocking55.8 ms
  • Work7.6 ms
  • Render101.7 ms
  • Pre-layout101.7 ms
  • Style & layout0 ms

No script attribution available for this frame.

Long animation frame #5
101.6 ms
  • Blocking24.4 ms
  • Work34.5 ms
  • Render42.7 ms
  • Pre-layout32 ms
  • Style & layout10.7 ms

Scripts that ran during this frame

Invoker
IdleRequestCallback
Invoker type
user-callback
Source function
doPropagation
Window attribution
self
Source char position
4314
Invoker
FrameRequestCallback
Invoker type
user-callback
Source function
flushCssBuffer
Window attribution
self
Source char position
3240
Invoker
FrameRequestCallback
Invoker type
user-callback
Source function
flushCssBuffer
Window attribution
self
Source char position
3240
Long animation frame #6
80.8 ms
  • Blocking11.8 ms
  • Work26.5 ms
  • Render42.5 ms
  • Pre-layout36.4 ms
  • Style & layout6.1 ms

Scripts that ran during this frame

Invoker
IdleRequestCallback
Invoker type
user-callback
Source function
doPropagation
Window attribution
self
Source char position
4314
Forced style and layout
15 ms
Invoker
FrameRequestCallback
Invoker type
user-callback
Source function
flushCssBuffer
Window attribution
self
Source char position
3240
Long animation frame #7
103.3 ms
  • Blocking5.5 ms
  • Work76.4 ms
  • Render21.4 ms
  • Pre-layout15.6 ms
  • Style & layout5.8 ms

Scripts that ran during this frame

Invoker
TimerHandler:setTimeout
Invoker type
user-callback
Window attribution
self
Source char position
411758
Forced style and layout
3 ms
Invoker
IntersectionObserverCallback
Invoker type
user-callback
Window attribution
self
Source char position
1432237
Invoker
TimerHandler:setTimeout
Invoker type
user-callback
Window attribution
self
Source char position
411758
Long animation frame #8
65 ms
  • Blocking0 ms
  • Work56.2 ms
  • Render8.8 ms
  • Pre-layout8.7 ms
  • Style & layout0.1 ms

No script attribution available for this frame.

Server timings

3 entries
NameDurationDescription
cache0 mshit-front
host0 mscp3070
WMF-Uniq0 msaccount-creation-reading-list-cta=treatment;

Custom metrics collected through JavaScript

There are no custom configured scripts.

Extra metrics collected using scripting

There are no custom extra metrics from scripting.

Visual Elements3
LargestImage330px-EU-Italy.svg.png
Display time4.333 s
Position (x, y)1156, 528
Size (w × h)260 × 219
HTML snippet
<img alt="Italia - Localizzazione" resource="//it.wikipedia.org/wiki/File:EU-Italy.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/ba/EU-Italy.svg/330px-EU-Italy.svg.png" decoding="async" data-file-width="2045" data-file-height="1720" data-file-type="drawing" height="219" width="260" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/ba/EU-Italy.svg/960px-EU-Italy.svg.png 2x" class="mw-file-element">
LargestImage preview
Heading
Display time4.333 s
Position (x, y)478, 173
Size (w × h)824 × 40
HTML snippet
<h1 id="firstHeading" class="firstHeading mw-first-heading"></h1>
LargestContentfulPaint
Display time4.333 s
Position (x, y)478, 739
Size (w × h)948 × 182
HTML snippet
<p id="mweg"></p>
Summary | Largest responses | Per content type | Per domain | Expires & last-modified | After onLoad | Render-blocking | 

PageXray

How the page is built.

HTTP versionHTTP/2.0
Total requests245
Total domains5
Transfer size3.4 MB
Content size6.3 MB
Missing compression0
Cookies1420 third-party

Response codes

200
24499.6%
302
10.4%

Requests and sizes per content type

6 types
ContentHeader SizeTransfer SizeContent SizeRequests
html0 b319.5 KB1.9 MB1
css0 b32.5 KB224.7 KB3
javascript0 b444.5 KB1.7 MB10
image0 b2.6 MB2.4 MB207
favicon0 b1.8 KB2.7 KB1
svg0 b39.6 KB49.5 KB22
Total0 b3.4 MB6.3 MB244

Data per domain

5 domains
DomainTotal download timeTransfer SizeContent SizeRequests
it.wikipedia.org8.882 s816.4 KB3.9 MB33
upload.wikimedia.org243.066 s2.6 MB2.4 MB208
en.wikipedia.org370 ms11.7 KB32.2 KB2
meta.wikimedia.org101 ms2.7 KB4.1 KB1
auth.wikimedia.org189 ms1.4 KB254 B1

Expires & last-modified statistics

typeminmedianmax
Expires0 seconds0 seconds1 year
Last modified2 minutes23 weeks13 years

Requests loaded after onLoad event

1 request

Includes requests done after load event end.

ContentTransfer SizeRequests
html0 b0
css0 b0
javascript0 b0
image0 b0
font0 b0
favicon1.8 KB1
Total1.8 KB1

Requests loaded after onContentLoad

102 requests

Includes requests done after DOM content loaded.

ContentTransfer SizeRequests
html0 b0
css2.9 KB1
javascript42.5 KB6
image195.8 KB82
font0 b0
favicon1.8 KB1
svg17.0 KB11
Total260.0 KB102

Render blocking requests

14 assets

Render blocking information directly from Chrome.

BlockingIn body parser blockingPotentially blocking
201
Long tasks | Per script blocking | Where time went | Forced reflows | Forced layout/script | Per script | 

CPU

https://en.wikipedia.org/w/index.php...a.org/w/index.php is responsible for 44% of blocking time
96 ms of 221 ms total — defer it, replace it with a lighter alternative, or move its work off the main thread to recover most of your TBT.

Download the Chrome trace and drag-and-drop it into Performance in DevTools.

Long tasks

Tasks ≥ 50 ms blocking the main thread, collected via the Long Task API.

TBT195 ms
Max FID141 ms
Total long tasks4
Total time787 ms
Last task at4.159 s
Before FP442 ms1 task
Before FCP442 ms1 task
Before LCP442 ms1 task
After load0 ms0 tasks

Blocking time per script

How much each script blocked the main thread, derived from the Long Animation Frame API. The script that started each long frame is credited with the frame's blocking time — the closest answer to "which script should I fix to improve TBT" the platform exposes.

Top scripts blocking the main thread

3 of 3 scripts

Where the time went

Calculated from the Chrome trace.

Categories

2.036 s total
styleLayout764 ms37.5%
other451 ms22.2%
scriptEvaluation381 ms18.7%
paintCompositeRender302 ms14.8%
parseHTML122 ms6.0%
garbageCollection12 ms0.6%
scriptParseCompile4 ms0.2%

Forced reflows

A forced reflow happens when JavaScript reads a layout-triggering property (offsetTop, getBoundingClientRect, …) inside a handler, forcing the browser to synchronously recompute layout. The scripts below caused most of the page's reflows — fix them in priority order.

Scripts causing reflows

5 reflows ≥ 2 ms across 2 scripts

Forced layout per script

Each long animation frame reports how much time each script spent forcing synchronous style and layout — i.e. JavaScript reading layout-triggering properties mid-execution. Same actionable answer as forced reflows above but measured directly by the browser instead of inferred from the trace.

CPU time per script