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.
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 | |
|---|---|---|---|
XUMO_NBC_LOS_ANGELES_FAST_STREAM img.player__poster | /2024/05/NBC-Los-Angeles-FAST-thumbnail-as-of-6.3.24.png?... | 311.6 KiB | 299.0 KiB |
Signs wishing a speedy recovery to a man injured in an E motorcycle collision a… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/e-motorcycle-lake-forest-crash-signs-2026-04-22-... | 83.7 KiB | 81.7 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/LA_aerial-1-1.png?fit=2060%2C847&quality=85&stri... | 54.3 KiB | 41.7 KiB |
ICE agents in masks in San Francisco. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/06/ice-masks-0616-e1750082543157.jpg?quality=85&str... | 36.3 KiB | 35.2 KiB |
LAX People Mover begins test runs div.video-module__column > div.video-module__video > div.video-playlist__placeholder > img | /2026/04/47633047482-1080pnbcstations.jpg?quality=85&stri... | 37.3 KiB | 30.1 KiB |
The SkyLink Automated People Mover train is pictured April 22, 2026 at LAX. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/lax-people-mover-2026-04-22-072418.png?resize=85... | 26.9 KiB | 21.8 KiB |
WASHINGTON, DC – DECEMBER 03: The FIFA World Cup Trophy is seen during the Comm… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/12/TLMD-copa-mundial.jpg?quality=85&strip=all&resiz... | 26.5 KiB | 21.4 KiB |
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/LA_On_Light@3x-1.png?fit=309%2C120&quality=85&st... | 15.1 KiB | 14.4 KiB |
FILE a CHP patrol car on an empty road. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2019/09/CHP-generic-patrol-car-road-0815.jpg?quality=85&... | 17.1 KiB | 13.8 KiB |
Celeste Rivas Hernandez is pictured. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/celeste-rivas-hernandez-d4vd-murder-2026-04-20-0... | 16.8 KiB | 13.6 KiB |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | media.nbclosangeles.com/2024/04/LA-web@3x.png?fit=838%2C72&quality=85&strip=all | 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.
| URL | Transfer Size | Duration |
|---|---|---|
| sb.scorecardresearch.com/internal-c2/default/streamingtag_plugin_jwplayer.js | 53.4 KiB | 782 ms |
| id.nbcuni.com/websdk/v2/identity-sdk.min.js?ver=0.1 | 210.3 KiB | 3.6 s |
| ak.sail-horizon.com/spm/spm.v1.min.js?ver=202617 | 48.1 KiB | 1.8 s |
| /wp-content/plugins/ad-layers-nbc/js/ad-layers.js?ver=0.0.10 | 813 B | |
| /wp-content/themes/nbc-station/client/build/css/home.6de9... | 17.4 KiB | 302 ms |
| /wp-content/plugins/ad-layers-nbc/js/ad-layers-dfp.js?ver... | 1.6 KiB | 151 ms |
| /wp-content/themes/nbc-station/client/build/css/jwPlayer.... | 22.9 KiB | 603 ms |
| /wp-content/themes/nbc-station/client/build/css/unifiedId... | 3.3 KiB |
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 |
|---|---|
| nbclosangeles.com/ | 752 ms |
| www.nbclosangeles.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.3 KiB | 16.9 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 |
|---|---|
| Script Evaluation | 7.7 s |
| Other | 7.6 s |
| Style & Layout | 1.4 s |
| Script Parsing & Compilation | 1.1 s |
| Rendering | 787 ms |
| Garbage Collection | 271 ms |
| Parse HTML & CSS | 227 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 | |
|---|---|
LAX People Mover begins test runs div.video-module__column > div.video-module__video > div.video-playlist__placeholder > img | /2026/04/47633047482-1080pnbcstations.jpg?quality=85&stri... |
Celeste Rivas Hernandez is pictured. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/celeste-rivas-hernandez-d4vd-murder-2026-04-20-0... |
FILE a CHP patrol car on an empty road. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2019/09/CHP-generic-patrol-car-road-0815.jpg?quality=85&... |
The SkyLink Automated People Mover train is pictured April 22, 2026 at LAX. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/lax-people-mover-2026-04-22-072418.png?resize=85... |
WASHINGTON, DC – DECEMBER 03: The FIFA World Cup Trophy is seen during the Comm… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/12/TLMD-copa-mundial.jpg?quality=85&strip=all&resiz... |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | media.nbclosangeles.com/2024/04/LA-web@3x.png?fit=838%2C72&quality=85&strip=all |
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/LA_On_Light@3x-1.png?fit=309%2C120&quality=85&st... |
Betty Yee talks to reporters at the Record Searchlight on Friday, Aug. 15, 2025. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Child care a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Los Angeles Lakers center Deandre Ayton (5) reacts on the court after a three-p… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Lindsey Pelas at a fashion show in May 2019. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
The logo of the prediction market platform Kalshi is displayed on the screen of… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Rachel Reid, Jacob Tierney a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Jul. 11, 2008; Oakland, CA, USA; Los Angeles Angels outfielder Garret Anderson … a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
NBC Los Angeles div.site-footer__wrapper > div.site-footer__identity > a.site-footer__logo > img | /2024/08/KNBC_station_logo_light.png?fit=276%2C58&quality... |
NBC Los Angeles div.flyout-nav > div.flyout-nav__logo > a > img | /2024/08/KNBC_station_logo_light.png?fit=276%2C58&quality... |
ICE agents in masks in San Francisco. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/06/ice-masks-0616-e1750082543157.jpg?quality=85&str... |
Signs wishing a speedy recovery to a man injured in an E motorcycle collision a… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/e-motorcycle-lake-forest-crash-signs-2026-04-22-... |
Bear charges at hiker on Mt. Wilson trail a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
Congress seeks answers on missing and dead scientists a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
Gas prices drive up cost of Mother's Day flowers a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
How LA's mayoral hopefuls plan to keep Hollywood in Hollywood a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
A sign points to a vote center during the in-person early voting period in Cali… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Betty Yee talks to reporters at the Record Searchlight on Friday, Aug. 15, 2025. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
“Glass Half Full” podcast featuring Scott Galloway. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
NFL Christmas Gameday signage on a blimp a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Victor Wembanyama #1 of the San Antonio Spurs holds his head. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
San Antonio Spurs forward Victor Wembanyama (1) reacts after falling to the gro… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Sergio Fraire, 30, was arrested on suspicion of murder and attempted murder in … a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
An aerial view of the 2026 Coachella Valley Music and Arts Festival at Empire P… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Abigail Spanberger, governor of Virginia, speaks. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Tourists walk past a banner with President Donald Trump hanging on the Departme… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Tucker Carlson is one of several high profile former Trump supporters to break … a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Defense Secretary Pete Hegseth speaks to members of the media during a press br… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
David Howard Thornton a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
George W. Bush Jenna Bush Hager a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
NFL draft on the clock a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Oct 28, 2024; New York, New York, USA; Los Angeles Dodgers first baseman Freddi… 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
53° div > div.weather-widget > div.tonight-tomorrow > div.tonight |
TOMORROW
77° 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 |
|---|
Bear charges at hiker on Mt. Wilson trail 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 |
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 |
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 |
|---|
section#nbc_weather_widget-2 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a section#nbc_weather_widget-2 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a |
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 |
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 |
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 |
|---|
Expand div.site-header__wrap > div.site-header__trending > div.site-header__trending-toggle > button.trending-toggle |
CRIME AND COURTS 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 |
LA COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WOODLAND HILLS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
LAX div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
2026 WORLD CUP div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CALIFORNIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
ORANGE COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
VIDEO GAMES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CALIFORNIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
ORANGE COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WAR WITH IRAN div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
LAPD div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SCHOOLS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MENTAL HEALTH 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 |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
LAPD div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CRIME AND COURTS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
GAMBLING div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
POLITICS 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 |
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 |
TODAY SHOW div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
LOS ANGELES ANGELS 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 |
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 |
|---|---|
www.nbclosangeles.com/ line 47, col 0 | Access to script at 'https://cdn.cookielaw.org/consent/d4407bf9-92dd-4059-9784-1861b1915b91/otSDKStub.js' from origin 'https://www.nbclosangeles.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 |
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 |
Format your HTML in a way that enables crawlers to better understand your app’s content.