Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 7.7s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 15.5 MB (5.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
15 link(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/c1dd5242-b0ea-47e1-a8a1-d9a0850cff2d)<a href="https://beavercheck.com/results/c1dd5242-b0ea-47e1-a8a1-d9a0850cff2d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fxataka.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fxataka.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 7.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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 ~32%.
Page takes 7.7s to load
+12% bounceUsers abandon at ~3s — you're 5.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 7.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
15 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
3 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.
€425 investment → €4,754/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€4,754 /mo
~€57,046 / year
EUR 120,500,000
if kept compliant
€128 — 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.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,015 / year if left unfixed
€120,500,000
+7 more
€1.23 /mo
16622.0 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.
5.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.31 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.018
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.06 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.
48.80 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.
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 | |
|---|---|---|---|
Una empresa increíblemente rentable y una deuda pendiente con la IA: la Apple q… div.poster-figure > a > picture > img | i.blogs.es/092d81/chatgpt-image-21-abr-2026-16_43_09/500_190.png | 190.1 KiB | 177.5 KiB |
Los 45ºC en abril son lo de menos: el verdadero problema de México es que se ca… div.base-asset-image > a > picture > img | i.blogs.es/98b66b/captura-de-pantalla-2026-04-22-a-las-15.45.17/200_200.png | 59.1 KiB | 52.6 KiB |
Corea del Sur tiene un nuevo caballo de Troya cultural: se llama "Acubi", lo vi… li.shortcut-article > a.shortcut-figure > picture > img | i.blogs.es/fd7907/guia-de-imagenes-destacadas-1-/500_190.jpeg | 40.5 KiB | 25.1 KiB |
En 1950, la NASA metió a 11 sordos en una centrifugadora durante 12 días. Graci… div.poster-figure > a > picture > img | i.blogs.es/6f2f91/sordos-nasa/500_190.jpeg | 37.3 KiB | 24.7 KiB |
ChatGPT ha activado los anuncios de pago por clic: es el camino que en su día d… div.poster-figure > a > picture > img | i.blogs.es/1c166e/chatgpt-image-22-abr-2026-10_28_19/500_500.jpeg | 61.6 KiB | 20.9 KiB |
Ucrania ha recordado el arma utilizada con Stalin para convencer a EEUU: litera… li.shortcut-article > a.shortcut-figure > picture > img | /84ae33/ukrainian-soldiers-of-the-1st-battalion-28th-mech... | 33.8 KiB | 18.4 KiB |
| cdn.flashtalking.com/234276/5990814/FY26_Q1_5_reasons_320x50.png?cb=397475757 | 20.8 KiB | 18.2 KiB | |
head > meta head > meta | s.adroll.com/a/VV5/FUA/VV5FUAOQ3NCTHMWBI457X5.png | 20.6 KiB | 17.9 KiB |
Los 45ºC en abril son lo de menos: el verdadero problema de México es que se ca… div.base-asset-image > a > picture > img | cdn.flashtalking.com/234276/5990816/FY26_Q1_5_reasons_300x50.png?cb=984754829 | 19.7 KiB | 17.2 KiB |
Lo Huawei FreBuds Pro 5 bajan de precio: así puedes comprar rebajados estos aur… li.shortcut-article > a.shortcut-figure > picture > img | i.blogs.es/b78a8a/huawei-freebuds-pro-5/500_190.jpeg | 31.8 KiB | 16.4 KiB |
¿Leer o también escribir? La gran razón para elegir el Kobo frente al Kindle Co… li.shortcut-article > a.shortcut-figure > picture > img | i.blogs.es/44c6d6/1200_800-41-/500_190.jpeg | 28.9 KiB | 13.6 KiB |
El "clean look" está arrasando entre las jóvenes de la generación Z. Y también … div.poster-figure > a > picture > img | i.blogs.es/74a64f/guia-de-imagenes-destacadas-1-/500_190.jpeg | 24.1 KiB | 11.5 KiB |
1 TB de almacenamiento en la nube por 16 euros al año: esta alternativa europea… li.shortcut-article > a.shortcut-figure > picture > img | i.blogs.es/467130/1200_800---2026-04-20t110954.535/500_190.jpeg | 26.7 KiB | 11.3 KiB |
Precio mínimo histórico en el Google Pixel 10, y lo mejor es que no se trata de… li.shortcut-article > a.shortcut-figure > picture > img | i.blogs.es/0b932c/google-pixel-10/500_190.jpeg | 25.9 KiB | 10.5 KiB |
EEUU ha observado lo sucedido en Ucrania e Irán y ha decidido algo: invertir 54… li.shortcut-article > a.shortcut-figure > picture > img | i.blogs.es/d43b43/drones/500_190.jpeg | 22.4 KiB | 7.0 KiB |
En Singapur, el lujo no es tener un Ferrari o un Lamborghini. El verdadero lujo… div.base-asset-image > a > picture > img | i.blogs.es/5785f8/1200_800-6-/200_200.jpeg | 12.0 KiB | 5.5 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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| img.weblogssl.com/g/r/icons/icons.ttf?bv29vh94 | 10 ms |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| xataka.com/ | 1.1 s |
| www.xataka.com/ | 0.0 ms |
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 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 |
|---|---|---|
| img.weblogssl.com/css/xataka/p/xataka-m/main.css?v=1776866056 | 85.5 KiB | 78.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 90.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-L3X96ZX03D | 174.4 KiB | 68.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TWST58M | 122.8 KiB | 63.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T9QSQ3V | 140.5 KiB | 60.2 KiB |
| cdn.lib.getjad.io/prebid/1018282 | 161.6 KiB | 58.2 KiB |
| connect.facebook.net/es_ES/bundle/sdk.js/ | 78.4 KiB | 50.1 KiB |
| cdn.lib.getjad.io/library/1018282/xataka | 214.4 KiB | 49.6 KiB |
| fundingchoicesmessages.google.com/i/pub-5531025139495683?ers=1 | 68.5 KiB | 37.2 KiB |
| /signals/config/492130851899265?v=2.9.303&r=stable&domain... | 125.3 KiB | 35.4 KiB |
| static.criteo.net/js/ld/publishertag.js | 47.3 KiB | 34.7 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.1 KiB |
| /_/scs/abc-static/_/js/k=gapi.lb.en.PJsh2cctCQI.O/m=auth/... | 41.2 KiB | 31.3 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.1 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=2097 | 60.5 KiB | 22.4 KiB |
| /_/scs/abc-static/_/js/k=gapi.lb.en.PJsh2cctCQI.O/m=ytsub... | 46.0 KiB | 20.0 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 | 23.3 s |
| Other | 6.1 s |
| Script Parsing & Compilation | 1.5 s |
| Style & Layout | 956 ms |
| Garbage Collection | 583 ms |
| Rendering | 477 ms |
| Parse HTML & CSS | 264 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.lib.getjad.io/library/1018282/xataka | 214.5 KiB | 75.5 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.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Suscribiéndote aceptas nuestra política de privacidad div.wrapper > div#newsletter > form.js-subscription > small.newsletter-legal-disclaimer |
política de privacidad div#newsletter > form.js-subscription > small.newsletter-legal-disclaimer > a |
Síguenos footer.foot > div.wrapper > div.menu-follow > span.item-meta |
Apoya a Xataka y disfruta ventajas exclusivas footer.foot > div.wrapper > div.xtra-cta-footer > a.xtra-link |
Streaming nav.menu-categories > ul > li > a.list-item |
Análisis nav.menu-categories > ul > li > a.list-item |
Espacio nav.menu-categories > ul > li > a.list-item |
Móviles nav.menu-categories > ul > li > a.list-item |
Energía nav.menu-categories > ul > li > a.list-item |
Xataka Movilidad nav.menu-categories > ul > li > a.list-item |
Apple nav.menu-categories > ul > li > a.list-item |
Samsung nav.menu-categories > ul > li > a.list-item |
Inteligencia artificial nav.menu-categories > ul > li > a.list-item |
China nav.menu-categories > ul > li > a.list-item |
Empleo nav.menu-categories > ul > li > a.list-item |
Windows 11 nav.menu-categories > ul > li > a.list-item |
Otras publicaciones de Webedia header.foot-head > div.menu-external > p.view-even-more > a.footer-media-link |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.home-video-stream > div.follow-youtube > div#___ytsubscribe_0 > iframe#I0_1776899436060 section.home-video-stream > div.follow-youtube > div#___ytsubscribe_0 > iframe#I0_1776899436060 |
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.page-container > div.content-container > div#headlines > a.head-menu-toggler div.page-container > div.content-container > div#headlines > a.head-menu-toggler |
div.page-container > div.content-container > section#sections > a.head-menu-toggler div.page-container > div.content-container > section#sections > a.head-menu-toggler |
div.page-container > div.content-container > nav#search > a.head-menu-toggler div.page-container > div.content-container > nav#search > a.head-menu-toggler |
div.page-container > div.content-container > nav#nav-login > a.head-menu-toggler div.page-container > div.content-container > nav#nav-login > a.head-menu-toggler |
div.content-container > nav#nav-login > div.head-menu > a.close div.content-container > nav#nav-login > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-register > a.head-menu-toggler div.page-container > div.content-container > nav#nav-register > a.head-menu-toggler |
div.content-container > nav#nav-register > div.head-menu > a.close div.content-container > nav#nav-register > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-recover > a.head-menu-toggler div.page-container > div.content-container > nav#nav-recover > a.head-menu-toggler |
div.content-container > nav#nav-recover > div.head-menu > a.close div.content-container > nav#nav-recover > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-recover-twitter > a.head-menu-toggler div.page-container > div.content-container > nav#nav-recover-twitter > a.head-menu-toggler |
div.content-container > nav#nav-recover-twitter > div.head-menu > a.close div.content-container > nav#nav-recover-twitter > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-recover-facebook > a.head-menu-toggler div.page-container > div.content-container > nav#nav-recover-facebook > a.head-menu-toggler |
div.content-container > nav#nav-recover-facebook > div.head-menu > a.close div.content-container > nav#nav-recover-facebook > div.head-menu > a.close |
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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 |
|---|---|
| Topics | cdn.lib.getjad.io/prebid/1018282 line 80, col 1161 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to XMLHttpRequest at 'https://api.permutive.com/cloud-lift/v2/lift?qid=8092ccb290ecda151cbc0b282d80524e9a4a30e3&k=390f11db-6eea-42eb-9ef9-4d27b1bb2bab' from origin 'https://www.xataka.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.weblogssl.com/cookies | Más información |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.92 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
722 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.06 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.
12.58 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.
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 | |
|---|---|---|---|
Una empresa increíblemente rentable y una deuda pendiente con la IA: la Apple q… div.poster-figure > a > picture > img | i.blogs.es/092d81/chatgpt-image-21-abr-2026-16_43_09/375_375.png | 278.7 KiB | 261.6 KiB |
China Nintendo Switch 2 Tim Cook Bill Gates Elon Musk Ola de calor IA OpenAI Mi… div.section-deeplinking-container > div.section-deeplinking > div.section-deeplinking-wrap > ul#js-deeplinking-news-nav-links | s0.2mdn.net/simgad/662062227640992283 | 153.6 KiB | 114.1 KiB |
ChatGPT ha activado los anuncios de pago por clic: es el camino que en su día d… div.poster-figure > a > picture > img | i.blogs.es/1c166e/chatgpt-image-22-abr-2026-10_28_19/1440_550.jpeg | 190.4 KiB | 84.8 KiB |
Corea del Sur tiene un nuevo caballo de Troya cultural: se llama "Acubi", lo vi… li.shortcut-article > a.shortcut-figure > picture > img | i.blogs.es/fd7907/guia-de-imagenes-destacadas-1-/500_333.jpeg | 69.3 KiB | 65.0 KiB |
En Singapur, el lujo no es tener un Ferrari o un Lamborghini. El verdadero lujo… div.base-asset-image > a > picture > img | i.blogs.es/5785f8/1200_800-6-/500_333.jpeg | 64.1 KiB | 53.0 KiB |
Ucrania ha recordado el arma utilizada con Stalin para convencer a EEUU: litera… li.shortcut-article > a.shortcut-figure > picture > img | /84ae33/ukrainian-soldiers-of-the-1st-battalion-28th-mech... | 55.1 KiB | 50.9 KiB |
Ni hojas, ni ramas: los "árboles líquidos" de Belgrado son la fascinante soluci… div.base-asset-image > a > picture > img | i.blogs.es/9b38f3/liquid3/500_333.jpeg | 50.9 KiB | 39.8 KiB |
La huida de Telefónica de México revela una verdad más incómoda: el país no tie… div.base-asset-image > a > picture > img | i.blogs.es/69731b/david-carballar-fzu-viw-lk8-unsplash/500_333.jpeg | 48.3 KiB | 37.2 KiB |
En 1950, la NASA metió a 11 sordos en una centrifugadora durante 12 días. Graci… div.poster-figure > a > picture > img | i.blogs.es/6f2f91/sordos-nasa/375_375.jpeg | 52.5 KiB | 35.4 KiB |
Se jubilaron en 2022, se fueron de crucero, han dado dos vueltas al mundo y no … div.base-asset-image > a > picture > img | i.blogs.es/5c32aa/crucero/500_333.jpeg | 45.5 KiB | 34.4 KiB |
CATL quiere acabar de una vez por todas con la gran barrera del coche eléctrico… div.base-asset-image > a > picture > img | i.blogs.es/111c15/zaptec-9166worfn_q-unsplash/500_333.jpeg | 44.2 KiB | 33.1 KiB |
EEUU ha observado lo sucedido en Ucrania e Irán y ha decidido algo: invertir 54… li.shortcut-article > a.shortcut-figure > picture > img | i.blogs.es/d43b43/drones/500_333.jpeg | 35.4 KiB | 31.1 KiB |
En España hemos glorificado la larga siesta. En los estudios científicos tienen… div.base-asset-image > a > picture > img | i.blogs.es/78eb11/photo-1586294310477-243d2beb0be1/500_333.jpeg | 37.6 KiB | 26.5 KiB |
Hoy llega a Netflix uno de los clásicos por excelencia del cine de los 70: siet… div.base-asset-image > a > picture > img | i.blogs.es/fdb911/captura-de-pantalla-2026-04-22-a-las-16.54.43/500_333.jpeg | 36.3 KiB | 25.2 KiB |
Las "batallas de sables láser" serán al fin parte de los Juegos Olímpicos. O al… li.shortcut-article > a.shortcut-figure > picture > img | i.blogs.es/d773aa/captura-de-pantalla-2026-04-22-a-las-10.03.25/500_333.jpeg | 28.3 KiB | 24.1 KiB |
html html | /sadbundle/18084557395961519309/images/8461dbeb84bf954b00... | 90.4 KiB | 23.1 KiB |
Ryanair se ha dejado a sus pasajeros en tierra dos veces en una semana. El culp… div.base-asset-image > a > picture > img | i.blogs.es/0a89ac/niels-baars-rszoaizc7cs-unsplash/500_333.jpeg | 32.7 KiB | 21.6 KiB |
El "clean look" está arrasando entre las jóvenes de la generación Z. Y también … div.poster-figure > a > picture > img | i.blogs.es/74a64f/guia-de-imagenes-destacadas-1-/375_375.jpeg | 35.0 KiB | 17.8 KiB |
La huida de Telefónica de México revela una verdad más incómoda: el país no tie… div.base-asset-image > a > picture > img | /sadbundle/18084557395961519309/images/99b8432177bb5f4ffa... | 56.5 KiB | 17.1 KiB |
| /sadbundle/18084557395961519309/images/35fbeaf3328121d093... | 18.0 KiB | 10.0 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| xataka.com/ | 564 ms |
| www.xataka.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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.lib.getjad.io/library/1018282/xataka | 214.7 KiB | 75.6 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| img.weblogssl.com/css/xataka/p/xataka-d/main.css?v=1776866056 | 104.6 KiB | 89.6 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/m202604160201/pubads_impl.js | 187.7 KiB | 89.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-L3X96ZX03D | 174.4 KiB | 68.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TWST58M | 123.3 KiB | 64.0 KiB |
| cdn.lib.getjad.io/prebid/1018282 | 161.6 KiB | 60.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T9QSQ3V | 140.5 KiB | 60.2 KiB |
| connect.facebook.net/es_ES/bundle/sdk.js/ | 78.4 KiB | 50.1 KiB |
| cdn.lib.getjad.io/library/1018282/xataka | 214.6 KiB | 49.7 KiB |
| fundingchoicesmessages.google.com/i/pub-5531025139495683?ers=1 | 68.5 KiB | 37.3 KiB |
| /signals/config/492130851899265?v=2.9.303&r=stable&domain... | 125.3 KiB | 35.6 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.4 KiB |
| img.weblogssl.com/LPbackend/prod/v3/js/349.8d961768.js | 43.3 KiB | 34.2 KiB |
| /_/scs/abc-static/_/js/k=gapi.lb.en.HLcjcliCxoY.O/m=auth/... | 41.1 KiB | 31.2 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 58.9 KiB | 22.8 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=2097 | 60.5 KiB | 22.4 KiB |
| /_/scs/abc-static/_/js/k=gapi.lb.en.HLcjcliCxoY.O/m=ytsub... | 45.9 KiB | 20.0 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 | 4.8 s |
| Other | 1.4 s |
| Style & Layout | 459 ms |
| Script Parsing & Compilation | 414 ms |
| Rendering | 118 ms |
| Garbage Collection | 86 ms |
| Parse HTML & CSS | 83 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LO ÚLTIMO div.section-recent-container > div.section-recent > header > p.section-header-recent |
Suscribiéndote aceptas nuestra política de privacidad div.aside-box-wrap > div.aside-box > form.js-subscription > small.newsletter-legal-disclaimer |
política de privacidad div.aside-box > form.js-subscription > small.newsletter-legal-disclaimer > a |
Síguenos div.aside-box-wrap > div.aside-box > nav.menu-follow > span.item-meta |
RECOMENDADO EN TRIVIA 3DJUEGOS main > div#editorialRecommendedPosts > div.post-related-posts > p.post-related-3djuegos-title |
Suscribiéndote aceptas nuestra política de privacidad div.wrapper > div#newsletter > form.js-subscription > small.newsletter-legal-disclaimer |
política de privacidad div#newsletter > form.js-subscription > small.newsletter-legal-disclaimer > a |
Síguenos footer.foot > div.wrapper > div.menu-follow > span.item-meta |
Apoya a Xataka y disfruta ventajas exclusivas footer.foot > div.wrapper > div.xtra-cta-footer > a.xtra-link |
Streaming nav.menu-categories > ul > li > a.list-item |
Análisis nav.menu-categories > ul > li > a.list-item |
Espacio nav.menu-categories > ul > li > a.list-item |
Móviles nav.menu-categories > ul > li > a.list-item |
Energía nav.menu-categories > ul > li > a.list-item |
Xataka Movilidad nav.menu-categories > ul > li > a.list-item |
Apple nav.menu-categories > ul > li > a.list-item |
Samsung nav.menu-categories > ul > li > a.list-item |
Inteligencia artificial nav.menu-categories > ul > li > a.list-item |
China nav.menu-categories > ul > li > a.list-item |
Empleo nav.menu-categories > ul > li > a.list-item |
Windows 11 nav.menu-categories > ul > li > a.list-item |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.home-video-stream > div.follow-youtube > div#___ytsubscribe_0 > iframe#I0_1776899524041 section.home-video-stream > div.follow-youtube > div#___ytsubscribe_0 > iframe#I0_1776899524041 |
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.head > div.masthead-site-nav-container > nav.masthead-site-nav > a.masthead-nav-search div.head > div.masthead-site-nav-container > nav.masthead-site-nav > a.masthead-nav-search |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.head-favicons > ul.head-favicons-list > li > a.favicon div.head-favicons > ul.head-favicons-list > li > a.favicon |
div.page-container > div.content-container > section#sections > a.head-menu-toggler div.page-container > div.content-container > section#sections > a.head-menu-toggler |
div.page-container > div.content-container > div#headlines > a.head-menu-toggler div.page-container > div.content-container > div#headlines > a.head-menu-toggler |
div.page-container > div.content-container > nav#search > a.head-menu-toggler div.page-container > div.content-container > nav#search > a.head-menu-toggler |
div.page-container > div.content-container > nav#nav-login > a.head-menu-toggler div.page-container > div.content-container > nav#nav-login > a.head-menu-toggler |
div.content-container > nav#nav-login > div.head-menu > a.close div.content-container > nav#nav-login > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-register > a.head-menu-toggler div.page-container > div.content-container > nav#nav-register > a.head-menu-toggler |
div.content-container > nav#nav-register > div.head-menu > a.close div.content-container > nav#nav-register > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-recover > a.head-menu-toggler div.page-container > div.content-container > nav#nav-recover > a.head-menu-toggler |
div.content-container > nav#nav-recover > div.head-menu > a.close div.content-container > nav#nav-recover > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-recover-twitter > a.head-menu-toggler div.page-container > div.content-container > nav#nav-recover-twitter > a.head-menu-toggler |
div.content-container > nav#nav-recover-twitter > div.head-menu > a.close div.content-container > nav#nav-recover-twitter > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-recover-facebook > a.head-menu-toggler div.page-container > div.content-container > nav#nav-recover-facebook > a.head-menu-toggler |
div.content-container > nav#nav-recover-facebook > div.head-menu > a.close div.content-container > nav#nav-recover-facebook > div.head-menu > a.close |
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.
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 |
|---|---|
| Topics | cdn.lib.getjad.io/prebid/1018282 line 80, col 1161 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to XMLHttpRequest at 'https://api.permutive.com/cloud-lift/v2/lift?qid=8092ccb290ecda151cbc0b282d80524e9a4a30e3&k=390f11db-6eea-42eb-9ef9-4d27b1bb2bab' from origin 'https://www.xataka.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.weblogssl.com/cookies | Más información |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback