Lighthouse Desktop
· 0 checks — Desktop 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
KC World Cup organizers run full-scale emergency drill: ‘We will be ready’ article#secondary-story-5 > figure > a.image-link-macro > img | /public/latest-news/piyscs/picture315483804/alternates/LA... | 171.0 KiB | 161.2 KiB |
KC Tenants says Royals stadium will lead to higher rent and displaced residents article#secondary-story-9 > figure > a.image-link-macro > img | /public/latest-news/aotm6a/picture315426417/alternates/LA... | 157.0 KiB | 147.2 KiB |
Vine Street theater to reopen as KC cultural hub after long restoration process article.card > figure > a.image-link-macro > img | /public/latest-news/w4k4fo/picture312216746/alternates/LA... | 122.3 KiB | 112.5 KiB |
We have an opening date for the Riverfront KC Streetcar extension. Here’s when article#secondary-story-2 > figure > a.image-link-macro > img | /public/latest-news/886a8v/picture315028693/alternates/LA... | 113.9 KiB | 104.6 KiB |
body > div.GoogleActiveViewElement > a > img body > div.GoogleActiveViewElement > a > img | /creative20/p/806/2024/5/29/57959932/590e3c71-ce8e-42f3-9... | 121.9 KiB | 82.4 KiB |
div#native-667252226605482261 > div.xandr-stacked-image-first > div.xandr-txt-wrapper > img.xandr-image2 div#native-667252226605482261 > div.xandr-stacked-image-first > div.xandr-txt-wrapper > img.xandr-image2 | /r?url=https%3A%2F%2Fad.adsrvr.org%2Fsg2o27m%2Fc9srdbt%2F... | 78.5 KiB | 73.6 KiB |
New Kansas City-area restaurant serving cheesesteaks opens: ‘The real deal’ article#secondary-story-6 > figure > a.image-link-macro > img | /public/latest-news/iz9xjb/picture315474593/alternates/LA... | 71.4 KiB | 65.5 KiB |
Surging gas prices will cost Americans $857 more in 2026 article.card > figure > a.image-link-macro > img | /public/incoming/46hor0/picture315489893/alternates/LANDS... | 69.5 KiB | 63.8 KiB |
‘Unexpected' Star Bella's Mom Falen Vaughn Arrested for Disorderly Conduct article.card > figure > a.image-link-macro > img | /public/incoming/rd3wnl/picture315489470/alternates/LANDS... | 66.0 KiB | 60.6 KiB |
Face It: You Need These Laura Geller Blushes, Foundations and Concealers That A… article.card > figure > a.image-link-macro > img | /public/incoming/qyx824/picture315486871/alternates/LANDS... | 56.3 KiB | 51.7 KiB |
KC-area school districts rebuke findings of federal probe into gender policies article#secondary-story-4 > figure > a.image-link-macro > img | /public/latest-news/fnymgv/picture315257037/alternates/LA... | 55.9 KiB | 51.3 KiB |
‘Absolute honor.’ Taylor Swift dancer Kameron Saunders receives UMKC alumni awa… article#secondary-story-8 > figure > a.image-link-macro > img | /public/latest-news/lhekvr/picture315473117/alternates/LA... | 52.7 KiB | 48.3 KiB |
Early-morning house fire leaves 1 dead in Kansas City article#secondary-story-11 > figure > a.image-link-macro > img | /public/latest-news/glgq98/picture315479840/alternates/LA... | 43.5 KiB | 40.0 KiB |
Trans KC residents say Missouri’s ‘bathroom bill’ would unfairly target them article#secondary-story-7 > figure > a.image-link-macro > img | /public/latest-news/gl3m04/picture315090011/alternates/LA... | 39.0 KiB | 35.8 KiB |
Platte County attorney who called colleague N-word needs to pay the price | Opi… article#secondary-story-10 > figure > a.image-link-macro > img | /public/latest-news/bmfy22/picture315478391/alternates/LA... | 33.3 KiB | 30.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&fa... | 1.8 KiB | 271 ms |
| cmp.osano.com/16A0CuTCdGtXx3A1C/ec63760f-40b0-4c2c-b76a-e71dda7f148e/osano.js | 103.4 KiB | |
| www.kansascity.com/zloysinb-o/kansascitycore.js | 36.7 KiB | |
| www.kansascity.com/wps/build/webpack/css/mi-styles.c759c39774ad6d697a46.css | 53.6 KiB | 121 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| kansascity.com/ | 480 ms |
| www.kansascity.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Advertisement div#zoneContainer > div#zone-el-2 > div.htlad-web-top-banner > div#web-top-banner | 0.095 |
LOCAL
We have an opening date for the Riverfront KC Streetcar extension. Here’s… body.wps-body-main > section.grid > div.region > article#secondary-story-2 | 0.041 |
| 0.008 | |
Advertisement div#zone-el-5 > div.two-rows > div#web-flex1 > div#google_ads_iframe_/7675/KCM.site_kansascity/_HomePage/web-flex1_0__container__ | 0.007 |
New Royals stadium footprint won’t be in Washington Square Park, councilman says article#primary-content > div.package > h3.h1 > a | 0.003 |
LOCAL
We have an opening date for the Riverfront KC Streetcar extension. Here’s… body.wps-body-main > section.grid > div.region > article#secondary-story-2 | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| www.kansascity.com/wps/build/webpack/css/mi-styles.c759c39774ad6d697a46.css | 53.1 KiB | 50.1 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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 | 3.2 s |
| Other | 570 ms |
| Script Parsing & Compilation | 262 ms |
| Style & Layout | 189 ms |
| Garbage Collection | 77 ms |
| Rendering | 55 ms |
| Parse HTML & CSS | 54 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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.
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 | |
|---|---|
body.wps-body-main > footer.footer > div.item > img.footer-logo body.wps-body-main > footer.footer > div.item > img.footer-logo | www.kansascity.com/wps/source/images/mcm-logo.png |
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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home
Kansas City Favorites
Customer Service
Stay Connected
Read today's Edition… div.newMastheadContainer > header#mastheadVueContainer > div.paper > nav#main-nav |
Reality Check div.paper > nav#main-nav > a.row > div#menu-17 |
Uniquely div.paper > nav#main-nav > a.row > div#menu-18 |
Detour Travel div.paper > nav#main-nav > a.row > div#menu-19 |
Kansas City Favorites div.paper > nav#main-nav > a.row > div#menu-20 |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
76°F div.flag-row > div.flag-weather > div.row > a |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flag > div.flag-row > div.flag-menu > button#menu-toggle div.flag > div.flag-row > div.flag-menu > button#menu-toggle |
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 |
|---|
body.wps-body-main > footer.footer > div.item > img.footer-logo body.wps-body-main > footer.footer > div.item > img.footer-logo |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.st-adunit-ad > div.st-display-render > div.st-canvas > iframe#undefined div.st-adunit-ad > div.st-display-render > div.st-canvas > iframe#undefined |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Read today's Edition div.flag > div.flag-row > div.flag-eedition > a |
76°F div.flag-row > div.flag-weather > div.row > a |
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 |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/21666.js line 25, col 84959 |
| AttributionReporting | cdn.taboola.com/libtrc/unip/1563813/tfa.js line 2, col 82365 |
| Unload event listeners are deprecated and will be removed. | cdn.adnxs-simple.com/v/s/252/trk.js line 559, col 5595 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 451 () |
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.
Crawling and Indexing
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
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 |
|---|
body.wps-body-main > footer.footer > div.item > img.footer-logo body.wps-body-main > footer.footer > div.item > img.footer-logo |
Format your HTML in a way that enables crawlers to better understand your app’s content.