Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 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.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
11 button(s) with no accessible 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/92b38a19-2a0e-43d9-bc9a-35ff200bdd6a)<a href="https://beavercheck.com/results/92b38a19-2a0e-43d9-bc9a-35ff200bdd6a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flavanguardia.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flavanguardia.comThis 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.
9 barrier(s) likely increasing bounce by ~30%.
Page takes 15.9s to load
+12% bounceUsers abandon at ~3s — you're 13.4s 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 565ms 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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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, …)
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
5 broken link(s) on the page
+5% 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.
€303 investment → €0.50/month returns + EUR 120,500,000 risk avoided
€303
6h · 5 findings
€0.50 /mo
~€5.97 / year
EUR 120,500,000
if kept compliant
€55 — 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.
5.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
+7 more
€0.50 /mo
6714.6 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.
9.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
565 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.38 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.
15.90 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.
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.
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 |
|---|---|---|
| fonts.googleapis.com/css2?family=Libre+Franklin:wght@500;600;700&display=swap | 1.1 KiB | 819 ms |
| static.lavanguardia.com/css/fonts.css | 710 B | |
| static.lavanguardia.com/css/cf80fcf.css?1776245563 | 3.3 KiB | 151 ms |
| static.lavanguardia.com/css/7fb5b3f.css?1776245563 | 845 B | |
| static.lavanguardia.com/css/c4f6e1d.css?1776245563 | 1.4 KiB | |
| static.lavanguardia.com/css/c2786c3.css?1776245563 | 8.7 KiB | 755 ms |
| static.lavanguardia.com/css/d40ce09.css?1776245563 | 20.7 KiB | 756 ms |
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 |
|---|---|
| lavanguardia.com/ | 778 ms |
| www.lavanguardia.com/ | 0.0 ms |
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.
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/m202604160201/pubads_impl.js | 187.7 KiB | 141.9 KiB |
| rsc.lavanguardia.com/js/accounts-v2000031.js | 134.2 KiB | 112.2 KiB |
| rsc.lavanguardia.com/js/godo-adsx-nt-v1001293.js | 119.5 KiB | 88.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TQV75HX5 | 118.9 KiB | 66.1 KiB |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 101.8 KiB | 44.5 KiB |
| static.lavanguardia.com/assets/3.6e0fff863f6e629399e6.chunk.js | 34.0 KiB | 31.0 KiB |
| service.wemass.com/dmp/cea5524788f821b6687cfc6c8027a6b8.js | 39.6 KiB | 28.1 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=1435 | 59.7 KiB | 27.4 KiB |
| sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js | 23.9 KiB | 22.2 KiB |
| static.lavanguardia.com/assets/swiper.6e0fff863f6e629399e6.js | 35.5 KiB | 21.3 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 | 2.6 s |
| Other | 954 ms |
| Style & Layout | 551 ms |
| Script Parsing & Compilation | 347 ms |
| Parse HTML & CSS | 171 ms |
| Rendering | 133 ms |
| Garbage Collection | 75 ms |
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.
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 | |
|---|---|
Edicion Impresa div.col-md-3 > div.widget-footer > div.widget-footer-content > img | stories.lavanguardia.com/especial/hemeroteca/hemeroteca.jpg?code=mv |
Bono alquiler a jóvenes, ayudas a promotores y blindaje permanente del parque p… article.article-module > div.image-container > picture.desktop-img > img.nolazy | /files/image_449_464/files/fp/uploads/2026/04/21/69e766c4... |
Guardiola defiende su pacto con Vox, pero evita citar la “prioridad nacional”: … article.article-module > div.image-container > picture.desktop-img > img.nolazy | /files/image_449_464/files/fp/uploads/2026/04/21/69e7b743... |
El mapa chino es vertical article.article-module > div.image-container > picture.desktop-img > img.nolazy | www.lavanguardia.com/files/image_449_464/uploads/2026/04/20/69e6591de0e69.png |
Cuba reconoce haberse reunido con una delegación de Estados Unidos en La Habana article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La Audiencia Nacional cita en persona al ex president Pujol para analizar si pu… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Los SMS clave contra Fernández Díaz se esfuman article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El ex consejero delegado de Air Europa niega que Begoña Gómez interviniera en e… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
LaLiga EA Sports | Real Madrid - Alavés: sigue en directo el partido de hoy article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El éxito silencioso de las bibliotecas municipales article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Artur Martínez: “En el restaurante la gente lo que quiere es disfrutar y no tan… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un juez suspende el plan para sacrificar a 80 ejemplares descendientes de los h… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Así han sido las actuaciones de los aspirantes a Eurovisión 2026 article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El trencadís de Miele revive el genio de Gaudí en Barcelona article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La Fiscalía pide 9 años de prisión para el futbolista Álvaro Aguado por agresió… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Netflix, HBO, Disney+, Amazon Prime Video... las suscripciones se encarecen sin… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El declive neolítico acabó con la población del norte de Francia hace 5.000 año… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
‘Pescaíto’ y lluvia de famosos en el inicio de la Feria de Abril article.article-module > div.image-container > picture.desktop-img > img.lazy | |
¿Por qué este ha sido el coche protagonista del torneo? article.article-module > div.image-container > picture.desktop-img > img.lazy | |
“Todo aprendizaje exige que pases por la humildad y la frustración” article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Mariano, sé fuerte article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Claves del día | ¿Quién controla el estrecho de Ormuz? Y España, ¿país sin clas… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Los libros recomendados por Cultura/s para regalar este Sant Jordi 2026 article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Guía para viajar al Mundial 2026: cómo ver a España en directo, qué ciudades el… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Rosario Murillo, la voz que se convirtió en régimen article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Las 2 cláusulas clave que deberías incluir en tu testamento hoy mismo para evit… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
WhatsApp Plus llega a Europa: estas son las funciones y el precio de la nueva o… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Vuelven a burlar la seguridad del portaaviones 'Charles de Gaulle' tras introdu… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El Gobierno acusa a ayuntamientos del PP de “boicotear” la regularización de in… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Amazon invertirá hasta 25.000 millones más en la IA de Anthropic article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Renueva tu dormitorio en primavera: 5 sábanas elegantes, cómodas y ligeras de M… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Junts acusa al PSC de encargar una encuesta electoral “ilegal y con dinero públ… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Messi, más que un ídolo para Lamine Yamal: “Ojalá pueda seguir su camino” article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El Govern aprueba la subida de sueldo de los profesores y el complemento por sa… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Sonsoles Ónega: “Tras el blablablá del Planeta quería demostrar que mi vocación… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Cómo conseguir 40 céntimos de descuento por litro en tu próximo repostaje article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Enfoque multidisciplinar y tecnología para abordar el cáncer de pulmón y otras … article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El chocolate como motor de cambio: Moxe Foods, la empresa que transforma el cac… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un vestido para cada historia de amor: Barcelona dicta las tendencias de la mod… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Carlos III sobre Isabel II: “Muchos aspectos de los tiempos que vivimos le habr… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
5 fenómenos meteorológicos en una misma foto article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La simbología de la Porta de Sant Jordi article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Reto visual: ¿Eres capaz de ver el conejo en menos de 30 segundos? article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La nueva presidenta de los sumilleres catalanes quiere una asociación “más tran… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La UAB impulsa ‘serious games’ para mejorar la salud mental del alumnado article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Encuesta: ¿Es buena la comida en los colegios? article.article-module > div.image-container > picture.desktop-img > img.lazy | |
[object Object] article.article-module > div.image-container > picture > img.lazy | |
[object Object] article.article-module > div.image-container > picture > img.lazy | |
[object Object] article.article-module > div.image-container > picture > img.lazy | |
[object Object] article.article-module > div.image-container > picture > img.lazy | |
Redacción - li.module-box > article.article-module > figure.author-image > img.lazy | /especial/images/xCapa,P2010,402x_220621125339.png.pagesp... |
La UE descarta la petición de España de suspender el acuerdo de asociación con … article.article-module > div.image-container > picture.desktop-img > img.nolazy | www.lavanguardia.com/files/image_449_221/uploads/2026/04/21/69e782590ee17.jpeg |
El gran consumo avisa de nuevas subidas de precio en la cesta de la compra article.article-module > div.image-container > picture.desktop-img > img.nolazy | /files/image_449_221/files/fp/uploads/2026/04/21/69e7a6a6... |
Redacción - li.module-box > article.article-module > figure.author-image > img.lazy | /especial/images/xCapa,P203,402x.png.pagespeed.ic.gayAQHn... |
Redacción - li.module-box > article.article-module > figure.author-image > img.lazy | /especial/images/xCapa,P209,402x.png.pagespeed.ic.0Vq5567... |
Aplazado el desahucio del piso de La Llagosta que adquirió un concejal article.article-module > div.image-container > picture.desktop-img > img | www.lavanguardia.com/files/image_150_155/uploads/2026/04/21/69e7bde718a55.jpeg |
La Generalitat pide el indulto de la terminal de autobuses de Sants article.article-module > div.image-container > picture.desktop-img > img | /files/image_150_155/files/fp/uploads/2026/04/21/69e7b4be... |
Los catalanistas tocados por los tentáculos de la CIA article.article-module > div.image-container > picture.desktop-img > img | /files/image_150_155/files/fp/uploads/2026/04/21/69e7d20b... |
Boira reivindica el Corredor Mediterráneo como infraestructura clave de uso civ… article.article-module > div.image-container > picture.desktop-img > img | www.lavanguardia.com/files/image_150_155/uploads/2026/01/24/69752ae55a000.jpeg |
Los trabajadores de los hospitales Quirón van a la huelga, mientras Ayuso recon… article.article-module > div.image-container > picture.desktop-img > img | /files/image_150_155/files/fp/uploads/2026/04/21/69e73003... |
Madrid realizará un estudio arqueológico de las vías de tranvía halladas en la … article.article-module > div.image-container > picture.desktop-img > img | www.lavanguardia.com/files/image_150_155/uploads/2026/02/27/69a1584e2c6f0.jpeg |
Chinches y una tubería reventada en el baño del juzgado de guardia de diligenci… article.article-module > div.image-container > picture.desktop-img > img | /files/image_150_155/files/fp/uploads/2026/04/21/69e76833... |
Redacción - li.module-box > article.article-module > figure.author-image > img.lazy | cdn.qualitygames.media/iconos/logo-quiz-1.png |
Dan Jørgensen: “Nos tenemos que preparar para un verano bastante duro” article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La bloguera que le dice a Putin que “le mienten” article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un loro kea con discapacidad se convierte en el macho alfa gracias a una técnic… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Julen Guerrero agradece el apoyo recibido tras la muerte de su esposa, Elsa Lan… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Xavi Bundó, mejor profesional de los premios Ràdio Associació de Catalunya article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Caballos islandeses, conflictos, flores y más imágenes del día article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Florida anuncia una investigación criminal contra ChatGPT por “aconsejar” a un … article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El funcionario que aprobó el nombramiento de Mandelson dice que se sintió presi… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un mundo de depredadores: EE. UU., Rusia e Israel article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un mes de detención para dos soldados israelíes que destrozaron un Cristo en el… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Feijóo presenta su decálogo para infraestructuras y apuesta por 300.000 millone… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Armengol anuncia sanciones más graves al diputado de Vox expulsado del pleno, s… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La ex secretaria de Ábalos declara que Jéssica fue a 13 viajes oficiales y que … article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Investigado el jefe de gabinete de Illa en un caso de malversación cuando era a… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Nestlé anuncia un ERE para 301 trabajadores en España, más de un 7% de la plant… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La ventaja competitiva que aprovechan las empresas article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Enagás compra el 31,5% del operador francés Teréga y vende el 40% de Enagás Ren… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
BlaBlaCar cierra su negocio de buses por las pérdidas article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El nuevo OnePlus Nord 6 llega rebajado desde el lanzamiento con 165 Hz y una ba… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Comparativa mejores cafés en grano (2026): guía completa para elegir el ideal s… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
He probado el nuevo secador GHD Speed y está pensado para quienes necesitan opt… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Niba, Naturgy, TotalEnergies: las mejores compañías de luz para esquivar la cri… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un hombre se entrega a los Mossos como autor del apuñalamiento mortal en Horta-… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Menos asistencialismo y más control del impacto de los proyectos sociales article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Lleida prohibirá el burka en la vía pública y espacios municipales article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El SEM despliega el nuevo modelo de transporte sanitario en Girona con un 57% m… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Flick anuncia que renovará con el Barça: “Quiero ganar la Champions y estrenar … article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Aitana Bonmatí a punto de regresar: “Me siento como si fuese mi primer día de c… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Can Dragó nunca será San Siro article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Missy Franklin ahonda en el tabú llamado depresión: “Lo más devastador es poner… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Sanidad afirma que la homeopatía es un placebo sin validez curativa article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La Guardia Civil envía a la juez el primer informe del registro del zulo del ca… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Detenidos en Milán los capos de una red de explotación sexual que tenía a 70 fu… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El lince ibérico blanco de Jaén, que no era albino ni tenía leucemia, ha recupe… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Carlos Cuevas: “Si me tengo que ir, prefiero trabajar en el cine europeo que el… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
‘Asesinato en el molino del cura’: una novela injusta con los personajes article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El TSJA inadmite la querella de cinco exconsellers de Cultura contra la jueza d… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La Sagrada Família se suma a los escenarios del Festival Grec article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El error de belleza que Jennifer Aniston no volverá a cometer: “No era responsa… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
De Anne Hathaway a Meryl Streep: los espectaculares estilismos de la premiere m… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
¿A qué saben ‘La odisea’ o ‘Cien años de soledad’? La primera biblioteca helada… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
'Lore-chasing': la tendencia de viajes que busca el relato local (y oculto) de … article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Laura Escanes: “Mi preocupación cuando explotó todo lo de Risto fue ser una muj… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Muere Paco Aguilar, icónico humorista de 'No te rías que es peor' article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La dura decisión de Dani Fernández tras ser operado de urgencia por su grave ca… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Deudas pendientes y patrimonio fantasma: las claves del entramado empresarial d… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Si quieres acertar con un regalo de comunión que no falle, esta tablet Xiaomi e… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Este smartwatch de Samsung se está colando entre corredores por su precisión re… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Cinco ofertas de luz baratas para pagar menos en plena crisis energética (abril… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Comparativa de Omega 3 en 2026: cuáles son los mejores para cuidar corazón, cer… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Comparativa de freidoras de aire 2026: cuáles son las mejores para cocinar fáci… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Comparativa de máquinas de palomitas 2026: las mejores para tus momentos de sof… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Redacción - li.module-box > article.article-module > figure.imagen > img.lazy | /especial/htmlbox/Nx130xicona_words_home_V2.png.pagespeed... |
Salvador Enguix Oliver li.module-box > article.article-module > figure.author-image > img.lazy | |
Editorial La Vanguardia article.article-module > div.article-details > figure.author-image > img.lazy | |
Jordi Juan Raja li.module-box > article.article-module > figure.author-image > img.lazy | |
Màrius Carol Pañella li.module-box > article.article-module > figure.author-image > img.lazy | |
Miquel Roca Junyent li.module-box > article.article-module > figure.author-image > img.lazy | |
/GODO/LV/Autores/Imagenes/NoFecha/author-1356_67x67-kVLI--67x67@LaVanguardia-We… li.module-box > article.article-module > figure.author-image > img.lazy | |
Gemma Ribas Maspoch li.module-box > article.article-module > figure.author-image > img.lazy | |
Toni Aira li.module-box > article.article-module > figure.author-image > img.lazy | |
Sergi Pàmies Bertran li.module-box > article.article-module > figure.author-image > img.lazy | |
Joaquin Luna Morales li.module-box > article.article-module > figure.author-image > img.lazy | |
Santiago Nolla Zayas li.module-box > article.article-module > figure.author-image > img.lazy |
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.
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 |
|---|
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.col-12 > div.hamburger-content > input#check-menusidebar div.row > div.col-12 > div.hamburger-content > input#check-menusidebar |
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.
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 |
|---|
Directo div.live-swiper-container > ul.swiper-wrapper > li.nav-item > span.epigraph |
Fútbol | Real Madrid y Alavés miden fuerzas en el Bernabéu ul.swiper-wrapper > li.nav-item > span > a.nav-link |
JAVIER DE LA SOTILLA | WASHINGTON div.article-details > div.author-details > span.author > p |
ANNA BUJ | BRUSELAS div.article-details > div.author-details > span.author > p |
FERNANDO H. VALLS div.article-details > div.author-details > span.author > p |
JAVIER GALLEGO div.article-details > div.author-details > span.author > p |
MAITE GUTIÉRREZ div.article-details > div.author-details > span.author > p |
DAVID DUSSTER div.article-details > div.author-details > span.author > p |
IGNACIO OROVIO div.article-details > div.author-details > span.author > p |
PAULA SOLANAS ALFARO div.article-details > div.author-details > span.author > p |
G. ARAGONÉS | MOSCÚ div.article-details > div.author-details > span.author > p |
Consorci de Biblioteques de Barcelona div.article-details > div.article-details-content > div.category > p |
OFRECIDO POR AJUNTAMENT DE BARCELONA div.article-details > div.author-details > span.author > p |
CRISTINA JOLONCH div.article-details > div.author-details > span.author > p |
Hogar div.article-details > div.article-details-content > div.category > p |
OFRECIDO POR MIELE div.article-details > div.author-details > span.author > p |
FRANCESC PUIG div.article-details > div.author-details > span.author > p |
DAVID RUIZ MARULL div.article-details > div.author-details > span.author > p |
Trofeo Conde de Godó div.article-details > div.article-details-content > div.category > p |
OFRECIDO POR LEXUS div.article-details > div.author-details > span.author > p |
PALOMA ARENÓS div.article-details > div.author-details > span.author > p |
DAVID GUERRERO div.article-details > div.author-details > span.author > p |
IÑAKI PARDO TORREGROSA div.article-details > div.author-details > span.author > p |
SALVADOR ENGUIX div.article-details > div.author-details > span.author > p |
NEUS NAVARRO div.article-details > div.author-details > span.author > p |
HÈCTOR SANJUÁN div.article-details > div.author-details > span.author > p |
CONCHI LAFRAYA div.article-details > div.author-details > span.author > p |
MARTÍ PAOLA div.article-details > div.author-details > span.author > p |
FRANCESC PUIG div.article-details > div.author-details > span.author > p |
XAVI JURIO div.article-details > div.author-details > span.author > p |
CULTURA/S DE LA VANGUARDIA div.article-details > div.author-details > span.author > p |
Con descuento div.article-details > div.article-details-content > div.category > p |
MIRIAM AGUILAR div.article-details > div.author-details > span.author > p |
TONI AIRA div.article-details > div.author-details > span.author > p |
MIQUEL FERRER RUEDA div.article-details > div.author-details > span.author > p |
RAFAEL RAMOS | LONDRES div.article-details > div.author-details > span.author > p |
JOSEP MARIA BERMEJO MANCHÓ div.article-details > div.author-details > span.author > p |
JUAN CARLOS MERINO div.article-details > div.author-details > span.author > p |
JAVIER GALLEGO div.article-details > div.author-details > span.author > p |
SILVIA HINOJOSA div.article-details > div.author-details > span.author > p |
L. MAYOR, C. GUINDAL div.article-details > div.author-details > span.author > p |
L. B. GARCÍA, T. MUÑOZ div.article-details > div.author-details > span.author > p |
JUEGA article.article-module > div.article-details > div.see-articles > a |
PAULA SOLANAS ALFARO div.article-details > div.author-details > span.author > p |
Sostenibilidad div.article-details > div.article-details-content > div.category > p |
OFRECIDO POR ACCIONA div.article-details > div.author-details > span.author > p |
PILAR BLÁZQUEZ div.article-details > div.author-details > span.author > p |
Hogar en primavera div.article-details > div.article-details-content > div.category > p |
PABLO SÁNCHEZ-MONTAÑÉS div.article-details > div.author-details > span.author > p |
Apunta muy alto div.article-details > div.article-details-content > div.category > p |
JAVI ROSAGRO div.article-details > div.author-details > span.author > p |
Comparativas div.article-details > div.article-details-content > div.category > p |
ORIOL RIBALTA div.article-details > div.author-details > span.author > p |
Novedad belleza div.article-details > div.article-details-content > div.category > p |
MAYKA J. DE ARANOA div.article-details > div.author-details > span.author > p |
Factura de la luz div.article-details > div.article-details-content > div.category > p |
JAVIER MARTÍNEZ div.article-details > div.author-details > span.author > p |
CARLOS MÁRQUEZ DANIEL div.article-details > div.author-details > span.author > p |
ROSA M. BOSCH div.article-details > div.author-details > span.author > p |
ROSA MATAS div.article-details > div.author-details > span.author > p |
SÍLVIA OLLER div.article-details > div.author-details > span.author > p |
ÁLEX ARAGONÉS div.article-details > div.author-details > span.author > p |
ANAÏS MARTÍ HERRERO div.article-details > div.author-details > span.author > p |
EDURNE CONCEJO div.article-details > div.author-details > span.author > p |
RAMON SUÑÉ div.article-details > div.author-details > span.author > p |
ALBERTO MARTÍNEZ div.article-details > div.author-details > span.author > p |
CARINA FARRERAS div.article-details > div.author-details > span.author > p |
JAVIER RICOU div.article-details > div.author-details > span.author > p |
JULIO HURTADO div.article-details > div.author-details > span.author > p |
ASTRID MESEGUER div.article-details > div.author-details > span.author > p |
ÀLEX TORT div.article-details > div.author-details > span.author > p |
ISMAEL ARANA div.article-details > div.author-details > span.author > p |
MAGÍ CAMPS div.article-details > div.author-details > span.author > p |
Promoción div.article-details > div.article-details-content > div.category > p |
OFRECIDO POR REPSOL div.article-details > div.author-details > span.author > p |
Neumología div.article-details > div.article-details-content > div.category > p |
OFRECIDO POR SANITAS div.article-details > div.author-details > span.author > p |
En Clave Pyme div.article-details > div.article-details-content > div.category > p |
OFRECIDO POR MOXE FOODS div.article-details > div.author-details > span.author > p |
CRISTINA SIERRA div.article-details > div.author-details > span.author > p |
CRISTINA SIERRA div.article-details > div.author-details > span.author > p |
LIDIA BERNAUS div.article-details > div.author-details > span.author > p |
ALBERTO PIERNAS div.article-details > div.author-details > span.author > p |
ABEL CUARTERO ESCARTÍN div.article-details > div.author-details > span.author > p |
ABEL CUARTERO ESCARTÍN div.article-details > div.author-details > span.author > p |
ABEL CUARTERO ESCARTÍN div.article-details > div.author-details > span.author > p |
LINA AGUASCA div.article-details > div.author-details > span.author > p |
NARCÍS SERRAT div.article-details > div.author-details > span.author > p |
JOSEP REGÍ I PUIG div.article-details > div.author-details > span.author > p |
Regalo útil div.article-details > div.article-details-content > div.category > p |
ANDRÉS MONCADA div.article-details > div.author-details > span.author > p |
Galaxy Watch div.article-details > div.article-details-content > div.category > p |
ANDRÉS MONCADA div.article-details > div.author-details > span.author > p |
Tarifas Energía div.article-details > div.article-details-content > div.category > p |
JAVIER MARTÍNEZ div.article-details > div.author-details > span.author > p |
LÍDIA PENELO div.article-details > div.author-details > span.author > p |
SERGI GARCIA ARENAS div.article-details > div.author-details > span.author > p |
JOAQUÍN CALLABED div.article-details > div.author-details > span.author > p |
INÉS ROMÁN div.article-details > div.author-details > span.author > p |
Comparativas div.article-details > div.article-details-content > div.category > p |
Comparativas div.article-details > div.article-details-content > div.category > p |
Comparativas div.article-details > div.article-details-content > div.category > p |
SUSCRÍBETE div.widget-footer > div.widget-footer-content > div.edicion-impresa-buttons > button.btn |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Inmobiliario
El Gobierno aprueba el Plan de Vivienda que incluye el blindaje d… section.container > ul.row > li.col-12 > ul.row |
Debate de Investidura
Guardiola defiende su pacto con Vox, pero evita citar la… main#main-container > div.home-boards > section.container > ul.row |
Consecuencias de la guerra
La patronal de los supermercados avisa de nuevas su… section.container > ul.row > li.col-12 > ul.row |
Tribunales
La Audiencia Nacional cita en persona al ex president Pujol para an… main#main-container > div.home-boards > section.container > ul.row |
● Directo
Mbappé adelanta al Real Madrid ante el Alavés en el Bernabéu (1-0)
… main#main-container > div.home-boards > section.container > ul.row |
Podcast 'Quédate a comer'
Artur Martínez: “En el restaurante la gente lo que q… main#main-container > div.home-boards > section.container > ul.row |
Alternativas no letales
Suspendido el sacrificio de 80 hipopótamos descendient… main#main-container > div.home-boards > section.container > ul.row |
Arqueología
La población del norte de Francia colapsó y fue sustituida por gen… section.container > div.row > div.col-12 > ul.row |
La Contra
Ferran Ballard
“Todo aprendizaje exige que pases por la humildad y … main#main-container > div.home-boards > section.container > ul.row |
Opinión
Mariano, sé fuerte
ISABEL GARCIA PAGAN
Claves del día
¿Quién cont… section.container > ul.row > li.col-12 > ul.row |
Medios
Xavi Bundó, mejor profesional de los premios Ràdio Associació de Catalu… main#main-container > div.home-boards > section.container > ul.row |
Podcast 'Héroes y villanos'
Rosario Murillo, la voz que se convirtió en régime… main#main-container > div.home-boards > section.container > ul.row |
Herencias
Testamento: dos cláusulas que hoy mismo deberías incluir para que tu… section.container > ul.row > li.col-12 > ul.row |
Estados Unidos
Florida anuncia una investigación contra ChatGPT por “aconsejar… section.container > ul.row > li.col-12 > ul.row |
Plan
Feijóo presenta su decálogo para infraestructuras con 300.000 millones en… section.container > ul.row > li.col-12 > ul.row |
Sucesos
Se entrega a los Mossos el autor del apuñalamiento mortal en Horta-Gui… section.container > ul.row > li.col-12 > ul.row |
La decisión del técnico
Flick renovará: “Quiero ganar la Champions y estrenar … section.container > ul.row > li.col-12 > ul.row |
Informe técnico
Sanidad afirma que la homeopatía es un placebo sin validez cur… section.container > ul.row > li.col-12 > ul.row |
Carlos Cuevas
“Si me tengo que ir, prefiero trabajar en el cine europeo que en… section.container > ul.row > li.col-12 > ul.row |
Se sincera
El error de belleza que Jennifer Aniston no volverá a cometer: “No … section.container > ul.row > li.col-12 > ul.row |
No lo volvería a hacer
Laura Escanes: “Mi preocupación cuando explotó todo lo … section.container > ul.row > li.col-12 > ul.row |
Las Fotos de los Lectores
5 fenómenos meteorológicos en una misma foto
Virgas… main#main-container > div.home-boards > section.container > ul.row |
FotoFlash
La simbología de la Porta de Sant Jordi
NARCÍS SERRAT
Reto visual
… section.container > ul.row > li.col-12 > ul.row |
Confía en las habas
Recetas para obtener el aporte extra de fibra que buscas
… li.col-12 > ul.article-module-secciones-container > li.module-box > ul |
Coro UAB
Cantar para reducir el estrés: así funciona el coro comunitario de l… li.col-12 > ul.article-module-secciones-container > li.module-box > ul |
PARTICIPACIÓN
El Debate de los Lectores
Encuesta: ¿Es buena la comida en los … section#board-canales > ul.row > li.col-12 > ul.article-module-secciones-container |
La Voz del Lector
Cómo convivir con el lince ibérico
Lectores Expertos
San… li.col-12 > ul.article-module-secciones-container > li.module-box > ul |
Comparativas
Comparativa de los mejores suplementeos Omega 3 en 2026
Comparat… main#main-container > div.home-boards > section.container > ul.row |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Rechazar y suscribirse div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-disagree-button |
Aceptar y continuar div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-agree-button |
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 | |
|---|---|---|---|---|
La UE descarta la petición de España de suspender el acuerdo de asociación con … article.article-module > div.image-container > picture.desktop-img > img.nolazy | www.lavanguardia.com/files/image_449_221/uploads/2026/04/21/69e782590ee17.jpeg | 412 x 203 | 449 x 221 | 618 x 305 |
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 |
|---|---|
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
www.lavanguardia.com/ line 9601, col 367 | SyntaxError: Malformed arrow function parameter list |
www.lavanguardia.com/ line 9605, col 0 | SyntaxError: Unexpected end of input |
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.
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.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.44 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
38 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.78 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.
2.14 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.
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.
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 | |
|---|---|---|---|
El mapa chino es vertical article.article-module > div.image-container > picture.desktop-img > img.nolazy | www.lavanguardia.com/files/image_290_300/uploads/2026/04/20/69e6591de0e69.png | 166.4 KiB | 152.2 KiB |
El gran consumo avisa de nuevas subidas de precio en la cesta de la compra article.article-module > div.image-container > picture.desktop-img > img.nolazy | /files/image_449_221/files/fp/uploads/2026/04/21/69e7a6a6... | 21.1 KiB | 14.4 KiB |
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| 17.5 KiB | 14.9 KiB | |
| static.lavanguardia.com/css/d40ce09.css?1776245563 | 20.3 KiB | 14.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/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 140.3 KiB |
| rsc.lavanguardia.com/js/accounts-v2000031.js | 134.2 KiB | 112.3 KiB |
| rsc.lavanguardia.com/js/godo-adsx-nt-v1001293.js | 119.5 KiB | 88.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TQV75HX5 | 118.9 KiB | 66.1 KiB |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 101.8 KiB | 44.5 KiB |
| service.wemass.com/dmp/cea5524788f821b6687cfc6c8027a6b8.js | 39.6 KiB | 28.1 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=1435 | 59.7 KiB | 27.3 KiB |
| sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js | 23.9 KiB | 22.2 KiB |
| static.lavanguardia.com/assets/swiper.6e0fff863f6e629399e6.js | 35.5 KiB | 21.3 KiB |
| static.lavanguardia.com/assets/3.6e0fff863f6e629399e6.chunk.js | 34.0 KiB | 21.2 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 | |
|---|---|
Cuba reconoce haberse reunido con una delegación de Estados Unidos en La Habana article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Artur Martínez: “En el restaurante la gente lo que quiere es disfrutar y no tan… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Vuelven a burlar la seguridad del portaaviones 'Charles de Gaulle' tras introdu… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El Gobierno acusa a ayuntamientos del PP de “boicotear” la regularización de in… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Amazon invertirá hasta 25.000 millones más en la IA de Anthropic article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Junts acusa al PSC de encargar una encuesta electoral “ilegal y con dinero públ… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Messi, más que un ídolo para Lamine Yamal: “Ojalá pueda seguir su camino” article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El Govern aprueba la subida de sueldo de los profesores y el complemento por sa… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Sonsoles Ónega: “Tras el blablablá del Planeta quería demostrar que mi vocación… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un vestido para cada historia de amor: Barcelona dicta las tendencias de la mod… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Carlos III sobre Isabel II: “Muchos aspectos de los tiempos que vivimos le habr… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Edicion Impresa div.col-md-3 > div.widget-footer > div.widget-footer-content > img | stories.lavanguardia.com/especial/hemeroteca/hemeroteca.jpg?code=mv |
Bono alquiler a jóvenes, ayudas a promotores y blindaje permanente del parque p… article.article-module > div.image-container > picture.desktop-img > img.nolazy | /files/image_614_300/files/fp/uploads/2026/04/21/69e766c4... |
Redacción - li.module-box > article.article-module > figure.author-image > img.lazy | /especial/images/xCapa,P2010,402x_220621125339.png.pagesp... |
Guardiola defiende su pacto con Vox, pero evita citar la “prioridad nacional”: … article.article-module > div.image-container > picture.desktop-img > img.nolazy | /files/image_290_300/files/fp/uploads/2026/04/21/69e7b743... |
El mapa chino es vertical article.article-module > div.image-container > picture.desktop-img > img.nolazy | www.lavanguardia.com/files/image_290_300/uploads/2026/04/20/69e6591de0e69.png |
La Audiencia Nacional cita en persona al ex president Pujol para analizar si pu… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Los SMS clave contra Fernández Díaz se esfuman article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El ex consejero delegado de Air Europa niega que Begoña Gómez interviniera en e… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
LaLiga EA Sports | Real Madrid - Alavés: sigue en directo el partido de hoy article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El éxito silencioso de las bibliotecas municipales article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un juez suspende el plan para sacrificar a 80 ejemplares descendientes de los h… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Así han sido las actuaciones de los aspirantes a Eurovisión 2026 article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El trencadís de Miele revive el genio de Gaudí en Barcelona article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La Fiscalía pide 9 años de prisión para el futbolista Álvaro Aguado por agresió… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Netflix, HBO, Disney+, Amazon Prime Video... las suscripciones se encarecen sin… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El declive neolítico acabó con la población del norte de Francia hace 5.000 año… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
‘Pescaíto’ y lluvia de famosos en el inicio de la Feria de Abril article.article-module > div.image-container > picture.desktop-img > img.lazy | |
¿Por qué este ha sido el coche protagonista del torneo? article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Aplazado el desahucio del piso de La Llagosta que adquirió un concejal article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La Generalitat pide el indulto de la terminal de autobuses de Sants article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Los catalanistas tocados por los tentáculos de la CIA article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Boira reivindica el Corredor Mediterráneo como infraestructura clave de uso civ… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Los trabajadores de los hospitales Quirón van a la huelga, mientras Ayuso recon… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Madrid realizará un estudio arqueológico de las vías de tranvía halladas en la … article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Chinches y una tubería reventada en el baño del juzgado de guardia de diligenci… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
“Todo aprendizaje exige que pases por la humildad y la frustración” article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Mariano, sé fuerte article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Claves del día | ¿Quién controla el estrecho de Ormuz? Y España, ¿país sin clas… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Los libros recomendados por Cultura/s para regalar este Sant Jordi 2026 article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Guía para viajar al Mundial 2026: cómo ver a España en directo, qué ciudades el… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Rosario Murillo, la voz que se convirtió en régimen article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Las 2 cláusulas clave que deberías incluir en tu testamento hoy mismo para evit… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
WhatsApp Plus llega a Europa: estas son las funciones y el precio de la nueva o… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Renueva tu dormitorio en primavera: 5 sábanas elegantes, cómodas y ligeras de M… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Cómo conseguir 40 céntimos de descuento por litro en tu próximo repostaje article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Enfoque multidisciplinar y tecnología para abordar el cáncer de pulmón y otras … article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El chocolate como motor de cambio: Moxe Foods, la empresa que transforma el cac… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
5 fenómenos meteorológicos en una misma foto article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La simbología de la Porta de Sant Jordi article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Reto visual: ¿Eres capaz de ver el conejo en menos de 30 segundos? article.article-module > div.image-container > picture.desktop-img > img.lazy | |
[object Object] article.article-module > div.image-container > picture > img.lazy | |
[object Object] article.article-module > div.image-container > picture > img.lazy | |
[object Object] article.article-module > div.image-container > picture > img.lazy | |
La nueva presidenta de los sumilleres catalanes quiere una asociación “más tran… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La UAB impulsa ‘serious games’ para mejorar la salud mental del alumnado article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Encuesta: ¿Es buena la comida en los colegios? article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La UE descarta la petición de España de suspender el acuerdo de asociación con … article.article-module > div.image-container > picture.desktop-img > img.nolazy | www.lavanguardia.com/files/image_449_221/uploads/2026/04/21/69e782590ee17.jpeg |
El gran consumo avisa de nuevas subidas de precio en la cesta de la compra article.article-module > div.image-container > picture.desktop-img > img.nolazy | /files/image_449_221/files/fp/uploads/2026/04/21/69e7a6a6... |
Redacción - li.module-box > article.article-module > figure.author-image > img.lazy | /especial/images/xCapa,P203,402x.png.pagespeed.ic.gayAQHn... |
Redacción - li.module-box > article.article-module > figure.author-image > img.lazy | /especial/images/xCapa,P209,402x.png.pagespeed.ic.0Vq5567... |
Redacción - li.module-box > article.article-module > figure.author-image > img.lazy | cdn.qualitygames.media/iconos/logo-quiz-1.png |
Dan Jørgensen: “Nos tenemos que preparar para un verano bastante duro” article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La bloguera que le dice a Putin que “le mienten” article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un loro kea con discapacidad se convierte en el macho alfa gracias a una técnic… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Julen Guerrero agradece el apoyo recibido tras la muerte de su esposa, Elsa Lan… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Xavi Bundó, mejor profesional de los premios Ràdio Associació de Catalunya article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Caballos islandeses, conflictos, flores y más imágenes del día article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Florida anuncia una investigación criminal contra ChatGPT por “aconsejar” a un … article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El funcionario que aprobó el nombramiento de Mandelson dice que se sintió presi… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un mundo de depredadores: EE. UU., Rusia e Israel article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un mes de detención para dos soldados israelíes que destrozaron un Cristo en el… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Feijóo presenta su decálogo para infraestructuras y apuesta por 300.000 millone… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Armengol anuncia sanciones más graves al diputado de Vox expulsado del pleno, s… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La ex secretaria de Ábalos declara que Jéssica fue a 13 viajes oficiales y que … article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Investigado el jefe de gabinete de Illa en un caso de malversación cuando era a… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Redacción - li.module-box > article.article-module > figure.imagen > img.lazy | /especial/htmlbox/Nx130xicona_words_home_V2.png.pagespeed... |
Nestlé anuncia un ERE para 301 trabajadores en España, más de un 7% de la plant… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La ventaja competitiva que aprovechan las empresas article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Enagás compra el 31,5% del operador francés Teréga y vende el 40% de Enagás Ren… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
BlaBlaCar cierra su negocio de buses por las pérdidas article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El nuevo OnePlus Nord 6 llega rebajado desde el lanzamiento con 165 Hz y una ba… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Comparativa mejores cafés en grano (2026): guía completa para elegir el ideal s… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
He probado el nuevo secador GHD Speed y está pensado para quienes necesitan opt… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Niba, Naturgy, TotalEnergies: las mejores compañías de luz para esquivar la cri… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Un hombre se entrega a los Mossos como autor del apuñalamiento mortal en Horta-… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Menos asistencialismo y más control del impacto de los proyectos sociales article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Lleida prohibirá el burka en la vía pública y espacios municipales article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El SEM despliega el nuevo modelo de transporte sanitario en Girona con un 57% m… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Flick anuncia que renovará con el Barça: “Quiero ganar la Champions y estrenar … article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Aitana Bonmatí a punto de regresar: “Me siento como si fuese mi primer día de c… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Can Dragó nunca será San Siro article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Missy Franklin ahonda en el tabú llamado depresión: “Lo más devastador es poner… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Sanidad afirma que la homeopatía es un placebo sin validez curativa article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La Guardia Civil envía a la juez el primer informe del registro del zulo del ca… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Detenidos en Milán los capos de una red de explotación sexual que tenía a 70 fu… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El lince ibérico blanco de Jaén, que no era albino ni tenía leucemia, ha recupe… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Carlos Cuevas: “Si me tengo que ir, prefiero trabajar en el cine europeo que el… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
‘Asesinato en el molino del cura’: una novela injusta con los personajes article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El TSJA inadmite la querella de cinco exconsellers de Cultura contra la jueza d… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La Sagrada Família se suma a los escenarios del Festival Grec article.article-module > div.image-container > picture.desktop-img > img.lazy | |
El error de belleza que Jennifer Aniston no volverá a cometer: “No era responsa… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
De Anne Hathaway a Meryl Streep: los espectaculares estilismos de la premiere m… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
¿A qué saben ‘La odisea’ o ‘Cien años de soledad’? La primera biblioteca helada… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
'Lore-chasing': la tendencia de viajes que busca el relato local (y oculto) de … article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Laura Escanes: “Mi preocupación cuando explotó todo lo de Risto fue ser una muj… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Muere Paco Aguilar, icónico humorista de 'No te rías que es peor' article.article-module > div.image-container > picture.desktop-img > img.lazy | |
La dura decisión de Dani Fernández tras ser operado de urgencia por su grave ca… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Deudas pendientes y patrimonio fantasma: las claves del entramado empresarial d… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Si quieres acertar con un regalo de comunión que no falle, esta tablet Xiaomi e… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Este smartwatch de Samsung se está colando entre corredores por su precisión re… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Cinco ofertas de luz baratas para pagar menos en plena crisis energética (abril… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Comparativa de Omega 3 en 2026: cuáles son los mejores para cuidar corazón, cer… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Comparativa de freidoras de aire 2026: cuáles son las mejores para cocinar fáci… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Comparativa de máquinas de palomitas 2026: las mejores para tus momentos de sof… article.article-module > div.image-container > picture.desktop-img > img.lazy | |
Salvador Enguix Oliver li.module-box > article.article-module > figure.author-image > img.lazy | |
Editorial La Vanguardia article.article-module > div.article-details > figure.author-image > img.lazy | |
Jordi Juan Raja li.module-box > article.article-module > figure.author-image > img.lazy | |
Màrius Carol Pañella li.module-box > article.article-module > figure.author-image > img.lazy | |
Miquel Roca Junyent li.module-box > article.article-module > figure.author-image > img.lazy | |
/GODO/LV/Autores/Imagenes/NoFecha/author-1356_67x67-kVLI--67x67@LaVanguardia-We… li.module-box > article.article-module > figure.author-image > img.lazy | |
Gemma Ribas Maspoch li.module-box > article.article-module > figure.author-image > img.lazy | |
Toni Aira li.module-box > article.article-module > figure.author-image > img.lazy | |
Sergi Pàmies Bertran li.module-box > article.article-module > figure.author-image > img.lazy | |
Joaquin Luna Morales li.module-box > article.article-module > figure.author-image > img.lazy | |
Santiago Nolla Zayas li.module-box > article.article-module > figure.author-image > img.lazy |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| lavanguardia.com/ | 226 ms |
| www.lavanguardia.com/ | 0.0 ms |
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.
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 |
|---|
header.header > div.container > div.supra-header-icons > button.shi-search header.header > div.container > div.supra-header-icons > button.shi-search |
header.header > div.container > div.supra-header-icons > button.shi-user header.header > div.container > div.supra-header-icons > button.shi-user |
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.col-12 > div.hamburger-content > input#check-menusidebar div.row > div.col-12 > div.hamburger-content > input#check-menusidebar |
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.
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 |
|---|
Directo div.live-swiper-container > ul.swiper-wrapper > li.nav-item > span.epigraph |
JAVIER DE LA SOTILLA | WASHINGTON div.article-details > div.author-details > span.author > p |
SUSCRÍBETE div.widget-footer > div.widget-footer-content > div.edicion-impresa-buttons > button.btn |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Debate de Investidura
Guardiola defiende su pacto con Vox, pero evita citar la… main#main-container > div.home-boards > section.container > ul.row |
Podcast 'Quédate a comer'
Artur Martínez: “En el restaurante la gente lo que q… main#main-container > div.home-boards > section.container > ul.row |
La Contra
Ferran Ballard
“Todo aprendizaje exige que pases por la humildad y … main#main-container > div.home-boards > section.container > ul.row |
Podcast 'Héroes y villanos'
Rosario Murillo, la voz que se convirtió en régime… main#main-container > div.home-boards > section.container > ul.row |
Las Fotos de los Lectores
5 fenómenos meteorológicos en una misma foto
Virgas… main#main-container > div.home-boards > section.container > ul.row |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Rechazar y suscribirse div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-disagree-button |
Aceptar y continuar div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-agree-button |
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 |
|---|---|
www.lavanguardia.com/ line 9601, col 367 | SyntaxError: Malformed arrow function parameter list |
www.lavanguardia.com/ line 9605, col 0 | SyntaxError: Unexpected end of input |
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.
Send Feedback