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.
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.
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.
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 |
|---|---|---|
| /pf/dist/components/combinations/default.css?d=1788&mxId=... | 92.8 KiB | 82 ms |
| /pf/dist/components/output-types/default.css?d=1788&mxId=... | 2.4 KiB |
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 | |
|---|---|---|---|
| tpc.googlesyndication.com/simgad/6429972632099123009? | 409.2 KiB | 403.1 KiB | |
| tpc.googlesyndication.com/simgad/11165405568715433280? | 391.6 KiB | 385.5 KiB | |
WMass ‘mid-century glass octagon’ among 'most wishlisted’ Airbnb listings a > div.article-picture--inner > div.article__picture > img.article__picture--img | /resizer/v2/6D6NDAD5PFFLHIGHQVWRF62OAE.jpeg?auth=4c723572... | 46.1 KiB | 36.4 KiB |
E-ZPass tags are going away. This is the replacement that’s being tested div#article-2JNIOEQZYZAZ3G7QFT7ZB2J2A4 > a > div.article__picture > img.article__picture--img | /resizer/v2/KAYRD2KEQVAD3KLHVB3YO2BNRA.JPG?auth=3f9d44bd6... | 42.7 KiB | 35.4 KiB |
Sabres coach suggests a big move is possible for Game 3 vs. Bruins a > div.article-picture--inner > div.article__picture > img.article__picture--img | /resizer/v2/I3CZERT2URGPBGRV5NS2RIVNPE.jpg?auth=52a78c3d6... | 43.4 KiB | 33.8 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/2824361032875079846 | 41.7 KiB | 29.5 KiB |
WMass Baseball Notebook: Rams, Tigers playing for cause in RD26 Night a > div.article-picture--inner > div.article__picture > img.article__picture--img | /resizer/v2/X6ZWKF7GHFFELKJ4DHGN3CFH4U.jpg?auth=421fbd552... | 33.9 KiB | 26.5 KiB |
body.jar > div.GoogleActiveViewElement > a > img body.jar > div.GoogleActiveViewElement > a > img | tpc.googlesyndication.com/simgad/13422084438044634744? | 28.7 KiB | 14.5 KiB |
Target is having a rare sale on the Ninja SLUSHi — save $110 this week a > div.article-picture--inner > div.article__picture > img.article__picture--img | /resizer/v2/TTEODGJ3PZHI5NUGUQ6GD52LGI.png?auth=9f111aba6... | 15.4 KiB | 12.0 KiB |
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 |
|---|---|
| masslive.com/ | 405 ms |
| www.masslive.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#fusion-app > div.page-type__home-beta > div#footer > div.revenue__full-break-2--no-small-view | 0.104 |
POLITICS
The Bay State is ‘MassBackwards’ under Healey, GOP guv hopeful Shortsl… main#main > div#section__top_stories--observer > section#section__top_stories > div.lead-chain | 0.009 |
| 0.007 | |
| 0.002 | |
Kirsner on Innovation
Business leaders say Massachusetts has a branding proble… main#main > div#section__top_stories--observer > section#section__top_stories > div.chain__right-column | 0.001 |
head > link head > link | 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 |
|---|---|---|
| /pf/dist/components/combinations/default.css?d=1788&mxId=... | 92.3 KiB | 87.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.
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 447 ms | 145 ms | 0.0 ms |
| www.masslive.com/pf/dist/components/combinations/default.js?d=1788&mxId=00000000 | 441 ms | 169 ms | 75 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 354 ms | 301 ms | 28 ms |
| www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000 | 342 ms | 260 ms | 8.8 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MZKDL44 | 269 ms | 234 ms | 19 ms |
| www.masslive.com/ | 237 ms | 17 ms | 14 ms |
| c541.masslive.com/script.js | 175 ms | 158 ms | 5.0 ms |
| micro.rubiconproject.com/prebid/dynamic/10071.js | 162 ms | 149 ms | 11 ms |
| /pf/dist/components/combinations/99.chunk.js?d=1788&mxId=... | 155 ms | 145 ms | 2.4 ms |
| js.datadome.co/tags.js | 129 ms | 118 ms | 2.2 ms |
| sdk.mrf.io/statics/marfeel-sdk.js?id=6530 | 86 ms | 81 ms | 0.2 ms |
| s.ntv.io/serve/load.js | 81 ms | 62 ms | 17 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 77 ms | 64 ms | 9.6 ms |
| cdn.tinypass.com/api/tinypass.min.js | 67 ms | 48 ms | 9.6 ms |
| www.googletagmanager.com/gtag/js?id=G-E42D2H0KT5&cx=c>m=4e64k0 | 60 ms | 50 ms | 10 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.4 s |
| Other | 568 ms |
| Script Parsing & Compilation | 294 ms |
| Style & Layout | 187 ms |
| Rendering | 68 ms |
| Garbage Collection | 52 ms |
| Parse HTML & CSS | 37 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 |
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.
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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Advertisement div.page-type__home-beta > div#footer > div.revenue__full-break-2--no-small-view > div#InFeed_Center_Wide_Adhesion_1 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Set weather header.advtoprail > div.advtoprail__left-corner > div.advtoprail__weather > button.advtoprail__button |
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 |
|---|---|
| SharedStorage | c541.masslive.com/script.js line 62, col 205 |
| Unload event listeners are deprecated and will be removed. | c541.masslive.com/plugin/library/ec59bd4f95fa151d37d3a5458cf05647 line 16, col 32842 |
| Topics | js.datadome.co/tags.js line 1, col 32233 |
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 () | |
www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000 line 1, col 121326 | NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
at Rl (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:156430)
at Ul (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:157958)
at Jl (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158206)
at Ul (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158084)
at Jl (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158282)
at Ul (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158084)
at Jl (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:161018)
at Ul (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158084)
at Jl (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:161018)
at Ul (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158084) |
www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000 line 1, col 455723 | NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
at Rl (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:156430)
at Ul (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:157958)
at Jl (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158206)
at Ul (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158084)
at Jl (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158282)
at Ul (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158084)
at Jl (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:161018)
at Ul (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158084)
at Jl (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:161018)
at Ul (https://www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000:2:158084) [object Object] |
www.masslive.com/pf/dist/engine/react.js?d=1788&mxId=00000000 line 1, col 47871 | SyntaxError: Unexpected token 'a', "adv-OFMQS5"... is not valid JSON |
Uncaught (in promise) No config could be discovered in the page |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.module > div.empty-module > div.article__details-headline > a.article__details-headline-text div.module > div.empty-module > div.article__details-headline > a.article__details-headline-text |
div.module > div.empty-module > div.article__details-headline > a.article__details-headline-text div.module > div.empty-module > div.article__details-headline > a.article__details-headline-text |
To appear in search results, crawlers need access to your app.