Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| i.ytimg.com/vi/YkEiI6OSIB8/maxresdefault.jpg | 7200.0 s | 173.7 KiB |
| cmp.inmobi.com/tcfv2/cmp2.js?referer=efe.com | 3600.0 s | 133.4 KiB |
| i.ytimg.com/vi/9BHTDXC5ckA/maxresdefault.jpg | 300.0 s | 108.2 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=1020 | 1800.0 s | 58.8 KiB |
| cmp.inmobi.com/tcfv2/61/cmp2ui-es.js | 172800.0 s | 127.3 KiB |
| platform.twitter.com/widgets.js | 1800.0 s | 27.3 KiB |
| cmp.inmobi.com/choice/KKvGK-B5qD0pq/efe.com/choice.js?tag_version=V3 | 900.0 s | 2.4 KiB |
| tracker.metricool.com/resources/be.js | 172800.0 s | 3.0 KiB |
| static.addtoany.com/menu/page.js | 86400.0 s | 2.2 KiB |
| applets.ebxcdn.com/ebx.js | 7200.0 s | 1.0 KiB |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
div.n2-ss-slide-background > div.n2-ss-slide-background-image > picture.skip-lazy > img.skip-lazy div.n2-ss-slide-background > div.n2-ss-slide-background-image > picture.skip-lazy > img.skip-lazy | efe.com/wp-content/uploads/2024/12/slider_7_ene_1920.jpg | 1.2 MiB | 1.1 MiB |
🔴📡 La NASA lanza la Misión Artemis II que llevará a cuatro astronautas a la ór… div.elementor-shortcode > a.ayg-theme-single-popup > div.ayg-thumbnail-media > img.ayg-thumbnail-image | i.ytimg.com/vi/YkEiI6OSIB8/maxresdefault.jpg | 173.2 KiB | 137.4 KiB |
Fuerzas israelíes irrumpen en el funeral de dos palestinos asesinados en Cisjor… div.elementor-widget-container > div.ayg-thumbnail-media > a.ayg-theme-single-popup > img.ayg-thumbnail-image | i.ytimg.com/vi/9BHTDXC5ckA/maxresdefault.jpg | 108.0 KiB | 82.3 KiB |
El presidente de EE.UU., Donald Trump (i), junto a su homólogo ucraniano, Volod… div.elementor-element > div.elementor-widget-container > a > img.attachment-large | /efe.com/wp-content/uploads/2026/04/Donnylandia-ucrania-t... | 68.3 KiB | 50.2 KiB |
jeque Málaga div.elementor-element > div.elementor-widget-container > a > img.attachment-large | /efe.com/wp-content/uploads/2026/04/GRAF1548-ESPANA-TRIBU... | 53.5 KiB | 42.8 KiB |
prioridad nacional PP Vox pactos div.elementor-element > div.elementor-widget-container > a > img.attachment-large | /efe.com/wp-content/uploads/2026/04/prioridad-nacional-pp... | 40.5 KiB | 34.7 KiB |
Trump dice que existe la posibilidad de retomar el viernes las negociaciones co… div.elementor-element > div.elementor-widget-container > a > img.attachment-large | /efe.com/wp-content/uploads/2026/04/Iran-negociaciones-2.... | 40.0 KiB | 34.2 KiB |
Los obispos de Canarias, José Mazuelos (i), y Tenerife, Eloy Santiago (d), info… div.elementor-element > div.elementor-widget-container > a > img.attachment-large | i0.wp.com/efe.com/wp-content/uploads/2026/04/obispo-canarias.webp?w=900&ssl=1 | 40.0 KiB | 29.3 KiB |
El presidente del Gobierno, Pedro Sánchez (d), junto a su mujer Begoña Gómez (i… div.elementor-element > div.elementor-widget-container > a > img.attachment-large | /efe.com/wp-content/uploads/2026/04/rss-efe319f94663a0998... | 29.3 KiB | 26.1 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | /efe.com/wp-content/uploads/2026/04/GRAF1867-ESPANA-RETRA... | 42.0 KiB | 17.0 KiB |
div.n2-ss-layer-col > div.n2-ss-layer > div.n2-ss-item-image-content > img#n2-ss-4item4 div.n2-ss-layer-col > div.n2-ss-layer > div.n2-ss-item-image-content > img#n2-ss-4item4 | efe.com/wp-content/uploads/2022/09/Logo-EFE-Comunica_RGB_Negativo-Blanco.png | 13.8 KiB | 13.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|---|
| /_static/??-eJylk+GOgyAQhF/oKHpa7Z/LPUpDcUVSYAmLZ/r2h6SXX... | 45.3 KiB | 37.0 KiB |
| /_static/??-eJylkV1OAzEMhC+Em1ZIXV4QR0FuMmwj5Y/Y6bK3J6xaB... | 21.9 KiB | 21.1 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cmp.inmobi.com/tcfv2/cmp2.js?referer=efe.com | 132.9 KiB | 65.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZERG6RYCDD&cx=c>m=4e64k0 | 155.4 KiB | 64.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-GJSEWV8NC0&cx=c>m=4e64k0 | 156.4 KiB | 59.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M234NTD | 136.4 KiB | 59.1 KiB |
| cmp.inmobi.com/tcfv2/61/cmp2ui-es.js | 126.8 KiB | 58.8 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=1020 | 58.4 KiB | 29.8 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.8 KiB | 21.1 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /_static/??-eJylkV1OAzEMhC+Em1ZIXV4QR0FuMmwj5Y/Y6bK3J6xaB... | 22.3 KiB | 4.1 KiB |
| /_static/??-eJylk+GOgyAQhF/oKHpa7Z/LPUpDcUVSYAmLZ/r2h6SXX... | 45.7 KiB | 2.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
22 abril 2026
Aragón
El pacto en Aragón entre PP y Vox para investir a Azcón ca… div.elementor-element > div.elementor-element > div.elementor-widget-container > div.elementor-loop-container |
La «prioridad nacional» desata discrepancias entre PP y Vox: ¿Arraigo o español… div.elementor-element > div.elementor-element > div.elementor-widget-container > div.elementor-loop-container |
22 abril 2026
España
El obispo de Canarias y el drama migratorio: «Habría que m… div.e-con-inner > div.elementor-element > div.elementor-widget-container > div.elementor-loop-container |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
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 |
|---|
Accede ahora div.n2-ss-button-container > a.n2-style-6cfcd57f5bb11fee49862f34c54eef33-heading > div > div |
Zaragoza (EFE).- El pacto de gobierno del PP y Vox en Aragón recoge la ‘priorid… div.elementor-element > div.elementor-element > div.elementor-widget-container > p |
22 abril 2026 ul.elementor-inline-items > li.elementor-icon-list-item > span.elementor-icon-list-text > time |
22 abril 2026 ul.elementor-inline-items > li.elementor-icon-list-item > span.elementor-icon-list-text > time |
22 abril 2026 ul.elementor-inline-items > li.elementor-icon-list-item > span.elementor-icon-list-text > time |
Madrid (EFE).- El obispo de Canarias, José Mazuelos, ha advertido este miércole… div.elementor-element > div.elementor-element > div.elementor-widget-container > p |
Redacción Internacional (EFE).- Los negociadores de Ucrania han propuesto renom… div.elementor-element > div.elementor-element > div.elementor-widget-container > p |
Málaga, (EFE).- La Audiencia Provincial de Málaga ha ordenado que el juez que l… div.elementor-element > div.elementor-element > div.elementor-widget-container > p |
These are opportunities to improve the legibility of your content.
Navigation
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 |
|---|
El pacto en Aragón entre PP y Vox para investir a Azcón calca el extremeño en p… div.elementor-element > div.elementor-element > div.elementor-widget-container > h3.elementor-heading-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.elementor-element > div.elementor-element > div.elementor-widget-container > a div.elementor-element > div.elementor-element > div.elementor-widget-container > a |
div.elementor-element > div.elementor-element > div.elementor-widget-container > a div.elementor-element > div.elementor-element > div.elementor-widget-container > a |
div.elementor-element > div.elementor-widget-container > p > a.ayg-theme-single-popup div.elementor-element > div.elementor-widget-container > p > a.ayg-theme-single-popup |
div.e-con-inner > div.elementor-element > div.elementor-widget-container > a div.e-con-inner > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon |
div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon |
div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon |
div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon |
div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon |
div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon |
div.elementor-element > div.elementor-element > div.elementor-widget-container > a div.elementor-element > div.elementor-element > div.elementor-widget-container > a |
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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EFE SERVICIOS 7 enero div.n2-ss-widget > div.n2-style-e5817c4907a17911e0e4e92ef2471d44-simple > div > div.n2-bullet |
EFE Comunica 7 enero div.n2-ss-widget > div.n2-style-e5817c4907a17911e0e4e92ef2471d44-simple > div > div.n2-bullet |
Slider newsletters_2 div.n2-ss-widget > div.n2-style-e5817c4907a17911e0e4e92ef2471d44-simple > div > div.n2-bullet |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | cmp.inmobi.com/tcfv2/61/cmp2ui-es.js line 1, col 468269 |
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_NAME_NOT_RESOLVED |
SEO
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
🔴📡 La NASA lanza la Misión Artemis II que llevará a cuatro astronautas a la ór… div.elementor-element > div.elementor-widget-container > div.elementor-shortcode > a.ayg-theme-single-popup |
div.elementor-element > div.elementor-widget-container > p > a.ayg-theme-single-popup div.elementor-element > div.elementor-widget-container > p > a.ayg-theme-single-popup |
Fuerzas israelíes irrumpen en el funeral de dos palestinos asesinados en Cisjor… div.elementor-element > div.elementor-widget-container > div.ayg-thumbnail-media > a.ayg-theme-single-popup |
To appear in search results, crawlers need access to your app.