Mobile 375 × 812

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
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.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Wildcard '*' found in script source
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/ef8761de-3f29-4c8a-9b90-b0945dad07de)<a href="https://beavercheck.com/results/ef8761de-3f29-4c8a-9b90-b0945dad07de"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fgaranteprivacy.it" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fgaranteprivacy.itThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~30%.
Page takes 17.6s to load
+12% bounceUsers abandon at ~3s — you're 15.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 391ms after first paint
Fix: Defer third-party scripts and split large bundles
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
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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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.89/month returns + EUR 120,500,000 risk avoided
€248
4h · 5 findings
€0.89 /mo
~€11 / 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,668 / month at risk
~€120,500,011 / year if left unfixed
€120,500,000
+7 more
€0.89 /mo
12038.5 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.
7.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
391 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.10 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
17.98 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| garanteprivacy.it/o/frontend-theme-font-awesome-web/font/fontawesome-alloy.woff | 0.0 ms | 38.0 KiB |
| cdn-eu.readspeaker.com/script/7205/webReader/webReader.js?pids=wr | 0.0 ms | 28.0 KiB |
| /script/7205/webReader/r/r2889/ReadSpeaker.Styles-Button.... | 86400.0 s | 39.9 KiB |
| /o/gpdp5-theme/css/fonts/Titillium/titillium-web-v4-latin... | 0.0 ms | 13.5 KiB |
| /o/gpdp5-theme/css/fonts/Titillium/titillium-web-v4-latin... | 0.0 ms | 12.8 KiB |
| /o/gpdp5-theme/css/fonts/Titillium/titillium-web-v4-latin... | 0.0 ms | 12.3 KiB |
| /o/gpdp5-theme/css/fonts/Titillium/titillium-web-v4-latin... | 0.0 ms | 12.3 KiB |
| /o/gpdp5-theme/css/fonts/Titillium/titillium-web-v4-latin... | 0.0 ms | 12.1 KiB |
| /o/gpdp5-theme/css/fonts/Titillium/titillium-web-v4-latin... | 0.0 ms | 11.8 KiB |
| garanteprivacy.it/documents/10160/9578236/sanita.svg | 0.0 ms | 3.1 KiB |
| gpdp.it/stats/matomo.js | 1209600.0 s | 30.8 KiB |
| garanteprivacy.it/o/gpdp5-theme/images/gpdp5-svg/icons/freccia-blu.svg | 0.0 ms | 1.2 KiB |
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.
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 | |
|---|---|---|---|
immagine IMPRESE ED ENTI div > div.journal-content-article > div.info-diritti > img | /documents/9415616/9583676/nuova+enti+e+imprese.png/17302... | 164.2 KiB | 156.5 KiB |
immagine I MIEI DIRITTI div > div.journal-content-article > div.info-diritti > img | /documents/9415616/9583657/nuova+donna+home+page.png/0ad1... | 92.5 KiB | 84.7 KiB |
immagine Sistema di Informazione Schengen (SIS) div > div.journal-content-article > div.privacy > img.d-block | /documents/9415616/10202398/Copia+di+Copia+di+Copia+di+sc... | 62.5 KiB | 58.3 KiB |
immagine Sistema di Informazione Visti (VIS) div > div.journal-content-article > div.privacy > img.d-block | /documents/9415616/10202453/schengen+e+vis+per+mobile.png... | 39.6 KiB | 35.5 KiB |
Logo GPDP div.col-10 > h1.m-0 > a.link-muted > img.logo | garanteprivacy.it/image/layout_set_logo?img_id=9846883&t=1746658550954 | 21.9 KiB | 20.6 KiB |
COMUNICATO STAMPA - Garante privacy ad Amazon: stop alla schedatura dei lavorat… div.owl-stage-outer > div.owl-stage > div.owl-item > div.breaking-news | garanteprivacy.it/image/image_gallery?img_id=10224208 | 48.5 KiB | 13.3 KiB |
COMUNICATO STAMPA - Il Garante privacy sanziona Acea Energia per 2 milioni di e… div.owl-stage-outer > div.owl-stage > div.owl-item > div.breaking-news | garanteprivacy.it/image/image_gallery?img_id=10229933 | 46.2 KiB | 11.1 KiB |
COMUNICATO STAMPA - Garante privacy sanziona Intesa Sanpaolo per 17,6 milioni d… div.owl-stage-outer > div.owl-stage > div.owl-item > div.breaking-news | garanteprivacy.it/image/image_gallery?img_id=10230461 | 43.8 KiB | 8.7 KiB |
footer#footer > div.container > a > img.logoFooter footer#footer > div.container > a > img.logoFooter | /documents/10160/9577093/GPDP-logo-white-flat-blue-trasp.... | 8.2 KiB | 6.0 KiB |
COMUNICATO STAMPA - Tracking pixel nelle email: pubblicate le linee guida del G… div.owl-stage-outer > div.owl-stage > div.owl-item > div.breaking-news | garanteprivacy.it/image/image_gallery?img_id=10242027 | 39.7 KiB | 4.6 KiB |
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| garanteprivacy.it/o/frontend-theme-font-awesome-web/css/main.css | 15.4 KiB | 2.5 KiB |
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 |
|---|---|---|
| garanteprivacy.it/o/gpdp5-theme/js/jquery-ui.js | 244.4 KiB | 88.1 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 |
|---|---|---|
| /o/gpdp5-theme/css/clay.css?browserId=other&themeId=gpdp5... | 155.4 KiB | 152.3 KiB |
| /o/gpdp5-theme/css/main.css?browserId=other&themeId=gpdp5... | 64.7 KiB | 56.1 KiB |
| /script/7205/webReader/r/r2889/ReadSpeaker.Styles-Button.... | 39.4 KiB | 39.4 KiB |
| /o/frontend-css-web/main.css?browserId=other&themeId=gpdp... | 37.5 KiB | 37.5 KiB |
| garanteprivacy.it/o/gpdp5-theme/css/jquery-ui.css | 12.5 KiB | 12.5 KiB |
| garanteprivacy.it/o/frontend-theme-font-awesome-web/css/main.css | 14.5 KiB | 12.4 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 |
|---|---|---|
| garanteprivacy.it/o/gpdp5-theme/js/jquery-ui.js | 244.4 KiB | 205.4 KiB |
| /combo?browserId=other&minifierType=js&languageId=it_IT&b... | 155.1 KiB | 117.9 KiB |
| /combo?browserId=other&minifierType=js&languageId=it_IT&b... | 124.4 KiB | 86.8 KiB |
| /combo?browserId=other&minifierType=js&languageId=it_IT&b... | 61.6 KiB | 50.7 KiB |
| /combo/?browserId=other&minifierType=&languageId=it_IT&b=... | 64.7 KiB | 38.2 KiB |
| /combo?browserId=other&minifierType=js&languageId=it_IT&b... | 128.9 KiB | 32.9 KiB |
| /combo?browserId=other&minifierType=js&languageId=it_IT&b... | 31.5 KiB | 24.8 KiB |
| /combo/?browserId=other&minifierType=&languageId=it_IT&b=... | 47.7 KiB | 23.0 KiB |
| /combo/?browserId=other&minifierType=&languageId=it_IT&b=... | 40.8 KiB | 20.1 KiB |
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.0 s |
| Other | 878 ms |
| Style & Layout | 712 ms |
| Rendering | 425 ms |
| Script Parsing & Compilation | 232 ms |
| Parse HTML & CSS | 181 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 |
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 | |
|---|---|
Logo GPDP div.col-10 > h1.m-0 > a.link-muted > img.logo | garanteprivacy.it/image/layout_set_logo?img_id=9846883&t=1746658550954 |
div.journal-content-article > div.text-center > picture > img.img-fluid div.journal-content-article > div.text-center > picture > img.img-fluid | /o/adaptive-media/image/9578843/Preview-1000x0/cyberbulli... |
footer#footer > div.container > a > img.logoFooter footer#footer > div.container > a > img.logoFooter | /documents/10160/9577093/GPDP-logo-white-flat-blue-trasp.... |
icona Motore di ricerca FAQ div.owl-stage > div.owl-item > div.d-flex > img | garanteprivacy.it/documents/10160/9578236/faq.svg |
icona Reclami e Segnalazioni div.owl-stage > div.owl-item > div.d-flex > img | garanteprivacy.it/documents/10160/9578236/reclami.svg |
icona Modulistica e servizi online div.owl-stage > div.owl-item > div.d-flex > img | garanteprivacy.it/documents/10160/9578236/moduli.svg |
icona Motore di ricerca FAQ div.owl-stage > div.owl-item > div.d-flex > img | garanteprivacy.it/documents/10160/9578236/faq.svg |
icona Reclami e Segnalazioni div.owl-stage > div.owl-item > div.d-flex > img | garanteprivacy.it/documents/10160/9578236/reclami.svg |
icona Modulistica e servizi online div.owl-stage > div.owl-item > div.d-flex > img | garanteprivacy.it/documents/10160/9578236/moduli.svg |
icona Motore di ricerca FAQ div.owl-stage > div.owl-item > div.d-flex > img | garanteprivacy.it/documents/10160/9578236/faq.svg |
Vai a
Segnalazione telefonate indesiderate
a.text-uppercase > div.d-flex > div > img.w-75 | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-svg/icons/freccia-blu.svg |
Vai a
Cyberbullismo
a.text-uppercase > div.d-flex > div > img.w-75 | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-svg/icons/freccia-blu.svg |
Vai a
Revenge porn
a.text-uppercase > div.d-flex > div > img.w-75 | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-svg/icons/freccia-blu.svg |
Vai a
Segnalazione telefonate indesiderate
a.text-uppercase > div.d-flex > div > img.w-75 | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-svg/icons/freccia-blu.svg |
Vai a
Cyberbullismo
a.text-uppercase > div.d-flex > div > img.w-75 | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-svg/icons/freccia-blu.svg |
Vai a
Revenge porn
a.text-uppercase > div.d-flex > div > img.w-75 | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-svg/icons/freccia-blu.svg |
Vai a
Segnalazione telefonate indesiderate
a.text-uppercase > div.d-flex > div > img.w-75 | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-svg/icons/freccia-blu.svg |
div.journal-content-article > div.text-center > a > img.ml-2 div.journal-content-article > div.text-center > a > img.ml-2 | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-svg/icons/freccia-blu.svg |
seguici su linkedin ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-linkedin.png |
seguici su instagram ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-instagram.png |
seguici su youtube ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-youtube.png |
seguici su telegram ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-telegram.png |
seguici su twitter ul > li > a > img | /documents/10160/9577093/ico-twitter.png/4b6b2832-3ba5-c2... |
linkedin logo ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-linkedin.png |
Instagram logo ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-instagram.png |
Youtube logo ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-youtube.png |
Telegram logo ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-telegram.png |
Twitter logo ul > li > a > img | /documents/10160/9577093/ico-twitter.png/4b6b2832-3ba5-c2... |
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.
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 |
|---|
div > div.input-group > div.input-group-item > input#_g_gpdp5_search_GGpdp5BarSearchPortlet_INSTANCE_gpdpPortalSearchToggleBard_key div > div.input-group > div.input-group-item > input#_g_gpdp5_search_GGpdp5BarSearchPortlet_INSTANCE_gpdpPortalSearchToggleBard_key |
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 |
|---|
IN PRIMO PIANO div.owl-item > div.notizia > div.col-lg-9 > h5 |
IN PRIMO PIANO div.owl-item > div.notizia > div.col-lg-9 > h5 |
IN PRIMO PIANO div.owl-item > div.notizia > div.col-lg-9 > h5 |
IN PRIMO PIANO div.owl-item > div.notizia > div.col-lg-9 > h5 |
IN PRIMO PIANO div.owl-item > div.notizia > div.col-lg-9 > h5 |
IN PRIMO PIANO div.owl-item > div.notizia > div.col-lg-9 > h5 |
IN PRIMO PIANO div.owl-item > div.notizia > div.col-lg-9 > h5 |
div.row > div.col-lg-6 > div.urp > h5 div.row > div.col-lg-6 > div.urp > h5 |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PAGINA INFORMATIVA div.col-lg-9 > div.row > div.col-md-auto > a.text-uppercase |
CONTATTA L'URP div.row > div.contatta-urp > div.pb-5 > a.mb-4 |
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 | |
|---|---|---|---|---|
seguici su twitter ul > li > a > img | /documents/10160/9577093/ico-twitter.png/4b6b2832-3ba5-c2... | 20 x 20 | 20 x 20 | 30 x 30 |
seguici su instagram ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-instagram.png | 20 x 20 | 20 x 20 | 30 x 30 |
seguici su linkedin ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-linkedin.png | 20 x 20 | 20 x 20 | 30 x 30 |
seguici su telegram ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-telegram.png | 20 x 20 | 20 x 20 | 30 x 30 |
seguici su youtube ul > li > a > img | garanteprivacy.it/o/gpdp5-theme/images/gpdp5-images/ico-youtube.png | 20 x 20 | 20 x 20 | 30 x 30 |
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 |
|---|---|
The source list for the Content Security Policy directive 'default-src' contains an invalid source: ''unsafe-dynamic''. It will be ignored. |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Desktop audit not available for this result.
Send Feedback