Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 16.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
2 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/a9149ac6-8345-44c8-88a9-6fd9bda9d8c1)<a href="https://beavercheck.com/results/a9149ac6-8345-44c8-88a9-6fd9bda9d8c1"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Frainews.it" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Frainews.itThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~34%.
Page takes 16.4s to load
+12% bounceUsers abandon at ~3s — you're 13.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.0s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€248 investment → €0.71/month returns + EUR 120,500,000 risk avoided
€248
4h · 5 findings
€0.71 /mo
~€8.51 / year
EUR 120,500,000
if kept compliant
€83 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at €55/hr
Based on Italy rates (€55/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,009 / year if left unfixed
€120,500,000
+7 more
€0.71 /mo
9572.8 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.01 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.437
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.43 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.
22.37 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.rainews.it/common/assets/js/cookieBanner.js | 48.1 KiB | 605 ms |
| www.rainews.it/common/assets/js/webcomponents/track-enqueue.js | 5.9 KiB | |
| www.rainews.it/assets/css/rainews.css?8afb5fca6707f1aa03856d51a33d6c69 | 48.9 KiB | 605 ms |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.raiplay.it/common/assets/fonts/Montserrat-SemiBold.woff2 | 15 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Dl sicurezza, sì della Camera alla fiducia. Consiglio dei ministri venerdì per … div.launch-item__image > a.beforeicon_articolo > picture > img.fadeopacity | www.rainews.it/cropgd/352x264/dl/img/2025/11/19/1763551316023_cameraframe.jpeg | 25.5 KiB | 10.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| rainews.it/ | 1.3 s |
| www.rainews.it/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
In primo piano
CATANZARO
Donna si getta dal terzo piano con in braccio i figli:… body > main > rainews-wrapper.contentBlock-home-3 | 0.351 |
LA GUERRA ALL'IRAN
Hormuz, l'Iran sequestra due navi Msc. La Casa Bianca: "Sul… section.wrapper > rainews-opening-l01 > section.shelf > div.tile-list | 0.086 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.rainews.it/common/assets/js/webcomponents/rai-fingerprint.js | 24.5 KiB | 7.8 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-fingerprint.js | 24.5 KiB | 7.8 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-nielsen.js | 20.1 KiB | 6.0 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-nielsen.js | 20.1 KiB | 6.0 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-railytics.js | 18.4 KiB | 5.4 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-railytics.js | 18.4 KiB | 5.4 KiB |
| www.rainews.it/common/assets/js/webcomponents/railytics.js | 12.7 KiB | 3.7 KiB |
| www.rainews.it/common/assets/js/webcomponents/railytics.js | 12.7 KiB | 3.7 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-identifier-service.js | 10.0 KiB | 2.8 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-identifier-service.js | 10.0 KiB | 2.8 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-header-v2.js | 15.2 KiB | 2.3 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.rainews.it/assets/css/rainews.css?8afb5fca6707f1aa03856d51a33d6c69 | 48.7 KiB | 44.6 KiB |
| www.rainews.it/common/assets/js/theplayer/v2/player.bundle.css | 38.6 KiB | 36.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.rainews.it/common/assets/js/theplayer/v2/player.js | 657.6 KiB | 517.7 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 145.6 KiB | 108.3 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 145.6 KiB | 108.3 KiB |
| /assets/js/webcomponents/layouts-full.js?54c68649e2b5d443... | 683.9 KiB | 63.9 KiB |
| www.rainews.it/dl/components/js/cookiebanner/oil-lib/oil.min.js?v2.42.0 | 112.2 KiB | 58.2 KiB |
| /assets/js/webcomponents/home-components.js?1dda7d715142f... | 78.5 KiB | 51.3 KiB |
| cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js | 72.9 KiB | 39.3 KiB |
| /assets/js/webcomponents/full-nonopenings.js?v=7969b957c3... | 67.8 KiB | 26.0 KiB |
| /assets/js/webcomponents/raiAdv.js?1e0bc9b26fdfee0c09568f... | 52.7 KiB | 26.0 KiB |
| www.rainews.it/common/assets/js/cookieBanner.js | 47.9 KiB | 23.5 KiB |
| www.rainews.it/common/assets/js/cookieBanner.js | 47.9 KiB | 21.7 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 5.2 s |
| Style & Layout | 3.0 s |
| Other | 2.1 s |
| Script Parsing & Compilation | 1.2 s |
| Rendering | 1.0 s |
| Parse HTML & CSS | 405 ms |
| Garbage Collection | 192 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
app store div.text-buttons-wrapper > div.buttons-wrapper > a.text__button > img | www.rainews.it/assets/img/app-store-2.png |
google play div.text-buttons-wrapper > div.buttons-wrapper > a.text__button > img | www.rainews.it/assets/img/google-play-2.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Atalanta
Fine
2 - 3
Lazio div.slider-wrapper > div.swiper-container > div#swiper-wrapper-b11f10d8e4cca10917 > div.swiper-slide |
IL VIAGGIO APOSTOLICO Ignazio Ingrao/Tg1
Papa Leone nell'inferno di Bata, carce… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
L'INCHIESTA Lorenzo Santorelli/Tg1
Danza sportiva: perquisizioni, sequestri e 4… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
IN ANTEPRIMA Virginia Volpe/ Tg1
Laura Pausini canta Umberto Tozzi. Il video? D… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
MONTECITORIO Sonia Sarno - Tg1
Camera approva la fiducia sul decreto Sicurezza … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
RINCARO ENERGIA Mina Polizzi - Tg3
Le prime misure e linee guida anti-crisi del… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
IL "DOPO PARTITA" Alvise Losi - TG3
Caso escort: Emanuele e Deborah, la coppia … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
QUIRINALE Nadia Zicoschi/Tg1
Mattarella ai ricercatori: "Da questo palazzo avre… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
CRONACA Marco Innnocente Furina /Tg2
Catanzaro, si butta dal balcone con i figl… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
MEDIO ORIENTE Giovan Battista Brunori/Tg2
Libano, accuse incrociate di violazio… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
LE TRATTATIVE Giuseppe Rizzo/Tg1
L'Iran sequestra 3 navi a Hormuz, a Islamabad … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
IL VIAGGIO APOSTOLICO Rosario Carello/tg2
Il Papa in Guinea Equatoriale: Messa … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
22 APRILE 2026 Valeria Cucchiaroni/Tg1
Nobel per l'Ambiente al femminile: per l… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
CONTI PUBBLICI Annalisa Azzurro/Tg2
Eurostat, deficit 2025 dell'Italia sopra il… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
EDIZIONE DEL 22 APRILE
Il Tg in lingua ucraina di Rainews24 div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
DOCUMENTO FINANZA Giampiero Scarpati/Tg1
Giorgetti: "Viviamo circostanze eccezi… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
APRIL 22TH EDITION Rainews24
Eurostat confirmed that Italy’s public deficit is … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
CASERTA Lorenzo Santorelli/Tg1
Vincenzo Iannitti ucciso da un amico: insieme in… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
SCHIAFFO DALLA RUSSIA Tg1, Mario De Pizzo
Insulti da Mosca: l'oltraggio del pro… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
L'INCHIESTA Tg1, Roberta Ferrari
Escort a Milano: calciatori e pilota coinvolti… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
PIANO UE Tg3, Marco Malvestio
Crisi Hormuz: l’Europa lancia un piano d’emergenz… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
CASO SOLOVYOV Tg3, Matteo Valerio
Da TV russa fango su Meloni: solidarietà bipa… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
POLITICA Serena Mautone/Tg3
Decreto Sicurezza: Piantedosi annuncia modifiche, l… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
APPALTI Anna Scafuri/TG1
Anac: "Corruzione fenomeno sempre più insidioso, vuole… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
MILANO Tg1
Meloni: dl sicurezza non è pasticcio, rilievi in provvedimento ad hoc div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
BIG TECH Giampiero Scarpati/Tg1
Apple, dopo 15 anni Tim Cook lascia guida. John… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
LA GUERRA E I NEGOZIATI Marco Valerio Lo Prete/Tg2
L'Iran e i nodi che restano:… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
L'ANNIVERSARIO Mario Prignano/Tg1
Papa Leone ricorda Francesco: "Ha donato tant… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
EDIZIONE DEL 21 APRILE
Il Tg in lingua ucraina di Rainews24 div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
DOSSIERAGGI Gabriele Lo Bello/Tg2
Roma, 11 persone indagate in inchiesta su squ… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
GRAN BRETAGNA Nicoletta Manzione/Tg2
Re Carlo ricorda la regina Elisabetta: "Un… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
PALAZZO CHIGI Francesco Maesano/TG1
Meloni al presidente del Kenya: "Crescere i… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
22 APRILE 2026 Giorgio Pacifici/Tg2
Giornata della Terra: un appuntamento per i… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ef10f3e9cf10d69d5b > div.swiper-slide |
FINLANDIA
Colpo del direttore d’orchestra: il violino prezioso vola in aria div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
GUATEMALA
L'eruzione sorprende gli escursionisti saliti sul cratere nonostante … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
DELAWARE MARATHON
Maratoneta esulta troppo presto e viene beffato sulla linea d… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
STATI UNITI
Ladro gentiluomo in Ohio: dopo la rapina in hotel ringrazia la rece… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
CALIFORNIA X
L'aereo colpisce i cavi dell'alta tensione e precipita al suolo div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
CALIFORNIA X
La mongolfiera perde quota e atterra nel giardino di una casa div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
DROGA Reuters
Una distesa di panetti di cocaina: maxi operazione anti-narcos in… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
NORTH YORKSHIRE
Inseguito dalla polizia decolla con l'auto a 225 chilometri ora… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
BRASILE
Turisti bloccati sulla vetta del Morro Dois Irmãos a Rio durante una sp… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
SCIENZA
Marte, Curiosity scopre composti organici: indizi su condizioni per la … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
ARTEMIS II
Il “tramonto della Terra” dietro la Luna: il video straordinario del… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
RUSSIA X
La tigre esce dal recinto e si lancia sul pubblico: attimi di terrore … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
USA Reuters
Spinelli giganti e volute di fumo per celebrare la festa dedicata a… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
KUALA LUMPUR X
Rapina lampo in gioielleria: in 4 fuggono con un bottino di oltr… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
MADRID X
Jannik Sinner è elegantissimo in smoking, il red carpet ai Laureus Awa… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
IL LANCIO
Blue Origin, booster riutilizzabile atterra ma satellite non raggiung… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
CINA Reuters
Quando a correre sono i robot: a Pechino la mezza maratona diventa… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
MAR BALTICO Reuters
Timmy, la balena arenata si libera dalla sabbia: ma il dest… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
A ROMA
Katy Perry alla Fontana di Trevi,al posto delle monetine lancia carta di… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
LANE STADIUM, BLACKSBURG Reuters
Paracadutista si schianta contro tabellone ele… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
GERMANIA
Megattera intrappolata nel Baltico: via all’ultimo tentativo per salva… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
ARGENTINA
Una chitarra gigante tra i campi della pampa: 7.000 alberi piantati p… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
STATI UNITI Reuters
Allarme bomba vicino alla casa del fratello di Papa Leone X… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
LA SOLUZIONE Reuters
Hong Kong, gambe robotiche per salire nelle case senza asc… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
DAEJEON Reuters
Lupo in fuga per 9 giorni in Corea del Sud: catturato e riporta… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
IL TREND Reuters
Cani a cinque stelle: il collare è tempestato di diamanti div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
IN TV Reuters
Meghan Markle a sorpresa a MasterChef Australia: giudice ospite d… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
TENNIS X
Sinner festeggia la vittoria a Monte Carlo: fazzolettata sulle note de… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
LA DECISIONE Reuters
Colombia, gli ippopotami di Escobar saranno abbattuti: pia… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
ALBANIA Reuters
Tirana, palazzo in fiamme: rogo devasta la facciata, evacuati i… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
BRASILE Reuters
Scoperto un nuovo rincosauro di 230 milioni di anni con becco d… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-27f32dea52f1be9b > div.swiper-slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.footer-container > div.footer-network > div.footer-network__header > button.footer-network__expand div.footer-container > div.footer-network > div.footer-network__header > button.footer-network__expand |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Volley donne, il punto dello scudetto e la festa del Conegliano div.sticky-container > rainews-launch-305-0.launch-element > div.launch-item > h3.launch-item__header |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Vai alla slide 1 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 2 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 3 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 4 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 5 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 1 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 2 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 3 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 4 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 5 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
atalanta div.match > div.team > span.logo > img | /cropgd/24x24/dl/raiSport/speciali/calcio/lib/images/squa... | 24 x 24 | 24 x 24 | 36 x 36 |
lazio div.match > div.team > span.logo > img | /cropgd/24x24/dl/raiSport/speciali/calcio/lib/images/squa... | 24 x 24 | 24 x 24 | 36 x 36 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to font at 'https://www.rai.it/common/assets/fonts/Inter.woff2' from origin 'https://www.rainews.it' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
315 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.740
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.97 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.
4.87 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.raiplay.it/common/assets/fonts/Montserrat-SemiBold.woff2 | 15 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Nonnis: “Con AI il 60% dei dipendenti pubblici saranno operatori di call center” div.launch-item__image > a.beforeicon_articolo > picture > img.fadeopacity | /cropgd/300x168/dl/img/2026/03/17/1773732215449_vilkasssa... | 19.8 KiB | 11.6 KiB |
Donna si getta dal terzo piano con in braccio i figli: tre morti e una ferita div.launch-item__image > a.beforeicon_articolo > picture > img.fadeopacity | /cropgd/300x168/dl/img/2026/04/22/1776842004592_cop_trage... | 13.8 KiB | 5.6 KiB |
Dl sicurezza, sì della Camera alla fiducia. Consiglio dei ministri venerdì per … div.launch-item__image > a.beforeicon_articolo > picture > img.fadeopacity | www.rainews.it/cropgd/192x144/dl/img/2025/11/19/1763551316023_cameraframe.jpeg | 8.6 KiB | 4.1 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.rainews.it/common/assets/js/cookieBanner.js | 48.1 KiB | |
| www.rainews.it/assets/css/rainews.css?8afb5fca6707f1aa03856d51a33d6c69 | 48.9 KiB | 86 ms |
| www.rainews.it/common/assets/js/webcomponents/track-enqueue.js | 5.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| rainews.it/ | 738 ms |
| www.rainews.it/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
In primo piano
CATANZARO
Donna si getta dal terzo piano con in braccio i figli:… body > main > rainews-wrapper.contentBlock-home-3 | 0.481 |
In primo piano
CATANZARO
Donna si getta dal terzo piano con in braccio i figli:… body > main > rainews-wrapper.contentBlock-home-3 | 0.221 |
LA GUERRA ALL'IRAN
Hormuz, l'Iran sequestra due navi Msc. La Casa Bianca: "Sul… section.wrapper > rainews-opening-l01 > section.shelf > div.tile-list | 0.038 |
… nav.header-menu__nav > ul.header-menu__nav__list > li.header-menu__nav__list__item > button.button | 0.000 |
23°
10°
Roma div.header > div.main-bar > rainews-weather#rainews-weather > div#WTwrapper | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.rainews.it/common/assets/js/webcomponents/rai-fingerprint.js | 24.5 KiB | 7.8 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-fingerprint.js | 24.5 KiB | 7.8 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-nielsen.js | 20.1 KiB | 6.0 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-nielsen.js | 20.1 KiB | 6.0 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-railytics.js | 18.4 KiB | 5.4 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-railytics.js | 18.4 KiB | 5.4 KiB |
| www.rainews.it/common/assets/js/webcomponents/railytics.js | 12.7 KiB | 3.7 KiB |
| www.rainews.it/common/assets/js/webcomponents/railytics.js | 12.7 KiB | 3.7 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-identifier-service.js | 10.0 KiB | 2.8 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-identifier-service.js | 10.0 KiB | 2.8 KiB |
| www.rainews.it/common/assets/js/webcomponents/rai-header-v2.js | 15.2 KiB | 2.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.rainews.it/common/assets/js/theplayer/v2/player.js | 657.6 KiB | 517.5 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 145.6 KiB | 108.3 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 145.6 KiB | 108.3 KiB |
| /assets/js/webcomponents/layouts-full.js?54c68649e2b5d443... | 683.9 KiB | 63.9 KiB |
| www.rainews.it/dl/components/js/cookiebanner/oil-lib/oil.min.js?v2.42.0 | 112.2 KiB | 58.2 KiB |
| /assets/js/webcomponents/home-components.js?1dda7d715142f... | 78.5 KiB | 51.2 KiB |
| cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js | 72.9 KiB | 39.4 KiB |
| /assets/js/webcomponents/raiAdv.js?1e0bc9b26fdfee0c09568f... | 52.7 KiB | 26.0 KiB |
| /assets/js/webcomponents/full-nonopenings.js?v=7969b957c3... | 67.8 KiB | 25.1 KiB |
| www.rainews.it/common/assets/js/cookieBanner.js | 47.9 KiB | 23.5 KiB |
| www.rainews.it/common/assets/js/cookieBanner.js | 47.9 KiB | 21.7 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.rainews.it/ | 1.1 s | 18 ms | 39 ms |
| Unattributable | 356 ms | 48 ms | 0.0 ms |
| /assets/js/webcomponents/home-components.js?1dda7d715142f... | 346 ms | 51 ms | 7.0 ms |
| /assets/js/webcomponents/full-nonopenings.js?v=7969b957c3... | 324 ms | 183 ms | 15 ms |
| www.rainews.it/common/assets/js/theplayer/v2/player.js | 303 ms | 216 ms | 63 ms |
| www.rainews.it/common/assets/js/webcomponents/rai-fingerprint.js | 277 ms | 253 ms | 2.2 ms |
| /assets/js/webcomponents/layouts-full.js?54c68649e2b5d443... | 167 ms | 107 ms | 39 ms |
| www.rainews.it/dl/components/js/cookiebanner/oil-lib/oil.min.js?v2.42.0 | 141 ms | 97 ms | 12 ms |
| www.rainews.it/akam/13/18f9f737 | 125 ms | 116 ms | 1.2 ms |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 107 ms | 58 ms | 48 ms |
| www.rainews.it/common/assets/js/webcomponents/rai-tracker.js | 98 ms | 73 ms | 7.3 ms |
| www.rainews.it/dl/components/js/cookiebanner/oil-lib/201.chunk.js | 64 ms | 18 ms | 0.2 ms |
| /assets/js/webcomponents/rainews-header.js?e0f6c2824077c9... | 55 ms | 32 ms | 4.1 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.5 s |
| Style & Layout | 951 ms |
| Other | 694 ms |
| Script Parsing & Compilation | 293 ms |
| Rendering | 245 ms |
| Parse HTML & CSS | 122 ms |
| Garbage Collection | 47 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.rainews.it/assets/css/rainews.css?8afb5fca6707f1aa03856d51a33d6c69 | 48.7 KiB | 40.9 KiB |
| www.rainews.it/common/assets/js/theplayer/v2/player.bundle.css | 38.6 KiB | 36.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
app store div.text-buttons-wrapper > div.buttons-wrapper > a.text__button > img | www.rainews.it/assets/img/app-store-2.png |
google play div.text-buttons-wrapper > div.buttons-wrapper > a.text__button > img | www.rainews.it/assets/img/google-play-2.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
I più visti rainews-lastnews-uo > div.lastnews-uo > div.lastnews-uo__header > button.lastnews-uo__tab |
Ultim'ora rainews-lastnews-uo > div.lastnews-uo > div.lastnews-uo__header > button.lastnews-uo__tab |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Atalanta
Fine
2 - 3
Lazio div.slider-wrapper > div.swiper-container > div#swiper-wrapper-fd970a4422f102c1a > div.swiper-slide |
Inter
Fine
3 - 2
Como div.slider-wrapper > div.swiper-container > div#swiper-wrapper-fd970a4422f102c1a > div.swiper-slide |
IL VIAGGIO APOSTOLICO Ignazio Ingrao/Tg1
Papa Leone nell'inferno di Bata, carce… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
L'INCHIESTA Lorenzo Santorelli/Tg1
Danza sportiva: perquisizioni, sequestri e 4… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
IN ANTEPRIMA Virginia Volpe/ Tg1
Laura Pausini canta Umberto Tozzi. Il video? D… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
MONTECITORIO Sonia Sarno - Tg1
Camera approva la fiducia sul decreto Sicurezza … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
RINCARO ENERGIA Mina Polizzi - Tg3
Le prime misure e linee guida anti-crisi del… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
IL "DOPO PARTITA" Alvise Losi - TG3
Caso escort: Emanuele e Deborah, la coppia … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
QUIRINALE Nadia Zicoschi/Tg1
Mattarella ai ricercatori: "Da questo palazzo avre… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
CRONACA Marco Innnocente Furina /Tg2
Catanzaro, si butta dal balcone con i figl… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
MEDIO ORIENTE Giovan Battista Brunori/Tg2
Libano, accuse incrociate di violazio… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
LE TRATTATIVE Giuseppe Rizzo/Tg1
L'Iran sequestra 3 navi a Hormuz, a Islamabad … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
IL VIAGGIO APOSTOLICO Rosario Carello/tg2
Il Papa in Guinea Equatoriale: Messa … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
22 APRILE 2026 Valeria Cucchiaroni/Tg1
Nobel per l'Ambiente al femminile: per l… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
CONTI PUBBLICI Annalisa Azzurro/Tg2
Eurostat, deficit 2025 dell'Italia sopra il… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
EDIZIONE DEL 22 APRILE
Il Tg in lingua ucraina di Rainews24 div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
DOCUMENTO FINANZA Giampiero Scarpati/Tg1
Giorgetti: "Viviamo circostanze eccezi… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
APRIL 22TH EDITION Rainews24
Eurostat confirmed that Italy’s public deficit is … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
CASERTA Lorenzo Santorelli/Tg1
Vincenzo Iannitti ucciso da un amico: insieme in… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
SCHIAFFO DALLA RUSSIA Tg1, Mario De Pizzo
Insulti da Mosca: l'oltraggio del pro… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
L'INCHIESTA Tg1, Roberta Ferrari
Escort a Milano: calciatori e pilota coinvolti… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
PIANO UE Tg3, Marco Malvestio
Crisi Hormuz: l’Europa lancia un piano d’emergenz… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
CASO SOLOVYOV Tg3, Matteo Valerio
Da TV russa fango su Meloni: solidarietà bipa… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
POLITICA Serena Mautone/Tg3
Decreto Sicurezza: Piantedosi annuncia modifiche, l… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
APPALTI Anna Scafuri/TG1
Anac: "Corruzione fenomeno sempre più insidioso, vuole… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
MILANO Tg1
Meloni: dl sicurezza non è pasticcio, rilievi in provvedimento ad hoc div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
BIG TECH Giampiero Scarpati/Tg1
Apple, dopo 15 anni Tim Cook lascia guida. John… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
LA GUERRA E I NEGOZIATI Marco Valerio Lo Prete/Tg2
L'Iran e i nodi che restano:… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
L'ANNIVERSARIO Mario Prignano/Tg1
Papa Leone ricorda Francesco: "Ha donato tant… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
EDIZIONE DEL 21 APRILE
Il Tg in lingua ucraina di Rainews24 div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
DOSSIERAGGI Gabriele Lo Bello/Tg2
Roma, 11 persone indagate in inchiesta su squ… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
GRAN BRETAGNA Nicoletta Manzione/Tg2
Re Carlo ricorda la regina Elisabetta: "Un… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
PALAZZO CHIGI Francesco Maesano/TG1
Meloni al presidente del Kenya: "Crescere i… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
22 APRILE 2026 Giorgio Pacifici/Tg2
Giornata della Terra: un appuntamento per i… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-10f950f13c44d2b19 > div.swiper-slide |
FINLANDIA
Colpo del direttore d’orchestra: il violino prezioso vola in aria div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
GUATEMALA
L'eruzione sorprende gli escursionisti saliti sul cratere nonostante … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
DELAWARE MARATHON
Maratoneta esulta troppo presto e viene beffato sulla linea d… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
STATI UNITI
Ladro gentiluomo in Ohio: dopo la rapina in hotel ringrazia la rece… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
CALIFORNIA X
L'aereo colpisce i cavi dell'alta tensione e precipita al suolo div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
CALIFORNIA X
La mongolfiera perde quota e atterra nel giardino di una casa div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
DROGA Reuters
Una distesa di panetti di cocaina: maxi operazione anti-narcos in… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
NORTH YORKSHIRE
Inseguito dalla polizia decolla con l'auto a 225 chilometri ora… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
BRASILE
Turisti bloccati sulla vetta del Morro Dois Irmãos a Rio durante una sp… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
SCIENZA
Marte, Curiosity scopre composti organici: indizi su condizioni per la … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
ARTEMIS II
Il “tramonto della Terra” dietro la Luna: il video straordinario del… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
RUSSIA X
La tigre esce dal recinto e si lancia sul pubblico: attimi di terrore … div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
USA Reuters
Spinelli giganti e volute di fumo per celebrare la festa dedicata a… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
KUALA LUMPUR X
Rapina lampo in gioielleria: in 4 fuggono con un bottino di oltr… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
MADRID X
Jannik Sinner è elegantissimo in smoking, il red carpet ai Laureus Awa… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
IL LANCIO
Blue Origin, booster riutilizzabile atterra ma satellite non raggiung… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
CINA Reuters
Quando a correre sono i robot: a Pechino la mezza maratona diventa… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
MAR BALTICO Reuters
Timmy, la balena arenata si libera dalla sabbia: ma il dest… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
A ROMA
Katy Perry alla Fontana di Trevi,al posto delle monetine lancia carta di… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
LANE STADIUM, BLACKSBURG Reuters
Paracadutista si schianta contro tabellone ele… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
GERMANIA
Megattera intrappolata nel Baltico: via all’ultimo tentativo per salva… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
ARGENTINA
Una chitarra gigante tra i campi della pampa: 7.000 alberi piantati p… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
STATI UNITI Reuters
Allarme bomba vicino alla casa del fratello di Papa Leone X… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
LA SOLUZIONE Reuters
Hong Kong, gambe robotiche per salire nelle case senza asc… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
DAEJEON Reuters
Lupo in fuga per 9 giorni in Corea del Sud: catturato e riporta… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
IL TREND Reuters
Cani a cinque stelle: il collare è tempestato di diamanti div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
IN TV Reuters
Meghan Markle a sorpresa a MasterChef Australia: giudice ospite d… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
TENNIS X
Sinner festeggia la vittoria a Monte Carlo: fazzolettata sulle note de… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
LA DECISIONE Reuters
Colombia, gli ippopotami di Escobar saranno abbattuti: pia… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
ALBANIA Reuters
Tirana, palazzo in fiamme: rogo devasta la facciata, evacuati i… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
BRASILE Reuters
Scoperto un nuovo rincosauro di 230 milioni di anni con becco d… div.tile-list__content > div.swiper-f106 > div#swiper-wrapper-ecf77de106bdc574c > div.swiper-slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
STATI UNITI div.launch-item__cover > div.launch-item__inner-text > div.launch-item__preheader > div.launch-item__label |
Morto Dave Mason: il cantautore britannico fu cofondatore dei Traffic div.launch-item__cover > div.launch-item__inner-text > h3.launch-item__header > a |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Volley donne, il punto dello scudetto e la festa del Conegliano div.sticky-container > rainews-launch-305-0.launch-element > div.launch-item > h3.launch-item__header |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Vai alla slide 1 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 2 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 3 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 4 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 5 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 1 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 2 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 3 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 4 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
Vai alla slide 5 div.tile-list__content > div.swiper-f106 > div.swiper-pagination > span.swiper-pagination-bullet |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to font at 'https://www.rai.it/common/assets/fonts/Inter.woff2' from origin 'https://www.rainews.it' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://www.rai.it/common/assets/fonts/InterTight.woff2' from origin 'https://www.rainews.it' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Send Feedback