Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 53.8s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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 24.0 MB (12.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 image(s) missing alt attribute
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/4b1d98aa-e8c2-42df-950d-eac443f83f12)<a href="https://beavercheck.com/results/4b1d98aa-e8c2-42df-950d-eac443f83f12"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Feluniverso.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Feluniverso.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 53.8s 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.
8 barrier(s) likely increasing bounce by ~33%.
Page takes 53.8s to load
+12% bounceUsers abandon at ~3s — you're 51.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.5s
+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
6 form field(s) without a label
+6% 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
8 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
4 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.
$500 investment → $3.15/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$3.15 /mo
~$38 / year
USD 157,500
if kept compliant
$150 — 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 $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,128 / month at risk
~$157,538 / year if left unfixed
$157,500
+13 more
$3.15 /mo
39412.3 MB/mo × 0.080 USD/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.
15.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
53.84 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.53 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.079
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
20.49 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.
56.10 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 | |
|---|---|---|---|
Cruce de reclamos enfría más la relación diplomática Quito-Bogotá figure > div.animate-fade-in-up > picture > img | /resizer/v2/DDCXBZJ5YRFABKQFY3U6WQB3EA.jpg?auth=479fa4547... | 155.1 KiB | 107.1 KiB |
Autoridades de Guayas se alistan para elegir nuevo viceprefecto sin mayoría cla… figure > div.animate-fade-in-up > picture > img | /resizer/v2/FM4FOYNOFBDS7IN42MDECKHDBA.jpg?auth=4278e0066... | 129.2 KiB | 88.7 KiB |
‘Glamping’ en Ecuador: cuatro destinos para acampar con lujo en la Sierra figure > div.animate-fade-in-up > picture > img | /resizer/v2/O3ZWDMGEMJCFFHWCHXBBJYBCZY.jpg?auth=55c0267c9... | 125.2 KiB | 77.2 KiB |
“A Pedernales lo saquearon”: diez años después, el epicentro del terremoto en M… figure > div.animate-fade-in-up > picture > img | /resizer/v2/LID44Z3RLZFHZBP67FTID3JLKM.jpg?auth=c2dad91b8... | 99.7 KiB | 59.2 KiB |
Policentro se sigue “refrescando” en su camino a medio siglo de operación figure > div.animate-fade-in-up > picture > img | /resizer/v2/6MRQHFCKBJCQ3E3BIGNANYMYAI.JPG?auth=9fcb8c161... | 96.6 KiB | 56.1 KiB |
“Apagones no hay, tuvimos una falla en un equipo”: CNEL explica labores de repo… figure > div.animate-fade-in-up > picture > img | /resizer/v2/HV7QLGWZSFF53MTRJVSY3ZG3KY.jpg?auth=e35107673... | 88.1 KiB | 45.8 KiB |
Comisión que prepara la elección del fiscal general se alista a cerrar la fase … figure > div.animate-fade-in-up > picture > img | /resizer/v2/A3E2W3KQYVG6ZHQIAMVD5IZUKE.jpg?auth=d8606e361... | 76.0 KiB | 39.5 KiB |
Así quedan los cruces de semifinales de la Champions League: Piero Hincapié, de… figure > div.animate-fade-in-up > picture > img | /resizer/v2/WIYOOTQHXJH6JP2U623VSZDKYI.jpg?auth=486b62ebe... | 54.2 KiB | 28.2 KiB |
‘Quieren asegurarse de que sus empleados no estén metidos con robos o en bandas… figure > div.animate-fade-in-up > picture > img | /resizer/v2/JA6KYXHICJEYDC6FZTFHJYEY5I.jpg?auth=fa5dcda0c... | 51.0 KiB | 26.5 KiB |
iOS 26.3 ya está disponible, estas son las novedades para iPhone figure > div.animate-fade-in-up > picture > img | /resizer/v2/NJEBZNNPKJFAXGNOC7TWCVVLVU.png?auth=af25e7cf0... | 47.1 KiB | 24.5 KiB |
¿En qué invertir tus utilidades para mejorar tu hogar? figure > div.animate-fade-in-up > picture > img | /resizer/v2/TJM6ZGNRUNC73A4W7EQ6Y3YPR4.png?auth=201c2c235... | 44.2 KiB | 23.0 KiB |
Así es la vida en Quito de Juan David Chang, el hombre de 2,15 metros que calza… figure > div.animate-fade-in-up > picture > img | /resizer/v2/IASDOTMPFZBQ7BZZHZFFXDAMCM.jpg?auth=aaf1b54da... | 43.2 KiB | 22.5 KiB |
Dos funcionarios municipales detenidos por sacar combustible de camioneta figure > div.animate-fade-in-up > picture > img | /resizer/v2/G3ZFAK3D7NG25DFQ3AMFVRRNEI.jfif?auth=c4ef5713... | 41.5 KiB | 21.6 KiB |
Te damos la bienvenida a eluniverso.com div.fc-header > div.fc-header > div.fc-header-image-container > img.fc-header-image | /Zdx4zEulH6Vf_DjGwGIwBOVNdlyL_K_rEwCN4bSIXafEO8j1CKB1GSio... | 7.5 KiB | 5.0 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| servg1.net/o.js?uid=b919b371bbd86ededf59d7af | 3.0 KiB | 1.1 s |
| /pf/dist/components/combinations/default.css?d=911&mxId=0... | 878 B |
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 |
|---|---|
| eluniverso.com/ | 779 ms |
| www.eluniverso.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 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
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.6 s |
| Style & Layout | 2.0 s |
| Other | 1.8 s |
| Script Parsing & Compilation | 1.2 s |
| Rendering | 417 ms |
| Parse HTML & CSS | 410 ms |
| Garbage Collection | 25 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 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 |
|---|---|---|
| www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+es.css | 9.7 KiB | 2.8 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 |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 13.9 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.
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 | |
|---|---|
Imagen de Enero 2026 div.container > div.grid > a > img.m-auto | /resizer/v2/MUX5CKPWBFD7PA7OGLK3DV55S4.png?auth=0c408066a... |
Imagen de Febrero 2026 div.container > div.grid > a > img.m-auto | /resizer/v2/AJEYRFMF5ZFZNFXWDYFE4U7VN4.png?auth=58d58c78b... |
Imagen de Marzo 2026 div.container > div.grid > a > img.m-auto | /resizer/v2/PMMG44DHUFE2ZLTU3YAOJCDSVM.png?auth=d7f5f39a9... |
Imagen de Febrero 2026 div.container > div.grid > a > img.m-auto | /resizer/v2/KBHHT3IZFRAAVNGLP3FMLQXGFU.png?auth=6d09e89db... |
Imagen Destacada Abril 2026 div.chain > div.grid > a > img.h-96 | /resizer/v2/FPFI7AVKNNFCPF2E54FJNSMOCM.png?auth=7571ed273... |
logoeu div.RawHtml > div.text-base > div.my-2 > img.mb-2 | /resizer/v2/F27QNCLMLZBPFOTFVPGW7XINKI.png?auth=cd6f6c963... |
El Universo App div.text-base > div.flex > a.rounded > img | /resizer/v2/G5HXMD4R2BC5VPAZXOS3WSB55M.png?auth=3c3dcd085... |
Logo div.chain > div.RawHtml > div.text-base > img.mt-2 | /resizer/v2/SEWO3DGTT5E7HDBOO6CG7E3TMY.png?auth=63f9be326... |
Sabor el Universo div.flex > div.flex > a > img | /resizer/4T4padtXS3MNvVqx15uEZotcTgc=/arc-anglerfish-arc2... |
Tienda El Universo Foto div.productos > div.branding-sm > a > img | /resizer/v2/ATVJYFF5IBFRDBEXVBVH5BTLBQ.png?auth=66cec3ba4... |
Publicidad Corporativo - Móvil div.text-base > div.table > a > img.block | /resizer/v2/BVW2UKV5TVHTVAOUXMAUWLWPEU.png?auth=adbba72a4... |
div.text-base > div.flex > a#offer-1 > img.w-full div.text-base > div.flex > a#offer-1 > img.w-full | /resizer/v2/CXLRDDZQ7VEX3O6BLXODS26KCQ.png?auth=424e68b3d... |
Juego Crucigrama div#widget-juegos-v3-second-container > div#widget-juegos-v3-game0-container > a > img.rounded | /resizer/v2/DS5NPK2SJFAUDAIBBM6OBDCKCY.gif?auth=a9043050c... |
Juego 10 diferencias div#widget-juegos-v3-second-container > div#widget-juegos-v3-game1-container > a > img.rounded | /resizer/v2/VYDMARFEMBEAFNTH7SOMGKXA6Y.gif?auth=ce339ddba... |
Juego Cazapalabras div#widget-juegos-v3-second-container > div#widget-juegos-v3-game2-container > a > img.rounded | /resizer/v2/2GF6VP23OZAYFJLU2A6XFSZXDQ.gif?auth=26a860946... |
Juego colorlink div#widget-juegos-v3-second-container > div#widget-juegos-v3-game3-container > a > img.rounded | /resizer/v2/QQ4UYGU4BJFFZBYFK7Y6RT6D3Y.gif?auth=951e07154... |
Juego Cruci express div#widget-juegos-v3-second-container > div#widget-juegos-v3-game4-container > a > img.rounded | /resizer/v2/DDKU2CPU4VDNPKON6KIV7O4XOA.gif?auth=4b7d57af8... |
Juego Cruci mini div#widget-juegos-v3-second-container > div#widget-juegos-v3-game5-container > a > img.rounded | /resizer/v2/FEWTO2YF2ZBWZBUURIQPVTJ6WA.gif?auth=fc3b3f9ba... |
Juego Pista Palabra div#widget-juegos-v3-second-container > div#widget-juegos-v3-game6-container > a > img.rounded | /resizer/v2/IDPVFJ2FGBEYBJXLJSBIJSOHHI.gif?auth=65bfd5e3a... |
Juego sudoku div#widget-juegos-v3-second-container > div#widget-juegos-v3-game7-container > a > img.rounded | /resizer/v2/OI3AHC67OFGZDPCUVWZ4BHPJRE.gif?auth=0378de4a3... |
Juego Memograma div#widget-juegos-v3-second-container > div#widget-juegos-v3-game8-container > a > img.rounded | /resizer/v2/MAU2XBKRDBBZ3C7IEWXVIXSXR4.gif?auth=6dc00205a... |
Juego Nexo lógico div#widget-juegos-v3-second-container > div#widget-juegos-v3-game9-container > a > img.rounded | /resizer/v2/APJ6CWVNQVHD5LYSP4LLFOW7K4.gif?auth=bbb57f682... |
Juego Quiz Ciencia div#widget-juegos-v3-second-container > div#widget-juegos-v3-game10-container > a > img.rounded | /resizer/v2/WIGHYDGHSZEW5KRDRRYHAQX6SM.gif?auth=01b85b47c... |
Juego Quiz Cine y tv div#widget-juegos-v3-second-container > div#widget-juegos-v3-game11-container > a > img.rounded | /resizer/v2/ROH7JIVYURFEZLTK3ATVZZI2W4.gif?auth=102f4d7e0... |
Juego Cultura general div#widget-juegos-v3-second-container > div#widget-juegos-v3-game12-container > a > img.rounded | /resizer/v2/3HJMCSNJBZHXZD5X35W3WVNAO4.gif?auth=134d1d74b... |
Juego Quiz deportes div#widget-juegos-v3-second-container > div#widget-juegos-v3-game13-container > a > img.rounded | /resizer/v2/YR5TMB4VARBJPMJFSDPASJVLWI.gif?auth=1090dc783... |
Juego sopa de letras div#widget-juegos-v3-second-container > div#widget-juegos-v3-game14-container > a > img.rounded | /resizer/v2/OAUBV572GVAJDHVUI7LCWDOWRU.gif?auth=99ee13d77... |
Juego Crucigrama div.flex > div.flex > a > img.rounded | /resizer/v2/DS5NPK2SJFAUDAIBBM6OBDCKCY.gif?auth=a9043050c... |
Juego 10 Diferencias div.flex > div.flex > a > img.rounded | /resizer/v2/VYDMARFEMBEAFNTH7SOMGKXA6Y.gif?auth=ce339ddba... |
Juego Sudoku div.flex > div.flex > a > img.rounded | /resizer/v2/OI3AHC67OFGZDPCUVWZ4BHPJRE.gif?auth=0378de4a3... |
logo div.RawHtml > div.text-base > div.my-2 > img.mb-2 | /resizer/E8QIjM48Axi0MfMgrub8gMN7Bx0=/arc-anglerfish-arc2... |
App Store div.right > div.cta > a > img | //resizer/gpThxbb7df3e_bOrx0nRajLLJbo=/arc-anglerfish-arc... |
Logo El Club div.left > div.logo > a > img | //resizer/fxqJWxyfnW2sd1QSgNKF7csK620=/arc-anglerfish-arc... |
Google Play div.right > div.cta > a > img | //resizer/bXD9IXCynnX_fxaTqrANdMb5Chg=/arc-anglerfish-arc... |
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 toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mb-2 > div.flex > div > div.custom-toggle div.mb-2 > div.flex > div > div.custom-toggle |
div.mb-2 > div.flex > div > div.custom-toggle div.mb-2 > div.flex > div > div.custom-toggle |
div.mb-2 > div.flex > div > div.custom-toggle div.mb-2 > div.flex > div > div.custom-toggle |
div.mb-2 > div.flex > div > div.custom-toggle div.mb-2 > div.flex > div > div.custom-toggle |
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.
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 |
|---|
PARTIDOS DE HOY nav.nav-wrapper > ul.list-topics > li.flex-auto > a |
PUBLICIDAD div.chain > div.px-2 > div#ad-top-content > p.uppercase |
COMUNIDAD div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
SEGURIDAD div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
PUBLICIDAD div.chain > div.px-2 > div#ad-leader-content > p.block |
SEGURIDAD div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
FÚTBOL div.card > div.card-content > div.flex > a.primary_section |
PUBLICIDAD div.chain > div.px-2 > div#ad-middle-content > p.uppercase |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
SEGURIDAD div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
ECOLOGÍA div.card > div.card-content > div.flex > a.primary_section |
PUBLICIDAD div.chain > div.px-2 > div#ad-billboard-content > p.uppercase |
ECONOMÍA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
hace 3 días div > div.flex > p.date > time |
CUERPO Y ALMA div.card > div.card-content > div.flex > a.primary_section |
hace 3 días div > div.flex > p.date > time |
ECONOMÍA div.card > div.card-content > div.flex > a.primary_section |
hace 3 días div > div.flex > p.date > time |
COMUNIDAD div.card > div.card-content > div.flex > a.primary_section |
hace 3 días div > div.flex > p.date > time |
SEGURIDAD div.card > div.card-content > div.flex > a.primary_section |
hace 4 días div > div.flex > p.date > time |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
hace 4 días div > div.flex > p.date > time |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
hace 5 días div > div.flex > p.date > time |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
hace 6 días div > div.flex > p.date > time |
COMPRAS div.card > div.card-content > div.flex > a.primary_section |
MÚSICA div.card > div.card-content > div.flex > a.primary_section |
COMPRAR AHORA a.items > div.articulo > div.detalle > span.cta |
COMPRAR AHORA a.items > div.articulo > div.detalle > span.cta |
COMPRAR AHORA a.items > div.articulo > div.detalle > span.cta |
COMPRAR AHORA a.items > div.articulo > div.detalle > span.cta |
COMUNIDAD div.card > div.card-content > div.flex > a.primary_section |
PUBLICIDAD div.chain > div.px-2 > div#ad-billboard2-content > p.uppercase |
FÚTBOL div.card > div.card-content > div.flex > a.primary_section |
INTERNACIONAL div.card > div.card-content > div.flex > a.primary_section |
SEGURIDAD div.card > div.card-content > div.flex > a.primary_section |
MÚSICA div.card > div.card-content > div.flex > a.primary_section |
Más información div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
Lista de partners div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Gestionar opciones div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.grid > div.w-full > a > img.absolute div.grid > div.w-full > a > img.absolute |
div.text-base > div.flex > a#offer-1 > img.w-full div.text-base > div.flex > a#offer-1 > img.w-full |
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 > div.custom-toggle > div.relative > input#bol-economia-de-bolsillo-45 div > div.custom-toggle > div.relative > input#bol-economia-de-bolsillo-45 |
div > div.custom-toggle > div.relative > input#bol-salud-48 div > div.custom-toggle > div.relative > input#bol-salud-48 |
div > div.custom-toggle > div.relative > input#bol-opinion-51 div > div.custom-toggle > div.relative > input#bol-opinion-51 |
div > div.custom-toggle > div.relative > input#bol-marcador-registrados-121 div > div.custom-toggle > div.relative > input#bol-marcador-registrados-121 |
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.chain > div.grid > div.w-full > a div.chain > div.grid > div.w-full > a |
div.RawHtml > div.text-base > div.flex > a#offer-1 div.RawHtml > div.text-base > div.flex > a#offer-1 |
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.
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 |
|---|
ECONOMÍA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
CUERPO Y ALMA div.card > div.card-content > div.flex > a.primary_section |
ECONOMÍA div.card > div.card-content > div.flex > a.primary_section |
COMUNIDAD div.card > div.card-content > div.flex > a.primary_section |
APASIONADOS POR LA COCINA div.card > div.card-content > span.uppercase > a |
BLOG div.card > div.card-content > span.uppercase > a |
BLOG div.card > div.card-content > span.uppercase > a |
BLOG div.card > div.card-content > span.uppercase > a |
These items highlight common accessibility best practices.
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 |
|---|
INICIAR SESIÓN div.user-panel > div.flex > div.flex > button.button |
SUSCRIBETE div.chain > div.flex > div.flex > button#btn-popup-subscription |
ENVÍANOS TU CARTA div.region > div.chain > div.text-center > button.button |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Contenido Patrocinado div.card-content > div.text-blue-500 > div.flex > img | www.eluniverso.com/pf/resources/images/sponsored.webp?d=911 | 110 x 45 (2.44) | 2181 x 512 (4.26) |
background div#counter-container > div.w-full > a.relative > img.w-full | /resizer/v2/RTODUO2MI5HNJJTMEWBTU3SWGQ.png?auth=c134803ed... | 300 x 400 (0.75) | 600 x 734 (0.82) |
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 | a.teads.tv/analytics/tag.js line 19, col 2291 |
| 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. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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.
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 |
|---|
Publicidad Corporativo div.RawHtml > div.text-base > div.table > a |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.grid > div.w-full > a > img.absolute div.grid > div.w-full > a > img.absolute |
div.text-base > div.flex > a#offer-1 > img.w-full div.text-base > div.flex > a#offer-1 > img.w-full |
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.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
154 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.220
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.40 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.
8.72 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
Cruce de reclamos enfría más la relación diplomática Quito-Bogotá figure > div.animate-fade-in-up > picture > img | /resizer/v2/DDCXBZJ5YRFABKQFY3U6WQB3EA.jpg?auth=479fa4547... | 67.4 KiB | 58.9 KiB |
‘Glamping’ en Ecuador: cuatro destinos para acampar con lujo en la Sierra figure > div.animate-fade-in-up > picture > img | /resizer/v2/O3ZWDMGEMJCFFHWCHXBBJYBCZY.jpg?auth=55c0267c9... | 51.1 KiB | 42.6 KiB |
“A Pedernales lo saquearon”: diez años después, el epicentro del terremoto en M… figure > div.animate-fade-in-up > picture > img | /resizer/v2/LID44Z3RLZFHZBP67FTID3JLKM.jpg?auth=c2dad91b8... | 37.9 KiB | 30.7 KiB |
Las estrategias de Beber Espinoza en la vida, el cuadrilátero y la cocina figure > div.animate-fade-in-up > picture > img | /resizer/v2/YNM36WKXF5D4HE6IKN7WCZKXF4.jpg?auth=49620474e... | 32.0 KiB | 30.3 KiB |
logo content eu div.RawHtml > div.text-base > div.border-b > img | www.eluniverso.com/pf/resources/images/sponsored.webp?d=896 | 30.1 KiB | 29.1 KiB |
Policentro se sigue “refrescando” en su camino a medio siglo de operación figure > div.animate-fade-in-up > picture > img | /resizer/v2/6MRQHFCKBJCQ3E3BIGNANYMYAI.JPG?auth=9fcb8c161... | 42.1 KiB | 28.9 KiB |
Quito volvería a tener un escenario electoral fragmentado este 2026, nueve nomb… figure > div.animate-fade-in-up > picture > img | /resizer/v2/G7E7BRXKEVDULCGYTZVHEI4QPA.jpeg?auth=8d1c300e... | 29.7 KiB | 28.1 KiB |
Comisión que prepara la elección del fiscal general se alista a cerrar la fase … figure > div.animate-fade-in-up > picture > img | /resizer/v2/A3E2W3KQYVG6ZHQIAMVD5IZUKE.jpg?auth=d8606e361... | 33.2 KiB | 26.8 KiB |
Autoridades de Guayas se alistan para elegir nuevo viceprefecto sin mayoría cla… figure > div.animate-fade-in-up > picture > img | /resizer/v2/FM4FOYNOFBDS7IN42MDECKHDBA.jpg?auth=4278e0066... | 31.9 KiB | 24.7 KiB |
Siete de cada diez helados que se consumen en Ecuador salen de una sola fábrica… figure > div.animate-fade-in-up > picture > img | /resizer/v2/5BFSTGOLB5DPVDZLZ7YHRHT5J4.jpg?auth=d7cdef364... | 26.0 KiB | 24.6 KiB |
10 años del terremoto de Pedernales: el matrimonio que sobrevivió 36 horas y es… figure > div.animate-fade-in-up > picture > img | /resizer/v2/WVU6TXDHPJFQDD4HJN36NQYBUI.jpg?auth=9a740ea21... | 28.9 KiB | 21.7 KiB |
Elecciones en Colombia podrían redefinir relación con Ecuador tras meses de ten… figure > div.animate-fade-in-up > picture > img | /resizer/v2/7UQGRZYSN5AS3P2ENOCRT7QC7U.png?auth=dc1235da7... | 21.8 KiB | 20.7 KiB |
iOS 26.3 ya está disponible, estas son las novedades para iPhone figure > div.animate-fade-in-up > picture > img | /resizer/v2/NJEBZNNPKJFAXGNOC7TWCVVLVU.png?auth=af25e7cf0... | 24.8 KiB | 20.1 KiB |
“Llegaba con dolor, ahora me siento mejor”: adultos mayores mejoran su calidad … figure > div.animate-fade-in-up > picture > img | /resizer/v2/ZGFNTJCMY5DZ5OJI53U62B64XM.jpeg?auth=aaf63005... | 20.7 KiB | 19.7 KiB |
‘Quieren asegurarse de que sus empleados no estén metidos con robos o en bandas… figure > div.animate-fade-in-up > picture > img | /resizer/v2/JA6KYXHICJEYDC6FZTFHJYEY5I.jpg?auth=fa5dcda0c... | 20.5 KiB | 16.5 KiB |
¿En qué invertir tus utilidades para mejorar tu hogar? figure > div.animate-fade-in-up > picture > img | /resizer/v2/TJM6ZGNRUNC73A4W7EQ6Y3YPR4.png?auth=201c2c235... | 18.6 KiB | 15.0 KiB |
Así es la vida en Quito de Juan David Chang, el hombre de 2,15 metros que calza… figure > div.animate-fade-in-up > picture > img | /resizer/v2/IASDOTMPFZBQ7BZZHZFFXDAMCM.jpg?auth=aaf1b54da... | 16.6 KiB | 13.4 KiB |
Posible salida de Colombia de la CAN abre debate sobre el futuro del bloque and… figure > div.animate-fade-in-up > picture > img | /resizer/v2/OKXNQ2K3TBG7PN325JXZDS7ZA4.jpg?auth=3b8d574fe... | 13.0 KiB | 12.3 KiB |
background div#counter-container > div.w-full > a.relative > img.w-full | /resizer/v2/RTODUO2MI5HNJJTMEWBTU3SWGQ.png?auth=c134803ed... | 10.3 KiB | 7.5 KiB |
image form#_form_69E01B76531E3_ > div._form-content > div._form_element > img._form-image | content.app-us1.com/mPQXo/2025/05/16/92d2d1a6-f062-4cab-8eae-89f8b8ee80e3.png | 6.1 KiB | 5.7 KiB |
| i.prcdn.co/img?cid=2062&page=1&date=&v=0&ver=0&width=330 | 30.6 KiB | 5.5 KiB | |
portada_pressreader div.chain > div.flex > a > img | i.prcdn.co/img?cid=2062&page=1&date=20260415&v=0&ver=0&width=330 | 30.6 KiB | 5.5 KiB |
Te damos la bienvenida a eluniverso.com div.fc-header > div.fc-header > div.fc-header-image-container > img.fc-header-image | /Zdx4zEulH6Vf_DjGwGIwBOVNdlyL_K_rEwCN4bSIXafEO8j1CKB1GSio... | 7.5 KiB | 5.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.
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 |
|---|---|---|
| servg1.net/o.js?uid=b919b371bbd86ededf59d7af | 3.0 KiB | 560 ms |
| /pf/dist/components/combinations/default.css?d=911&mxId=0... | 878 B |
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 |
|---|---|
| eluniverso.com/ | 234 ms |
| www.eluniverso.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
COMUNIDAD
“Apagones no hay, tuvimos una falla en un equipo”: CNEL explica labor… section.px-2 > div.container > div.region > div.chain | 0.160 |
SEGURIDAD
Dos funcionarios municipales detenidos por sacar combustible de camio… div.region > div.chain > div.content-feed > ul.feed | 0.034 |
POLÍTICA
Autoridades de Guayas se alistan para elegir nuevo viceprefecto sin ma… div.chain > div.content-feed > ul.feed > li.relative | 0.020 |
eluniverso.com solicita tu consentimiento para usar tus datos personales con es… body#app-container > div.fc-consent-root > div.fc-dialog-container | 0.004 |
| 0.001 | |
TENDENCIAS:
PARTIDOS DE HOY
LO ÚLTIMO
COPA LIBERTADORES
MUNDIAL DE FÚTBOL 2026
… div.region > div.chain > div.flex > div.topics | 0.000 |
TENDENCIAS:
PARTIDOS DE HOY
LO ÚLTIMO
COPA LIBERTADORES
MUNDIAL DE FÚTBOL 2026
… div.region > div.chain > div.flex > div.topics | 0.000 |
Crecen las sanciones por publicaciones en redes sociales: Técnico Universitario… div.content-feed > ul.feed > li.relative > div.card | 0.000 |
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.
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
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.2 s |
| Style & Layout | 661 ms |
| Other | 550 ms |
| Script Parsing & Compilation | 255 ms |
| Rendering | 217 ms |
| Parse HTML & CSS | 106 ms |
| Garbage Collection | 43 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 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 |
|---|---|---|
| www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+es.css | 9.7 KiB | 2.8 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 |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.0 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.
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 | |
|---|---|
Imagen de Enero 2026 div.container > div.grid > a > img.m-auto | /resizer/v2/MUX5CKPWBFD7PA7OGLK3DV55S4.png?auth=0c408066a... |
Imagen de Febrero 2026 div.container > div.grid > a > img.m-auto | /resizer/v2/AJEYRFMF5ZFZNFXWDYFE4U7VN4.png?auth=58d58c78b... |
Imagen de Marzo 2026 div.container > div.grid > a > img.m-auto | /resizer/v2/PMMG44DHUFE2ZLTU3YAOJCDSVM.png?auth=d7f5f39a9... |
Imagen de Febrero 2026 div.container > div.grid > a > img.m-auto | /resizer/v2/KBHHT3IZFRAAVNGLP3FMLQXGFU.png?auth=6d09e89db... |
Imagen Destacada Abril 2026 div.chain > div.grid > a > img.h-96 | /resizer/v2/FPFI7AVKNNFCPF2E54FJNSMOCM.png?auth=7571ed273... |
logoeu div.RawHtml > div.text-base > div.my-2 > img.mb-2 | /resizer/v2/F27QNCLMLZBPFOTFVPGW7XINKI.png?auth=cd6f6c963... |
El Universo App div.text-base > div.flex > a.rounded > img | /resizer/v2/G5HXMD4R2BC5VPAZXOS3WSB55M.png?auth=3c3dcd085... |
Logo div.chain > div.RawHtml > div.text-base > img.mt-2 | /resizer/v2/SEWO3DGTT5E7HDBOO6CG7E3TMY.png?auth=63f9be326... |
Sabor el Universo div.flex > div.flex > a > img | /resizer/4T4padtXS3MNvVqx15uEZotcTgc=/arc-anglerfish-arc2... |
portada_pressreader div.chain > div.flex > a > img | i.prcdn.co/img?cid=2062&page=1&date=20260415&v=0&ver=0&width=330 |
Publicidad Corporativo div.text-base > div.table > a > img.hidden | /resizer/v2/A7B4XG7TNNCH5ONTTPWX3T62CU.png?auth=b36d360d0... |
Beneficios El Club div.wrap > div.right > div.image > img | //resizer/sUjtdZtAS5gYop8GGfCLnRgpdR4=/arc-anglerfish-arc... |
Tienda El Universo Foto div.productos > div.branding > a > img | /resizer/v2/O5ZVI6BXRVEJZFPAKNIZ4GU3SY.png?auth=213c62163... |
div.text-base > div.flex > a#offer-1 > img.w-full div.text-base > div.flex > a#offer-1 > img.w-full | /resizer/v2/CXLRDDZQ7VEX3O6BLXODS26KCQ.png?auth=424e68b3d... |
Publicidad Corporativo div.text-base > div.table > a > img.hidden | /resizer/v2/TXO6R7HQVZF5ZO6ESSWPZOXKHU.png?auth=874e66718... |
Juego Crucigrama div#widget-juegos-v3-first-container > div.hidden > a > img.rounded | /resizer/v2/DS5NPK2SJFAUDAIBBM6OBDCKCY.gif?auth=a9043050c... |
Juego 10 diferencias div#widget-juegos-v3-second-container > div#widget-juegos-v3-game1-container > a > img.rounded | /resizer/v2/VYDMARFEMBEAFNTH7SOMGKXA6Y.gif?auth=ce339ddba... |
Juego Cazapalabras div#widget-juegos-v3-second-container > div#widget-juegos-v3-game2-container > a > img.rounded | /resizer/v2/2GF6VP23OZAYFJLU2A6XFSZXDQ.gif?auth=26a860946... |
Juego colorlink div#widget-juegos-v3-second-container > div#widget-juegos-v3-game3-container > a > img.rounded | /resizer/v2/QQ4UYGU4BJFFZBYFK7Y6RT6D3Y.gif?auth=951e07154... |
Juego Cruci express div#widget-juegos-v3-second-container > div#widget-juegos-v3-game4-container > a > img.rounded | /resizer/v2/DDKU2CPU4VDNPKON6KIV7O4XOA.gif?auth=4b7d57af8... |
Juego Cruci mini div#widget-juegos-v3-second-container > div#widget-juegos-v3-game5-container > a > img.rounded | /resizer/v2/FEWTO2YF2ZBWZBUURIQPVTJ6WA.gif?auth=fc3b3f9ba... |
Juego Pista Palabra div#widget-juegos-v3-second-container > div#widget-juegos-v3-game6-container > a > img.rounded | /resizer/v2/IDPVFJ2FGBEYBJXLJSBIJSOHHI.gif?auth=65bfd5e3a... |
Juego sudoku div#widget-juegos-v3-second-container > div#widget-juegos-v3-game7-container > a > img.rounded | /resizer/v2/OI3AHC67OFGZDPCUVWZ4BHPJRE.gif?auth=0378de4a3... |
Juego Memograma div#widget-juegos-v3-second-container > div#widget-juegos-v3-game8-container > a > img.rounded | /resizer/v2/MAU2XBKRDBBZ3C7IEWXVIXSXR4.gif?auth=6dc00205a... |
Juego Nexo lógico div#widget-juegos-v3-second-container > div#widget-juegos-v3-game9-container > a > img.rounded | /resizer/v2/APJ6CWVNQVHD5LYSP4LLFOW7K4.gif?auth=bbb57f682... |
Juego Quiz Ciencia div#widget-juegos-v3-second-container > div#widget-juegos-v3-game10-container > a > img.rounded | /resizer/v2/WIGHYDGHSZEW5KRDRRYHAQX6SM.gif?auth=01b85b47c... |
Juego Quiz Cine y tv div#widget-juegos-v3-second-container > div#widget-juegos-v3-game11-container > a > img.rounded | /resizer/v2/ROH7JIVYURFEZLTK3ATVZZI2W4.gif?auth=102f4d7e0... |
Juego Cultura general div#widget-juegos-v3-second-container > div#widget-juegos-v3-game12-container > a > img.rounded | /resizer/v2/3HJMCSNJBZHXZD5X35W3WVNAO4.gif?auth=134d1d74b... |
Juego Quiz deportes div#widget-juegos-v3-second-container > div#widget-juegos-v3-game13-container > a > img.rounded | /resizer/v2/YR5TMB4VARBJPMJFSDPASJVLWI.gif?auth=1090dc783... |
Juego sopa de letras div#widget-juegos-v3-second-container > div#widget-juegos-v3-game14-container > a > img.rounded | /resizer/v2/OAUBV572GVAJDHVUI7LCWDOWRU.gif?auth=99ee13d77... |
Juego Crucigrama div.flex > div.flex > a > img.rounded | /resizer/v2/DS5NPK2SJFAUDAIBBM6OBDCKCY.gif?auth=a9043050c... |
Juego 10 Diferencias div.flex > div.flex > a > img.rounded | /resizer/v2/VYDMARFEMBEAFNTH7SOMGKXA6Y.gif?auth=ce339ddba... |
Juego Sudoku div.flex > div.flex > a > img.rounded | /resizer/v2/OI3AHC67OFGZDPCUVWZ4BHPJRE.gif?auth=0378de4a3... |
logo div.RawHtml > div.text-base > div.my-2 > img.mb-2 | /resizer/E8QIjM48Axi0MfMgrub8gMN7Bx0=/arc-anglerfish-arc2... |
App Store div.right > div.cta > a > img | //resizer/gpThxbb7df3e_bOrx0nRajLLJbo=/arc-anglerfish-arc... |
Logo El Club div.left > div.logo > a > img | //resizer/fxqJWxyfnW2sd1QSgNKF7csK620=/arc-anglerfish-arc... |
Google Play div.right > div.cta > a > img | //resizer/bXD9IXCynnX_fxaTqrANdMb5Chg=/arc-anglerfish-arc... |
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 toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mb-2 > div.flex > div > div.custom-toggle div.mb-2 > div.flex > div > div.custom-toggle |
div.mb-2 > div.flex > div > div.custom-toggle div.mb-2 > div.flex > div > div.custom-toggle |
div.mb-2 > div.flex > div > div.custom-toggle div.mb-2 > div.flex > div > div.custom-toggle |
div.mb-2 > div.flex > div > div.custom-toggle div.mb-2 > div.flex > div > div.custom-toggle |
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.
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 |
|---|
PARTIDOS DE HOY nav.nav-wrapper > ul.list-topics > li.flex-auto > a |
LO ÚLTIMO nav.nav-wrapper > ul.list-topics > li.flex-auto > a |
COPA LIBERTADORES nav.nav-wrapper > ul.list-topics > li.flex-auto > a |
MUNDIAL DE FÚTBOL 2026 nav.nav-wrapper > ul.list-topics > li.flex-auto > a |
TABLA DE POSICIONES nav.nav-wrapper > ul.list-topics > li.flex-auto > a |
PUBLICIDAD div.chain > div.px-2 > div#ad-top-content > p.uppercase |
COMUNIDAD div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
SEGURIDAD div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
Recíbelo todos los días en tu correo electrónico. form#_form_69E01B76531E3_ > div._form-content > div._form_element > div._html-code |
SEGURIDAD div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
FÚTBOL div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
SEGURIDAD div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
ECOLOGÍA div.card > div.card-content > div.flex > a.primary_section |
PUBLICIDAD div.chain > div.px-2 > div#ad-billboard-content > p.uppercase |
ECONOMÍA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
hace 3 días div > div.flex > p.date > time |
CUERPO Y ALMA div.card > div.card-content > div.flex > a.primary_section |
hace 3 días div > div.flex > p.date > time |
ECONOMÍA div.card > div.card-content > div.flex > a.primary_section |
hace 3 días div > div.flex > p.date > time |
COMUNIDAD div.card > div.card-content > div.flex > a.primary_section |
hace 3 días div > div.flex > p.date > time |
SEGURIDAD div.card > div.card-content > div.flex > a.primary_section |
hace 4 días div > div.flex > p.date > time |
ECUADOR div.card > div.card-content > div.flex > a.primary_section |
hace 4 días div > div.flex > p.date > time |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
hace 5 días div > div.flex > p.date > time |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
hace 6 días div > div.flex > p.date > time |
COMPRAS div.card > div.card-content > div.flex > a.primary_section |
MÚSICA div.card > div.card-content > div.flex > a.primary_section |
COMPRAR AHORA a.items > div.articulo > div.detalle > span.cta |
COMPRAR AHORA a.items > div.articulo > div.detalle > span.cta |
COMPRAR AHORA a.items > div.articulo > div.detalle > span.cta |
COMPRAR AHORA a.items > div.articulo > div.detalle > span.cta |
COMUNIDAD div.card > div.card-content > div.flex > a.primary_section |
PUBLICIDAD div.chain > div.px-2 > div#ad-billboard2-content > p.uppercase |
FÚTBOL div.card > div.card-content > div.flex > a.primary_section |
INTERNACIONAL div.card > div.card-content > div.flex > a.primary_section |
SEGURIDAD div.card > div.card-content > div.flex > a.primary_section |
MÚSICA div.card > div.card-content > div.flex > a.primary_section |
Más información div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
Lista de partners div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Gestionar opciones div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Compañía div.region > div.hidden > div.col-span-4 > h4.font-bold |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.grid > div.w-full > a > img.absolute div.grid > div.w-full > a > img.absolute |
div.text-base > div.flex > a#offer-1 > img.w-full div.text-base > div.flex > a#offer-1 > img.w-full |
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 > div.custom-toggle > div.relative > input#bol-economia-de-bolsillo-45 div > div.custom-toggle > div.relative > input#bol-economia-de-bolsillo-45 |
div > div.custom-toggle > div.relative > input#bol-salud-48 div > div.custom-toggle > div.relative > input#bol-salud-48 |
div > div.custom-toggle > div.relative > input#bol-opinion-51 div > div.custom-toggle > div.relative > input#bol-opinion-51 |
div > div.custom-toggle > div.relative > input#bol-marcador-registrados-121 div > div.custom-toggle > div.relative > input#bol-marcador-registrados-121 |
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.chain > div.grid > div.w-full > a div.chain > div.grid > div.w-full > a |
div.RawHtml > div.text-base > div.flex > a#offer-1 div.RawHtml > div.text-base > div.flex > a#offer-1 |
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.
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 |
|---|
ECONOMÍA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
POLÍTICA div.card > div.card-content > div.flex > a.primary_section |
CUERPO Y ALMA div.card > div.card-content > div.flex > a.primary_section |
ECONOMÍA div.card > div.card-content > div.flex > a.primary_section |
COMUNIDAD div.card > div.card-content > div.flex > a.primary_section |
APASIONADOS POR LA COCINA div.card > div.card-content > span.uppercase > a |
BLOG div.card > div.card-content > span.uppercase > a |
BLOG div.card > div.card-content > span.uppercase > a |
BLOG div.card > div.card-content > span.uppercase > a |
These items highlight common accessibility best practices.
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 |
|---|
MENÚ div.container > div.topbar > div.topbar-left > button.button |
INICIAR SESIÓN div.user-panel > div.flex > div.flex > button.button |
SUSCRIBETE div.chain > div.flex > div.flex > button#btn-popup-subscription |
ENVÍANOS TU CARTA div.region > div.chain > div.text-center > button.button |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Contenido Patrocinado div.card-content > div.text-blue-500 > div.flex > img | www.eluniverso.com/pf/resources/images/sponsored.webp?d=911 | 110 x 45 (2.44) | 2181 x 512 (4.26) |
background div#counter-container > div.w-full > a.relative > img.w-full | /resizer/v2/RTODUO2MI5HNJJTMEWBTU3SWGQ.png?auth=c134803ed... | 300 x 400 (0.75) | 600 x 734 (0.82) |
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 | a.teads.tv/analytics/tag.js line 19, col 2291 |
| 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. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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.
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 |
|---|
Publicidad Corporativo div.RawHtml > div.text-base > div.table > a |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.grid > div.w-full > a > img.absolute div.grid > div.w-full > a > img.absolute |
div.text-base > div.flex > a#offer-1 > img.w-full div.text-base > div.flex > a#offer-1 > img.w-full |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback