URL substituted: You submitted https://publico.es but we scanned https://www.publico.es instead — the submitted hostname refused our connection, so we retried on the www. variant
Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
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.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-in-link without alt text
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/7b52db65-6f7a-4396-86b8-1bf8a70207be)<a href="https://beavercheck.com/results/7b52db65-6f7a-4396-86b8-1bf8a70207be"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpublico.es" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpublico.esThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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.
4 barrier(s) likely increasing bounce by ~7%.
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
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
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€248 investment → €0.53/month returns + EUR 120,500,000 risk avoided
€248
4h · 5 findings
€0.53 /mo
~€6.32 / 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 Spain rates (€55/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,006 / year if left unfixed
€120,500,000
+9 more
€0.53 /mo
7106.3 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.
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.
1.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
0 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.96 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
0 ms
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 |
|---|---|---|
| /d892ed41-2bfc-4977-a05e-07be26865229/loader.js?target=ww... | 7200.0 s | 34.8 KiB |
| s3.eu-central-1.amazonaws.com/sc-devel/Skins/SMCService.js | 0.0 ms | 24.3 KiB |
| static.chartbeat.com/js/chartbeat.js | 7200.0 s | 16.1 KiB |
| dphp.spxl.socy.es/pixel/js/DPHP_892_7658_912/ | 427.0 s | 9.4 KiB |
| static.chartbeat.com/js/chartbeat_mab.js | 7200.0 s | 10.1 KiB |
| s3.eu-central-1.amazonaws.com/sc-devel/sc-tagmanager/publico.js | 0.0 ms | 3.6 KiB |
| /v1/Storage-a482323/smartclip-services/HeaderBidding/js/S... | 86400.0 s | 6.0 KiB |
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 | |
|---|---|---|---|
Fotomontaje con las imágenes de Jorge Azcón, Alejandro Nolasco y María Guardiol… a.image > figure.relative > picture > img | /files/image_horizontal_mobile/uploads/2026/04/22/69e8f47... | 507.4 KiB | 494.2 KiB |
Un bote navega hacia unos petroleros en el Estrecho de Ormuz. a.image > figure.relative > picture > img | /files/image_horizontal_mobile/uploads/2026/04/22/69e8e1d... | 64.3 KiB | 51.1 KiB |
Marc Giró en su programa 'Cara al show'. a.image > figure.relative > picture > img | /files/image_horizontal_mobile/uploads/2026/04/22/69e8dfd... | 50.1 KiB | 36.9 KiB |
La presidenta reelegida de Extremadura María Guardiola es aplaudida por la banc… a.image > figure.relative > picture > img | /files/image_horizontal_mobile/files/fp/uploads/2026/04/2... | 48.9 KiB | 35.6 KiB |
Ana Pardo de Vera a.block > figure > picture > img.relative | www.publico.es/files/avatar/uploads/2024/12/03/674ecb4d50ecc.jpeg | 6.1 KiB | 4.4 KiB |
Jonathan Martínez a.block > figure > picture > img.relative | www.publico.es/files/avatar/uploads/2024/12/09/6756b73759c2d.jpeg | 6.0 KiB | 4.4 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 |
|---|---|
| www.publico.es/assets/screen.c45744f6c7279d9e5dc5.css?v=1776147505 | 5.8 KiB |
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.
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.
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.
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.
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.
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
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.publico.es/ | 1.6 s | 156 ms | 14 ms |
| Unattributable | 691 ms | 183 ms | 0.0 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-w... | 245 ms | 166 ms | 19 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 223 ms | 192 ms | 31 ms |
| www.googletagmanager.com/gtag/js?id=G-QFCGYDTZLZ&cx=c>m=4e64k1 | 219 ms | 181 ms | 34 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PTC4Z5 | 213 ms | 166 ms | 37 ms |
| www.googletagmanager.com/gtag/js?id=G-1B3Q8QTNDB&cx=c>m=4e64k1 | 197 ms | 162 ms | 34 ms |
| www.googletagmanager.com/gtag/js?id=G-MJZ6HSFQQG&cx=c>m=4e64k1 | 190 ms | 150 ms | 37 ms |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 151 ms | 108 ms | 40 ms |
| static.chartbeat.com/js/chartbeat.js | 76 ms | 72 ms | 3.6 ms |
| www.googletagservices.com/tag/js/gpt.js | 71 ms | 62 ms | 8.5 ms |
| dphp.spxl.socy.es/pixel/js/DPHP_892_7658_912/ | 70 ms | 60 ms | 4.4 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.7 s |
| Other | 972 ms |
| Style & Layout | 739 ms |
| Script Parsing & Compilation | 288 ms |
| Rendering | 129 ms |
| Garbage Collection | 124 ms |
| Parse HTML & CSS | 82 ms |
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 div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | www.publico.es/bundles/appcms/images/logo/logo.png |
Logo de Público div.desktop:flex > h1.text-publico > a > img.logo-stop-genocidio | www.publico.es/images/logo/stop-genocidio.svg |
Logo de 'Mañana en Público' section.manana-en-publico-home > div.mt-5 > a.block > img.w-full | www.publico.es/images/logo/manana-en-publico-mobile.svg |
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 |
|---|
P. A. C: ul.tablet:px-4 > li.flex > div.w-full > span.inline |
L. A. ul.tablet:px-4 > li.flex > div.w-full > span.inline |
R. B. ul.tablet:px-4 > li.flex > div.w-full > span.inline |
TREMENDING div.body--wrapper > p.category > a > span.font-bold |
TREMENDING div.body--wrapper > p.category > a > span.font-bold |
TREMENDING div.body--wrapper > p.category > a > span.font-bold |
TREMENDING div.supratitle-tremending > ul.desktop:flex > li.desktop:mr-auto > a.chevron-right-link |
Mar Bermúdez i Jiménez ul.tablet:px-4 > li.flex > div.w-full > span.inline |
PÚBLIC div.supratitle-public > ul.desktop:flex > li.desktop:mr-auto > a.chevron-right-link |
1. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
2. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
3. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
4. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
5. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
6. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
7. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
8. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
9. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
10. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
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 |
|---|
Si eres suscriptor, inicia sesión en Público div.didomi-popup-notice-text-container > div.didomi-popup-notice-text > div > h3#didomi-login-h3 |
These are opportunities to improve keyboard navigation in your application.
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.
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.
744 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
12 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.
986 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.67 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.
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.
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 |
|---|---|---|
| /d892ed41-2bfc-4977-a05e-07be26865229/loader.js?target=ww... | 7200.0 s | 34.8 KiB |
| s3.eu-central-1.amazonaws.com/sc-devel/Skins/SMCService.js | 0.0 ms | 24.3 KiB |
| static.chartbeat.com/js/chartbeat.js | 7200.0 s | 16.1 KiB |
| dphp.spxl.socy.es/pixel/js/DPHP_892_7658_912/ | 502.0 s | 9.4 KiB |
| static.chartbeat.com/js/chartbeat_mab.js | 7200.0 s | 10.1 KiB |
| s3.eu-central-1.amazonaws.com/sc-devel/sc-tagmanager/publico.js | 0.0 ms | 3.6 KiB |
| /v1/Storage-a482323/smartclip-services/HeaderBidding/js/S... | 86400.0 s | 6.0 KiB |
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 | |
|---|---|---|---|
Fotomontaje con las imágenes de Jorge Azcón, Alejandro Nolasco y María Guardiol… a.image > figure.relative > picture > img | /files/home_image_horizontal_desktop_225/uploads/2026/04/... | 112.0 KiB | 107.3 KiB |
––––––––––
Hace 18 años nacimos con un compromiso: hacer un periodismo útil par… a.image > figure.relative > picture > img | /files/main_image_horizontal_desktop/uploads/2026/04/21/6... | 81.6 KiB | 41.8 KiB |
El senador Bernie Sanders durante un discurso durante un a acto del movimiento … a.image > figure.relative > picture > img | /files/home_image_horizontal_desktop_300/uploads/2026/04/... | 45.3 KiB | 37.1 KiB |
Carlos Cuerpo este martes en el Senado. a.image > figure.relative > picture > img | /files/home_image_horizontal_desktop_300/uploads/2026/04/... | 35.2 KiB | 27.0 KiB |
La presidenta reelegida de Extremadura María Guardiola es aplaudida por la banc… a.image > figure.relative > picture > img | /files/home_image_horizontal_desktop_425/files/fp/uploads... | 41.0 KiB | 24.5 KiB |
El expresidente del Gobierno José Luis Rodríguez Zapatero en el programa 'Mañan… a.image > figure.relative > picture > img | /files/home_image_horizontal_desktop_300/files/fp/uploads... | 30.7 KiB | 22.5 KiB |
Ignacio López del Hierro, exmarido de Dolores de Cospedal, en el juicio sobre '… a.image > figure.relative > picture > img | /files/home_image_horizontal_desktop_300/uploads/2026/04/... | 28.3 KiB | 20.0 KiB |
La presidenta de la Comunidad de Madrid, Isabel Díaz Ayuso, ofrece declaracione… a.image > figure.relative > picture > img | /files/home_image_horizontal_desktop_300/uploads/2026/04/... | 27.7 KiB | 19.5 KiB |
Un bote navega hacia unos petroleros en el Estrecho de Ormuz. a.image > figure.relative > picture > img | /files/home_image_horizontal_desktop_300/uploads/2026/04/... | 27.3 KiB | 19.1 KiB |
Marc Giró en su programa 'Cara al show'. a.image > figure.relative > picture > img | /files/home_image_horizontal_desktop_225/uploads/2026/04/... | 16.3 KiB | 11.6 KiB |
Cristina Fallarás a.block > figure > picture > img.relative | www.publico.es/files/avatar/uploads/2024/12/09/6756b5fc951e0.jpeg | 6.9 KiB | 5.3 KiB |
Ana Pardo de Vera a.block > figure > picture > img.relative | www.publico.es/files/avatar/uploads/2024/12/03/674ecb4d50ecc.jpeg | 6.1 KiB | 4.4 KiB |
Jonathan Martínez a.block > figure > picture > img.relative | www.publico.es/files/avatar/uploads/2024/12/09/6756b73759c2d.jpeg | 6.0 KiB | 4.4 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 |
|---|---|
| www.publico.es/assets/screen.c45744f6c7279d9e5dc5.css?v=1776147505 | 5.7 KiB |
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.
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 |
|---|---|---|
| s3.eu-central-1.amazonaws.com/sc-devel/Skins/SMCService.js | 23.8 KiB | 7.9 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 |
|---|---|---|
| @font-face{font-display:swap;font-family:Publico;font-style:normal;font-weight:900; … } … | 21.8 KiB | 16.1 KiB |
| 18.8 KiB | 15.5 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 143.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-QFCGYDTZLZ&cx=c>m=4e64k1 | 151.4 KiB | 63.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-1B3Q8QTNDB&cx=c>m=4e64k1 | 152.0 KiB | 62.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-MJZ6HSFQQG&cx=c>m=4e64k1 | 156.9 KiB | 60.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PTC4Z5 | 131.5 KiB | 60.1 KiB |
| s3.eu-central-1.amazonaws.com/sc-devel/Skins/SMCService.js | 23.8 KiB | 23.1 KiB |
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 div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | www.publico.es/bundles/appcms/images/logo/logo.png |
Logo de Público div.desktop:flex > h1.text-publico > a > img.logo-stop-genocidio | www.publico.es/images/logo/stop-genocidio.svg |
Logo de 'Mañana en Público' section.manana-en-publico-home > div.mt-5 > a.hidden > img.w-full | www.publico.es/images/logo/manana-en-publico-lite.svg |
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 |
|---|
P. A. C: ul.tablet:px-4 > li.flex > div.w-full > span.inline |
L. A. ul.tablet:px-4 > li.flex > div.w-full > span.inline |
R. B. ul.tablet:px-4 > li.flex > div.w-full > span.inline |
TREMENDING div.body--wrapper > p.category > a > span.font-bold |
TREMENDING div.body--wrapper > p.category > a > span.font-bold |
TREMENDING div.body--wrapper > p.category > a > span.font-bold |
TREMENDING div.supratitle-tremending > ul.desktop:flex > li.desktop:mr-auto > a.chevron-right-link |
Mar Bermúdez i Jiménez ul.tablet:px-4 > li.flex > div.w-full > span.inline |
PÚBLIC div.supratitle-public > ul.desktop:flex > li.desktop:mr-auto > a.chevron-right-link |
1. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
2. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
3. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
4. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
5. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
6. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
7. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
8. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
9. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
10. div.desktop:max-w-[670px] > ul.tablet:px-4 > li.flex > span.mr-2 |
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 |
|---|
Si eres suscriptor, inicia sesión en Público div.didomi-popup-notice-text-container > div.didomi-popup-notice-text > div > h3#didomi-login-h3 |
These are opportunities to improve keyboard navigation in your application.
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.
Send Feedback