Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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 7.2 MB (4.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/523c049e-4400-4220-b621-8de8b7fd2618)<a href="https://beavercheck.com/results/523c049e-4400-4220-b621-8de8b7fd2618"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Faudible.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Faudible.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 13.6s 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 ~31%.
Page takes 13.6s to load
+12% bounceUsers abandon at ~3s — you're 11.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 628ms
+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
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
64 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.
€275 investment → €1,177/month returns + EUR 120,500,000 risk avoided
€275
5h · 5 findings
€1,177 /mo
~€14,122 / year
EUR 120,500,000
if kept compliant
€83 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €55/hr
Based on Spain rates (€55/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,011 / year if left unfixed
€120,500,000
+5 more
€0.96 /mo
12932.5 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.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
628 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.58 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
15.75 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Encuentra la velocidad ideal adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Spe... | 118.6 KiB | 97.4 KiB |
Listen anytime, anywhere adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Dow... | 110.5 KiB | 89.4 KiB |
Configura un temporizador adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Tim... | 95.1 KiB | 73.9 KiB |
Escucha con el Modo Coche adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Car... | 89.4 KiB | 68.3 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_LiFi... | 66.3 KiB | 58.0 KiB |
Diseño de la portada del título Naturaleza de escorpión a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/511+GYcjLjL._SL500_.jpg | 62.9 KiB | 48.6 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_Roma... | 55.9 KiB | 47.7 KiB |
Diseño de la portada del título La red púrpura adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/51PBeUd7p0L._SL500_.jpg | 51.8 KiB | 44.7 KiB |
Diseño de la portada del título La mujer del camarote 10 a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51R5OfrSPpL._SL500_.jpg | 58.6 KiB | 44.3 KiB |
Diseño de la portada del título La novia gitana adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/51kxF6TnjaL._SL500_.jpg | 49.1 KiB | 42.1 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_MyTh... | 42.4 KiB | 34.2 KiB |
Diseño de la portada del título No matarás a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51FW+C836NL._SL500_.jpg | 48.0 KiB | 33.8 KiB |
Diseño de la portada del título Zapatos de lluvia a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51n-5UklnVL._SL500_.jpg | 44.8 KiB | 30.6 KiB |
Diseño de la portada del título Butcher & Blackbird a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/513K04oSwHL._SL500_.jpg | 44.5 KiB | 30.3 KiB |
Diseño de la portada del título El Niño que Perdió la Guerra adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/51wMgpUJgzL._SL500_.jpg | 36.0 KiB | 29.8 KiB |
Diseño de la portada del título Antes de ser tuya a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51zaplS-NXL._SL500_.jpg | 43.8 KiB | 29.6 KiB |
Diseño de la portada del título Apocalipsis Z - El principio del fin adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/51rs+GizDkL._SL500_.jpg | 38.3 KiB | 29.1 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_BiMe... | 37.2 KiB | 28.9 KiB |
Diseño de la portada del título Terapia adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/512my6Gt1vL._SL500_.jpg | 33.1 KiB | 27.4 KiB |
Diseño de la portada del título Memorias de un crimen a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/510hpdWqT8L._SL500_.jpg | 41.6 KiB | 27.4 KiB |
Diseño de la portada del título La cicatriz de Mónica - Precuela a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51Rppi7VnzL._SL500_.jpg | 41.3 KiB | 27.1 KiB |
Diseño de la portada del título Feliz menopausia a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51kthnom9DL._SL500_.jpg | 40.9 KiB | 26.7 KiB |
Diseño de la portada del título Maldita fortuna a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51yI-jOuNvL._SL500_.jpg | 40.9 KiB | 26.6 KiB |
Diseño de la portada del título La Hermana Secreta a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51k8Z5wi32L._SL500_.jpg | 40.0 KiB | 26.0 KiB |
Diseño de la portada del título Con el diablo en la sangre a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51J2ryhh10L._SL500_.jpg | 39.4 KiB | 25.6 KiB |
Diseño de la portada del título Secret Sister (German Edition) a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/518x+D+cObL._SL500_.jpg | 39.1 KiB | 25.4 KiB |
Diseño de la portada del título La sœur secrète a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/511VZB+AGtL._SL500_.jpg | 39.0 KiB | 25.4 KiB |
Diseño de la portada del título La desconocida del retrato a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51thJscr0OL._SL500_.jpg | 38.9 KiB | 25.3 KiB |
Diseño de la portada del título El Hospital a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/513i34FQcvL._SL500_.jpg | 38.6 KiB | 25.1 KiB |
Diseño de la portada del título The Sleeping World: Tidal Drifting with a Seaho… a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51LNxzu03CL._SL500_.jpg | 38.6 KiB | 25.1 KiB |
Diseño de la portada del título Vientos de ira a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51oXrEAa9rL._SL500_.jpg | 36.3 KiB | 23.6 KiB |
Diseño de la portada del título Llevará tu nombre a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51SXBpV+FnL._SL500_.jpg | 35.4 KiB | 23.0 KiB |
Diseño de la portada del título Vas a volar a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51fI4yEH8mL._SL500_.jpg | 34.7 KiB | 22.6 KiB |
Diseño de la portada del título El primer caso de Salazar a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51xzpY3h7ZL._SL500_.jpg | 34.6 KiB | 22.5 KiB |
Diseño de la portada del título La justicia del inocente a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51caiW5AcDL._SL500_.jpg | 34.5 KiB | 22.4 KiB |
Diseño de la portada del título El misterio de la guía de ferrocarriles a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51xBCVjRscL._SL500_.jpg | 33.3 KiB | 21.6 KiB |
Diseño de la portada del título Cicatrices del pasado a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51AmnFseBPL._SL500_.jpg | 32.8 KiB | 21.3 KiB |
Diseño de la portada del título Vas a caer a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51-3E9PypvL._SL500_.jpg | 32.0 KiB | 20.8 KiB |
Diseño de la portada del título Fuego a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41DiXLmDHiL._SL500_.jpg | 32.0 KiB | 20.8 KiB |
Diseño de la portada del título The Devoted Wife a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41JtN1vv1cL._SL500_.jpg | 31.4 KiB | 20.4 KiB |
Diseño de la portada del título La Librera a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41qP7qkw5lL._SL500_.jpg | 31.2 KiB | 20.3 KiB |
Diseño de la portada del título El niño que vino del silencio a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/415GM9BdD1L._SL500_.jpg | 30.4 KiB | 19.7 KiB |
Diseño de la portada del título La chica de la limpieza a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41ko3GA3jfL._SL500_.jpg | 29.9 KiB | 19.4 KiB |
Diseño de la portada del título Los secretos de mi marido a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/414s1SemswL._SL500_.jpg | 29.0 KiB | 18.8 KiB |
Diseño de la portada del título Vive la sabiduría del Tao a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41UQm9q8vIL._SL500_.jpg | 27.9 KiB | 18.1 KiB |
Diseño de la portada del título Mi Psicólogia Me Dijo a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41zxau1j8mL._SL500_.jpg | 26.6 KiB | 17.3 KiB |
Diseño de la portada del título Novela de ajedrez a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41GQ-8mLGtL._SL500_.jpg | 26.4 KiB | 17.1 KiB |
Diseño de la portada del título El regalo de los años a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41idsSeWyLL._SL500_.jpg | 26.3 KiB | 17.1 KiB |
Diseño de la portada del título Comerás Flores a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41wqEujFfOL._SL500_.jpg | 25.9 KiB | 16.8 KiB |
Diseño de la portada del título Los 10 poderes para diseñar tu vida a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/4114CwKGiEL._SL500_.jpg | 25.3 KiB | 16.5 KiB |
Diseño de la portada del título El placebo eres tú a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41J2o5prxrL._SL500_.jpg | 23.9 KiB | 15.5 KiB |
Diseño de la portada del título Maite a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41IffFLLogL._SL500_.jpg | 23.2 KiB | 15.1 KiB |
Diseño de la portada del título Meditación a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41QvycatAjL._SL500_.jpg | 21.4 KiB | 13.9 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 |
|---|---|---|
| /images/I/81PEApk8dmL.css?AUIClients/AudibleBrickCitySkin | 32.8 KiB | 1.1 s |
| /images/I/41E1EwKvvNL.css?AUIClients/AudibleWebNavigation... | 3.3 KiB | |
| /mosaic-versions/ab81aedd-96ec-43d4-a4b4-6f9222990b7a/www... | 6.9 KiB | 755 ms |
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.
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 |
|---|---|
| audible.com/ | 1.1 s |
| www.audible.com/ | 893 ms |
| /?ref=Adbl_ip_rdr_from_US&source_code=AUDESTM002040622000... | 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 |
|---|---|---|
| /mosaic-versions/ab81aedd-96ec-43d4-a4b4-6f9222990b7a/www... | 324.0 KiB | 49.8 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 |
|---|---|---|
| /mosaic-versions/ab81aedd-96ec-43d4-a4b4-6f9222990b7a/www... | 323.9 KiB | 117.8 KiB |
| us-east-1.prod.adobe-dtm.audible.amazon.dev/Launch/launch-3111109c87da.min.js | 189.4 KiB | 43.7 KiB |
| /images/I/61nZ88B20cL._RC|01gScGcQDaL.js_.js?AUIClients/A... | 32.3 KiB | 24.6 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36.0 KiB | 22.9 KiB |
| /images/I/61z6aFvbsJL._RC|01+-iEx6+HL.js_.js?AUIClients/A... | 32.0 KiB | 21.1 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /?ref=Adbl_ip_rdr_from_US&source_code=AUDESTM002040622000... | 1.5 s | 520 ms | 43 ms |
| /mosaic-versions/ab81aedd-96ec-43d4-a4b4-6f9222990b7a/www... | 1.4 s | 987 ms | 5.8 ms |
| Unattributable | 1.2 s | 6.5 ms | 0.0 ms |
| us-east-1.prod.adobe-dtm.audible.amazon.dev/Launch/launch-3111109c87da.min.js | 418 ms | 300 ms | 105 ms |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 379 ms | 266 ms | 9.2 ms |
| /notice?domain=audiblebanner.com>m=1&c=trustarclink&js=... | 177 ms | 47 ms | 3.4 ms |
| /images/I/61nZ88B20cL._RC|01gScGcQDaL.js_.js?AUIClients/A... | 89 ms | 75 ms | 8.2 ms |
| /images/I/61z6aFvbsJL._RC|01+-iEx6+HL.js_.js?AUIClients/A... | 63 ms | 53 ms | 6.8 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.3 s |
| Other | 1.6 s |
| Style & Layout | 770 ms |
| Script Parsing & Compilation | 200 ms |
| Rendering | 183 ms |
| Parse HTML & CSS | 163 ms |
| Garbage Collection | 161 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /images/I/81PEApk8dmL.css?AUIClients/AudibleBrickCitySkin | 51.2 KiB | 50.1 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 | |
|---|---|
Encuentra la velocidad ideal adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Spe... |
Configura un temporizador adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Tim... |
Escucha con el Modo Coche adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Car... |
Listen anytime, anywhere adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Dow... |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Diseño de la portada del título La novia gitana adbl-style-scope.light > adbl-stack > adbl-product-featured-carousel > adbl-product-featured-slide |
Diseño de la portada del título La red púrpura adbl-style-scope.light > adbl-stack > adbl-product-featured-carousel > adbl-product-featured-slide |
Diseño de la portada del título El Niño que Perdió la Guerra adbl-style-scope.light > adbl-stack > adbl-product-featured-carousel > adbl-product-featured-slide |
Diseño de la portada del título Terapia adbl-style-scope.light > adbl-stack > adbl-product-featured-carousel > adbl-product-featured-slide |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Close notification banner div > div.bc-row-responsive > div.bc-col-responsive > a#notification-banner-close-button |
El niño que vino del silencio de Thrity Umrigar, El misterio de la guía de ferr… adbl-stack > div.adbl-impression-emitted > adbl-two-column-hero > adbl-bookwall |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Preferencias sobre cookies div.bc-row-responsive > div.bc-col-responsive > span#trustarclink > a#icon-id09569788421343545 |
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 fetch at 'https://eu.prod.celyx.datax.audible.amazon.dev/v1/events' from origin 'https://www.audible.es' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.88 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
75 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.57 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.29 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Encuentra la velocidad ideal adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Spe... | 156.8 KiB | 144.6 KiB |
Listen anytime, anywhere adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Dow... | 128.9 KiB | 116.7 KiB |
Configura un temporizador adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Tim... | 114.2 KiB | 102.0 KiB |
Escucha con el Modo Coche adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Car... | 102.4 KiB | 90.2 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_PoSo... | 75.6 KiB | 71.4 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_LiFi... | 66.3 KiB | 62.1 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_ScFi... | 64.2 KiB | 60.0 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_MoFi... | 63.6 KiB | 59.5 KiB |
Diseño de la portada del título Naturaleza de escorpión a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/511+GYcjLjL._SL500_.jpg | 62.9 KiB | 58.1 KiB |
Diseño de la portada del título La mujer del camarote 10 a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51R5OfrSPpL._SL500_.jpg | 58.6 KiB | 53.8 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_ChAu... | 57.1 KiB | 52.9 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_Roma... | 55.9 KiB | 51.8 KiB |
Diseño de la portada del título La red púrpura adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/51PBeUd7p0L._SL500_.jpg | 51.8 KiB | 48.4 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_BuCa... | 50.0 KiB | 45.8 KiB |
Diseño de la portada del título La novia gitana adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/51kxF6TnjaL._SL500_.jpg | 49.1 KiB | 45.8 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_HeWe... | 48.4 KiB | 44.2 KiB |
Diseño de la portada del título No matarás a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51FW+C836NL._SL500_.jpg | 48.0 KiB | 43.2 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_ReHi... | 46.1 KiB | 41.9 KiB |
Diseño de la portada del título Click adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/519f9qNgZ8L._SL500_.jpg | 44.3 KiB | 40.9 KiB |
Diseño de la portada del título Zapatos de lluvia a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51n-5UklnVL._SL500_.jpg | 44.8 KiB | 40.0 KiB |
Diseño de la portada del título Butcher & Blackbird a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/513K04oSwHL._SL500_.jpg | 44.5 KiB | 39.7 KiB |
Diseño de la portada del título Antes de ser tuya a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51zaplS-NXL._SL500_.jpg | 43.8 KiB | 39.0 KiB |
Diseño de la portada del título La esposa del detective adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/517BCZppIlL._SL500_.jpg | 42.1 KiB | 38.7 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_MyTh... | 42.4 KiB | 38.3 KiB |
Diseño de la portada del título Memorias de un crimen a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/510hpdWqT8L._SL500_.jpg | 41.6 KiB | 36.8 KiB |
Diseño de la portada del título La cicatriz de Mónica - Precuela a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51Rppi7VnzL._SL500_.jpg | 41.3 KiB | 36.5 KiB |
Diseño de la portada del título Feliz menopausia a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51kthnom9DL._SL500_.jpg | 40.9 KiB | 36.1 KiB |
Diseño de la portada del título Maldita fortuna a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51yI-jOuNvL._SL500_.jpg | 40.9 KiB | 36.1 KiB |
Diseño de la portada del título La Hermana Secreta a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51k8Z5wi32L._SL500_.jpg | 40.0 KiB | 35.3 KiB |
Diseño de la portada del título Con el diablo en la sangre a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51J2ryhh10L._SL500_.jpg | 39.4 KiB | 34.8 KiB |
Diseño de la portada del título Secret Sister (German Edition) a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/518x+D+cObL._SL500_.jpg | 39.1 KiB | 34.5 KiB |
Diseño de la portada del título La sœur secrète a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/511VZB+AGtL._SL500_.jpg | 39.0 KiB | 34.4 KiB |
Diseño de la portada del título La desconocida del retrato a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51thJscr0OL._SL500_.jpg | 38.9 KiB | 34.3 KiB |
Diseño de la portada del título El Hospital a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/513i34FQcvL._SL500_.jpg | 38.6 KiB | 34.1 KiB |
Diseño de la portada del título The Sleeping World: Tidal Drifting with a Seaho… a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51LNxzu03CL._SL500_.jpg | 38.6 KiB | 34.1 KiB |
Diseño de la portada del título El Niño que Perdió la Guerra adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/51wMgpUJgzL._SL500_.jpg | 36.0 KiB | 33.0 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_BiMe... | 37.2 KiB | 33.0 KiB |
Diseño de la portada del título Vientos de ira a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51oXrEAa9rL._SL500_.jpg | 36.3 KiB | 32.0 KiB |
a > div > adbl-surface > img#background-img a > div > adbl-surface > img#background-img | /images/G/01/Audible/en_US/images/Discover/SmNav_Gen_SeDe... | 35.8 KiB | 31.6 KiB |
adbl-two-column-hero > adbl-bookwall > adbl-product-image > img adbl-two-column-hero > adbl-bookwall > adbl-product-image > img | m.media-amazon.com/images/I/51SXBpV+FnL._SL500_.jpg | 35.4 KiB | 31.3 KiB |
Diseño de la portada del título Vas a volar a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51fI4yEH8mL._SL500_.jpg | 34.7 KiB | 30.6 KiB |
Diseño de la portada del título El primer caso de Salazar a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51xzpY3h7ZL._SL500_.jpg | 34.6 KiB | 30.5 KiB |
Diseño de la portada del título La justicia del inocente a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51caiW5AcDL._SL500_.jpg | 34.5 KiB | 30.4 KiB |
Diseño de la portada del título Terapia adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/512my6Gt1vL._SL500_.jpg | 33.1 KiB | 30.4 KiB |
Diseño de la portada del título Apocalipsis Z - El principio del fin adbl-product-featured-slide > a > adbl-product-image > img | m.media-amazon.com/images/I/51rs+GizDkL._SL500_.jpg | 38.3 KiB | 29.5 KiB |
Diseño de la portada del título El misterio de la guía de ferrocarriles a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51xBCVjRscL._SL500_.jpg | 33.3 KiB | 29.4 KiB |
Diseño de la portada del título Cicatrices del pasado a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51AmnFseBPL._SL500_.jpg | 32.8 KiB | 29.0 KiB |
Diseño de la portada del título Vas a caer a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/51-3E9PypvL._SL500_.jpg | 32.0 KiB | 28.3 KiB |
Diseño de la portada del título Fuego a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41DiXLmDHiL._SL500_.jpg | 32.0 KiB | 28.2 KiB |
Diseño de la portada del título The Devoted Wife a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41JtN1vv1cL._SL500_.jpg | 31.4 KiB | 27.7 KiB |
Diseño de la portada del título La Librera a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41qP7qkw5lL._SL500_.jpg | 31.2 KiB | 27.5 KiB |
Diseño de la portada del título El niño que vino del silencio a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/415GM9BdD1L._SL500_.jpg | 30.4 KiB | 26.8 KiB |
adbl-two-column-hero > adbl-bookwall > adbl-product-image > img adbl-two-column-hero > adbl-bookwall > adbl-product-image > img | m.media-amazon.com/images/I/41ko3GA3jfL._SL500_.jpg | 29.9 KiB | 26.4 KiB |
Diseño de la portada del título Los secretos de mi marido a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/414s1SemswL._SL500_.jpg | 29.0 KiB | 25.5 KiB |
Diseño de la portada del título Vive la sabiduría del Tao a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41UQm9q8vIL._SL500_.jpg | 27.9 KiB | 24.6 KiB |
Diseño de la portada del título Mi Psicólogia Me Dijo a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41zxau1j8mL._SL500_.jpg | 26.6 KiB | 23.5 KiB |
Diseño de la portada del título Novela de ajedrez a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41GQ-8mLGtL._SL500_.jpg | 26.4 KiB | 23.3 KiB |
Diseño de la portada del título El regalo de los años a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41idsSeWyLL._SL500_.jpg | 26.3 KiB | 23.2 KiB |
Diseño de la portada del título Comerás Flores a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41wqEujFfOL._SL500_.jpg | 25.9 KiB | 22.8 KiB |
Diseño de la portada del título Los 10 poderes para diseñar tu vida a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/4114CwKGiEL._SL500_.jpg | 25.3 KiB | 22.3 KiB |
audible logo div.truste-consent-track-class > div#truste-consent-content > div.truste-banner-logo-custom > img | consent.trustarc.com/get?name=audible_logo_only.png | 22.7 KiB | 21.9 KiB |
Diseño de la portada del título El placebo eres tú a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41J2o5prxrL._SL500_.jpg | 23.9 KiB | 21.1 KiB |
Diseño de la portada del título Maite a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41IffFLLogL._SL500_.jpg | 23.2 KiB | 20.4 KiB |
Diseño de la portada del título Meditación a > div.adbl-asin-impression > adbl-product-image > img | m.media-amazon.com/images/I/41QvycatAjL._SL500_.jpg | 21.4 KiB | 18.8 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.
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 |
|---|---|
| /images/G/01/audibleweb/brickcity/1.0/fonts/icons/brickci... | 15 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| audible.com/ | 531 ms |
| www.audible.com/ | 343 ms |
| /?ref=Adbl_ip_rdr_from_US&source_code=ANONTM0020325220004... | 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.
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 |
|---|---|---|
| /mosaic-versions/ab81aedd-96ec-43d4-a4b4-6f9222990b7a/www... | 324.0 KiB | 49.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 |
|---|---|---|
| m.media-amazon.com/images/I/71D0-BYgvjL.css?AUIClients/AudibleBrickCitySkin | 32.0 KiB | 31.2 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 |
|---|---|---|
| /mosaic-versions/ab81aedd-96ec-43d4-a4b4-6f9222990b7a/www... | 323.9 KiB | 118.9 KiB |
| us-east-1.prod.adobe-dtm.audible.amazon.dev/Launch/launch-3111109c87da.min.js | 189.4 KiB | 43.7 KiB |
| /images/I/61nZ88B20cL._RC|01gScGcQDaL.js_.js?AUIClients/A... | 32.3 KiB | 24.2 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36.0 KiB | 22.9 KiB |
| /images/I/61z6aFvbsJL._RC|01+-iEx6+HL.js_.js?AUIClients/A... | 32.0 KiB | 21.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
audible logo div.truste-consent-track-class > div#truste-consent-content > div.truste-banner-logo-custom > img | consent.trustarc.com/get?name=audible_logo_only.png |
Encuentra la velocidad ideal adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Spe... |
Configura un temporizador adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Tim... |
Escucha con el Modo Coche adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Car... |
Listen anytime, anywhere adbl-image-carousel > adbl-captioned-image > picture > img | /images/G/01/Audible/en_US/anon/Anon_AppFeature_ES-ES_Dow... |
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.
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Buscar por audiolibro, título, autor,... label > span.bc-text > div#eac-combobox > input#header-search |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Diseño de la portada del título La novia gitana adbl-style-scope.light > adbl-stack > adbl-product-featured-carousel > adbl-product-featured-slide |
Diseño de la portada del título La red púrpura adbl-style-scope.light > adbl-stack > adbl-product-featured-carousel > adbl-product-featured-slide |
Diseño de la portada del título La esposa del detective adbl-style-scope.light > adbl-stack > adbl-product-featured-carousel > adbl-product-featured-slide |
Diseño de la portada del título Click adbl-style-scope.light > adbl-stack > adbl-product-featured-carousel > adbl-product-featured-slide |
Diseño de la portada del título El Niño que Perdió la Guerra adbl-style-scope.light > adbl-stack > adbl-product-featured-carousel > adbl-product-featured-slide |
Diseño de la portada del título Terapia adbl-style-scope.light > adbl-stack > adbl-product-featured-carousel > adbl-product-featured-slide |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Close notification banner div.bc-container > div.bc-row-responsive > div.bc-col-responsive > a#notification-banner-close-button |
El niño que vino del silencio de Thrity Umrigar, El misterio de la guía de ferr… adbl-stack > div.adbl-impression-emitted > adbl-two-column-hero > adbl-bookwall |
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.
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 |
|---|
Preferencias sobre cookies span.bc-text > div.bc-section > span#trustarclink > a#icon-id07414419771694694 |
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 fetch at 'https://eu.prod.celyx.datax.audible.amazon.dev/v1/events' from origin 'https://www.audible.es' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback