Skip to content
https://tunein.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

68

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
js.stripe.com/v3120.0 s225.0 KiB
connect.facebook.net/en_US/fbevents.js1200.0 s96.6 KiB
c.amazon-adsystem.com/aax2/apstag.js3600.0 s91.0 KiB
cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js86400.0 s129.9 KiB
/signals/config/1769749279971126?v=2.9.303&r=stable&domai...1200.0 s46.3 KiB
cdn-cms.tunein.com/gemini/backgrounds/MS_NOW/News_WebHeader.png259200.0 s157.1 KiB
m.stripe.network/out-4.5.45.js300.0 s16.5 KiB
www.google-analytics.com/analytics.js7200.0 s20.9 KiB
tpc.googlesyndication.com/sodar/xdEizrWJ.js3000.0 s15.4 KiB
delivery-cdn-cf.adswizz.com/adswizz/js/swfobject-2.2.min.js0.0 ms9.3 KiB
cdn.adswizz.com/adswizz/js/SynchroClient2.js0.0 ms9.2 KiB
delivery-cdn-cf.adswizz.com/adswizz/js/SynchroClient2.js?us_privacy=1YYY0.0 ms9.2 KiB
tags.crwdcntrl.net/lt/c/10306/lt.min.js86400.0 s19.7 KiB
tags.srv.stackadapt.com/events.js5.0 s7.7 KiB
s.yimg.com/wi/ytc.js0.0 ms7.1 KiB
cdn-cms.tunein.com/gemini/landing-carousel/globalnews-background-desktop.jpg259200.0 s19.9 KiB
cdn.cookielaw.org/scripttemplates/otSDKStub.js86400.0 s8.8 KiB
sb.scorecardresearch.com/internal-cs/default/beacon.js86400.0 s6.7 KiB
static.truex.com/js/client.js14400.0 s3.8 KiB
cdn.cookielaw.org/opt-out/otCCPAiab.js86400.0 s6.4 KiB
/www/delivery/ajs.php?zoneid=8&withtext=1&isDisableLogImp...0.0 ms1.7 KiB
/www/delivery/ajs.php?zoneid=8&withtext=1&isDisableLogImp...0.0 ms1.7 KiB
/www/delivery/ajs.php?zoneid=8&withtext=1&cb=52561187047&...0.0 ms1.7 KiB
/www/delivery/ajs.php?zoneid=8&withtext=1&cb=4160588206&c...0.0 ms1.7 KiB
synchrobox.adswizz.com/register2.php?us_privacy=1YYY0.0 ms1.2 KiB
synchrobox.adswizz.com/register2.php0.0 ms1.2 KiB
cdn.cookielaw.org/logos/static/powered_by_logo.svg86400.0 s2.5 KiB
/logos/294d635b-1497-4cb5-ae21-5c4c4105859e/8ae9d1bf-cb37...86400.0 s2.0 KiB
config.aps.amazon-adsystem.com/configs/3111b792-be07-4cd2-bd99-c42ac9a74f713600.0 s879 B
/www/delivery/lg.php?adData=targeted-publisher-info%3A2%3...0.0 ms437 B
/www/delivery/lg.php?adData=targeted-publisher-info%3A2%3...0.0 ms435 B
/www/delivery/lg.php?adData=targeted-publisher-info%3A2%3...0.0 ms434 B
/www/delivery/lg.php?adData=targeted-publisher-info%3A2%3...0.0 ms434 B
/www/delivery/lg.php?adData=targeted-publisher-info%3A2%3...0.0 ms434 B
/www/delivery/lg.php?adData=targeted-publisher-info%3A2%3...0.0 ms433 B
geolocation.onetrust.com/cookieconsentpub/v1/geo/location/dnsfeed0.0 ms252 B
www.gstatic.com/recaptcha/api2/logo_48.png604800.0 s2.3 KiB
/pixel/?ad_log=referer&action=content&pixid=6a8135f6-18a2...0.0 ms131 B
/tr/?id=1769749279971126&ev=PageView&dl=https%3A%2F%2Ftun...0.0 ms16 B
delivery-cdn-cf.adswizz.com/adswizz/js/swfobject-2.2.min.js0.0 ms0 B

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:6.332 source:map[type:text value:[unattributed]]] map[reflowTime:1.155 source:map[column:332 line:412 type:source-location url:https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js urlProvider:network]]]

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
College Football div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/ti-cfb-vert.jpg166.6 KiB149.4 KiB
logo div.landing-module__topSection___kL86T > div.landing-module__splashHeaderTextContainer___Nl0M7 > div.landing-module__splashHeaderLogo___qRMpV > img
cdn-cms.tunein.com/gemini/backgrounds/MS_NOW/News_WebHeader.png156.6 KiB148.6 KiB
This is (not about) David Bowie by FJ Morris div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
/assets/img/shared/tiles/this-is-not-about-david-bowie-by...103.4 KiB91.9 KiB
It Was All a Dream div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/Audiobooks-Dream.jpg85.2 KiB67.9 KiB
Wow in the World div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/wow-medium.jpg47.7 KiB36.5 KiB
MS NOW div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/msnow-square.webp30.3 KiB24.3 KiB
Truth or Beard div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/truth-or-beard.jpeg28.8 KiB24.2 KiB
The Great Gatsby div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/the-great-gatsby.jpeg27.3 KiB22.8 KiB
Today’s Hits div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/todays-hits-vert.jpg27.6 KiB19.8 KiB
Latin Hits div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/latin-hits.jpg19.6 KiB14.9 KiB
Fox News Radio div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/fox-news-radio-small.jpg14.1 KiB10.7 KiB
CNN div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/landing/parallaxImages/cnn-large-v2.jpg12.2 KiB9.2 KiB
The Daily div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/the-daily-large.jpg11.7 KiB8.7 KiB
NASCAR Radio div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/nascar-small.jpg19.0 KiB7.5 KiB
NHL Radio div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/nhl-small-v2.jpg9.4 KiB7.1 KiB
This American Life div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/this-am-life-small.jpg6.0 KiB4.5 KiB

Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation2.0 s
Other514 ms
Script Parsing & Compilation364 ms
Style & Layout152 ms
Rendering61 ms
Garbage Collection58 ms
Parse HTML & CSS40 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
Pages with cache-control:no-store header cannot enter back/forward cache.Actionable

Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 9.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 19.8 KiB
URLTransfer SizeEst Savings
24.2 KiB19.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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
logo div.landing-module__topSection___kL86T > div.landing-module__splashHeaderTextContainer___Nl0M7 > div.landing-module__splashHeaderLogo___qRMpV > img
cdn-cms.tunein.com/gemini/backgrounds/MS_NOW/News_WebHeader.png
assets/img/shared/tiles/msnow-wide.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/msnow-wide.jpg
It Was All a Dream div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/Audiobooks-Dream.jpg
CNN div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/landing/parallaxImages/cnn-large-v2.jpg
The Daily div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/the-daily-large.jpg
Today’s Hits div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/todays-hits-vert.jpg
College Football div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/ti-cfb-vert.jpg
MS NOW div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/msnow-square.webp
assets/img/shared/tiles/dan-lebatard-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/dan-lebatard-small.jpg
assets/img/shared/tiles/bbc2-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/bbc2-small.jpg
assets/img/shared/tiles/kqed-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/kqed-small.jpg
assets/img/shared/tiles/planet-money-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/planet-money-small.jpg
assets/img/shared/tiles/talk-sport-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/talk-sport-small.jpg
assets/img/shared/tiles/smooth-jazz-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/smooth-jazz-small.jpg
assets/img/shared/tiles/up-first-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/up-first-small.jpg
assets/img/shared/tiles/jazz-24-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/jazz-24-small.jpg
assets/img/shared/tiles/the-herd-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/the-herd-small.jpg
assets/img/shared/tiles/ben-shapiro-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/ben-shapiro-small.jpg
assets/img/shared/tiles/kexp-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/kexp-small.jpg
This is (not about) David Bowie by FJ Morris div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
/assets/img/shared/tiles/this-is-not-about-david-bowie-by...
Wow in the World div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/wow-medium.jpg
assets/img/shared/tiles/wnyc-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/wnyc-small.jpg
assets/img/shared/tiles/thedaily-small-v1.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/thedaily-small-v1.jpg
assets/img/shared/tiles/cnn-wide.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/cnn-wide.jpg
assets/img/shared/tiles/fox-news-radio-wide.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/fox-news-radio-wide.jpg
assets/img/shared/tiles/bloomberg-wide.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/bloomberg-wide.jpg
Fox News Radio div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/fox-news-radio-small.jpg
NHL Radio div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/nhl-small-v2.jpg
NASCAR Radio div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/nascar-small.jpg
This American Life div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/this-am-life-small.jpg
Hidden Brain div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/npr-hidden-brain-small.jpg
Truth or Beard div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/truth-or-beard.jpeg
The Great Gatsby div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/the-great-gatsby.jpeg
assets/img/shared/tiles/98.5-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/98.5-small.jpg
ESPN Radio div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/espn-small.jpg
assets/img/shared/tiles/espn-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/espn-small.jpg
assets/img/shared/tiles/skip-and-shannon-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/skip-and-shannon-small.jpg
Latin Hits div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/latin-hits.jpg
Country Roads div.image-block-module__imageSectionLeft___VR2f4 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/country-roads.jpg
Classic Rock Hits div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/classic-rock.jpg
assets/img/shared/tiles/country-roads.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/country-roads.jpg
assets/img/shared/tiles/lamega-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/lamega-small.jpg
assets/img/shared/tiles/classic-rock.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/classic-rock.jpg
assets/img/shared/tiles/pod-save-america-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/pod-save-america-small.jpg
assets/img/shared/tiles/wow-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/wow-small.jpg
assets/img/shared/tiles/hot-97-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/hot-97-small.jpg
assets/img/landing/linkTiles/cnn-espanol-v3.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/landing/linkTiles/cnn-espanol-v3.jpg
CNBC div.image-block-module__imageSectionRight___Sij22 > div.image-block-module__imageContainer___IFtX5 > a > img.image-block-module__image____bdHB
cdn-web.tunein.com/assets/img/shared/tiles/cnbc-small-v2.webp
assets/img/shared/tiles/stuff-you-should-know-small.jpg div.tileLinks-module__tileLink___Mx6g3 > a > div.imageWithDefault-module__container___aWgNu > img.imageWithDefault-module__image___l4XCi
cdn-web.tunein.com/assets/img/shared/tiles/stuff-you-should-know-small.jpg

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Document request latency
Optimize DOM size
LCP breakdown
LCP request discovery
Modern HTTP
Optimize viewport for mobile
User Timing marks and measures 12 user timings
Avoid long main-thread tasks 12 long tasks found
Avoid non-composited animations 1 animated element found
Network Requests
Network Round Trip Times 200 ms
Server Backend Latencies 240 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 330 ms
Avoid large layout shifts 12 layout shifts found
INP breakdown
100

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[accesskey]` values are unique
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
77

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
AttributionReporting

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Failed to load resource: the server responded with a status of 404 ()
Failed to load resource: the server responded with a status of 404 ()
LT.JS: The lt.min.js file cannot run because client 10306 is not permitted to call Lotame's servers.
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
92

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Content Best Practices

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback