Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/party-city-1.jpg?quality=85&strip=all&resize=850... | 53.0 KiB | 51.4 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47642918522-1080pnbcstations.jpg?quality=85&stri... | 55.8 KiB | 45.1 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47640968986-1080pnbcstations.jpg?quality=85&stri... | 54.9 KiB | 44.4 KiB |
XUMO_NBC_SOUTH_FL_FAST_STREAM img.player__poster | /2024/05/Tile-NBC-South-Florida.png?resize=850%2C478&qual... | 51.3 KiB | 41.5 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Miami-Dade-County-Public-Schools-searches-for-ne... | 47.7 KiB | 38.6 KiB |
div#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img | /2019/09/Miami2.png?fit=1440%2C415&quality=85&strip=all&w... | 48.4 KiB | 35.9 KiB |
WASHINGTON, DC – DECEMBER 05: FIFA World Cup Trophy is displayed during the FIF… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/12/GettyImages-2250186867.jpg?quality=85&strip=all&... | 22.9 KiB | 22.3 KiB |
Reginald Louis Jackson in court on April 22, 2026. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/042226-Reginald-Louis-Jackson-in-court.png?resiz... | 25.7 KiB | 20.8 KiB |
Erik Martin a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/12302025-Hialeah-Police-lieutenant-DUI-arrest-bo... | 21.2 KiB | 17.1 KiB |
Fallen Korean War soldier returns home to South Florida 70 years later div.video-module__column > div.video-module__video > div.video-playlist__placeholder > img | /2026/04/47641899288-1080pnbcstations.jpg?quality=85&stri... | 15.5 KiB | 12.5 KiB |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | /2024/04/Southflorida-web@3x.png?fit=904%2C72&quality=85&... | 4.8 KiB | 4.8 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.
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.
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.
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 |
|---|---|
| nbcmiami.com/ | 753 ms |
| www.nbcmiami.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.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@700,500,300&display=s… | 29.4 KiB | 29.4 KiB |
| html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6... | 20.9 KiB | 17.4 KiB |
| /wp-content/themes/nbc-station/client/build/css/jwPlayer.... | 22.7 KiB | 16.7 KiB |
| /wp-content/themes/nbc-station/client/build/css/home.6de9... | 17.1 KiB | 13.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| Other | 8.2 s |
| Script Evaluation | 6.5 s |
| Style & Layout | 1.7 s |
| Rendering | 1.0 s |
| Script Parsing & Compilation | 810 ms |
| Parse HTML & CSS | 171 ms |
| Garbage Collection | 158 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 the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/nbc-station/static/video/videoHeartbea... | 5.7 KiB | 3.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 | |
|---|---|
Fallen Korean War soldier returns home to South Florida 70 years later div.video-module__column > div.video-module__video > div.video-playlist__placeholder > img | /2026/04/47641899288-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47642918522-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Using-AI-to-budget-your-finances.jpg?quality=85&... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Lazaro-Contreras-retail-theft.jpg?quality=85&str... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47635945712-1080pnbcstations.jpg?quality=85&stri... |
Reginald Louis Jackson in court on April 22, 2026. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/042226-Reginald-Louis-Jackson-in-court.png?resiz... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Miami-Dade-County-Public-Schools-searches-for-ne... |
Erik Martin a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/12302025-Hialeah-Police-lieutenant-DUI-arrest-bo... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47640968986-1080pnbcstations.jpg?quality=85&stri... |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | /2024/04/Southflorida-web@3x.png?fit=904%2C72&quality=85&... |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo | /2019/09/South_Florida_On_Light@3x-1.png?fit=444%2C120&qu... |
WNBA Commissioner Cathy Engelbert speaks. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Lauren Sánchez Bezos a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
NBC 6 South Florida div.site-footer__wrapper > div.site-footer__identity > a.site-footer__logo > img | /2024/08/WTVJ_station_logo_light.png?fit=322%2C58&quality... |
NBC 6 South Florida div.flyout-nav > div.flyout-nav__logo > a > img | /2024/08/WTVJ_station_logo_light.png?fit=322%2C58&quality... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47642044413-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47641899288-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47641864421-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47641845488-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2022/05/GettyImages-89024824.jpg?quality=85&strip=all&re... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/captcha-scam-for-web.mp4.jpg?quality=85&strip=al... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Retail-theft-rings.jpg?quality=85&strip=all&resi... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Screenshot-2026-04-08-at-4.32.29-PM.png?resize=8... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Former-Miami-Dade-firefighter-resigns-after-alle... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47635859764-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47635725459-1080pnbcstations.jpg?quality=85&stri... |
WASHINGTON, DC – DECEMBER 05: FIFA World Cup Trophy is displayed during the FIF… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/12/GettyImages-2250186867.jpg?quality=85&strip=all&... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/party-city-1.jpg?quality=85&strip=all&resize=850... |
Miami-Dade Home Depot manager arrested in multi-million markdown fraud, deputie… a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
South Florida man arrested again for allegedly posing as stock investor a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
Couple accused of kidnapping child to Cuba for feared gender reassignment, DOJ … a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
Investigation involving DHS and FHP ends in Hialeah after witnesses report purs… a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
NFL Christmas Gameday signage on a blimp a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
NFL draft on the clock a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Nathan Gingles is accused of killing wife Mary Gingles and two other people in … a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Rachel Reid, Jacob Tierney a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
David Howard Thornton a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
When an element 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 how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#home-fast-player > div.video-playlist__container > div.player > div.player__overlay div#home-fast-player > div.video-playlist__container > div.player > div.player__overlay |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
TRENDING div.site-header__secondary > div.site-header__wrap > div.site-header__trending > span.site-header__trending-label |
TONIGHT
71° div > div.weather-widget > div.tonight-tomorrow > div.tonight |
TOMORROW
82° div > div.weather-widget > div.tonight-tomorrow > div.tomorrow |
Copyright © 2026 NBCUniversal Media, LLC. All rights reserved footer.site-footer > div.site-footer__wrapper > div.site-footer__corporate > span.site-footer__corporate-copyright |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Miami-Dade Home Depot manager arrested in multi-million markdown fraud, deputie… a > div.video-thumbnail__video > div.video-thumbnail__info > h4.video-thumbnail__video-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
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.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column2 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
section#nbc_weather_widget-4 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a section#nbc_weather_widget-4 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Main Navigation div.site-header__wrap > div.site-header__nav-search > div.site-header__nav-main > button.site-header__nav-main-toggle |
CAUGHT ON CAMERA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MILITARY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CUBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MIAMI-DADE COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
HIALEAH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
HIALEAH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLORIDA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CUBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
HIALEAH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FIFA WORLD CUP div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
RETAIL div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLORIDA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DEERFIELD BEACH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SOUTH FLORIDA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
AIRLINES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WILDFIRES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PERSONAL FINANCE div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SCAMS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WNBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NFL div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NFL div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBC6 INVESTIGATES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBC6 INVESTIGATES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBC6 INVESTIGATES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
ONLY ON 6 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
ONLY ON 6 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MET GALA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
TELEVISION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CELEBRITY NEWS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SOUTH FLORIDA LIVE div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SOUTH FLORIDA LIVE div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SOUTH FLORIDA LIVE div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
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 script at 'https://cdn.cookielaw.org/consent/8b8e9bc7-b84a-402b-a11e-332a66419d66/otSDKStub.js' from origin 'https://www.nbcmiami.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "c_05ap16a" does not exist on source "composite" as specified by style layer "county_lines"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "coastlines" does not exist on source "composite" as specified by style layer "coastlines"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "glin_gl_mainlakes" does not exist on source "composite" as specified by style layer "Great Lakes Coastline"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 451 () | |
widgets.media.weather.com/wxwidget.loader.js?cid=369362872&ver=latest line 1, col 433873 | Uncaught (in promise) TypeError: Cannot read properties of null (reading 'clientHeight') |
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
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#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.